From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Fri, 26 Jul 2013 21:22:39 -0700 Subject: [Cluster-devel] [trivial PATCH] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks In-Reply-To: <1371669353.2038.45.camel@joe-AO722> References: <1371669353.2038.45.camel@joe-AO722> Message-ID: <1374898959.3686.10.camel@joe-AO722> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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?