]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/purgatory: Use -D__DISABLE_EXPORTS
authorSami Tolvanen <samitolvanen@google.com>
Thu, 13 Feb 2025 21:16:14 +0000 (21:16 +0000)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Feb 2025 17:49:24 +0000 (18:49 +0100)
commit173767c218cc1da74704e7863f165ac8a9796f3e
treef064dddca26239dc36c6669e7c619221ac4b4067
parented83aff5a94e1d623c007159a6a7f1c3ef202c6c
s390/purgatory: Use -D__DISABLE_EXPORTS

The object files in purgatory do not export symbols, so disable exports
for all the object files, not only sha256.o, with -D__DISABLE_EXPORTS.

This fixes a build failure with CONFIG_GENDWARFKSYMS, where we would
otherwise attempt to calculate symbol versions for purgatory objects and
fail because they're not built with debugging information:

error: gendwarfksyms: process_module: dwarf_get_units failed: no debugging information?
make[5]: *** [../scripts/Makefile.build:207: arch/s390/purgatory/string.o] Error 1
make[5]: *** Deleting file 'arch/s390/purgatory/string.o'

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502120752.U3fOKScQ-lkp@intel.com/
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/r/20250213211614.3537605-2-samitolvanen@google.com
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/purgatory/Makefile