Re: [Xen-devel] [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table

2016-08-30 Thread Jan Beulich
>>> On 30.08.16 at 16:27, wrote: > On Thu, Aug 25, 2016 at 05:21:24AM -0600, Jan Beulich wrote: >> >>> On 20.08.16 at 00:43, wrote: >> > Its visibility is not needed and just pollute symbol table. >> > >> > Suggested-by: Jan Beulich

Re: [Xen-devel] [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table

2016-08-30 Thread Daniel Kiper
On Thu, Aug 25, 2016 at 05:21:24AM -0600, Jan Beulich wrote: > >>> On 20.08.16 at 00:43, wrote: > > Its visibility is not needed and just pollute symbol table. > > > > Suggested-by: Jan Beulich > > Signed-off-by: Daniel Kiper

Re: [Xen-devel] [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table

2016-08-25 Thread Jan Beulich
>>> On 20.08.16 at 00:43, wrote: > Its visibility is not needed and just pollute symbol table. > > Suggested-by: Jan Beulich > Signed-off-by: Daniel Kiper With Andrew effectively having NAK-ed v4 of this patch, I don't see

[Xen-devel] [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table

2016-08-19 Thread Daniel Kiper
Its visibility is not needed and just pollute symbol table. Suggested-by: Jan Beulich Signed-off-by: Daniel Kiper --- xen/arch/x86/boot/head.S |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/boot/head.S