summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-01-10 12:52:40 +0300
committerIngo Molnar <mingo@kernel.org>2018-01-10 12:52:40 +0300
commitcb1f34ddccb46f7c1bb61e98b7d44751a20c7e49 (patch)
tree6cbcf7e9d87bc571b80ec1f75b5cb21a8e34b937 /include/linux/sched
parenta555e9d86ee384d9d3cb3310a57aed33f7e053d4 (diff)
parent541676078b52f365f53d46ee5517d305cd1b6350 (diff)
downloadlinux-cb1f34ddccb46f7c1bb61e98b7d44751a20c7e49.tar.xz
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/coredump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/coredump.h b/include/linux/sched/coredump.h
index 9c8847395b5e..ec912d01126f 100644
--- a/include/linux/sched/coredump.h
+++ b/include/linux/sched/coredump.h
@@ -70,6 +70,7 @@ static inline int get_dumpable(struct mm_struct *mm)
#define MMF_UNSTABLE 22 /* mm is unstable for copy_from_user */
#define MMF_HUGE_ZERO_PAGE 23 /* mm has ever used the global huge zero page */
#define MMF_DISABLE_THP 24 /* disable THP for all VMAs */
+#define MMF_OOM_VICTIM 25 /* mm is the oom victim */
#define MMF_DISABLE_THP_MASK (1 << MMF_DISABLE_THP)
#define MMF_INIT_MASK (MMF_DUMPABLE_MASK | MMF_DUMP_FILTER_MASK |\