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 18A43C46CA1 for ; Mon, 18 Sep 2023 17:25:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbjIRRZJ (ORCPT ); Mon, 18 Sep 2023 13:25:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230034AbjIRRZF (ORCPT ); Mon, 18 Sep 2023 13:25:05 -0400 Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AC0D11C for ; Mon, 18 Sep 2023 10:24:59 -0700 (PDT) Received: by mail-io1-xd2d.google.com with SMTP id ca18e2360f4ac-77dcff76e35so59844639f.1 for ; Mon, 18 Sep 2023 10:24:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1695057899; x=1695662699; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=XHmyNtZRGj+r/j/G7CbRibxxcZBx+UTQ5mP0xbLF240=; b=IE5+O2n0ShLxXU829jR1cINfhvWeMXuKxxmgOV/xM08cpVvbixRLLIRlHA3MkMXHOZ wj7od0nV265UlEfALm68RPTbDRACmwEQkalGfNRwgJRHjSjGyKeyeEjxXvibeeYrMW3l WH4J0ztK3mkbcmYx9AyI8ATHKHtGrjxPCStlI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695057899; x=1695662699; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XHmyNtZRGj+r/j/G7CbRibxxcZBx+UTQ5mP0xbLF240=; b=U5OdeI9LFeQxIlpk5cL0bsQ6R2HEMbv4UJCowKAoxMZoEDn4dUMAwJH2TkL8OKHEgS R3OYSAzqLybXwe7q9EP7wp6i9fJT4QIl0aTegxUN31nWVG9hvUZaUgR7gA6DA5KGc0y4 XcDZVJ+FZJE7IWPEj23QqUjA5geb/6w016EVdym4E7ZbBFP13ib4xIf/Hv1HpIuWJ1xy cMYfwSvZFrm6ydM9DaHfOdPtLR8dcDXQ7BdcQpc4rn1c8+lCFOiQgzBIAHxDdlVBXWMm Gf1gCXQfA2eeklCOcig4TL6kjHt+HhtX6Ba4cb6NMVA0Xq5wREsIOGvHsCvP4rttHOaK HKfA== X-Gm-Message-State: AOJu0Yykmlbxpfi5j0xI4SZJQuzE2UguQqxv+45dno5ZYCGqNYfQ43d6 9p1lZBDowOGq+jdmhg4Go+VyiA== X-Google-Smtp-Source: AGHT+IG8zSvNfr6+khcoHiE7xQDRSFBwUFrI6G55nMfl8DKpv4GXtM1aJNknfr8iPELEl9G5ZXABiw== X-Received: by 2002:a6b:3bce:0:b0:790:958e:a667 with SMTP id i197-20020a6b3bce000000b00790958ea667mr11136825ioa.2.1695057898872; Mon, 18 Sep 2023 10:24:58 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id h15-20020a056602130f00b007911db1e6f4sm3056358iov.44.2023.09.18.10.24.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Sep 2023 10:24:58 -0700 (PDT) Message-ID: <2535d4a7-62fe-c9b2-3b86-cf418760087e@linuxfoundation.org> Date: Mon, 18 Sep 2023 11:24:57 -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 2/3] selftests/hid: do not manually call headers_install Content-Language: en-US To: Justin Stitt , Jiri Kosina , Benjamin Tissoires , Shuah Khan Cc: Eduard Zingerman , linux-input@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, Benjamin Tissoires , Shuah Khan References: <20230908-kselftest-09-08-v2-0-0def978a4c1b@google.com> <20230908-kselftest-09-08-v2-2-0def978a4c1b@google.com> From: Shuah Khan In-Reply-To: <20230908-kselftest-09-08-v2-2-0def978a4c1b@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/8/23 16:22, Justin Stitt wrote: > From: Benjamin Tissoires > > "make headers" is a requirement before calling make on the selftests > dir, so we should not have to manually install those headers > > Signed-off-by: Benjamin Tissoires Thank for making this change. Just check bpf continues to compile and run though. Acked-by: Shuah Khan thanks, -- Shuah