From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753013AbcELLOo (ORCPT ); Thu, 12 May 2016 07:14:44 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:36456 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751576AbcELLOn (ORCPT ); Thu, 12 May 2016 07:14:43 -0400 From: Michal Hocko To: Andrew Morton Cc: Linus Torvalds , Johannes Weiner , Mel Gorman , David Rientjes , Tetsuo Handa , Joonsoo Kim , Hillf Danton , Vlastimil Babka , , LKML Subject: [PATCH 0/2] oom detection fixups Date: Thu, 12 May 2016 13:14:35 +0200 Message-Id: <1463051677-29418-1-git-send-email-mhocko@kernel.org> X-Mailer: git-send-email 2.8.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, these two patches are follow-up fixups for the oom detection rework. The first patch should be folded into mm-oom-rework-oom-detection.patch. I haven't noticed classzone_idx vs high_zoneidx only when working on the second patch which is a fix for !CONFIG_COMPACTION where Joonsoo reported a premature OOM killer. I didn't pay attention to this configuration before but I have tested a heavy fork load on a small machine and the patch helps as it restores the original behavior more or less for !costly high order requests.