linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build and qemu test results for v4.8-rc1
@ 2016-08-09  2:15 Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2016-08-09  2:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Yoshinori Sato, Russell King, Geert Uytterhoeven, Guan Xuetao,
	linux-arm-kernel, Vineet Gupta, linuxppc-dev, Michael Ellerman,
	Benjamin Herrenschmidt, Linus Torvalds, Thorsten Leemhuis

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-09  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-09  2:15 Build and qemu test results for v4.8-rc1 Guenter Roeck

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).