From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E31ABEED60B for ; Fri, 15 Sep 2023 15:54:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235652AbjIOPyU (ORCPT ); Fri, 15 Sep 2023 11:54:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236118AbjIOPyM (ORCPT ); Fri, 15 Sep 2023 11:54:12 -0400 Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B36FF10C7 for ; Fri, 15 Sep 2023 08:54:05 -0700 (PDT) Received: by mail-io1-xd31.google.com with SMTP id ca18e2360f4ac-792973a659fso12406739f.0 for ; Fri, 15 Sep 2023 08:54:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1694793245; x=1695398045; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=q0WfQAgxiKpijcp4ZKiRZk25sDoqYFcg0Pdd7jDLWIk=; b=KvYnWfBd7if49ytX7wfp/ytJN2hLRe5t952ZuECKCrFBinK5w83KBwnuIo9i3lFULT O52OFS7IkmQzR5XSEnVmPqR1v5yG4yjQ7UqnyqLHGS80ty+62mEzAFqP+6f/iYNPVthI AB6DCYhKaCkRShEiWYMvQzMd4/OKzDgsAgn0o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694793245; x=1695398045; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=q0WfQAgxiKpijcp4ZKiRZk25sDoqYFcg0Pdd7jDLWIk=; b=l1JT6HrkCM25ZoaeQLCBdi+d2P4xoPxWurF3T4U6d8oT7S1SYPb5bJUw8hUkH+Frki j2Rmlzj+T9rrKjczWng0QhvX9BXyDA+AK/F9BMhvjY2I9QR4TVs/GN3QLoGQ8gXVWerL t9lMHXStG56LnF1ixMlMEY/ya8fedRayGTd8j+1dNRN24yd/aEYryELKwYBMNYmD7IcF 8GF0nQDRQy0rtqxGG3Z6ZoCsPl0BITYLmv2AF3buu7tYI9HeYdVEI8cy71pEmXcOMFmE rZwTX5k3pzNZxrw3wKy68WCjE9qboRxZmc6XijpRcyiITusLa32CUoQNEjRmQhT59AOn cunw== X-Gm-Message-State: AOJu0Yzy5+OLjonukR2BoYWoIsVbYes/mxGokL21MJ1FnFg4+xuiYioW qw3Ko3Ssjdmxph7CE/44+OByyg== X-Google-Smtp-Source: AGHT+IEok3orKD7XybvCpzCs5Ir+7PaGFOZdWFIkIxBiRhcKk8VdYE9jmx/eRCeMf/+iZLLuhcO+Aw== X-Received: by 2002:a6b:c94d:0:b0:795:172f:977a with SMTP id z74-20020a6bc94d000000b00795172f977amr2193409iof.1.1694793244953; Fri, 15 Sep 2023 08:54:04 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id u27-20020a02cbdb000000b004399962e275sm1098080jaq.171.2023.09.15.08.54.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 Sep 2023 08:54:04 -0700 (PDT) Message-ID: Date: Fri, 15 Sep 2023 09:54:03 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v2] selftests/user_events: Fix failures when user_events is not installed To: Steven Rostedt , Beau Belgrave Cc: Mark Brown , shuah@kernel.org, mhiramat@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, naresh.kamboju@linaro.org, anders.roxell@linaro.org, arnd@arndb.de, Shuah Khan References: <20230908201916.562-1-beaub@linux.microsoft.com> <29fce076-746c-4650-8358-b4e0fa215cf7@sirena.org.uk> <20230908212712.211a4964@gandalf.local.home> <20230912171234.GA3704-beaub@linux.microsoft.com> <20230912134644.3b7959b9@gandalf.local.home> Content-Language: en-US From: Shuah Khan In-Reply-To: <20230912134644.3b7959b9@gandalf.local.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 9/12/23 11:46, Steven Rostedt wrote: > On Tue, 12 Sep 2023 10:12:34 -0700 > Beau Belgrave wrote: > > >>> I guess I was wrong and some people do care ;-) >>> >>> -- Steve >> >> It looks like this change got applied [1] to the fixes branch of >> linux-kselftest. I can either send a V3 with this addressed or build a >> patch based upon the fixes branch on top of this one to address it. >> >> Which way do you all prefer? Please send me patch on top of this one on linux-kselftest fixes. thanks, -- Shuah