From: Linus Torvalds Date: Sun, 25 Aug 2024 00:05:23 +0000 (+1200) Subject: Merge tag 's390-6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux X-Git-Tag: v6.12~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48fb4b3d9b43ea8f81de06f12f83912f8c1d5a15;p=platform%2Fkernel%2Flinux-amlogic.git Merge tag 's390-6.11-4' of git://git./linux/kernel/git/s390/linux Pull s390 fixes from Vasily Gorbik: - Fix KASLR base offset to account for symbol offsets in the vmlinux ELF file, preventing tool breakages like the drgn debugger - Fix potential memory corruption of physmem_info during kernel physical address randomization - Fix potential memory corruption due to overlap between the relocated lowcore and identity mapping by correctly reserving lowcore memory - Fix performance regression and avoid randomizing identity mapping base by default - Fix unnecessary delay of AP bus binding complete uevent to prevent startup lag in KVM guests using AP * tag 's390-6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/boot: Fix KASLR base offset off by __START_KERNEL bytes s390/boot: Avoid possible physmem_info segment corruption s390/ap: Refine AP bus bindings complete processing s390/mm: Pin identity mapping base to zero s390/mm: Prevent lowcore vs identity mapping overlap --- 48fb4b3d9b43ea8f81de06f12f83912f8c1d5a15