All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failures due to missing 'posix_timer_event'
@ 2016-12-14 14:44 Guenter Roeck
  2016-12-14 15:14 ` Nicolas Pitre
  0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2016-12-14 14:44 UTC (permalink / raw)
  To: Nicolas Pitre; +Cc: linux-kernel

avr32:allnoconfig:

kernel/built-in.o: In function `do_adjtimex':
(.text+0x1d748): undefined reference to `posix_timer_event'
make[1]: *** [vmlinux] Error 1

metag:allnoconfig:

kernel/built-in.o: In function `alarm_handle_timer':
alarmtimer.c:(.text.alarm_handle_timer+0x38): undefined reference to `posix_timer_event'

openrisc:allnoconfig:

kernel/built-in.o: In function `alarm_handle_timer':
alarmtimer.c:(.text+0x3fca4): undefined reference to `posix_timer_event'

unicore32:allnoconfig:

kernel/built-in.o: In function `alarm_handle_timer':
memremap.c:(.text+0x31c1c): undefined reference to `posix_timer_event'

Since I don't run allnoconfig builds for all architectures, I strongly suspect
that more are affected.

Looking into alarmtimer.c, with seems to call posix_timer_event() unconditionally,
I don't entirely understand how this can work in the first place. Maybe I am missing
something, though.

Guenter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-15  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14 14:44 Build failures due to missing 'posix_timer_event' Guenter Roeck
2016-12-14 15:14 ` Nicolas Pitre
2016-12-15  2:55   ` Stafford Horne

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.