From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750969AbdAWJAY (ORCPT ); Mon, 23 Jan 2017 04:00:24 -0500 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 To: Nicolas Dichtel Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org 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> User-Agent: Notmuch/0.21 (https://notmuchmail.org) 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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