Build and qemu test results for v4.8-rc1

From: Guenter Roeck
Date: Mon Aug 08 2016 - 22:16:01 EST


Build results:
total: 148 pass: 142 fail: 6
Failed builds:
h8300:allnoconfig
h8300:edosk2674_defconfig
h8300:h8300h-sim_defconfig
h8300:h8s-sim_defconfig
unicore32:defconfig
unicore32:allnoconfig

Qemu test results:
total: 107 pass: 104 fail: 3
Failed tests:
arm:kzm:imx_v6_v7_defconfig
powerpc:nosmp:ppc64_e5500_defconfig
powerpc:smp:ppc64_e5500_defconfig

===
h8300:

arch/h8300/include/asm/io.h:9:15: error: unknown type name âu8â
arch/h8300/include/asm/io.h:9:58: error: expected â;â, â,â or â)â before â*â token
[and many more similar errors]

Fixed with [1]

---
unicore32:

mm/gup.c: In function âcheck_vma_flagsâ:
mm/gup.c:458: error: too many arguments to function âarch_vma_access_permittedâ
mm/gup.c: In function âvma_permits_faultâ:
gup.c:642: error: too many arguments to function âarch_vma_access_permittedâ

Fixed with [2]

---
qemu arm:kzm:imx_v6_v7_defconfig:

Failed to create /dev/root: -14
...
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

See [3]

---
qemu powerpc:nosmp:qemu_ppc64_e5500_defconfig:
qemu powerpc:smp:qemu_ppc64_e5500_defconfig:

./arch/powerpc/include/asm/cputhreads.h: In function 'get_tensr':
./arch/powerpc/include/asm/cputhreads.h:101:2: error: implicit declaration of function 'cpu_has_feature'

Fixed with [4]


---
[1] https://patchwork.kernel.org/patch/9166177/
[2] https://patchwork.kernel.org/patch/8631791/
[3] https://lkml.org/lkml/2016/8/2/2085
[4] https://patchwork.kernel.org/patch/9266131/