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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 664EFC43219 for ; Fri, 3 May 2019 07:49:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3ABF92089E for ; Fri, 3 May 2019 07:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556869753; bh=ZgniHRv8E+BcrQYu8PwEidskt0uLyw99bsJIfZ4hwNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kci/UOjQ60oAT9+vrtrjJ0/4IpktUEbGPxzkohUvLmfXCnyt6c/gUm3uKk9M3I4kX lxGTip94UdEv4W3GKxnwEkVUo+V3PRZI6Ew2vKvu31Pr0ojp7+ZBOf0QgJkA5GXQwo stg+H+FNQD0O+U6f/ORGT2hNCmhsm99Yq3htGzmU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726858AbfECHtM (ORCPT ); Fri, 3 May 2019 03:49:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:55376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbfECHtL (ORCPT ); Fri, 3 May 2019 03:49:11 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 906E9205F4; Fri, 3 May 2019 07:49:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556869751; bh=ZgniHRv8E+BcrQYu8PwEidskt0uLyw99bsJIfZ4hwNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cr7rRBaG88jGIikiLUaYEenv9V2UUDkhtXNE8mzQAA31d5RS4+md4UwuxPXADK4gJ idpvQXfxU2wFw8wERCHdSJ2Ta2LAZDkrgxs2sGyogiHfaG/7z/enK4AsqH1VyeScnz oUAsitHrQUVMDR36HP9INpQfYbiifOjI/WkcAUTE= Date: Fri, 3 May 2019 09:49:08 +0200 From: Greg KH To: Pavel Machek Cc: Masahiro Yamada , Joel Fernandes , Linux Kernel Mailing List , Andrew Morton , Alexei Starovoitov , atish patra , Daniel Colascione , Dan Williams , Dietmar Eggemann , Guenter Roeck , Jonathan Corbet , Karim Yaghmour , Kees Cook , "Cc: Android Kernel" , "open list:DOCUMENTATION" , "open list:KERNEL SELFTEST FRAMEWORK" , linux-trace-devel@vger.kernel.org, Manoj Rao , Masami Hiramatsu , Qais Yousef , Randy Dunlap , Steven Rostedt , Shuah Khan , Yonghong Song , Olof Johansson Subject: Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier Message-ID: <20190503074908.GB27088@kroah.com> References: <20190426190430.172543-1-joel@joelfernandes.org> <20190427133844.GA29366@kroah.com> <20190429132602.GA165075@google.com> <20190429135455.GA2412@kroah.com> <20190429142425.GB29007@kroah.com> <20190503073007.GA5834@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503073007.GA5834@amd> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 03, 2019 at 09:30:07AM +0200, Pavel Machek wrote: > > > > As you say, either is fine with me. > > > > > > > > > 2. Who is going to pull this patch: This seems a matter of where the header > > > > > archive resides. If it is in /sys/kernel/ then I am assuming Greg will pull > > > > > it. Masahiro has given his Reviewed-by tag, is he the one to pull it? > > > > > > > > I can take it, but it probably should just go through the kbuild tree, > > > > as that makes more sense to me. > > > > > > > > > I do not want to take responsibility for this. > > > > Hah, ok, I'll be glad to queue this up in my tree. I'll take it now, > > and if people who really object to this being in /proc/ and want it in > > /sys/, we can add a follow-on patch before 5.2-final is out to move the > > file to that location. > > People really object to having it in kernel in the first place. Then do not select that .config option, and all is good :)