From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751850Ab3G0EWx (ORCPT ); Sat, 27 Jul 2013 00:22:53 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:51379 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751026Ab3G0EWt (ORCPT ); Sat, 27 Jul 2013 00:22:49 -0400 Message-ID: <1374898959.3686.10.camel@joe-AO722> Subject: Re: [trivial PATCH] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks From: Joe Perches To: Jiri Kosina Cc: Lars Ellenberg , Hoang-Nam Nguyen , Christoph Raisch , Roland Dreier , Sean Hefty , Hal Rosenstock , Divy Le Ray , Dimitris Michailidis , "James E.J. Bottomley" , Chris Mason , "Theodore Ts'o" , Andreas Dilger , Steven Whitehouse , Jamal Hadi Salim , "David S. Miller" , drbd-user@lists.linbit.com, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-scsi@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, cluster-devel Date: Fri, 26 Jul 2013 21:22:39 -0700 In-Reply-To: <1371669353.2038.45.camel@joe-AO722> References: <1371669353.2038.45.camel@joe-AO722> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2013-06-19 at 12:15 -0700, Joe Perches wrote: > Don't emit OOM warnings when k.alloc calls fail when > there there is a v.alloc immediately afterwards. > > Converted a kmalloc/vmalloc with memset to kzalloc/vzalloc. Hey Jiri. What's your schedule for accepting or rejecting these sorts of patches?