Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756597AbcDJUiY (ORCPT ); Sun, 10 Apr 2016 16:38:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58185 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755431AbcDJUiV (ORCPT ); Sun, 10 Apr 2016 16:38:21 -0400 Date: Sun, 10 Apr 2016 13:38:15 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org, Peter Zijlstra , Ingo Molnar Subject: Re: [PATCH 3.14 00/76] 3.14.66-stable review Message-ID: <20160410203815.GA4523@kroah.com> References: <20160410183516.090999097@linuxfoundation.org> <570AB10F.3040708@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <570AB10F.3040708@roeck-us.net> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 32 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