Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932201AbbGVCbn (ORCPT ); Tue, 21 Jul 2015 22:31:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49017 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754066AbbGVCbl (ORCPT ); Tue, 21 Jul 2015 22:31:41 -0400 Date: Wed, 22 Jul 2015 10:31:28 +0800 From: Dave Young To: linux-kernel@vger.kernel.org, kexec@lists.infradead.org, akpm@linux-foundation.org Cc: ebiederm@xmission.com, vgoyal@redhat.com, ptesarik@suse.cz, tytso@mit.edu, jwboyer@fedoraproject.org, dhowells@redhat.com, geert@linux-m68k.org Subject: Re: [PATCH V2 2/2 update] kexec: split kexec_load syscall from kexec core code Message-ID: <20150722023128.GB5107@dhcp-129-220.nay.redhat.com> References: <20150720083713.528114272@redhat.com> <20150720084558.645442047@redhat.com> <20150722021900.GB16615@dhcp-128-11.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150722021900.GB16615@dhcp-128-11.nay.redhat.com> User-Agent: Mutt/1.5.22.1-rc1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 858 Lines: 27 On 07/22/15 at 10:19am, Dave Young wrote: > --- > > Update per comments from Vivek: > - Moved below functions which are used by kexec_load only to kexec.c > copy_user_segment_list() and kimage_alloc_init() > - add slab.h to kexec.c because kimage_alloc_init will call kfree > - drop unused declaration of kimage_alloc_init in kexec.h > [snip] Andrew, I noticed you have taken the two patches in -mm, could you replace the 2/2 with this update, there's small cleanup per Vivek's comments, detail changes see above. BTW, sorry I forgot to remove the "Re: " before "[PATCH]" prefix. Thanks Dave thanks Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/