Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / init / init_task.c
index 94fe3ba..89024e8 100644 (file)
@@ -205,6 +205,9 @@ struct task_struct init_task
 #ifdef CONFIG_SECURITY
        .security       = NULL,
 #endif
+#ifdef CONFIG_SECCOMP
+       .seccomp        = { .filter_count = ATOMIC_INIT(0) },
+#endif
 };
 EXPORT_SYMBOL(init_task);