]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Allow for copy_mc_fragile symbol checksum to be generated
authorBorislav Petkov <bp@suse.de>
Wed, 7 Oct 2020 16:55:35 +0000 (18:55 +0200)
committerBorislav Petkov <bp@suse.de>
Thu, 8 Oct 2020 08:39:21 +0000 (10:39 +0200)
commit580ae61169064a617f6d407d0f0115b85f16b7ae
tree5d903596210e6eaed823317fdb36c9db51c8f2b5
parent21f03071d24de02a65ac17101fae31d557b99474
x86/mce: Allow for copy_mc_fragile symbol checksum to be generated

Add asm/mce.h to asm/asm-prototypes.h so that that asm symbol's checksum
can be generated in order to support CONFIG_MODVERSIONS with it and fix:

  WARNING: modpost: EXPORT symbol "copy_mc_fragile" [vmlinux] version \
  generation failed, symbol will not be versioned.

For reference see:

  5d7aa71ffe9c ("kbuild: modversions for EXPORT_SYMBOL() for asm")
  c24cc7abf353 ("x86/kbuild: enable modversions for symbols exported from asm")

Fixes: 768caae657eb ("x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()")
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201007111447.GA23257@zn.tnic
arch/x86/include/asm/asm-prototypes.h