From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756748AbdLVSP4 (ORCPT ); Fri, 22 Dec 2017 13:15:56 -0500 Received: from mail-pl0-f68.google.com ([209.85.160.68]:46965 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756257AbdLVSPv (ORCPT ); Fri, 22 Dec 2017 13:15:51 -0500 X-Google-Smtp-Source: ACJfBovhOyJXrt3nUhwOBefPikFsrhJ+pH/R0GuKXBHio6OYw58HoPNguJtoi7h9pUATqAiIKSJfyQ== Date: Fri, 22 Dec 2017 10:15:50 -0800 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.14 000/159] 4.14.9-stable review Message-ID: <20171222181550.GC15397@roeck-us.net> References: <20171222084623.668990192@linuxfoundation.org> <20171222150839.GA6424@kroah.com> <20171222155441.GA12242@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171222155441.GA12242@kroah.com> 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 Fri, Dec 22, 2017 at 04:54:41PM +0100, Greg Kroah-Hartman wrote: > On Fri, Dec 22, 2017 at 04:08:39PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Dec 22, 2017 at 09:44:45AM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.14.9 release. > > > There are 159 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 Sun Dec 24 08:45:36 UTC 2017. > > > Anything received after that time might be too late. > > > > > > The whole patch series can be found in one patch at: > > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.9-rc1.gz > > > or in the git tree and branch at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y > > > and the diffstat can be found below. > > > > Ok, that blew up hard on arm64, there's now a -rc2 out with a fix for > > that. Hopefully :) > > > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.9-rc2.gz > > And because it's just been one of those weeks, there's now a -rc3 out > due to a bunch of important BPF patches. > > I'll stop now to give you all a chance to test... > I can't keep up with this. I'll let my builders try again tonight and report tomorrow. This is what I have so far. h8300 builds are broken. include/linux/compiler.h:344:2: error: implicit declaration of function ‘smp_read_barrier_depends’ Seen when building arch/h8300/kernel/asm-offsets.c. sparc32 builds are broken with the same error, in this case when building init/do_mounts_initrd.c. Guenter