Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753655AbcDJUBW (ORCPT ); Sun, 10 Apr 2016 16:01:22 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:46340 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753134AbcDJUBS (ORCPT ); Sun, 10 Apr 2016 16:01:18 -0400 Subject: Re: [PATCH 3.14 00/76] 3.14.66-stable review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org References: <20160410183516.090999097@linuxfoundation.org> Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org, Peter Zijlstra , Ingo Molnar From: Guenter Roeck Message-ID: <570AB10F.3040708@roeck-us.net> Date: Sun, 10 Apr 2016 13:01:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160410183516.090999097@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 28 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