reproduce commandline: ``` make distclean && make defconfig && make -j $(nproc) -s && make -j $(nproc) modules -s ``` compile warning: ``` kernel/sysctl.c:111:22: warning: ‘penalty_extra_delay_max’ defined but not used [-Wunused-variable] static unsigned long penalty_extra_delay_max = HZ; ^~~~~~~~~~~~~~~~~~~~~~~ ```
@ab
代码已经合并