From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bSmUz-00069V-0G for kexec@lists.infradead.org; Thu, 28 Jul 2016 14:41:22 +0000 Date: Thu, 28 Jul 2016 15:38:46 +0100 From: Russell King Subject: Re: [PATCH] kexec: fix mem_regions_sort() Message-ID: <20160728143845.GR14726@flint.armlinux.org.uk> References: <7514609d50e28f6632e3a265fdd08020c33353b6.1469641659.git.panand@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Kexec Mailing List 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