* Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7) [not found] <5a5892bd.0a13620a.19727.383f@mx.google.com> @ 2018-01-12 10:57 ` Arnd Bergmann 2018-01-12 11:02 ` Boris Brezillon 0 siblings, 1 reply; 3+ messages in thread From: Arnd Bergmann @ 2018-01-12 10:57 UTC (permalink / raw) To: gregkh Cc: Olof Johansson, Kernel Build Reports Mailman List, Olof's autobuilder, # 3.18.x, Linux Kernel Mailing List, Boris Brezillon, Robert Jarzmik, Sean Nyekjær, Ezequiel Garcia On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <build@lixom.net> 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7) 2018-01-12 10:57 ` stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7) Arnd Bergmann @ 2018-01-12 11:02 ` Boris Brezillon 2018-01-13 10:09 ` gregkh 0 siblings, 1 reply; 3+ messages in thread From: Boris Brezillon @ 2018-01-12 11:02 UTC (permalink / raw) To: Arnd Bergmann Cc: gregkh, Olof Johansson, Kernel Build Reports Mailman List, Olof's autobuilder, # 3.18.x, Linux Kernel Mailing List, Robert Jarzmik, Sean Nyekjær, Ezequiel Garcia On Fri, 12 Jan 2018 11:57:55 +0100 Arnd Bergmann <arnd@arndb.de> wrote: > On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <build@lixom.net> 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 :-/. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7) 2018-01-12 11:02 ` Boris Brezillon @ 2018-01-13 10:09 ` gregkh 0 siblings, 0 replies; 3+ messages in thread From: gregkh @ 2018-01-13 10:09 UTC (permalink / raw) To: Boris Brezillon Cc: Arnd Bergmann, Olof Johansson, Kernel Build Reports Mailman List, Olof's autobuilder, # 3.18.x, Linux Kernel Mailing List, Robert Jarzmik, Sean Nyekjær, Ezequiel Garcia On Fri, Jan 12, 2018 at 12:02:10PM +0100, Boris Brezillon wrote: > On Fri, 12 Jan 2018 11:57:55 +0100 > Arnd Bergmann <arnd@arndb.de> wrote: > > > On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder <build@lixom.net> 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-13 10:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5a5892bd.0a13620a.19727.383f@mx.google.com>
2018-01-12 10:57 ` stable-rc build: 0 warnings 5 failures (stable-rc/v3.18.91-23-g72813f7) Arnd Bergmann
2018-01-12 11:02 ` Boris Brezillon
2018-01-13 10:09 ` gregkh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).