]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/Makefile
net_sched: fix a memory leak in atm_tc_init()
[mirror_ubuntu-jammy-kernel.git] / mm / Makefile
index cc8f897dfac023b3fdb850821c4825d7ea1b5a66..6e9d46b2efc9a0e4bd4094d6de667758bdc229d7 100644 (file)
@@ -8,6 +8,14 @@ KASAN_SANITIZE_slab.o := n
 KASAN_SANITIZE_slub.o := n
 KCSAN_SANITIZE_kmemleak.o := n
 
+# These produce frequent data race reports: most of them are due to races on
+# the same word but accesses to different bits of that word. Re-enable KCSAN
+# for these when we have more consensus on what to do about them.
+KCSAN_SANITIZE_slab_common.o := n
+KCSAN_SANITIZE_slab.o := n
+KCSAN_SANITIZE_slub.o := n
+KCSAN_SANITIZE_page_alloc.o := n
+
 # These files are disabled because they produce non-interesting and/or
 # flaky coverage that is not a function of syscall inputs. E.g. slab is out of
 # free pages, or a task is migrated between nodes.