]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
s390/vdso32: add vdso32.lds to targets
authorSven Schnelle <svens@linux.ibm.com>
Fri, 9 Jul 2021 14:49:43 +0000 (16:49 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 12 Jul 2021 12:33:53 +0000 (14:33 +0200)
This fixes a permanent rebuild of the 32 bit vdso. The RPM build process
was first calling 'make bzImage' and 'make modules' as a second step.
This caused a recompilation of vdso32.so, which in turn also changed
the build-id of vmlinux.

Fixes: 779df2248739 ("s390/vdso: add minimal compat vdso")
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/vdso32/Makefile

index b2349a3f4fa305bb412d012a714050c3b2a957fd..3457dcf103965339a5e41662b2a20c35746b05ff 100644 (file)
@@ -29,6 +29,7 @@ $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_32)
 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_32)
 
 obj-y += vdso32_wrapper.o
+targets += vdso32.lds
 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
 
 # Disable gcov profiling, ubsan and kasan for VDSO code