---
 mm/kmemleak.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index f6e602918dac..cf392615ad40 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -2015,6 +2015,9 @@ void __init kmemleak_init(void)
        }
 #endif
 
+       kmemleak_disable();
+       return;
+
        jiffies_min_age = msecs_to_jiffies(MSECS_MIN_AGE);
        jiffies_scan_wait = msecs_to_jiffies(SECS_SCAN_WAIT * 1000);
 
-- 
2.23.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to