[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190810063913.GB13020@ravnborg.org>
Date: Sat, 10 Aug 2019 08:39:13 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: linux-kbuild@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] kbuild: detect missing header include guard
Hi Masahiro
On Mon, Jul 29, 2019 at 02:34:45AM +0900, Masahiro Yamada wrote:
> Our convention is to surround the whole of the header content with an
> include guard. This avoids the same header being parsed over again in
> case it is included multiple times.
>
> The include guard is missing in several places, or broken due to the
> mismatch between #ifndef and #define.
>
> The recently added header-test-y syntax allows the comprehensive sanity
> checks of headers. This commit adds another check; if include guard is
> missing, the header will fail to build due to redefinition of something.
>
> Some headers must be excluded from the test-coverage for now. I will
> let them in after they are fixed.
Smart and simple - nice.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
Reviewed-by: Sam Ravnborg <sam@...nborg.org>
Sam
Powered by blists - more mailing lists