On Tue, Jul 12, 2016 at 02:23:05PM -0700, Guenter Roeck wrote: > > There are now more failures: > > arm:allmodconfig: > i386:allmodconfig: > mips:allmodconfig: > [and more] > > ERROR: "ktime_divns" [sound/core/snd-hrtimer.ko] undefined! > > Caused by 'ALSA: hrtimer: Handle start/stop more properly'. > ktime_divns() isn't exported in 3.12. The symbol is exported since 166afb64511e ("ktime: Sanitize ktime_to_us/ms conversion") (i.e. v3.17-rc1) but it makes no sense to pick the whole commit, just making ktime_divns exported is enough to fix the 32-bit builds. Michal Kubecek -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html