From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757755AbcEDIuK (ORCPT ); Wed, 4 May 2016 04:50:10 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34570 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757601AbcEDIuI (ORCPT ); Wed, 4 May 2016 04:50:08 -0400 Date: Wed, 4 May 2016 10:50:04 +0200 From: Michal Hocko To: Vlastimil Babka Cc: Joonsoo Kim , Andrew Morton , Linus Torvalds , Johannes Weiner , Mel Gorman , David Rientjes , Tetsuo Handa , Hillf Danton , linux-mm@kvack.org, LKML Subject: Re: [PATCH 0.14] oom detection rework v6 Message-ID: <20160504085004.GC29978@dhcp22.suse.cz> References: <1461181647-8039-1-git-send-email-mhocko@kernel.org> <20160504054502.GA10899@js1304-P5Q-DELUXE> <5729AEFB.9060101@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5729AEFB.9060101@suse.cz> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 04-05-16 10:12:43, Vlastimil Babka wrote: > On 05/04/2016 07:45 AM, Joonsoo Kim wrote: > >I still don't agree with some part of this patchset that deal with > >!costly order. As you know, there was two regression reports from Hugh > >and Aaron and you fixed them by ensuring to trigger compaction. I > >think that these show the problem of this patchset. Previous kernel > >doesn't need to ensure to trigger compaction and just works fine in > >any case. > > IIRC previous kernel somehow subtly never OOM'd for !costly orders. So > anything that introduces the possibility of OOM may look like regression for > some corner case workloads. The bug fixed by this series was COMPACTION specific because compaction_ready is not considered otherwise. -- Michal Hocko SUSE Labs