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 1D414C19F21 for ; Wed, 27 Jul 2022 00:14:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240024AbiG0AN7 (ORCPT ); Tue, 26 Jul 2022 20:13:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239961AbiG0AN5 (ORCPT ); Tue, 26 Jul 2022 20:13:57 -0400 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F94D2C67A for ; Tue, 26 Jul 2022 17:13:56 -0700 (PDT) Received: by mail-io1-xd33.google.com with SMTP id e69so12516433iof.5 for ; Tue, 26 Jul 2022 17:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=R2qD9ax08h9nKFO1+IcTWhLCwKpkzgVVPrZ1uEJXMzU=; b=O39nmq3Fa3xXO2eNr2WDsfIOFsBx/Agfx0G7paz+IEzhMwjHOgWPgKuW9UDzGUGcVN BLCHzlVtcuFd1lHCKyTH+zKIySPD2inblpqIDGJWxaXTvNVSTLqyLqe898w2cBawQap5 YVgewCoXMLGo6FU3BwqduskKqmpzpl6u5x9zY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=R2qD9ax08h9nKFO1+IcTWhLCwKpkzgVVPrZ1uEJXMzU=; b=TgWDr72znciEz3R23PsAjHLWUHEFV5xYC1BDBRXruk4l/uXJzjazOEgXvmdJZne8RH Y7bXHGqeshNeBy5tHjzbrweazWEUAD45flMOtHKU+U+YtKZkL58H7+9ZvTFHlKKgjWk1 GPuplkO3kUAAexn1lSnRpKJjmDmXRRWxGPYyXf2euBi7lMJDucJtC7eVdkvVGyHC+S4n iW3C8CrNExbv0hohyjmHm/xJLZTjLUmzaUcoIvb6ZUMrCjQYhY7c7kWlk1t+IAPh5Hkz +N0PvGFdAmOTWagtHsU/iK0dyGqQJQVRrg63aGtrjtTq7/sVtm4AJfANjZVoCatp778J bFmw== X-Gm-Message-State: AJIora8n6eUXrtmG2xAXQEOyOMtbVbMdSCEOTG2i2YMdswql0yODNhvn /wSgNPZa/oYBoIT0zna2a0bTfg== X-Google-Smtp-Source: AGRyM1vH3cJG6PYumk1AjyMd2TV9Hzppapg1EgTQOvu2+RZBu5ZKQdBtQKOp3uTHLvR9/RYndv5f1Q== X-Received: by 2002:a02:b697:0:b0:341:5553:ae49 with SMTP id i23-20020a02b697000000b003415553ae49mr7617346jam.109.1658880835497; Tue, 26 Jul 2022 17:13:55 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id z27-20020a027a5b000000b003322a709c7esm7272755jad.30.2022.07.26.17.13.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Jul 2022 17:13:54 -0700 (PDT) Subject: Re: [PATCH] Makefile: replace headers_install with headers for kselftest To: Guillaume Tucker , Masahiro Yamada Cc: Michal Marek , Nick Desaulniers , Shuah Khan , Kees Cook , Anders Roxell , Tim Bird , kernel@collabora.com, Linux Kbuild mailing list , Linux Kernel Mailing List , "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan References: <8fc9d169-78ff-0fe4-67c0-784097861f12@collabora.com> <81241d70-7952-2f55-9181-d18679068998@collabora.com> From: Shuah Khan Message-ID: <8a3c18c5-2abc-9ea2-0867-95b31d45da1d@linuxfoundation.org> Date: Tue, 26 Jul 2022 18:13:54 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <81241d70-7952-2f55-9181-d18679068998@collabora.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/19/22 11:31 AM, Guillaume Tucker wrote: > On 19/07/2022 17:06, Masahiro Yamada wrote: >> On Tue, Jul 19, 2022 at 9:37 PM Guillaume Tucker >> wrote: >>> >>> >>> Masahiro-san, >>> >>> A you OK with applying this in the kbuild tree ahead of the >>> upcoming merge window? >> >> >> No. >> >> This is a fix-up patch on top of the previous one [1], >> which was applied to the kselftest tree. >> >> This cannot apply to the kbuild tree. > > OK thank you for confirming. > > Shuah, I guess you're happy to apply it to the kselftest tree > instead then? > Sorry for a late response due to time off. Working through my Inbox. Applied now to linux-kselftest next for 5.20-rc1. thanks, -- Shuah