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
Branch: linux-3.18.y
Topmost commits: 72813f7 Linux 3.18.92-rc1 9e02753 x86/acpi: Reduce code duplication in mp_override_legacy_irq() 03065c1 ALSA: aloop: Fix racy hw constraints adjustment
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/stable-rc/v3.18.91-23-g72813f7/
Runtime: 62m 26s
Passed: 126 Failed: 5
Warnings: 0
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs: arm.allmodconfig arm.cm_x300_defconfig arm.mvebu_v7_defconfig arm.pxa3xx_defconfig arm.raumfeld_defconfig
-------------------------------------------------------------------------------
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
Warnings:
No new syscalls
No section mismatches
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
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 :-/.
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
kernel-build-reports@lists.linaro.org