From 1dc0683af91bc0f7727565cb2125644f46992dc8 Mon Sep 17 00:00:00 2001 From: UtsavBalar1231 Date: Tue, 26 Apr 2022 21:19:58 +0530 Subject: [PATCH] Revert "mm: oom: enable the sysctl_reap_mem_on_sigkill by default" This reverts commit 4c8305d38485495f44ad2d441762e030cad80458. Signed-off-by: UtsavBalar1231 --- mm/oom_kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/oom_kill.c b/mm/oom_kill.c index b982cccce183..7377a6bcc2cc 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -58,7 +58,7 @@ int sysctl_panic_on_oom = IS_ENABLED(CONFIG_DEBUG_PANIC_ON_OOM) ? 2 : 0; int sysctl_oom_kill_allocating_task; int sysctl_oom_dump_tasks = 1; -int sysctl_reap_mem_on_sigkill = 1; +int sysctl_reap_mem_on_sigkill; /* * Serializes oom killer invocations (out_of_memory()) from all contexts to