From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762471AbYEFMoz (ORCPT ); Tue, 6 May 2008 08:44:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762869AbYEFMoN (ORCPT ); Tue, 6 May 2008 08:44:13 -0400 Received: from smtp-out04.alice-dsl.net ([88.44.63.6]:5537 "EHLO smtp-out04.alice-dsl.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757448AbYEFMoL (ORCPT ); Tue, 6 May 2008 08:44:11 -0400 To: KOSAKI Motohiro Cc: LKML , linux-mm , Paul Menage , Li Zefan Subject: Re: [PATCH] mm/cgroup.c add error check From: Andi Kleen References: <20080506195216.4A6D.KOSAKI.MOTOHIRO@jp.fujitsu.com> Date: Tue, 06 May 2008 14:43:48 +0200 In-Reply-To: <20080506195216.4A6D.KOSAKI.MOTOHIRO@jp.fujitsu.com> (KOSAKI Motohiro's message of "Tue, 06 May 2008 20:02:44 +0900") Message-ID: <87wsm7bo1n.fsf@basil.nowhere.org> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 06 May 2008 12:36:52.0020 (UTC) FILETIME=[DC2F9740:01C8AF75] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org KOSAKI Motohiro writes: > on heavy workload, call_usermodehelper() may failure > because it use kzmalloc(GFP_ATOMIC). Better just fix it to not use GFP_ATOMIC in the first place. -Andi