summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
committerIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
commit82354fce168c7cb037644bf4443b3e1b7559976c (patch)
tree39e2f997a23ea386e5045acce67e8819690b7036 /include/linux/sched
parent7ab02bd36eb444654183ad6c5b15211ddfa32a8f (diff)
parentb1536481c81fb604074da799e4f2d2038a1663f7 (diff)
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/task.h b/include/linux/sched/task.h
index 0f2aeb37bbb0..ca1db4b92c32 100644
--- a/include/linux/sched/task.h
+++ b/include/linux/sched/task.h
@@ -43,6 +43,7 @@ struct kernel_clone_args {
void *fn_arg;
struct cgroup *cgrp;
struct css_set *cset;
+ unsigned int kill_seq;
};
/*