* 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled
@ 2006-11-01 10:09 Vasily Averin
2006-11-01 10:44 ` Evgeniy Polyakov
2006-11-07 10:15 ` Evgeniy Polyakov
0 siblings, 2 replies; 4+ messages in thread
From: Vasily Averin @ 2006-11-01 10:09 UTC (permalink / raw)
To: Andrew Morton, Evgeniy Polyakov; +Cc: Linux Kernel Mailing List, devel
Hello Evgeniy,
Probably this issue is already known for you, but anyway:
[linux-2.6.19-rc3-mm1]$ ARCH=i386 make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o(.rodata+0x520): In function `sys_call_table':
: undefined reference to `sys_kevent_get_events'
arch/i386/kernel/built-in.o(.rodata+0x524): In function `sys_call_table':
: undefined reference to `sys_kevent_ctl'
arch/i386/kernel/built-in.o(.rodata+0x528): In function `sys_call_table':
: undefined reference to `sys_kevent_wait'
make: *** [.tmp_vmlinux1] Error 1
[linux-2.6.19-rc3-mm1]$ grep KEVENT .config
CONFIG_GENERIC_CLOCKEVENTS=y
# CONFIG_KEVENT is not set
thank you,
Vasily Averin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled
2006-11-01 10:09 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled Vasily Averin
@ 2006-11-01 10:44 ` Evgeniy Polyakov
2006-11-07 10:15 ` Evgeniy Polyakov
1 sibling, 0 replies; 4+ messages in thread
From: Evgeniy Polyakov @ 2006-11-01 10:44 UTC (permalink / raw)
To: Vasily Averin; +Cc: Andrew Morton, Linux Kernel Mailing List, devel
On Wed, Nov 01, 2006 at 01:09:10PM +0300, Vasily Averin (vvs@sw.ru) wrote:
> Hello Evgeniy,
Hi Vasily.
> Probably this issue is already known for you, but anyway:
>
> [linux-2.6.19-rc3-mm1]$ ARCH=i386 make
> CHK include/linux/version.h
> CHK include/linux/utsrelease.h
> CHK include/linux/compile.h
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> arch/i386/kernel/built-in.o(.rodata+0x520): In function `sys_call_table':
> : undefined reference to `sys_kevent_get_events'
> arch/i386/kernel/built-in.o(.rodata+0x524): In function `sys_call_table':
> : undefined reference to `sys_kevent_ctl'
> arch/i386/kernel/built-in.o(.rodata+0x528): In function `sys_call_table':
> : undefined reference to `sys_kevent_wait'
> make: *** [.tmp_vmlinux1] Error 1
> [linux-2.6.19-rc3-mm1]$ grep KEVENT .config
> CONFIG_GENERIC_CLOCKEVENTS=y
> # CONFIG_KEVENT is not set
Hmm, works for me in 2.6.19 kevent git, I will check if some patches
sneaked from -mm.
Thanks.
> thank you,
> Vasily Averin
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled
2006-11-01 10:09 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled Vasily Averin
2006-11-01 10:44 ` Evgeniy Polyakov
@ 2006-11-07 10:15 ` Evgeniy Polyakov
2006-11-07 10:35 ` Vasily Averin
1 sibling, 1 reply; 4+ messages in thread
From: Evgeniy Polyakov @ 2006-11-07 10:15 UTC (permalink / raw)
To: Vasily Averin; +Cc: Andrew Morton, Linux Kernel Mailing List, devel
On Wed, Nov 01, 2006 at 01:09:10PM +0300, Vasily Averin (vvs@sw.ru) wrote:
> arch/i386/kernel/built-in.o(.rodata+0x520): In function `sys_call_table':
> : undefined reference to `sys_kevent_get_events'
> arch/i386/kernel/built-in.o(.rodata+0x524): In function `sys_call_table':
> : undefined reference to `sys_kevent_ctl'
> arch/i386/kernel/built-in.o(.rodata+0x528): In function `sys_call_table':
> : undefined reference to `sys_kevent_wait'
> make: *** [.tmp_vmlinux1] Error 1
> [linux-2.6.19-rc3-mm1]$ grep KEVENT .config
> CONFIG_GENERIC_CLOCKEVENTS=y
> # CONFIG_KEVENT is not set
Could you send output of
cat kernel/sys_ni.c | grep kevent
there should be all above syscalls, but it looks like they are not.
P.S. I will remove devel@openvz.org from Cc: next time since it does not
allow posts from not subscribed people.
--
Evgeniy Polyakov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled
2006-11-07 10:15 ` Evgeniy Polyakov
@ 2006-11-07 10:35 ` Vasily Averin
0 siblings, 0 replies; 4+ messages in thread
From: Vasily Averin @ 2006-11-07 10:35 UTC (permalink / raw)
To: Evgeniy Polyakov; +Cc: Andrew Morton, Linux Kernel Mailing List
Evgeniy Polyakov wrote:
> On Wed, Nov 01, 2006 at 01:09:10PM +0300, Vasily Averin (vvs@sw.ru) wrote:
>> arch/i386/kernel/built-in.o(.rodata+0x520): In function `sys_call_table':
>> : undefined reference to `sys_kevent_get_events'
>> arch/i386/kernel/built-in.o(.rodata+0x524): In function `sys_call_table':
>> : undefined reference to `sys_kevent_ctl'
>> arch/i386/kernel/built-in.o(.rodata+0x528): In function `sys_call_table':
>> : undefined reference to `sys_kevent_wait'
>> make: *** [.tmp_vmlinux1] Error 1
>> [linux-2.6.19-rc3-mm1]$ grep KEVENT .config
>> CONFIG_GENERIC_CLOCKEVENTS=y
>> # CONFIG_KEVENT is not set
>
> Could you send output of
> cat kernel/sys_ni.c | grep kevent
> there should be all above syscalls, but it looks like they are not.
Sorry, I've switched to new kernels and removed your tree already. :(
Thank you,
Vasily Averin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-07 10:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 10:09 2.6.19-rc3-mm1: compilation fails if CONFIG_KEVENT is disabled Vasily Averin
2006-11-01 10:44 ` Evgeniy Polyakov
2006-11-07 10:15 ` Evgeniy Polyakov
2006-11-07 10:35 ` Vasily Averin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox