From: Ma Wupeng mawupeng1@huawei.com
delay the OOM reaper to allow time for proper futex cleanup.
Changelog since v1: - move oom_reaper_timer in struct struct task_struct_resvd.
Ma Wupeng (1): mm: oom_kill: fix KABI broken by "oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup"
Nico Pache (1): oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Zheng Zucheng (1): sched: Allocate a new task_struct_resvd object for fork task
include/linux/sched.h | 23 ++++++++++---- include/linux/sched/grid_qos.h | 2 +- init/init_task.c | 5 ++++ kernel/fork.c | 21 ++++++++++++- kernel/sched/grid/qos.c | 20 ++++++------- mm/oom_kill.c | 55 +++++++++++++++++++++++++--------- 6 files changed, 95 insertions(+), 31 deletions(-)