* [signal:arch-sh 1/2] (.data+0x1bc): undefined reference to `sys_sh_pipe'
@ 2012-10-15 2:37 Fengguang Wu
2012-10-15 3:20 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2012-10-15 2:37 UTC (permalink / raw)
To: kernel-janitors
Hi Al,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git arch-sh
head: c366433956b536324357513f03f1fe6264d8ff98
commit: 4d2fef5f3f0f7cf0ea1a19f63dc8f6637ce41b5c [1/2] sh: switch to generic kernel_thread()/kernel_execve()
config: sh-allnoconfig # make ARCH=sh allnoconfig
All error/warnings:
arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages:
arch/sh/kernel/cpu/sh2/../../entry-common.S:375: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence
arch/sh/kernel/cpu/sh2/../../entry-common.S:378: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence
--
arch/sh/kernel/built-in.o: In function `sys_call_table':
(.data+0x1bc): undefined reference to `sys_sh_pipe'
arch/sh/kernel/built-in.o: In function `sys_call_table':
(.data+0x3e4): undefined reference to `sys_pread_wrapper'
arch/sh/kernel/built-in.o: In function `sys_call_table':
(.data+0x3e8): undefined reference to `sys_pwrite_wrapper'
arch/sh/kernel/built-in.o: In function `sys_call_table':
(.data+0x554): undefined reference to `sys_fadvise64_64_wrapper'
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [signal:arch-sh 1/2] (.data+0x1bc): undefined reference to `sys_sh_pipe'
2012-10-15 2:37 [signal:arch-sh 1/2] (.data+0x1bc): undefined reference to `sys_sh_pipe' Fengguang Wu
@ 2012-10-15 3:20 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2012-10-15 3:20 UTC (permalink / raw)
To: kernel-janitors
On Mon, Oct 15, 2012 at 10:37:05AM +0800, Fengguang Wu wrote:
> Hi Al,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git arch-sh
> head: c366433956b536324357513f03f1fe6264d8ff98
> commit: 4d2fef5f3f0f7cf0ea1a19f63dc8f6637ce41b5c [1/2] sh: switch to generic kernel_thread()/kernel_execve()
> config: sh-allnoconfig # make ARCH=sh allnoconfig
> arch/sh/kernel/built-in.o: In function `sys_call_table':
> (.data+0x1bc): undefined reference to `sys_sh_pipe'
> arch/sh/kernel/built-in.o: In function `sys_call_table':
> (.data+0x3e4): undefined reference to `sys_pread_wrapper'
> arch/sh/kernel/built-in.o: In function `sys_call_table':
> (.data+0x3e8): undefined reference to `sys_pwrite_wrapper'
> arch/sh/kernel/built-in.o: In function `sys_call_table':
> (.data+0x554): undefined reference to `sys_fadvise64_64_wrapper'
Grr... That
obj-$(CONFIG_SUPERSH32) += sys_sh32.o
should've been
obj-$(CONFIG_SUPERH32) += sys_sh32.o
Fixed and pushed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-15 3:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 2:37 [signal:arch-sh 1/2] (.data+0x1bc): undefined reference to `sys_sh_pipe' Fengguang Wu
2012-10-15 3:20 ` Al Viro
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).