aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.vmlinux
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2023-01-18 16:52:33 -0800
committerAndrew Morton <[email protected]>2023-01-18 16:52:33 -0800
commit077010cef0aec280ac6eccc217395cbe8543d5a8 (patch)
tree50d9f5071b4d33532ffed0ed71152ea8fc7091f9 /scripts/Makefile.vmlinux
parent18e6340365eab44339a0aadab76c3d26a2406a72 (diff)
parent5dc4c995db9eb45f6373a956eb1f69460e69e6d4 (diff)
Sync with v6.2-rc4
Merge branch 'master' into mm-nonmm-stable
Diffstat (limited to 'scripts/Makefile.vmlinux')
-rw-r--r--scripts/Makefile.vmlinux1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux
index 49946cb96844..10176dec97ea 100644
--- a/scripts/Makefile.vmlinux
+++ b/scripts/Makefile.vmlinux
@@ -18,6 +18,7 @@ quiet_cmd_cc_o_c = CC $@
$(call if_changed_dep,cc_o_c)
ifdef CONFIG_MODULES
+KASAN_SANITIZE_.vmlinux.export.o := n
targets += .vmlinux.export.o
vmlinux: .vmlinux.export.o
endif