Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933353AbeAHNoP (ORCPT + 1 other); Mon, 8 Jan 2018 08:44:15 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54216 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932946AbeAHNoN (ORCPT ); Mon, 8 Jan 2018 08:44:13 -0500 Date: Mon, 8 Jan 2018 14:44:15 +0100 From: gregkh To: Arnd Bergmann Cc: "kernelci.org bot" , Kernel Build Reports Mailman List , Boris Brezillon , Sean =?iso-8859-1?Q?Nyekj=E6r?= , Willy Tarreau , Ezequiel Garcia , Robert Jarzmik , Richard Weinberger , linux-mtd , Linux Kernel Mailing List , "# 4.4.x" Subject: Re: stable-rc/linux-4.4.y build: 178 builds: 4 failed, 174 passed, 8 errors (v4.4.110-18-g5da3d9af3a4b) Message-ID: <20180108134415.GA11707@kroah.com> References: <5a535545.93b5df0a.a7ca3.53c1@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 08, 2018 at 02:16:25PM +0100, Arnd Bergmann wrote: > On Mon, Jan 8, 2018 at 12:25 PM, kernelci.org bot wrote: > > > > stable-rc/linux-4.4.y build: 178 builds: 4 failed, 174 passed, 8 errors (v4.4.110-18-g5da3d9af3a4b) > > Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.4.y/kernel/v4.4.110-18-g5da3d9af3a4b/ > > Tree: stable-rc > > Branch: linux-4.4.y > > Git Describe: v4.4.110-18-g5da3d9af3a4b > > Git Commit: 5da3d9af3a4b90d3c5ab19f9ad1dbb7d237edcf9 > > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > Built: 4 unique architectures > > > > Build Failures Detected: > > > > arm: gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05) > > cm_x300_defconfig FAIL > > mvebu_v7_defconfig FAIL > > pxa3xx_defconfig FAIL > > raumfeld_defconfig FAIL > > > > mvebu_v7_defconfig (arm) — FAIL, 2 errors, 0 warnings, 0 section mismatches > > > > Errors: > > drivers/mtd/nand/pxa3xx_nand.c:918:2: error: duplicate case value > > drivers/mtd/nand/pxa3xx_nand.c:915:2: error: previously used here > > Hi Greg, > > Commit fee4380f368e ("mtd: nand: pxa3xx: Fix READOOB implementation") was > apparently backported in error, it looks like it should just be > dropped here in 4.4.y. > > The commit lists 'Fixes: 43bcfd2bb24a ("mtd: nand: pxa3xx: Add driver-specific > ECC BCH support")', that commit was merged into v4.14, so backporting the > fix further is probably not appropriate for 4.9 or earlier kernels either. $ git describe --contains 43bcfd2bb24a v3.14-rc1~65^2~127 That is why I backported these patches this far. I'll drop the patch now, but the Fixes line is the problem here :) thanks, greg k-h