From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753169AbdESL0P (ORCPT ); Fri, 19 May 2017 07:26:15 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34955 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdESL0N (ORCPT ); Fri, 19 May 2017 07:26:13 -0400 From: Michal Hocko To: Andrew Morton Cc: Johannes Weiner , Roman Gushchin , Tetsuo Handa , Vladimir Davydov , , LKML Subject: [PATCH 0/2] fix premature OOM killer Date: Fri, 19 May 2017 13:26:02 +0200 Message-Id: <20170519112604.29090-1-mhocko@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this is a follow up for [1]. The first patch is what Tetsuo suggested [2], I've just added a changelog for it. This one should be merged as soon as possible. The second patch is still an RFC. I _believe_ that it is the right thing to do but I haven't checked all the PF paths which return VM_FAULT_OOM to be sure that there is nobody who would return this error when not doing a real allocation. [1] http://lkml.kernel.org/r/1495034780-9520-1-git-send-email-guro@fb.com [2] http://lkml.kernel.org/r/201705182257.HJJ52185.OQStFLFMHVOJOF@I-love.SAKURA.ne.jp