tree: git://git.cmpxchg.org/linux-mmotm.git master head: 6f11685c34f638e200dd9e821491584ef5717d57 commit: 6f957b3c9f4481a2d670f4bbdbcd176d56a389eb [152/234] vmcore: Add a kernel parameter novmcoredd config: x86_64-randconfig-n008-201921 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 6f957b3c9f4481a2d670f4bbdbcd176d56a389eb # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> fs//proc/vmcore.c:59:43: error: expected ')' before 'bool' core_param(novmcoredd, vmcoredd_disabled, bool, 0); ^~~~ vim +59 fs//proc/vmcore.c 57 58 static bool vmcoredd_disabled; > 59 core_param(novmcoredd, vmcoredd_disabled, bool, 0); 60 #endif /* CONFIG_PROC_VMCORE_DEVICE_DUMP */ 61 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip