Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757046AbdLWRJZ (ORCPT ); Sat, 23 Dec 2017 12:09:25 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:39302 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752708AbdLWRJV (ORCPT ); Sat, 23 Dec 2017 12:09:21 -0500 X-Google-Smtp-Source: ACJfBovCpetN4NVTDrb9WTXi2f1bivcuWPPncybvH0/YRE2ejMBJAJe1jedicOGpyTFWnGyaq4FXTQ== Subject: Re: [PATCH 4.14 000/159] 4.14.9-stable review 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 References: <20171222084623.668990192@linuxfoundation.org> <20171222150839.GA6424@kroah.com> <20171222155441.GA12242@kroah.com> <20171222181550.GC15397@roeck-us.net> <20171223142115.GA4661@kroah.com> From: Guenter Roeck Message-ID: Date: Sat, 23 Dec 2017 09:09:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171223142115.GA4661@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2101 Lines: 55 On 12/23/2017 06:21 AM, Greg Kroah-Hartman wrote: > On Fri, Dec 22, 2017 at 10:15:50AM -0800, Guenter Roeck wrote: >> 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. > > Ok, I think I found the problem for this, and have added a fix to the > tree. It builds here for x86 for me, I'll watch your builders and see > how it goes... > This is now fixed. I'll send a complete build report after all builds are complete. Guenter