linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Build regression in next-20150331
@ 2015-03-31 18:39 Tyler Baker
  2015-03-31 23:03 ` Rafael J. Wysocki
  0 siblings, 1 reply; 11+ messages in thread
From: Tyler Baker @ 2015-03-31 18:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Thomas, Rafael,

I was notified this morning by the kernelci.org system that a new
build error has been detected in next-20150331[0][1][2]. It seems that
"clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD"
c9439b1d6eb4ada5c2faf3970ac0d2bc4bd20e14 is the culprit.

Initially, I reported these failures to John Stultz and his response is below.

*snip*

I suspect we either need to enable GENERIC_CLOCKEVENTS on those three
hardware types, or if that's not possible, rework the definitions.

Or something like (copy-paste whitespace corruption below.. only for
reference, don't apply):

diff --git a/kernel/time/tick-internal.h b/kernel/time/tick-internal.h
index 2a1563a..6da40c0 100644
--- a/kernel/time/tick-internal.h
+++ b/kernel/time/tick-internal.h
@@ -107,12 +107,13 @@ static inline void tick_resume_broadcast(void) { }
 static inline bool tick_resume_check_broadcast(void) { return false; }
 static inline void tick_broadcast_init(void) { }
 static inline int tick_broadcast_update_freq(struct
clock_event_device *dev, u32 freq) { return -ENODEV; }
-
+#ifdef CONFIG_GENERIC_CLOCKEVENTS
 /* Set the periodic handler in non broadcast mode */
 static inline void tick_set_periodic_handler(struct
clock_event_device *dev, int broadcast)
 {
        dev->event_handler = tick_handle_periodic;
 }
+#endif
 #endif /* !BROADCAST */

*snip*

Any chance either of you can reproduce this issue on your end?

Cheers,

Tyler

[0] http://storage.kernelci.org/next/next-20150331/arm-ep93xx_defconfig/build.log
[1] http://storage.kernelci.org/next/next-20150331/arm-ebsa110_defconfig/build.log
[2] http://storage.kernelci.org/next/next-20150331/arm-rpc_defconfig/build.log

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

end of thread, other threads:[~2015-04-07 17:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 18:39 Build regression in next-20150331 Tyler Baker
2015-03-31 23:03 ` Rafael J. Wysocki
2015-03-31 23:27   ` Rafael J. Wysocki
2015-04-01  3:37     ` Tyler Baker
2015-04-01 21:46       ` Rafael J. Wysocki
2015-04-02  8:29         ` Peter Zijlstra
2015-04-02 22:09           ` Rafael J. Wysocki
2015-04-03  2:59           ` Tyler Baker
2015-04-03 11:07             ` Rafael J. Wysocki
2015-04-03 14:24               ` Peter Zijlstra
2015-04-07 17:08                 ` Tyler Baker

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).