From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] extend list of sections convertible to .init.* ones in init-only objects Date: Mon, 12 Jan 2015 14:03:01 +0000 Message-ID: <1421071381.26317.75.camel@eu.citrix.com> References: <54B39B4D020000780005384A@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YAfaE-0000xq-OB for xen-devel@lists.xenproject.org; Mon, 12 Jan 2015 14:03:06 +0000 In-Reply-To: <54B39B4D020000780005384A@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel , Keir Fraser , Ian Jackson , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-12 at 09:00 +0000, Jan Beulich wrote: > In particular the .rodata.str2 case is relevant for the EFI boot code > (moving around 3k from permanent to init-time sections). So we go from handling .rodata.str1.{1,2,3,8} to .rodata.str{1,2,4}.{1,2,4,8,16}? > Signed-off-by: Jan Beulich Acked-by: Ian Campbell