Re: v3.14.73-rt77 build: 6 failures 10 warnings (v3.14.73-rt77)

From: Arnd Bergmann
Date: Fri Jul 15 2016 - 16:59:07 EST


On Friday, July 15, 2016 2:34:10 PM CEST Steven Rostedt wrote:
> > * Arnd Bergmann | 2016-07-15 09:42:40 [+0200]:
> >
> > >On Friday, July 15, 2016 5:55:39 AM CEST Build bot for Mark Brown wrote:
> > >>
> > >> arm64-allnoconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >>
> > >> arm64-allmodconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >>
> > >> arm-multi_v7_defconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >>
> > >> arm-allmodconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >>
> > >> arm-allnoconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >>
> > >> arm64-defconfig
> > >> /home/broonie/build/linux-stable-rt/include/asm-generic/preempt.h:10:9: error: implicit declaration of function 'READ_ONCE' [-Werror=implicit-function-declaration]
> > >
> > >These all started failing yesterday with v3.14.72-rt76, before it was
> > >
> > > v3.14.72-rt75 build: 0 failures 113 warnings (v3.14.72-rt75)
> > >
> > > Arnd
> >
>
> Arnd,
>
> Does this fix the issue?
>

>From looking at it I'm fairly sure it addresses the build problem,
and semantically it looks correct as well, but I haven't had a
chance to test it on my machine yet.

The build results above come from Mark Brown's automated build setup,
so your testing is as good as mine in reproducing it.

Arnd