2018-01-12 10:57:58

by Arnd Bergmann

[permalink] [raw]
Subject: Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7)

On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <[email protected]> wrote:
> Here are the build results from automated periodic testing.
>
> The tree being built was stable-rc, found at:
>
> URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git

>
> Errors:
>
> arm.allmodconfig:
> /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
>
> arm.cm_x300_defconfig:
> /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
>
> arm.mvebu_v7_defconfig:
> /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
>
> arm.pxa3xx_defconfig:
> /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
>
> arm.raumfeld_defconfig:
> /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value

Same problem as with 4.4.y before:

fee4380f368e ("mtd: nand: pxa3xx: Fix READOOB implementation")

was backported as commit fea22562533e but needs to be done differently here.

Arnd


2018-01-12 11:02:14

by Boris Brezillon

[permalink] [raw]
Subject: Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7)

On Fri, 12 Jan 2018 11:57:55 +0100
Arnd Bergmann <[email protected]> wrote:

> On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <[email protected]> wrote:
> > Here are the build results from automated periodic testing.
> >
> > The tree being built was stable-rc, found at:
> >
> > URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
>
> >
> > Errors:
> >
> > arm.allmodconfig:
> > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> >
> > arm.cm_x300_defconfig:
> > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> >
> > arm.mvebu_v7_defconfig:
> > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> >
> > arm.pxa3xx_defconfig:
> > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> >
> > arm.raumfeld_defconfig:
> > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
>
> Same problem as with 4.4.y before:
>
> fee4380f368e ("mtd: nand: pxa3xx: Fix READOOB implementation")
>
> was backported as commit fea22562533e but needs to be done differently here.

It should just be dropped (the bug is not present on pre-4.6 kernels).
Sorry for messing up with the Fixes tag, which led to this
situation :-/.

2018-01-13 10:09:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7)

On Fri, Jan 12, 2018 at 12:02:10PM +0100, Boris Brezillon wrote:
> On Fri, 12 Jan 2018 11:57:55 +0100
> Arnd Bergmann <[email protected]> wrote:
>
> > On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <[email protected]> wrote:
> > > Here are the build results from automated periodic testing.
> > >
> > > The tree being built was stable-rc, found at:
> > >
> > > URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> >
> > >
> > > Errors:
> > >
> > > arm.allmodconfig:
> > > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> > >
> > > arm.cm_x300_defconfig:
> > > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> > >
> > > arm.mvebu_v7_defconfig:
> > > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> > >
> > > arm.pxa3xx_defconfig:
> > > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> > >
> > > arm.raumfeld_defconfig:
> > > /work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
> >
> > Same problem as with 4.4.y before:
> >
> > fee4380f368e ("mtd: nand: pxa3xx: Fix READOOB implementation")
> >
> > was backported as commit fea22562533e but needs to be done differently here.
>
> It should just be dropped (the bug is not present on pre-4.6 kernels).
> Sorry for messing up with the Fixes tag, which led to this
> situation :-/.

Not a problem, sorry I forgot to drop it from the 3.18 queue, I didn't
realize it was there as well.

Now dropped, thanks.

greg k-h