From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bpW5m-00063l-SU for kexec@lists.infradead.org; Thu, 29 Sep 2016 07:49:19 +0000 Date: Thu, 29 Sep 2016 09:47:43 +0200 From: Simon Horman Subject: Re: [PATCH] kexec: fix mem_regions_sort() Message-ID: <20160929074743.GA19336@verge.net.au> References: <7514609d50e28f6632e3a265fdd08020c33353b6.1469641659.git.panand@redhat.com> <20160728143845.GR14726@flint.armlinux.org.uk> <20160729035219.GD27150@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20160729035219.GD27150@localhost.localdomain> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Pratyush Anand Cc: Russell King , Kexec Mailing List On Fri, Jul 29, 2016 at 09:22:19AM +0530, Pratyush Anand wrote: > Hi Simon, > > Please take this fix for 2.0.13. > > ~Pratyush > On 28/07/2016:03:38:46 PM, Russell King wrote: > > On Wed, Jul 27, 2016 at 11:22:24PM +0530, Pratyush Anand wrote: > > > Missed CCing Russell because of --suppress-cc :( > > > > > > CCing now. > > > > > > On Wed, Jul 27, 2016 at 11:19 PM, Pratyush Anand wrote: > > > > ranges->ranges is "struct memory_range *", however each element which need > > > > to be sorted is of type "struct memory_range". So, correct "size" argument > > > > of qsort() as sizeof(*ranges->ranges). > > > > Oops. Yes, obviously correct. > > > > Acked-by: Russell King > > > > > > > > > > Signed-off-by: Pratyush Anand > > > > Cc:Russell King > > > > Please remove this Cc while adding my Acked-by. Thanks. Sorry, I completely missed this until now. Applied. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec