Re: [PATCH 7/7] kbuild: compile-test kernel headers to ensure they are self-contained

2019-07-02 Thread Joel Fernandes
On Mon, Jul 01, 2019 at 09:58:45AM +0900, Masahiro Yamada wrote: > The headers in include/ are globally used in the kernel source tree > to provide common APIs. They are included from external modules, too. > > It will be useful to make as many headers self-contained as possible > so that we do no

[PATCH 7/7] kbuild: compile-test kernel headers to ensure they are self-contained

2019-06-30 Thread Masahiro Yamada
The headers in include/ are globally used in the kernel source tree to provide common APIs. They are included from external modules, too. It will be useful to make as many headers self-contained as possible so that we do not have to rely on a specific include order. There are more than 4000 heade