Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / kernel / kcsan / core.c
index 3bf98db..45c821d 100644 (file)
@@ -1,4 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0
+/*
+ * KCSAN core runtime.
+ *
+ * Copyright (C) 2019, Google LLC.
+ */
 
 #define pr_fmt(fmt) "kcsan: " fmt
 
@@ -639,8 +644,6 @@ void __init kcsan_init(void)
 
        BUG_ON(!in_task());
 
-       kcsan_debugfs_init();
-
        for_each_possible_cpu(cpu)
                per_cpu(kcsan_rand_state, cpu) = (u32)get_cycles();