mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
98f7cd23aa
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:
|
||
---|---|---|
.. | ||
.gitignore | ||
gen_vdso_offsets.sh | ||
Makefile | ||
note.S | ||
vdso32_wrapper.S | ||
vdso32.lds.S | ||
vdso_user_wrapper.S |