On Sat, May 3, 2025 at 7:54 AM Kees Cook <[email protected]> wrote: > > v2: > - switch from -include to -I with a -D gated include compiler-version.h > v1: https://lore.kernel.org/lkml/[email protected]/
What do you think of my patch as a prerequisite? https://lore.kernel.org/linux-kbuild/[email protected]/T/#u Perhaps, can you implement this series more simply? My idea is to touch a single include/generated/global-rebuild.h rather than multiple files such as gcc-plugins-deps.h, integer-wrap.h, etc. When the file is touched, the entire kernel source tree will be rebuilt. This may rebuild more than needed (e.g. vdso) but I do not think it is a big deal. -- Best Regards Masahiro Yamada
