From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 727D8B7B7B for ; Sat, 12 Sep 2009 07:31:23 +1000 (EST) Received: from fifo99.com (fifo99.com [67.223.236.141]) by ozlabs.org (Postfix) with ESMTP id 34B02DDD04 for ; Sat, 12 Sep 2009 07:31:23 +1000 (EST) Subject: Re: [PATCH 0/5] kernel handling of dynamic logical partitioning From: Daniel Walker To: Nathan Fontenot In-Reply-To: <4AAABC55.4070207@austin.ibm.com> References: <4AAABC55.4070207@austin.ibm.com> Content-Type: text/plain Date: Fri, 11 Sep 2009 14:23:18 -0700 Message-Id: <1252704198.28368.31.camel@desktop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2009-09-11 at 16:08 -0500, Nathan Fontenot wrote: > am cc'ing lkml. > > Patches include in this set: > 1/5 - DLPAR infrastructure for powerpc/pseries platform. > 2/5 - Move the of_drconf_cell struct to prom.h > 3/5 - Export the memory sysdev class > 4/5 - Memory DLPAR handling > 5/5 - CPU DLPAR handling > It looks like a couple of your patches have some checkpatch issues.. Could you run these through scripts/checkpatch.pl and clean up any problems it raises ? Specifically patches 1, 4, and 5 .. Daniel