From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753283AbaLGN4B (ORCPT ); Sun, 7 Dec 2014 08:56:01 -0500 Received: from mail-qc0-f178.google.com ([209.85.216.178]:61861 "EHLO mail-qc0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752430AbaLGNzy (ORCPT ); Sun, 7 Dec 2014 08:55:54 -0500 Date: Sun, 7 Dec 2014 08:55:51 -0500 From: Tejun Heo To: Michal Hocko Cc: linux-mm@kvack.org, Andrew Morton , "\\\"Rafael J. Wysocki\\\"" , David Rientjes , Johannes Weiner , Oleg Nesterov , Cong Wang , LKML , linux-pm@vger.kernel.org Subject: Re: [PATCH 0/4] OOM vs PM freezer fixes Message-ID: <20141207135551.GA19034@htj.dyndns.org> References: <20141110163055.GC18373@dhcp22.suse.cz> <1417797707-31699-1-git-send-email-mhocko@suse.cz> <20141207100953.GC15892@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141207100953.GC15892@dhcp22.suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 07, 2014 at 11:09:53AM +0100, Michal Hocko wrote: > this is another attempt to address OOM vs. PM interaction. More > about the issue is described in the last patch. The other 4 patches > are just clean ups. This is based on top of 3.18-rc3 + Johannes' > http://marc.info/?l=linux-kernel&m=141779091114777 which is not in the > Andrew's tree yet but I wanted to prevent from later merge conflicts. When the patches are based on a custom tree, it's often a good idea to create a git branch of the patches to help reviewing. Thanks. -- tejun