From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754304AbbJSUJw (ORCPT ); Mon, 19 Oct 2015 16:09:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44881 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753910AbbJSUJv (ORCPT ); Mon, 19 Oct 2015 16:09:51 -0400 Date: Mon, 19 Oct 2015 13:09:50 -0700 From: Greg Kroah-Hartman To: Richard Kuo Cc: Guenter Roeck , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.14 00/79] 3.14.55-stable review Message-ID: <20151019200950.GB12580@kroah.com> References: <20151018020213.322172837@linuxfoundation.org> <56246D2C.5050602@roeck-us.net> <20151019151447.GG20364@kroah.com> <20151019191330.GA8036@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151019191330.GA8036@codeaurora.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 19, 2015 at 02:13:31PM -0500, Richard Kuo wrote: > On Mon, Oct 19, 2015 at 08:14:47AM -0700, Greg Kroah-Hartman wrote: > > On Sun, Oct 18, 2015 at 09:10:20PM -0700, Guenter Roeck wrote: > > > On 10/17/2015 07:04 PM, Greg Kroah-Hartman wrote: > > > >This is the start of the stable review cycle for the 3.14.55 release. > > > >There are 79 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 Oct 20 02:00:11 UTC 2015. > > > >Anything received after that time might be too late. > > > > > > > > > > Build results: > > > total: 127 pass: 125 fail: 2 > > > Failed builds: > > > hexagon:defconfig > > > hexagon:allnoconfig > > > > > > Qemu test results: > > > total: 80 pass: 80 fail: 0 > > > > > > The hexagon build failures are different than before, but the builds still fail. > > > > > > In file included from include/linux/mm.h:19:0, > > > from arch/hexagon/kernel/asm-offsets.c:28: > > > include/linux/bit_spinlock.h: In function 'bit_spin_unlock': > > > include/linux/bit_spinlock.h:62:2: error: implicit declaration of function 'smp_mb__before_clear_bit' > > > In file included from arch/hexagon/kernel/asm-offsets.c:29:0: > > > include/linux/interrupt.h: In function 'tasklet_disable_nosync': > > > include/linux/interrupt.h:541:2: error: implicit declaration of function 'smp_mb__after_atomic_inc' > > > include/linux/interrupt.h: In function 'tasklet_enable': > > > include/linux/interrupt.h:553:2: error: implicit declaration of function 'smp_mb__before_atomic_dec' > > > > Odd, any idea what we can do to fix it? > > > > greg k-h > > Apologies, the previous patch was the wrong one. So should I delete it? And if so, can you refresh my memory as to which patch it was? > It really should have been this one: > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2ab08ee9f0a4eba27c7c4ce0b6d5118e8a18554b > > There was a stale barrier.h left in the directory. I've applied this one now as well, thanks. greg k-h