From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423606Ab2KOImN (ORCPT ); Thu, 15 Nov 2012 03:42:13 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:58636 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423471Ab2KOImM (ORCPT ); Thu, 15 Nov 2012 03:42:12 -0500 X-SecurityPolicyCheck: OK by SHieldMailChecker v1.8.4 Message-ID: <50A4AAD1.3030901@jp.fujitsu.com> Date: Thu, 15 Nov 2012 17:41:53 +0900 From: Kamezawa Hiroyuki User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: David Rientjes CC: Andrew Morton , Greg Kroah-Hartman , KOSAKI Motohiro , Michal Hocko , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [patch 1/4] mm, oom: ensure sysrq+f always passes valid zonelist References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (2012/11/14 18:15), David Rientjes wrote: > With hotpluggable and memoryless nodes, it's possible that node 0 will > not be online, so use the first online node's zonelist rather than > hardcoding node 0 to pass a zonelist with all zones to the oom killer. > > Cc: Greg Kroah-Hartman > Signed-off-by: David Rientjes Thank you. Acked-by: KAMEZAWA Hiroyuki From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx132.postini.com [74.125.245.132]) by kanga.kvack.org (Postfix) with SMTP id 115436B009D for ; Thu, 15 Nov 2012 03:42:13 -0500 (EST) Received: from m3.gw.fujitsu.co.jp (unknown [10.0.50.73]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id 32BCB3EE0C0 for ; Thu, 15 Nov 2012 17:42:11 +0900 (JST) Received: from smail (m3 [127.0.0.1]) by outgoing.m3.gw.fujitsu.co.jp (Postfix) with ESMTP id 161F845DEBA for ; Thu, 15 Nov 2012 17:42:11 +0900 (JST) Received: from s3.gw.fujitsu.co.jp (s3.gw.fujitsu.co.jp [10.0.50.93]) by m3.gw.fujitsu.co.jp (Postfix) with ESMTP id F1D1045DEB2 for ; Thu, 15 Nov 2012 17:42:10 +0900 (JST) Received: from s3.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s3.gw.fujitsu.co.jp (Postfix) with ESMTP id E4A111DB803C for ; Thu, 15 Nov 2012 17:42:10 +0900 (JST) Received: from m1000.s.css.fujitsu.com (m1000.s.css.fujitsu.com [10.240.81.136]) by s3.gw.fujitsu.co.jp (Postfix) with ESMTP id 9C74A1DB8038 for ; Thu, 15 Nov 2012 17:42:10 +0900 (JST) Message-ID: <50A4AAD1.3030901@jp.fujitsu.com> Date: Thu, 15 Nov 2012 17:41:53 +0900 From: Kamezawa Hiroyuki MIME-Version: 1.0 Subject: Re: [patch 1/4] mm, oom: ensure sysrq+f always passes valid zonelist References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: David Rientjes Cc: Andrew Morton , Greg Kroah-Hartman , KOSAKI Motohiro , Michal Hocko , linux-kernel@vger.kernel.org, linux-mm@kvack.org (2012/11/14 18:15), David Rientjes wrote: > With hotpluggable and memoryless nodes, it's possible that node 0 will > not be online, so use the first online node's zonelist rather than > hardcoding node 0 to pass a zonelist with all zones to the oom killer. > > Cc: Greg Kroah-Hartman > Signed-off-by: David Rientjes Thank you. Acked-by: KAMEZAWA Hiroyuki -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org