Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-10 Thread Stefano Stabellini
On Mon, 10 Oct 2016, Konrad Rzeszutek Wilk wrote: > On Mon, Oct 10, 2016 at 01:28:16AM -0600, Jan Beulich wrote: > > >>> On 07.10.16 at 19:57, wrote: > > > On Wed, 21 Sep 2016, Konrad Rzeszutek Wilk wrote: > > >> On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote:

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-10 Thread Konrad Rzeszutek Wilk
On Mon, Oct 10, 2016 at 01:28:16AM -0600, Jan Beulich wrote: > >>> On 07.10.16 at 19:57, wrote: > > On Wed, 21 Sep 2016, Konrad Rzeszutek Wilk wrote: > >> On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: > >> > >>> On 21.09.16 at 17:59,

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-10 Thread Jan Beulich
>>> On 07.10.16 at 19:57, wrote: > On Wed, 21 Sep 2016, Konrad Rzeszutek Wilk wrote: >> On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: >> > >>> On 21.09.16 at 17:59, wrote: >> > > The fix can be done two ways: >> > > a) See if

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-07 Thread Stefano Stabellini
On Wed, 21 Sep 2016, Konrad Rzeszutek Wilk wrote: > On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: > > >>> On 21.09.16 at 17:59, wrote: > > > The fix can be done two ways: > > > a) See if xen.efi.map exists and then copy it > > > b) Or link xen.efi.map to

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-10-05 Thread Jan Beulich
>>> On 21.09.16 at 18:17, wrote: > On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: >> >>> On 21.09.16 at 17:59, wrote: >> > The fix can be done two ways: >> > a) See if xen.efi.map exists and then copy it >> > b) Or link xen.efi.map

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-21 Thread Konrad Rzeszutek Wilk
On Wed, Sep 21, 2016 at 10:04:21AM -0600, Jan Beulich wrote: > >>> On 21.09.16 at 17:59, wrote: > > The fix can be done two ways: > > a) See if xen.efi.map exists and then copy it > > b) Or link xen.efi.map to xen-syms.map (similar to how xen.efi is linked > >

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-21 Thread Jan Beulich
>>> On 21.09.16 at 17:59, wrote: > The fix can be done two ways: > a) See if xen.efi.map exists and then copy it > b) Or link xen.efi.map to xen-syms.map (similar to how xen.efi is linked > against xen). > > The patch chooses the latter. Well, if the ARM

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-21 Thread Konrad Rzeszutek Wilk
On Tue, Sep 20, 2016 at 08:22:01AM -0600, Jan Beulich wrote: > >>> On 08.09.16 at 18:21, wrote: > > On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: > >> Commit 6ea24e53f1 introduced two problems: It left out a semicolon and > >> typo-ed the source file name of

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-20 Thread Jan Beulich
>>> On 08.09.16 at 18:21, wrote: > On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: >> Commit 6ea24e53f1 introduced two problems: It left out a semicolon and >> typo-ed the source file name of the EFI map file install command. > > I really need Fedora to

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-12 Thread Wei Liu
On Fri, Sep 09, 2016 at 10:20:40AM -0500, Doug Goldstein wrote: > On 9/8/16 11:21 AM, Konrad Rzeszutek Wilk wrote: > > On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: > >> Commit 6ea24e53f1 introduced two problems: It left out a semicolon and > >> typo-ed the source file name of the

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-08 Thread Jan Beulich
>>> On 08.09.16 at 18:21, wrote: > On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: >> Commit 6ea24e53f1 introduced two problems: It left out a semicolon and >> typo-ed the source file name of the EFI map file install command. > > I really need Fedora to

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-08 Thread Konrad Rzeszutek Wilk
On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: > Commit 6ea24e53f1 introduced two problems: It left out a semicolon and > typo-ed the source file name of the EFI map file install command. I really need Fedora to start building ld with PE support. > > Signed-off-by: Jan Beulich

Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"

2016-09-08 Thread Wei Liu
On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: > Commit 6ea24e53f1 introduced two problems: It left out a semicolon and > typo-ed the source file name of the EFI map file install command. > > Signed-off-by: Jan Beulich > Acked-by: Wei Liu