Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Resolve these conflicts: arch/x86/Kconfig arch/x86/kernel/Makefile Do a minor "evil merge" to move the KCSAN entry up a bit by a few lines in the Kconfig to reduce the probability of future conflicts. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
1
arch/x86/realmode/rm/.gitignore
vendored
1
arch/x86/realmode/rm/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
pasyms.h
|
||||
realmode.lds
|
||||
realmode.relocs
|
||||
|
@@ -74,5 +74,6 @@ $(obj)/realmode.relocs: $(obj)/realmode.elf FORCE
|
||||
KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP -D_WAKEUP \
|
||||
-I$(srctree)/arch/x86/boot
|
||||
KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
|
||||
KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
|
||||
GCOV_PROFILE := n
|
||||
UBSAN_SANITIZE := n
|
||||
|
@@ -71,7 +71,6 @@ SECTIONS
|
||||
/DISCARD/ : {
|
||||
*(.note*)
|
||||
*(.debug*)
|
||||
*(.eh_frame*)
|
||||
}
|
||||
|
||||
#include "pasyms.h"
|
||||
|
Reference in New Issue
Block a user