Re: [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files

2024-07-17 Thread Masahiro Yamada
> > https://github.com/intel-lab-lkp/linux/commits/Masahiro-Yamada/fortify-use-if_changed_dep-to-record-header-dependency-in-cmd-files/20240715-224820 > > > base: linus/master > > > patch link: > > > https://lore.kernel.org/r/20240715144529.101634-2-masahi

Re: [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files

2024-07-17 Thread Kees Cook
in-cmd-files/20240715-224820 > > base: linus/master > > patch link: > > https://lore.kernel.org/r/20240715144529.101634-2-masahiroy%40kernel.org > > patch subject: [PATCH 1/3] fortify: use if_changed_dep to record header > > dependency in *.cmd files > > config: i

Re: [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files

2024-07-16 Thread Masahiro Yamada
n] > > url: > https://github.com/intel-lab-lkp/linux/commits/Masahiro-Yamada/fortify-use-if_changed_dep-to-record-header-dependency-in-cmd-files/20240715-224820 > base: linus/master > patch link: > https://lore.kernel.org/r/20240715144529.101634-2-masahiroy%40kernel.org &g

Re: [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files

2024-07-16 Thread kernel test robot
ord-header-dependency-in-cmd-files/20240715-224820 base: linus/master patch link: https://lore.kernel.org/r/20240715144529.101634-2-masahiroy%40kernel.org patch subject: [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files config: i386-randconfig-004-20240716 (https://d

[PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files

2024-07-15 Thread Masahiro Yamada
After building with CONFIG_FORTIFY_SOURCE=y, many .*.d files are left in lib/test_fortify/ because the compiler outputs header dependencies into *.d without fixdep being invoked. When compiling C files, if_changed_dep should be used so that the auto-generated header dependencies are recorded in .*