summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 09:24:33 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 09:24:33 +0300
commit2ce177e9b3649afa9c19cc71460f3ad50e7fd344 (patch)
tree91a72b41a1722fff27bf60e926a0b7475d8b38e9 /include/linux/sched
parent741c10b096bc4dd79cd9f215b6ef173bb953e75c (diff)
parent0ad2507d5d93f39619fc42372c347d6006b64319 (diff)
downloadlinux-2ce177e9b3649afa9c19cc71460f3ad50e7fd344.tar.xz
Merge 6.14-rc3 into driver-core-next
We need the faux_device changes in here for future work. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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;
};
/*