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

From: Guenter Roeck
Date: Sun Apr 10 2016 - 16:01:25 EST


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.

Guenter