Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751818AbdCKFnu (ORCPT ); Sat, 11 Mar 2017 00:43:50 -0500 Received: from conssluserg-05.nifty.com ([210.131.2.90]:20521 "EHLO conssluserg-05.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbdCKFnl (ORCPT ); Sat, 11 Mar 2017 00:43:41 -0500 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com v2B5hG4F018126 X-Nifty-SrcIP: [209.85.161.179] MIME-Version: 1.0 In-Reply-To: <3df45ecc-1aa0-a029-d7e5-2598f0908874@6wind.com> References: <20170301045241.GB9156@gondor.apana.org.au> <1488473802-13354-1-git-send-email-nicolas.dichtel@6wind.com> <3df45ecc-1aa0-a029-d7e5-2598f0908874@6wind.com> From: Masahiro Yamada Date: Sat, 11 Mar 2017 14:43:15 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v9 00/11] uapi: export all headers under uapi directories To: nicolas.dichtel@6wind.com Cc: Arnd Bergmann , Michal Marek , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-arch@vger.kernel.org, David Airlie , "David S. Miller" , Russell King , bp@alien8.de, slash.tmp@free.fr, daniel.vetter@ffwll.ch, rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, tklauser@distanz.ch, mpe@ellerman.id.au, Ingo Molnar , Thomas Gleixner , ldv@altlinux.org, Herbert Xu , linux-rdma@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v2B5hrnQ005439 Content-Length: 1567 Lines: 50 Hi Nicolas, 2017-03-11 1:34 GMT+09:00 Nicolas Dichtel : > Le 02/03/2017 à 17:56, Nicolas Dichtel a écrit : >> Patches #1 and #2 are just cleanup: some exported headers were still under >> a non-uapi directory. Patch #3 is a fix to avoid exporting a file that was >> not under an uapi directory. >> After these three patches, all exported headers are under an uapi directory: >> path #4 stops searching files in non uapi directories. >> The patch #5 was spotted by code review: there is no in-tree user of this >> functionality. >> Patch #6 fixes some warnings/errors reported by 0-day tests. >> Patch #7 to #9 fix some errors when the corresponding files are included by >> userland. >> Patches #10 and #11 remove the need to list explicitly headers. Now all files >> under an uapi directory are exported. >> >> This series has been tested with a 'make headers_install' on x86 and a >> 'make headers_install_all'. I've checked the result of both commands. >> >> This patch is built against linus tree. If I must rebase it against the kbuild >> tree, just tell me. >> Michal, is this series going through your tree? > Still waiting to know who may take this series in its tree ;-) I will take care of this. > kbuild tree has not been updated since two months (4.10-rc1) :/ Michal's tree is not active these days. Going forward, I will queue up Kbuild patches in my repository. BTW, this series does not apply cleanly. If you could rebase it onto v4.11-rc1 tag, it would be helpful. Thanks! -- Best Regards Masahiro Yamada