Files
linux/arch/s390/include/asm
Vasily Gorbik 8e90b4b130 s390: correct __bootdata / __bootdata_preserved macros
Currently s390 build is broken.

  SECTCMP .boot.data
error: section .boot.data differs between vmlinux and arch/s390/boot/compressed/vmlinux
make[2]: *** [arch/s390/boot/section_cmp.boot.data] Error 1
  SECTCMP .boot.preserved.data
error: section .boot.preserved.data differs between vmlinux and arch/s390/boot/compressed/vmlinux
make[2]: *** [arch/s390/boot/section_cmp.boot.preserved.data] Error 1
make[1]: *** [bzImage] Error 2

Commit 33def8498f ("treewide: Convert macro and uses of __section(foo)
to __section("foo")") converted all __section(foo) to __section("foo").
This is wrong for __bootdata / __bootdata_preserved macros which want
variable names to be a part of intermediate section names .boot.data.<var
name> and .boot.preserved.data.<var name>. Those sections are later
sorted by alignment + name and merged together into final .boot.data
/ .boot.preserved.data sections. Those sections must be identical in
the decompressor and the decompressed kernel (that is checked during
the build).

Fixes: 33def8498f ("treewide: Convert macro and uses of __section(foo) to __section("foo")")
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2020-10-26 14:18:01 +01:00
..
2020-08-26 18:47:21 +02:00
2017-12-05 07:51:09 +01:00
2020-08-26 18:47:21 +02:00
2020-08-11 18:16:43 +02:00
2020-06-23 09:16:48 +02:00
2019-04-25 15:34:10 +02:00
2019-06-19 17:54:27 +02:00
2019-02-05 14:29:23 +01:00
2020-01-30 13:07:55 +01:00
2020-02-27 16:02:21 +01:00
2020-06-29 16:32:09 +02:00
2019-02-07 18:06:18 -08:00
2020-09-14 11:38:35 +02:00
2020-09-26 15:51:21 +02:00
2020-06-29 16:32:14 +02:00
2020-10-09 23:45:30 +02:00
2019-07-23 10:45:53 +02:00
2020-09-14 11:38:35 +02:00
2020-09-30 12:09:54 +02:00
2017-12-05 07:51:09 +01:00