2013-05-24_12_15_19
linux26
linux26 update log - PASS
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
* branch master -> FETCH_HEAD
Already up-to-date.
linux26 version log - PASS
commit 514e250f67d2b2a8ab08dc9c3650af19a411c926
Merge: b91fd4d cfb1089
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu May 23 18:24:10 2013 -0700
Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Pull GPIO fixes from Linus Walleij:
- An OMAP fix that makes ethernet work again.
- Fix for build problem when building the MCP23S08 driver as module.
- IRQ conflicts in the Langwell driver.
- Fix IRQ coherency issues in the MXS driver.
- Return correct errorcode on errorpath when removing GPIO chips.
* tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
gpio: Don't override the error code in probe error handling
gpio: mxs: Use set and clear capabilities of the gpio controller
gpio-langwell: fix irq conflicts when DT is not used
gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m
gpio/omap: ensure gpio context is initialised
linux26 test log - FAILED
spawn ./qemu-run-nonet.sh
FDT: INTEL FLASH: baseaddr: 0xa0000000, size: 0x2000000
FDT: Unsupported peripheral invalidated ethernet@81c00000 compatibilities xlnx,xps-ll-temac-1.01.b
FDT: Unsupported peripheral invalidated i2c@81600000 compatibilities xlnx,xps-iic-2.00.a
FDT: Unsupported peripheral invalidated gpio@81400000 compatibilities xlnx,xps-gpio-1.00.a
FDT: Unsupported peripheral invalidated sysace@83600000 compatibilities xlnx,xps-sysace-1.00.a
FDT: Unsupported peripheral invalidated debug@84400000 compatibilities xlnx,mdm-1.00.d
FDT: Unsupported peripheral invalidated mpmc@90000000 compatibilities xlnx,mpmc-4.02.a
FDT: Creating QDEV model xilinx,intc (intc)
setting qdev prop "kind-of-intr" = 0x00000100
connected irq : (none)
FDT: Creating QDEV model xilinx,timer
setting qdev prop "frequency" = 0x03b20b80
setting qdev prop "nr-timers" = 0x00000002
connected irq : 3 (interrupt-controller@81800000)
FDT: Creating QDEV model xilinx,uartlite
setting qdev prop "chr" = 0x0a2184e0
connected irq : 8 (interrupt-controller@81800000)
FDT: Device tree scan complete
inet_listen_opts: bind(ipv4,0.0.0.0,1234): Address already in use
inet_listen_opts: FAILED
chardev: opening backend "socket" failed: Address already in use
qemu: could not open gdbserver on device 'tcp::1234'
expect: spawn id exp5 not open
while executing
"expect {
-re "uclinux login" {
send "root\r"
break
}
-re "Linux version (.*) " {
set linux_version $expect_out(1,string)
}
# Look..."
("while" body line 2)
invoked from within
"while 1 {
expect {
-re "uclinux login" {
send "root\r"
break
}
-re "Linux version (.*) " {
set linux_version $expect_out(1,string)
..."
(file "./k.exp" line 8)
CLEAN .
CLEAN arch/microblaze/kernel
CLEAN kernel
CLEAN lib
CLEAN usr
CLEAN arch/microblaze/boot
CLEAN .tmp_versions
CLEAN scripts/basic
CLEAN scripts/dtc
CLEAN scripts/kconfig
CLEAN scripts/mod
CLEAN scripts
CLEAN include/config include/generated arch/microblaze/include/generated
CLEAN .config .version include/generated/uapi/linux/version.h Module.symvers
linux_next
linux_next update log - PASS
Switched to branch 'master'
Deleted branch next (was e022725).
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
* branch master -> FETCH_HEAD
Already up-to-date.
From ../linux-2.6
* branch HEAD -> FETCH_HEAD
Already up-to-date.
Fetching origin
Fetching linux-next
Switched to a new branch 'next'
Branch next set up to track remote branch master from linux-next.
linux_next version log - PASS
commit e022725ada907076788adaf8e67ef1abedc5045a
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Thu May 23 15:40:14 2013 +1000
Add linux-next specific files for 20130523
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
linux_next test log - FAILED