From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:43726 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbeCURrN (ORCPT ); Wed, 21 Mar 2018 13:47:13 -0400 Date: Wed, 21 Mar 2018 10:47:11 -0700 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 3.18 00/68] 3.18.101-stable review Message-ID: <20180321174711.GC6008@roeck-us.net> References: <20180319171827.899658615@linuxfoundation.org> <20180321110405.GD24810@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180321110405.GD24810@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Mar 21, 2018 at 12:04:05PM +0100, Greg Kroah-Hartman wrote: > On Mon, Mar 19, 2018 at 07:05:38PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.18.101 release. > > There are 68 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 Wed Mar 21 17:17:59 UTC 2018. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.101-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-3.18.y > > and the diffstat can be found below. > > -rc2 is out to fix a build problem with -rc1: > https://www.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.101-rc2.gz > For v3.18.100-67-g5a9e460: Build results: total: 137 pass: 137 fail: 0 Qemu test results: total: 119 pass: 117 fail: 2 Failed tests: powerpc:mpc8544ds:mpc85xx_defconfig powerpc:mpc8544ds:mpc85xx_smp_defconfig drivers/mtd/nand/fsl_ifc_nand.c: In function 'fsl_ifc_chip_init': drivers/mtd/nand/fsl_ifc_nand.c:995:10: error: 'struct fsl_ifc_ctrl' has no member named 'version' drivers/mtd/nand/fsl_ifc_nand.c:995:23: error: 'FSL_IFC_VERSION_2_0_0' undeclared Guenter