From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [PATCH v3 7/8] uapi: export all headers under uapi directories Date: Mon, 23 Jan 2017 20:00:19 +1100 Message-ID: <878tq2b17g.fsf@concordia.ellerman.id.au> References: <3131144.4Ej3KFWRbz@wuerfel> <1484304406-10820-1-git-send-email-nicolas.dichtel@6wind.com> <1484304406-10820-8-git-send-email-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1484304406-10820-8-git-send-email-nicolas.dichtel@6wind.com> Sender: linux-kbuild-owner@vger.kernel.org To: Nicolas Dichtel Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org List-Id: linux-arch.vger.kernel.org Nicolas Dichtel writes: > Regularly, when a new header is created in include/uapi/, the developer > forgets to add it in the corresponding Kbuild file. This error is usually > detected after the release is out. > > In fact, all headers under uapi directories should be exported, thus it's > useless to have an exhaustive list. > > After this patch, the following files, which were not exported, are now > exported (with make headers_install_all): ... > asm-powerpc/perf_regs.h ... > arch/powerpc/include/uapi/asm/Kbuild | 45 --- Thanks for cleaning it up. Acked-by: Michael Ellerman (powerpc) cheers From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org ([103.22.144.67]:41221 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbdAWJAX (ORCPT ); Mon, 23 Jan 2017 04:00:23 -0500 From: Michael Ellerman Subject: Re: [PATCH v3 7/8] uapi: export all headers under uapi directories In-Reply-To: <1484304406-10820-8-git-send-email-nicolas.dichtel@6wind.com> References: <3131144.4Ej3KFWRbz@wuerfel> <1484304406-10820-1-git-send-email-nicolas.dichtel@6wind.com> <1484304406-10820-8-git-send-email-nicolas.dichtel@6wind.com> Date: Mon, 23 Jan 2017 20:00:19 +1100 Message-ID: <878tq2b17g.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-arch-owner@vger.kernel.org List-ID: To: Nicolas Dichtel Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Message-ID: <20170123090019.FBmG039EaOUQ2sbC4cWUA0W7TnzVL137Pf76yCbujmQ@z> Nicolas Dichtel writes: > Regularly, when a new header is created in include/uapi/, the developer > forgets to add it in the corresponding Kbuild file. This error is usually > detected after the release is out. > > In fact, all headers under uapi directories should be exported, thus it's > useless to have an exhaustive list. > > After this patch, the following files, which were not exported, are now > exported (with make headers_install_all): ... > asm-powerpc/perf_regs.h ... > arch/powerpc/include/uapi/asm/Kbuild | 45 --- Thanks for cleaning it up. Acked-by: Michael Ellerman (powerpc) cheers