From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-f44.google.com ([209.85.220.44]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bWxfp-0006b9-Aq for kexec@lists.infradead.org; Tue, 09 Aug 2016 03:25:50 +0000 Received: by mail-pa0-f44.google.com with SMTP id pp5so837736pac.3 for ; Mon, 08 Aug 2016 20:25:28 -0700 (PDT) Date: Tue, 9 Aug 2016 08:55:25 +0530 From: Pratyush Anand Subject: Re: [PATCH] kexec: fix mem_regions_sort() Message-ID: <20160809032525.GA32460@localhost.localdomain> 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: Simon Horman Cc: Russell King , Kexec Mailing List Hi Simon, This was a fixup which got missed in 2.0.13. Anyway, it can be taken now. Thanks ~Pratyush On 29/07/2016:09:22:19 AM, 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. > > > > -- > > Russell King _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec