From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759649Ab2D0DG7 (ORCPT ); Thu, 26 Apr 2012 23:06:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47130 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758984Ab2D0DG6 (ORCPT ); Thu, 26 Apr 2012 23:06:58 -0400 Date: Thu, 26 Apr 2012 20:08:45 -0700 From: Andrew Morton To: Minchan Kim Cc: David Rientjes , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Nick Piggin , Ingo Molnar , x86@kernel.org, Hugh Dickins , Johannes Weiner , Rik van Riel , Mel Gorman , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC] propagate gfp_t to page table alloc functions Message-Id: <20120426200845.69915594.akpm@linux-foundation.org> In-Reply-To: <4F9A0360.3030900@kernel.org> References: <1335171318-4838-1-git-send-email-minchan@kernel.org> <4F963742.2030607@jp.fujitsu.com> <4F963B8E.9030105@kernel.org> <4F965413.9010305@kernel.org> <20120424143015.99fd8d4a.akpm@linux-foundation.org> <4F973BF2.4080406@jp.fujitsu.com> <4F973FB8.6050103@jp.fujitsu.com> <20120424172554.c9c330dd.akpm@linux-foundation.org> <4F98914C.2060505@jp.fujitsu.com> <4F9A0360.3030900@kernel.org> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 27 Apr 2012 11:24:32 +0900 Minchan Kim wrote: > I was about to add warning in __vmalloc internal if caller uses GFP_NOIO, GFP_NOFS, GFP_ATOMIC > with Nick's comment and let them make to fix it. But it seems Andrew doesn't agree. I do, actually. > Andrew, please tell me your opinion for fixing this problem. Only call vmalloc() from GFP_KERNEL contexts. Go ahead, add the WARN_ONCE() and let's see what happens.