Hi Dmitry, There are new compile warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/kasatkin/linux-digsig.git next-ima-dir head: a667899b573483a776b954298f0c30b28bdbd12e commit: 63bb63a4647f49390a08b2f31cab49a96be3149f [11/25] modsig: add ima_module_check hook config: x86_64-randconfig-s013 (attached as .config) All error/warnings: kernel/module.c: In function 'load_module': kernel/module.c:2994:2: warning: label 'free_arch_cleanup' defined but not used [-Wunused-label] vim +2994 kernel/module.c 2991 mutex_unlock(&module_mutex); 2992 synchronize_sched(); 2993 kfree(mod->args); > 2994 free_arch_cleanup: 2995 module_arch_cleanup(mod); 2996 free_modinfo: 2997 free_modinfo(mod); --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu Intel Corporation