From: boris.ostrovsky@oracle.com (Boris Ostrovsky)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] xen/events: Always allocate legacy interrupts on PV guests
Date: Fri, 20 Nov 2015 11:49:57 -0500 [thread overview]
Message-ID: <564F4F35.40401@oracle.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1511201632390.1107@kaball.uk.xensource.com>
On 11/20/2015 11:33 AM, Stefano Stabellini wrote:
>>>
>>>
>>> BTW, I got this build error:
>>>
>>> STUBCPY drivers/firmware/efi/libstub/lib-sort.stub.o
>>> 0000000000000000 R_AARCH64_ABS64 __efistub_sort
>>> 0000000000000008 R_AARCH64_ABS64 .init__ksymtab_strings
>>> drivers/firmware/efi/libstub/lib-sort.stub.o: absolute symbol references
>>> not
>>> allowed in the EFI stub
>>> drivers/firmware/efi/libstub/Makefile:63: recipe for target
>>> 'drivers/firmware/efi/libstub/lib-sort.stub.o' failed
>>> make[4]: *** [drivers/firmware/efi/libstub/lib-sort.stub.o] Error 1
>>> scripts/Makefile.build:403: recipe for target
>>> 'drivers/firmware/efi/libstub'
>>> failed
>>> make[3]: *** [drivers/firmware/efi/libstub] Error 2
>>> scripts/Makefile.build:403: recipe for target 'drivers/firmware/efi'
>>> failed
>>> make[2]: *** [drivers/firmware/efi] Error 2
>>> scripts/Makefile.build:403: recipe for target 'drivers/firmware' failed
>>> make[1]: *** [drivers/firmware] Error 2
>>> Makefile:943: recipe for target 'drivers' failed
>>> make: *** [drivers] Error 2
>>>
>>> I worked around this by removing some of EFI config options but presumably
>>> this needs to be properly fixed.
>>> Interesting. This build error could be something new. Could you please
>>> post your kernel config?
>> Attached.
>>
>> This, BTW, is on a relatively old toolstack:
>> gcc version 4.8.2 20131014 (prerelease) (crosstool-NG
>> linaro-1.13.1-4.8-2013.10 - Linaro GCC 2013.10)
> Interesting. I cannot repro the error with Linaro GCC 4.9-2014.
This does look like something toolstack-specific: I installed
gcc version 4.8.3 20140401 (prerelease) (crosstool-NG
linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04)
from the link you provided above and it built without problems.
-boris
WARNING: multiple messages have this Message-ID (diff)
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: konrad.wilk@oracle.com, david.vrabel@citrix.com,
linux@arm.linux.org.uk, stefano.stabellini@citrix.com,
jgross@suse.com, tglx@linutronix.de, vkuznets@redhat.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, xen-devel@lists.xen.org,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>
Subject: Re: [PATCH v2] xen/events: Always allocate legacy interrupts on PV guests
Date: Fri, 20 Nov 2015 11:49:57 -0500 [thread overview]
Message-ID: <564F4F35.40401@oracle.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1511201632390.1107@kaball.uk.xensource.com>
On 11/20/2015 11:33 AM, Stefano Stabellini wrote:
>>>
>>>
>>> BTW, I got this build error:
>>>
>>> STUBCPY drivers/firmware/efi/libstub/lib-sort.stub.o
>>> 0000000000000000 R_AARCH64_ABS64 __efistub_sort
>>> 0000000000000008 R_AARCH64_ABS64 .init__ksymtab_strings
>>> drivers/firmware/efi/libstub/lib-sort.stub.o: absolute symbol references
>>> not
>>> allowed in the EFI stub
>>> drivers/firmware/efi/libstub/Makefile:63: recipe for target
>>> 'drivers/firmware/efi/libstub/lib-sort.stub.o' failed
>>> make[4]: *** [drivers/firmware/efi/libstub/lib-sort.stub.o] Error 1
>>> scripts/Makefile.build:403: recipe for target
>>> 'drivers/firmware/efi/libstub'
>>> failed
>>> make[3]: *** [drivers/firmware/efi/libstub] Error 2
>>> scripts/Makefile.build:403: recipe for target 'drivers/firmware/efi'
>>> failed
>>> make[2]: *** [drivers/firmware/efi] Error 2
>>> scripts/Makefile.build:403: recipe for target 'drivers/firmware' failed
>>> make[1]: *** [drivers/firmware] Error 2
>>> Makefile:943: recipe for target 'drivers' failed
>>> make: *** [drivers] Error 2
>>>
>>> I worked around this by removing some of EFI config options but presumably
>>> this needs to be properly fixed.
>>> Interesting. This build error could be something new. Could you please
>>> post your kernel config?
>> Attached.
>>
>> This, BTW, is on a relatively old toolstack:
>> gcc version 4.8.2 20131014 (prerelease) (crosstool-NG
>> linaro-1.13.1-4.8-2013.10 - Linaro GCC 2013.10)
> Interesting. I cannot repro the error with Linaro GCC 4.9-2014.
This does look like something toolstack-specific: I installed
gcc version 4.8.3 20140401 (prerelease) (crosstool-NG
linaro-1.13.1-4.8-2014.04 - Linaro GCC 4.8-2014.04)
from the link you provided above and it built without problems.
-boris
next prev parent reply other threads:[~2015-11-20 16:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 18:14 [PATCH v2] xen/events: Always allocate legacy interrupts on PV guests Boris Ostrovsky
2015-11-18 18:14 ` Boris Ostrovsky
2015-11-19 9:10 ` Juergen Gross
2015-11-19 9:10 ` Juergen Gross
2015-11-19 9:10 ` Juergen Gross
2015-11-20 11:24 ` Stefano Stabellini
2015-11-20 11:24 ` Stefano Stabellini
2015-11-20 11:24 ` Stefano Stabellini
2015-11-20 15:17 ` Boris Ostrovsky
2015-11-20 15:17 ` Boris Ostrovsky
2015-11-20 15:17 ` Boris Ostrovsky
2015-11-20 15:36 ` Stefano Stabellini
2015-11-20 15:36 ` Stefano Stabellini
2015-11-20 15:36 ` Stefano Stabellini
2015-11-20 15:42 ` Boris Ostrovsky
2015-11-20 15:42 ` Boris Ostrovsky
2015-11-20 15:42 ` Boris Ostrovsky
2015-11-20 16:33 ` Stefano Stabellini
2015-11-20 16:33 ` Stefano Stabellini
2015-11-20 16:33 ` Stefano Stabellini
2015-11-20 16:49 ` Boris Ostrovsky
2015-11-20 16:49 ` Boris Ostrovsky [this message]
2015-11-20 16:49 ` Boris Ostrovsky
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 18:14 Boris Ostrovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=564F4F35.40401@oracle.com \
--to=boris.ostrovsky@oracle.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.