Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / linux / sched.h
index 76cd21f..bd4225b 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/sched/prio.h>
 #include <linux/sched/types.h>
 #include <linux/signal_types.h>
+#include <linux/syscall_user_dispatch.h>
 #include <linux/mm_types_task.h>
 #include <linux/task_io_accounting.h>
 #include <linux/posix-timers.h>
@@ -987,6 +988,7 @@ struct task_struct {
        unsigned int                    sessionid;
 #endif
        struct seccomp                  seccomp;
+       struct syscall_user_dispatch    syscall_dispatch;
 
        /* Thread group tracking: */
        u64                             parent_exec_id;
@@ -1348,6 +1350,10 @@ struct task_struct {
        struct callback_head            mce_kill_me;
 #endif
 
+#ifdef CONFIG_KRETPROBES
+       struct llist_head               kretprobe_instances;
+#endif
+
        /*
         * New fields for task_struct should be added above here, so that
         * they are included in the randomized portion of task_struct.