Re: [PATCH 3.14 00/76] 3.14.66-stable review

From: Greg Kroah-Hartman
Date: Sun Apr 10 2016 - 16:38:27 EST


On Sun, Apr 10, 2016 at 01:01:19PM -0700, Guenter Roeck wrote:
> On 04/10/2016 11:36 AM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 3.14.66 release.
> > There are 76 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Tue Apr 12 18:34:58 UTC 2016.
> > Anything received after that time might be too late.
> >
>
> Early feedback: There are multiple build failures.
>
> Building tile:tilegx_defconfig ... failed
> (just one example, this also affects other architectures)
>
> --------------
> Error log:
> In file included from include/linux/mm.h:19:0,
> from include/linux/pid_namespace.h:6,
> from include/linux/ptrace.h:8,
> from arch/tile/kernel/asm-offsets.c:35:
> include/linux/bit_spinlock.h: In function '__bit_spin_unlock':
> include/linux/bit_spinlock.h:79:2: error: implicit declaration of function 'smp_mb__before_atomic
>
> Bisect points to 'bitops: Do not default to __clear_bit() for
> __clear_bit_unlock()'. Reverting this patch fixes the problem.

Yeah, that wasn't added yet in 3.14, my fault, let me go delete that
patch, thanks for the report.

greg k-h