* undefined reference to `efi_call'
@ 2016-01-26 10:29 kbuild test robot
0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2016-01-26 10:29 UTC (permalink / raw)
To: Johannes Weiner
Cc: kbuild-all, linux-kernel, Arnd Bergmann, Andrew Morton,
Linux Memory Management List
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
Hi Johannes,
It's probably a bug fix that unveils the link errors.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 92e963f50fc74041b5e9e744c330dca48e04f08d
commit: 489c2a20a414351fe0813a727c34600c0f7292ae mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
date: 5 days ago
config: x86_64-randconfig-s0-01261658 (attached as .config)
reproduce:
git checkout 489c2a20a414351fe0813a727c34600c0f7292ae
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
arch/x86/built-in.o: In function `uv_bios_call':
>> (.text+0x154307): undefined reference to `efi_call'
arch/x86/built-in.o: In function `uv_bios_call_irqsave':
(.text+0x154395): undefined reference to `efi_call'
arch/x86/built-in.o: In function `uv_bios_call_reentrant':
(.text+0x154425): undefined reference to `efi_call'
arch/x86/built-in.o: In function `uv_bios_freq_base':
(.text+0x15467c): undefined reference to `efi_call'
arch/x86/built-in.o: In function `uv_bios_set_legacy_vga_target':
(.text+0x1546d2): undefined reference to `efi_call'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 26265 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* undefined reference to `efi_call'
@ 2016-02-10 8:48 kbuild test robot
2016-02-10 19:52 ` Andrew Morton
0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2016-02-10 8:48 UTC (permalink / raw)
To: Johannes Weiner
Cc: kbuild-all, linux-kernel, Arnd Bergmann, Andrew Morton,
Linux Memory Management List
[-- Attachment #1: Type: text/plain, Size: 842 bytes --]
Hi Johannes,
It's probably a bug fix that unveils the link errors.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 2178cbc68f3602dc0b5949b9be2c8383ad3d93ef
commit: 489c2a20a414351fe0813a727c34600c0f7292ae mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
date: 3 weeks ago
config: x86_64-randconfig-s3-02101458 (attached as .config)
reproduce:
git checkout 489c2a20a414351fe0813a727c34600c0f7292ae
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
arch/x86/built-in.o: In function `uv_bios_call':
>> (.text+0xeba00): undefined reference to `efi_call'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 23241 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undefined reference to `efi_call'
2016-02-10 8:48 kbuild test robot
@ 2016-02-10 19:52 ` Andrew Morton
2016-02-10 19:55 ` H. Peter Anvin
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2016-02-10 19:52 UTC (permalink / raw)
To: kbuild test robot
Cc: Johannes Weiner, kbuild-all, linux-kernel, Arnd Bergmann,
Linux Memory Management List, Matt Fleming, Ingo Molnar,
H. Peter Anvin, Thomas Gleixner
On Wed, 10 Feb 2016 16:48:28 +0800 kbuild test robot <fengguang.wu@intel.com> wrote:
> Hi Johannes,
>
> It's probably a bug fix that unveils the link errors.
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 2178cbc68f3602dc0b5949b9be2c8383ad3d93ef
> commit: 489c2a20a414351fe0813a727c34600c0f7292ae mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
> date: 3 weeks ago
> config: x86_64-randconfig-s3-02101458 (attached as .config)
> reproduce:
> git checkout 489c2a20a414351fe0813a727c34600c0f7292ae
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
> arch/x86/built-in.o: In function `uv_bios_call':
> >> (.text+0xeba00): undefined reference to `efi_call'
I'd be surprised if the above patch caused this.
CONFIG_EFI=n
CONFIG_X86_UV does not depend on EFI.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undefined reference to `efi_call'
2016-02-10 19:52 ` Andrew Morton
@ 2016-02-10 19:55 ` H. Peter Anvin
0 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2016-02-10 19:55 UTC (permalink / raw)
To: Andrew Morton, kbuild test robot
Cc: Johannes Weiner, kbuild-all, linux-kernel, Arnd Bergmann,
Linux Memory Management List, Matt Fleming, Ingo Molnar,
Thomas Gleixner
On 02/10/16 11:52, Andrew Morton wrote:
> On Wed, 10 Feb 2016 16:48:28 +0800 kbuild test robot <fengguang.wu@intel.com> wrote:
>
>> Hi Johannes,
>>
>> It's probably a bug fix that unveils the link errors.
>>
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head: 2178cbc68f3602dc0b5949b9be2c8383ad3d93ef
>> commit: 489c2a20a414351fe0813a727c34600c0f7292ae mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
>> date: 3 weeks ago
>> config: x86_64-randconfig-s3-02101458 (attached as .config)
>> reproduce:
>> git checkout 489c2a20a414351fe0813a727c34600c0f7292ae
>> # save the attached .config to linux build tree
>> make ARCH=x86_64
>>
>> All errors (new ones prefixed by >>):
>>
>> arch/x86/built-in.o: In function `uv_bios_call':
>>>> (.text+0xeba00): undefined reference to `efi_call'
>
> I'd be surprised if the above patch caused this.
>
> CONFIG_EFI=n
>
> CONFIG_X86_UV does not depend on EFI.
>
X86_UV ought to depend on EFI.
-hpa
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-10 19:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 10:29 undefined reference to `efi_call' kbuild test robot
-- strict thread matches above, loose matches on Subject: below --
2016-02-10 8:48 kbuild test robot
2016-02-10 19:52 ` Andrew Morton
2016-02-10 19:55 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).