From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages() Date: Mon, 20 Feb 2012 11:56:13 +1030 Message-ID: <87aa4e8fd6.fsf@rustcorp.com.au> References: <20120216111513.918494b07a5331eabe3d32ac@canb.auug.org.au> <1329494916-20575-1-git-send-email-pawel.moll@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ozlabs.org ([203.10.76.45]:42990 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752325Ab2BTDsr (ORCPT ); Sun, 19 Feb 2012 22:48:47 -0500 In-Reply-To: <1329494916-20575-1-git-send-email-pawel.moll@arm.com> Sender: linux-next-owner@vger.kernel.org List-ID: Cc: Michael Neuling , galak@kernel.crashing.org, Becky Bruce , linux-next@vger.kernel.org, linuxppc-dev@ozlabs.org, McClintock Matthew-B29882 , Stephen Rothwell , Pawel Moll On Fri, 17 Feb 2012 16:08:36 +0000, Pawel Moll wrote: > Commit b8076966e8e1 ("params: _initcall-like kernel parameters") > changed the parse_args() API without fixing all the callers. Done now. > > Signed-off-by: Pawel Moll Thanks Stephen, Pawel. Applied, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Rusty Russell To: Pawel Moll Subject: Re: [PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages() In-Reply-To: <1329494916-20575-1-git-send-email-pawel.moll@arm.com> References: <20120216111513.918494b07a5331eabe3d32ac@canb.auug.org.au> <1329494916-20575-1-git-send-email-pawel.moll@arm.com> Date: Mon, 20 Feb 2012 11:56:13 +1030 Message-ID: <87aa4e8fd6.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Rothwell , Michael Neuling , Pawel Moll , linuxppc-dev@ozlabs.org, linux-next@vger.kernel.org, McClintock Matthew-B29882 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 17 Feb 2012 16:08:36 +0000, Pawel Moll wrote: > Commit b8076966e8e1 ("params: _initcall-like kernel parameters") > changed the parse_args() API without fixing all the callers. Done now. > > Signed-off-by: Pawel Moll Thanks Stephen, Pawel. Applied, Rusty.