On Tue, Jan 19, 2021 at 06:41:02PM +0100, Borislav Petkov wrote: > On Wed, Jan 20, 2021 at 01:36:14AM +0800, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > > head: e864f43593ccf9180c61738abdf1c1dde091367d > > commit: 938de2324afb53acd20893cd8eec8ee6f80de646 [5835/9999] x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk > > config: i386-randconfig-r005-20210118 (attached as .config) > > compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 > > reproduce (this is a W=1 build): > > # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=938de2324afb53acd20893cd8eec8ee6f80de646 > > git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > git fetch --no-tags linux-stable-rc linux-4.19.y > > git checkout 938de2324afb53acd20893cd8eec8ee6f80de646 > > # save the attached .config to linux build tree > > make W=1 ARCH=i386 > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot > > > > All warnings (new ones prefixed by >>): > > > > >> arch/x86/kernel/cpu/mcheck/mce_amd.c:552:6: warning: no previous prototype for 'disable_err_thresholding' [-Wmissing-prototypes] > > 552 | void disable_err_thresholding(struct cpuinfo_x86 *c) > > Why are you running W=1 build tests on stable kernels? > > Especially -Wmissing-prototypes is a complete waste of time for those. > > And the fix > > 47cd84e98f51 ("x86/mce/amd: Make disable_err_thresholding() static") > > would be a complete waste of backporting bandwidth and it doesn't even > fit the stable rules. I agree, this noisy checks should be verified that they actually are pointing out a real issue before sending them out. thanks, greg k-h