[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARj+A1JDnUmA_ZFC5Shsy7Tg37LtXS27H7ZTgDbp5BO2w@mail.gmail.com>
Date: Fri, 28 Jun 2019 13:57:12 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Song Liu <songliubraving@...com>,
Jakub Kicinski <jakub.kicinski@...ronome.com>,
"open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
Palmer Dabbelt <palmer@...ive.com>,
Alexei Starovoitov <ast@...nel.org>,
linux-riscv@...ts.infradead.org, Sam Ravnborg <sam@...nborg.org>,
Kees Cook <keescook@...omium.org>, xdp-newbies@...r.kernel.org,
Daniel Borkmann <daniel@...earbox.net>,
Jonathan Corbet <corbet@....net>,
Anton Vorontsov <anton@...msg.org>,
John Fastabend <john.fastabend@...il.com>,
Yonghong Song <yhs@...com>, Albert Ou <aou@...s.berkeley.edu>,
Jesper Dangaard Brouer <hawk@...nel.org>,
Jani Nikula <jani.nikula@...el.com>,
Michal Marek <michal.lkml@...kovi.net>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@...ts.infradead.org>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
Tony Luck <tony.luck@...el.com>,
Networking <netdev@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>,
Colin Cross <ccross@...roid.com>, bpf@...r.kernel.org,
Martin KaFai Lau <kafai@...com>
Subject: Re: [PATCH v3 0/4] Compile-test UAPI and kernel headers
On Fri, Jun 28, 2019 at 1:41 AM Masahiro Yamada
<yamada.masahiro@...ionext.com> wrote:
>
> 1/4: Compile-test exported headers (reworked in v2)
>
> 2/4: fix a flaw I noticed when I was working on this series.
> Avoid generating intermediate wrappers.
>
> 3/4: maybe useful for 4/4 and in some other places.
> Add header-test-pattern-y syntax.
>
> 4/4: Compile-test kernel-space headers in include/.
> v2: compile as many headers as possible.
> v3: exclude more headers causing build errors
I push this series to
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
header-test-v3
for somebody who wants to test it.
>
> Masahiro Yamada (4):
> kbuild: compile-test UAPI headers to ensure they are self-contained
> kbuild: do not create wrappers for header-test-y
> kbuild: support header-test-pattern-y
> kbuild: compile-test kernel headers to ensure they are self-contained
>
> .gitignore | 1 -
> Documentation/dontdiff | 1 -
> Documentation/kbuild/makefiles.txt | 13 +-
> Makefile | 4 +-
> include/Kbuild | 1250 ++++++++++++++++++++++++++++
> init/Kconfig | 22 +
> scripts/Makefile.build | 10 +-
> scripts/Makefile.lib | 13 +-
> scripts/cc-system-headers.sh | 8 +
> usr/.gitignore | 1 -
> usr/Makefile | 2 +
> usr/include/.gitignore | 3 +
> usr/include/Makefile | 134 +++
> 13 files changed, 1449 insertions(+), 13 deletions(-)
> create mode 100644 include/Kbuild
> create mode 100755 scripts/cc-system-headers.sh
> create mode 100644 usr/include/.gitignore
> create mode 100644 usr/include/Makefile
>
> --
> 2.17.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists