Re: [lockdep] b09be676e0 BUG: unable to handle kernel NULL pointer dereference at 000001f2

From: Fengguang Wu
Date: Mon Oct 09 2017 - 08:21:30 EST


On Mon, Oct 09, 2017 at 12:50:55PM +0200, Peter Zijlstra wrote:
Fengguang, if you're still listening, could you please rerun the tests
on top of ce07a9415f26, with the attached patches also applied?

Ping!? it would be very good to get feedback on this asap.

Sorry for the delay!

From e7840ad76515f0b5061fcdd098b57b7c01b61482 Mon Sep 17 00:00:00 2001
Message-Id: <e7840ad76515f0b5061fcdd098b57b7c01b61482.1507215196.git.jpoimboe@xxxxxxxxxx>
From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Date: Thu, 5 Oct 2017 09:43:59 -0500
Subject: [PATCH 1/2] unwinder fixes

---
arch/x86/kernel/unwind_frame.c | 33 ++++++++++++++++++++++++++++++---

I just test 316 boots and see 7 WARNINGs:

[ 404.948035] WARNING: kernel stack frame pointer at c6ea3ecd in init:212 has bad value (null)
[ 298.118383] WARNING: kernel stack frame pointer at cde07dad in init:1 has bad value bc000000
[ 112.848677] WARNING: kernel stack frame pointer at cde07dbd in swapper/0:1 has bad value c2000000
[ 127.942417] WARNING: kernel stack frame pointer at cf95de71 in rb_producer:50 has bad value 03cf95de
[ 4.736938] WARNING: kernel stack frame pointer at bf643d59 in kworker/0:1:15 has bad value b5000000
[ 308.260066] WARNING: kernel stack frame pointer at bde07da5 in udevd:155 has bad value b5bfa17b

[ 277.473596] WARNING: CPU: 0 PID: 520 at kernel/locking/lockdep.c:3841 check_flags+0x119/0x1b0

Attached are 2 dmesgs for the 2 types of warnings.

Regards,
Fengguang
early console in setup code
[ 0.000000] Linux version 4.13.0-rc4-00171-g4b88a5c (kbuild@lkp-ib03) (gcc version 4.8.4 (Debian 4.8.4-1)) #1 SMP PREEMPT Mon Oct 9 19:58:49 CST 2017
[ 0.000000] KERNEL supported cpus:
[ 0.000000] AMD AuthenticAMD
[ 0.000000] CPU: vendor_id 'GenuineIntel' unknown, using generic init.
[ 0.000000] CPU: Your system may be unstable.
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000170d1fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000170d2000-0x00000000170fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] tsc: Unable to calibrate against PIT
[ 0.000000] tsc: No reference (HPET/PMTIMER) available
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x170d2 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f6a50-0x000f6a5f] mapped at [b00f6a50]
[ 0.000000] mpc: f6a60-f6b7c
[ 0.000000] initial memory mapped: [mem 0x00000000-0x12bfffff]
[ 0.000000] Base memory trampoline at [b009b000] 9b000 size 16384
[ 0.000000] BRK [0x12744000, 0x12744fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1588b000-0x170cffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6840 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x00000000170E1628 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x00000000170E147C 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x00000000170E0040 00143C (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x00000000170E0000 000040
[ 0.000000] ACPI: APIC 0x00000000170E1570 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x00000000170E15F0 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffc000 ( fee00000)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 368MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 170d2000
[ 0.000000] low ram: 0 - 170d2000
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:170d1001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 2117555590 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] BRK [0x12745000, 0x12745fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] Normal [mem 0x0000000001000000-0x00000000170d1fff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000170d1fff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000000170d1fff]
[ 0.000000] On node 0 totalpages: 94320
[ 0.000000] free_area_init_node: node 0, pgdat c0cd7c80, node_mem_map c54e9028
[ 0.000000] DMA zone: 40 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 883 pages used for memmap
[ 0.000000] Normal zone: 90322 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffb000 (fec00000)
[ 0.000000] e820: [mem 0x17100000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] percpu: Embedded 19 pages/cpu @c54c1000 s54080 r0 d23744 u77824
[ 0.000000] pcpu-alloc: s54080 r0 d23744 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 154c3ac0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 93397
[ 0.000000] Kernel command line: root=/dev/ram0 hung_task_panic=1 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw link=/kbuild-tests/run-queue/kvm/i386-randconfig-i0-201739/wfg:unwinder-josh:4b88a5c3f27e19bd236b3910299633a45cc25e34/.vmlinuz-4b88a5c3f27e19bd236b3910299633a45cc25e34-20171009195935-289:quantal-intel12-14 branch=wfg/unwinder-josh BOOT_IMAGE=/pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 381764 bytes of page_ext
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 303376K/377280K available (10714K kernel code, 3439K rwdata, 5652K rodata, 916K init, 23160K bss, 73904K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffe66000 - 0xfffff000 (1636 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xc78d2000 - 0xff7fe000 ( 895 MB)
[ 0.000000] lowmem : 0xb0000000 - 0xc70d2000 ( 368 MB)
[ 0.000000] .init : 0xc0f70000 - 0xc1055000 ( 916 kB)
[ 0.000000] .data : 0xc0676a62 - 0xc0f58d80 (9096 kB)
[ 0.000000] .text : 0xbfc00000 - 0xc0676a62 (10714 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000]
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** trace_printk() being used. Allocating extra memory. **
[ 0.000000] ** **
[ 0.000000] ** This means that this is a DEBUG kernel and it is **
[ 0.000000] ** unsafe for production use. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your vendor! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.010000] Running RCU self tests
[ 0.010000] Preemptible hierarchical RCU implementation.
[ 0.010000] RCU lockdep checking is enabled.
[ 0.010000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.010000] RCU debug extended QS entry/exit.
[ 0.010000] RCU CPU stall warnings timeout set to 100 (rcu_cpu_stall_timeout).
[ 0.010000] Tasks RCU enabled.
[ 0.010000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.010000] NR_IRQS: 2304, nr_irqs: 440, preallocated irqs: 16
[ 0.010000] CPU 0 irqstacks, hard=c51e2000 soft=c51e4000
[ 0.010000] console [ttyS0] enabled
[ 0.010000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.010000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.010000] ... MAX_LOCK_DEPTH: 48
[ 0.010000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.010000] ... CLASSHASH_SIZE: 4096
[ 0.010000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.010000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.010000] ... CHAINHASH_SIZE: 32768
[ 0.010000] memory used by lock dependency info: 4399 kB
[ 0.010000] per task-struct memory footprint: 1344 bytes
[ 0.010000] ------------------------
[ 0.010000] | Locking API testsuite:
[ 0.010000] ----------------------------------------------------------------------------
[ 0.010000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] double unlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] initialize held: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] recursive read-lock: | ok | | ok |
[ 0.010000] recursive read-lock #2: | ok | | ok |
[ 0.010000] mixed read-write-lock: | ok | | ok |
[ 0.010000] mixed write-read-lock: | ok | | ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.010000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.010000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.010000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.010000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.010000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.010000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.010000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.010000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.010000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.010000] hard-irq read-recursion/123: ok |
[ 0.010000] soft-irq read-recursion/123: ok |
[ 0.010000] hard-irq read-recursion/132: ok |
[ 0.010000] soft-irq read-recursion/132: ok |
[ 0.010000] hard-irq read-recursion/213: ok |
[ 0.010000] soft-irq read-recursion/213: ok |
[ 0.010000] hard-irq read-recursion/231: ok |
[ 0.010000] soft-irq read-recursion/231: ok |
[ 0.010000] hard-irq read-recursion/312: ok |
[ 0.010000] soft-irq read-recursion/312: ok |
[ 0.010000] hard-irq read-recursion/321: ok |
[ 0.010000] soft-irq read-recursion/321: ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] | Wound/wait tests |
[ 0.010000] ---------------------
[ 0.010000] ww api failures: ok | ok | ok |
[ 0.010000] ww contexts mixing: ok | ok |
[ 0.010000] finishing ww context: ok | ok | ok | ok |
[ 0.010000] locking mismatches: ok | ok | ok |
[ 0.010000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] spinlock nest unlocked: ok |
[ 0.010000] -----------------------------------------------------
[ 0.010000] |block | try |context|
[ 0.010000] -----------------------------------------------------
[ 0.010000] context: ok | ok | ok |
[ 0.010000] try: ok | ok | ok |
[ 0.010000] block: ok | ok | ok |
[ 0.010000] spinlock: ok | ok | ok |
[ 0.010000] -------------------------------------------------------
[ 0.010000] Good, all 256 testcases passed! |
[ 0.010000] ---------------------------------
[ 0.010000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.010000] hpet clockevent registered
[ 0.010046] tsc: Detected 2926.328 MHz processor
[ 0.011319] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.011550] Calibrating delay loop (skipped) preset value.. 5852.65 BogoMIPS (lpj=29263280)
[ 0.020036] pid_max: default: 32768 minimum: 301
[ 0.021287] ACPI: Core revision 20170531
[ 0.048196] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.050453] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.060039] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.064227] mce: CPU supports 10 MCE banks
[ 0.065290] mce: unknown CPU type - not enabling MCE support
[ 0.070037] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.071427] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.074247] Freeing SMP alternatives memory: 20K
[ 0.092310] smpboot: Max logical packages: 2
[ 0.093619] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.095223] enabled ExtINT on CPU#0
[ 0.098257] ENABLING IO-APIC IRQs
[ 0.100073] init IO_APIC IRQs
[ 0.100859] apic 0 pin 0 not connected
[ 0.101965] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.104849] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.107117] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.110000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.110000] apic 0 pin 16 not connected
[ 0.110000] apic 0 pin 17 not connected
[ 0.110000] apic 0 pin 18 not connected
[ 0.110000] apic 0 pin 19 not connected
[ 0.110000] apic 0 pin 20 not connected
[ 0.110000] apic 0 pin 21 not connected
[ 0.110000] apic 0 pin 22 not connected
[ 0.110000] apic 0 pin 23 not connected
[ 0.110000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.110000] Using local APIC timer interrupts.
[ 0.110000] calibrating APIC timer ...
[ 0.110000] ... lapic delta = 6957391
[ 0.110000] ... PM-Timer delta = 398460
[ 0.110000] APIC calibration not consistent with PM-Timer: 111ms instead of 100ms
[ 0.110000] APIC delta adjusted to PM-Timer: 6250127 (6957391)
[ 0.110000] TSC delta adjusted to PM-Timer: 292631135 (325745214)
[ 0.110000] ..... delta 6250127
[ 0.110000] ..... mult: 268440910
[ 0.110000] ..... calibration result: 10000203
[ 0.110000] ..... CPU clock speed is 2926.3113 MHz.
[ 0.110000] ..... host bus clock speed is 1000.0203 MHz.
[ 0.110147] smpboot: CPU0: GenuineIntel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1)
[ 0.150095] Performance Events: no PMU driver, software events only.
[ 0.170048] Hierarchical SRCU implementation.
[ 0.230136] smp: Bringing up secondary CPUs ...
[ 0.312384] CPU 1 irqstacks, hard=c53c0000 soft=c53c2000
[ 0.314642] x86: Booting SMP configuration:
[ 0.315794] .... node #0, CPUs: #1
[ 0.000000] Initializing CPU#1
[ 0.010000] kvm-clock: cpu 1, msr 0:170d1041, secondary cpu clock
[ 0.010000] masked ExtINT on CPU#1
[ 0.340141] KVM setup async PF for cpu 1
[ 0.340141] kvm-stealtime: cpu 1, msr 154d6ac0
[ 0.343075] smp: Brought up 1 node, 2 CPUs
[ 0.344318] smpboot: Total of 2 processors activated (11705.31 BogoMIPS)
[ 0.360040] devtmpfs: initialized
[ 0.373482] workqueue: round-robin CPU selection forced, expect performance impact
[ 0.400757] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.403085] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.404853] prandom: seed boundary self test passed
[ 0.407598] prandom: 100 self tests passed
[ 0.409315] regulator-dummy: no parameters
[ 0.411212] NET: Registered protocol family 16
[ 0.430048] cpuidle: using governor ladder
[ 0.432763] ACPI: bus type PCI registered
[ 0.434926] PCI: PCI BIOS revision 2.10 entry at 0xfd501, last bus=0
[ 0.436670] PCI: Using configuration type 1 for base access
[ 0.521196] HugeTLB registered 4.00 MiB page size, pre-allocated 0 pages
[ 0.532877] gpio-f7188x: Not a Fintek device at 0x0000002e
[ 0.535195] gpio-f7188x: Not a Fintek device at 0x0000004e
[ 0.540915] ACPI: Added _OSI(Module Device)
[ 0.542090] ACPI: Added _OSI(Processor Device)
[ 0.543277] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.545281] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.593050] ACPI: Interpreter enabled
[ 0.593986] ACPI: (supports S0 S5)
[ 0.600053] ACPI: Using IOAPIC for interrupt routing
[ 0.601269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.744290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.750056] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.751651] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.760072] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.770716] PCI host bridge to bus 0000:00
[ 0.771945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.773933] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.775723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.780045] pci_bus 0000:00: root bus resource [mem 0x17100000-0xfebfffff window]
[ 0.790037] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.791543] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.795765] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.800774] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.884291] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 0.910080] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.912157] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.913972] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.920028] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.930892] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.940876] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.943704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.951550] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 0.980050] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 1.020046] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 1.110049] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 1.113739] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 1.130033] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 1.150036] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 1.258200] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 1.271773] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 1.290129] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 1.310040] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 1.370044] pci 0000:00:04.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref]
[ 1.392997] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 1.420045] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 1.440033] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 1.500036] pci 0000:00:05.0: reg 0x20: [mem 0xfe004000-0xfe007fff 64bit pref]
[ 1.532992] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 1.560033] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]
[ 1.590045] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[ 1.660038] pci 0000:00:06.0: reg 0x20: [mem 0xfe008000-0xfe00bfff 64bit pref]
[ 1.693923] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 1.720037] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]
[ 1.740097] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[ 1.810045] pci 0000:00:07.0: reg 0x20: [mem 0xfe00c000-0xfe00ffff 64bit pref]
[ 1.853605] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 1.870039] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]
[ 1.890032] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[ 1.950036] pci 0000:00:08.0: reg 0x20: [mem 0xfe010000-0xfe013fff 64bit pref]
[ 1.982938] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 2.010033] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]
[ 2.030036] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[ 2.110034] pci 0000:00:09.0: reg 0x20: [mem 0xfe014000-0xfe017fff 64bit pref]
[ 2.133289] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[ 2.170035] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]
[ 2.190032] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[ 2.260038] pci 0000:00:0a.0: reg 0x20: [mem 0xfe018000-0xfe01bfff 64bit pref]
[ 2.282920] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[ 2.310032] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[ 2.410385] pci_bus 0000:00: on NUMA node 0
[ 2.422731] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 2.430079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 2.432890] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 2.435626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 2.440555] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 2.444883] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 2.470215] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 2.472264] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 2.480053] pci 0000:00:02.0: vgaarb: bridge control possible
[ 2.481936] vgaarb: loaded
[ 2.484761] ACPI: bus type USB registered
[ 2.490203] usbcore: registered new interface driver usbfs
[ 2.492147] usbcore: registered new interface driver hub
[ 2.500159] usbcore: registered new device driver usb
[ 2.502240] pps_core: LinuxPPS API ver. 1 registered
[ 2.503748] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 2.510097] EDAC MC: Ver: 3.0.0
[ 2.512231] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[ 2.540542] Unable to find dmi tokens
[ 2.550422] FPGA manager framework
[ 2.551583] PCI: Using ACPI for IRQ routing
[ 2.553215] PCI: pci_cache_line_size set to 64 bytes
[ 2.555626] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 2.557445] e820: reserve RAM buffer [mem 0x170d2000-0x17ffffff]
[ 2.621148] clocksource: Switched to clocksource kvm-clock
[ 2.639634] Warning: could not register all branches stats
[ 2.641502] Warning: could not register annotated branches stats
[ 2.816748] VFS: Disk quotas dquot_6.6.0
[ 2.818248] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.820851] FS-Cache: Loaded
[ 2.822337] pnp: PnP ACPI init
[ 2.823982] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.826531] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 2.829150] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 2.831338] pnp 00:03: [dma 2]
[ 2.832482] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 2.835076] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 2.837812] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.840370] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.844260] pnp: PnP ACPI: found 7 devices
[ 2.882715] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 2.885996] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 2.887916] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 2.889846] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 2.892208] pci_bus 0000:00: resource 7 [mem 0x17100000-0xfebfffff window]
[ 2.895254] NET: Registered protocol family 1
[ 2.896614] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 2.898408] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 2.900395] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 2.902634] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.905763] PCI: CLS 0 bytes, default 64
[ 2.907829] Unpacking initramfs...
[ 9.538947] Freeing initrd memory: 24852K
[ 9.571473] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2a2e6a714ac, max_idle_ns: 440795306413 ns
[ 9.575581] Machine check injector initialized
[ 9.655010] The force parameter has not been set to 1. The Iris poweroff handler will not be installed.
[ 9.657392] NatSemi SCx200 Driver
[ 9.669046] spin_lock-torture:--- Start of test [debug]: nwriters_stress=4 nreaders_stress=0 stat_interval=60 verbose=1 shuffle_interval=3 stutter=5 shutdown_secs=0 onoff_interval=0 onoff_holdoff=0
[ 9.679990] spin_lock-torture: Creating torture_shuffle task
[ 9.715173] spin_lock-torture: Creating torture_stutter task
[ 9.717233] spin_lock-torture: torture_shuffle task started
[ 9.719893] spin_lock-torture: Creating lock_torture_writer task
[ 9.721970] spin_lock-torture: torture_stutter task started
[ 9.723703] spin_lock-torture: Creating lock_torture_writer task
[ 9.734976] spin_lock-torture: lock_torture_writer task started
[ 9.736981] spin_lock-torture: Creating lock_torture_writer task
[ 9.738896] spin_lock-torture: Creating lock_torture_writer task
[ 9.741351] spin_lock-torture: lock_torture_writer task started
[ 9.743029] spin_lock-torture: lock_torture_writer task started
[ 9.750045] spin_lock-torture: Creating lock_torture_stats task
[ 9.758124] spin_lock-torture: lock_torture_stats task started
[ 9.769043] spin_lock-torture: lock_torture_writer task started
[ 9.833498] Key type blacklist registered
[ 9.835224] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 9.977687] zbud: loaded
[ 9.998311] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 10.000788] orangefs_init: module version upstream loaded
[ 11.107868] Key type asymmetric registered
[ 11.131253] test_string_helpers: Running tests...
[ 11.155596] test_hexdump: all 1184 tests passed
[ 11.162835] test_firmware: interface ready
[ 11.283701] test_hash: __hash_32() has no arch implementation to test.
[ 11.285393] test_hash: hash_32() has no arch implementation to test.
[ 11.286872] test_hash: hash_64() has no arch implementation to test.
[ 11.288483] test_hash: 33152 tests passed.
[ 11.289614] test_siphash: self-tests: pass
[ 11.304787] Running rhashtable test nelem=8, max_size=0, shrinking=0
[ 11.306309] Test 00:
[ 11.308490] Adding 50000 keys
[ 12.964648] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 13.955607] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 13.972996] Deleting 50000 keys
[ 14.665164] Duration of test: 3355789984 ns
[ 14.666393] Test 01:
[ 14.668622] Adding 50000 keys
[ 16.378152] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 17.265377] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 17.269813] Deleting 50000 keys
[ 18.191837] Duration of test: 3522357851 ns
[ 18.195104] Test 02:
[ 18.205617] Adding 50000 keys
[ 19.962095] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 20.977688] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 21.002180] Deleting 50000 keys
[ 21.723458] Duration of test: 3515280762 ns
[ 21.769074] Test 03:
[ 21.772975] Adding 50000 keys
[ 23.375149] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 24.117115] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 24.128126] Deleting 50000 keys
[ 24.795623] Duration of test: 3016654721 ns
[ 24.797169] Average test time: 3352520829
[ 24.798392] Testing concurrent rhashtable access from 10 threads
[ 72.241860] Started 10 threads, 0 failed
[ 72.247994] test passed
[ 72.249669] test_printf: all 260 tests passed
[ 72.981318] test_bitmap: all 460506 tests passed
[ 72.997112] crc32: CRC_LE_BITS = 1, CRC_BE BITS = 1
[ 72.998580] crc32: self tests passed, processed 225944 bytes in 8489955 nsec
[ 73.008849] crc32c: CRC_LE_BITS = 1
[ 73.009849] crc32c: self tests passed, processed 225944 bytes in 2750966 nsec
[ 73.798021] crc32_combine: 8373 self tests passed
[ 74.817793] crc32c_combine: 8373 self tests passed
[ 74.830516] atomic64_test: passed for i386+ platform with CX8 and with SSE
[ 74.832166] glob: 64 self-tests passed, 0 failed
[ 74.833316] interval tree insert/remove
[ 84.977221] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 85.976874] -> 326096 cycles
[ 85.982725] interval tree search
[ 92.908444] -> 2026682 cycles (2692 results)
[ 92.922359] no IO addresses supplied
[ 92.923602] usbcore: registered new interface driver udlfb
[ 92.925105] ipmi message handler version 39.2
[ 92.926444] IPMI System Interface driver.
[ 92.928115] ipmi_si: Unable to find any System Interface(s)
[ 92.930441] IPMI SSIF Interface driver
[ 92.941928] IPMI Watchdog: driver initialized
[ 92.943036] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[ 92.947610] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 92.949730] ACPI: Power Button [PWRF]
[ 93.586656] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 93.693353] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 93.752819] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 93.768877] lp: driver loaded but no devices found
[ 93.770878] Non-volatile memory driver v1.3
[ 93.773656] scx200_gpio: no SCx200 gpio present
[ 93.780585] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[ 93.784167] platform pc8736x_gpio.0: no device found
[ 93.793112] nsc_gpio initializing
[ 93.799134] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 93.800629] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 93.814971] drm_mm: Testing DRM range manger (struct drm_mm), with random_seed=0xbbb9c118 max_iterations=8192 max_prime=128
[ 93.825184] drm_mm: igt_sanitycheck - ok!
[ 156.242243] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 229.394611] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 296.255906] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 361.439166] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 402.291753] parport_pc 00:04: reported by Plug and Play ACPI
[ 402.294261] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[ 402.297938] lp0: using parport0 (interrupt-driven).
[ 402.321861] dummy-irq: no IRQ given. Use irq=N
[ 402.327157] usbcore: registered new interface driver rtsx_usb
[ 402.333433] usbcore: registered new interface driver viperboard
[ 402.338510] parport0: cannot grant exclusive access for device spi-lm70llp
[ 402.340751] spi_lm70llp: spi_lm70llp probe fail, status -12
[ 402.359927] parport0: cannot grant exclusive access for device ks0108
[ 402.362082] ks0108: ERROR: parport didn't register new device
[ 402.363762] cfag12864b: ERROR: ks0108 is not initialized
[ 402.366036] cfag12864bfb: ERROR: cfag12864b is not initialized
[ 402.567773] panel: panel driver registered on parport0 (io=0x378).
[ 402.578581] usbcore: registered new interface driver hwa-rc
[ 402.599514] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 402.601208] ehci-pci: EHCI PCI platform driver
[ 402.602910] ehci-platform: EHCI generic platform driver
[ 402.605055] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 402.606858] ohci-pci: OHCI PCI platform driver
[ 402.608246] ohci-platform: OHCI generic platform driver
[ 402.620443] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[ 402.622840] Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 402.628453] usbcore: registered new interface driver wusb-cbaf
[ 402.630088] usbcore: registered new interface driver cdc_wdm
[ 402.651801] usbcore: registered new interface driver mdc800
[ 402.664517] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[ 402.666815] usbcore: registered new interface driver adutux
[ 402.668498] usbcore: registered new interface driver appledisplay
[ 402.671130] usbcore: registered new interface driver cytherm
[ 402.678143] usbcore: registered new interface driver emi62 - firmware loader
[ 402.680121] ftdi_elan: driver ftdi-elan
[ 402.681895] usbcore: registered new interface driver ftdi-elan
[ 402.683527] usbcore: registered new interface driver iowarrior
[ 402.685200] usbcore: registered new interface driver isight_firmware
[ 402.686978] usbcore: registered new interface driver usblcd
[ 402.700348] usbcore: registered new interface driver ldusb
[ 402.702166] usbcore: registered new interface driver legousbtower
[ 402.703846] usbcore: registered new interface driver rio500
[ 402.705378] usbcore: registered new interface driver usbtest
[ 402.707001] usbcore: registered new interface driver usb_ehset_test
[ 402.708761] usbcore: registered new interface driver uss720
[ 402.721294] uss720: v0.6:USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
[ 402.723814] uss720: NOTE: this is a special purpose driver to allow nonstandard
[ 402.725658] uss720: protocols (eg. bitbang) over USS720 usb to parallel cables
[ 402.727551] uss720: If you just want to connect to a printer, use usblp instead
[ 402.729666] usbcore: registered new interface driver usbsevseg
[ 402.731703] usbcore: registered new interface driver yurex
[ 402.734350] usbcore: registered new interface driver sisusb
[ 402.735942] usbcore: registered new interface driver lvs
[ 402.739378] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 402.745122] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 402.747544] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 402.749259] parport0: cannot grant exclusive access for device parkbd
[ 402.963166] mousedev: PS/2 mouse device common for all mice
[ 402.964151] evbug: Connected device: input0 (Power Button at LNXPWRBN/button/input0)
[ 402.965531] usbcore: registered new interface driver appletouch
[ 402.966498] usbcore: registered new interface driver bcm5974
[ 402.968280] usbcore: registered new interface driver xpad
[ 402.969234] usbcore: registered new interface driver gtco
[ 402.970145] usbcore: registered new interface driver hanwang
[ 402.971109] usbcore: registered new interface driver kbtab
[ 402.972054] usbcore: registered new interface driver pegasus_notetaker
[ 402.986062] i2c /dev entries driver
[ 402.986850] usbcore: registered new interface driver i2c-tiny-usb
[ 402.989726] pps pps0: new PPS source ktimer
[ 402.991194] pps pps0: ktimer PPS source registered
[ 402.993360] Driver for 1-wire Dallas network protocol.
[ 403.001599] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 403.001816] usbcore: registered new interface driver DS9490R
[ 403.001821] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[ 403.004585] applesmc: supported laptop not found!
[ 403.004590] applesmc: driver init failed (ret=-19)!
[ 403.006820] evbug: Connected device: input1 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[ 403.016249] pc87360: PC8736x not detected, module not inserted
[ 403.017105] sdhci: Secure Digital Host Controller Interface driver
[ 403.017108] sdhci: Copyright(c) Pierre Ossman
[ 403.017111] wbsd: Winbond W83L51xD SD/MMC card interface driver
[ 403.017114] wbsd: Copyright(c) Pierre Ossman
[ 403.017258] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[ 403.071577] usbcore: registered new interface driver vub300
[ 403.118106] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 403.124308] hidraw: raw HID events driver (C) Jiri Kosina
[ 403.167776] usbcore: registered new interface driver usbkbd
[ 403.169433] usbcore: registered new interface driver usbmouse
[ 403.187089] fake-fmc-carrier: mezzanine 0
[ 403.188201] Manufacturer: fake-vendor
[ 403.189309] Product name: fake-design-for-testing
[ 403.191276] fmc fake-design-for-testing-f001: Driver has no ID: matches all
[ 403.194010] fmc_trivial: probe of fake-design-for-testing-f001 failed with error -95
[ 403.196290] fmc fake-design-for-testing-f001: Driver has no ID: matches all
[ 403.198189] fmc_write_eeprom fake-design-for-testing-f001: fmc_write_eeprom: no busid passed, refusing all cards
[ 403.209847] start plist test
[ 403.369636] end plist test
[ 403.370338] mce: Unable to init MCE device (rc: -5)
[ 403.373400] ... APIC ID: 00000000 (0)
[ 403.374108] ... APIC VERSION: 01050014
[ 403.374725] 0000000000000000000000000000000000000000000000000000000000000000
[ 403.375882] 0000000000000000000000000000000000000000000000000000000000000000
[ 403.376991] 0000000000000000000000000000000000000000000000000000000000000000
[ 403.378125] number of MP IRQ sources: 15.
[ 403.379148] number of IO-APIC #0 registers: 24.
[ 403.380277] testing the IO APIC.......................
[ 403.381764] IO APIC #0......
[ 403.382579] .... register #00: 00000000
[ 403.383623] ....... : physical APIC id: 00
[ 403.384776] ....... : Delivery Type: 0
[ 403.385856] ....... : LTS : 0
[ 403.386911] .... register #01: 00170011
[ 403.387925] ....... : max redirection entries: 17
[ 403.389267] ....... : PRQ implemented: 0
[ 403.390478] ....... : IO APIC version: 11
[ 403.391757] .... register #02: 00000000
[ 403.392759] ....... : arbitration: 00
[ 403.393845] .... IRQ redirection table:
[ 403.394865] IOAPIC 0:
[ 403.395554] pin00, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.397489] pin01, enabled , edge , high, V(31), IRR(0), S(0), logical , D(03), M(1)
[ 403.399534] pin02, enabled , edge , high, V(30), IRR(0), S(0), logical , D(03), M(1)
[ 403.401886] pin03, enabled , edge , high, V(33), IRR(0), S(0), logical , D(03), M(1)
[ 403.403839] pin04, enabled , edge , high, V(34), IRR(0), S(0), logical , D(03), M(1)
[ 403.405848] pin05, disabled, level, high, V(35), IRR(0), S(0), logical , D(03), M(1)
[ 403.407823] pin06, enabled , edge , high, V(36), IRR(0), S(0), logical , D(03), M(1)
[ 403.409726] pin07, enabled , edge , high, V(37), IRR(0), S(0), logical , D(03), M(1)
[ 403.412089] pin08, enabled , edge , high, V(38), IRR(0), S(0), logical , D(03), M(1)
[ 403.414094] pin09, enabled , level, high, V(39), IRR(0), S(0), logical , D(03), M(1)
[ 403.415987] pin0a, disabled, level, high, V(3A), IRR(0), S(0), logical , D(03), M(1)
[ 403.417923] pin0b, disabled, level, high, V(3B), IRR(0), S(0), logical , D(03), M(1)
[ 403.419836] pin0c, enabled , edge , high, V(3C), IRR(0), S(0), logical , D(03), M(1)
[ 403.421871] pin0d, enabled , edge , high, V(3D), IRR(0), S(0), logical , D(03), M(1)
[ 403.423792] pin0e, enabled , edge , high, V(3E), IRR(0), S(0), logical , D(03), M(1)
[ 403.425831] pin0f, enabled , edge , high, V(3F), IRR(0), S(0), logical , D(03), M(1)
[ 403.427868] pin10, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.431104] pin11, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.433237] pin12, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.435400] pin13, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.437545] pin14, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.439579] pin15, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.441794] pin16, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.443812] pin17, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 403.445768] IRQ to pin mappings:
[ 403.446667] IRQ0 -> 0:2
[ 403.447409] IRQ1 -> 0:1
[ 403.448162] IRQ3 -> 0:3
[ 403.448866] IRQ4 -> 0:4
[ 403.449629] IRQ5 -> 0:5
[ 403.450383] IRQ6 -> 0:6
[ 403.451154] IRQ7 -> 0:7
[ 403.452052] IRQ8 -> 0:8
[ 403.452843] IRQ9 -> 0:9
[ 403.453640] IRQ10 -> 0:10
[ 403.454441] IRQ11 -> 0:11
[ 403.455307] IRQ12 -> 0:12
[ 403.456154] IRQ13 -> 0:13
[ 403.456984] IRQ14 -> 0:14
[ 403.457789] IRQ15 -> 0:15
[ 403.458634] .................................... done.
[ 403.460129] Using IPI Shortcut mode
[ 403.461254] sched_clock: Marking stable (403451972963, 0)->(408240012298, -4788039335)
[ 403.467572] page_owner is disabled
[ 403.479595] Key type big_key registered
[ 403.483971] Key type trusted registered
[ 403.487011] Key type encrypted registered
[ 403.511069] OF: Duplicate name in testcase-data, renamed to "duplicate-name#1"
[ 403.539215] ### dt-test ### start of unittest - you will see error messages
[ 403.543828] OF: /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
[ 403.546912] OF: /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
[ 403.549959] OF: /testcase-data/phandle-tests/consumer-a: could not find phandle
[ 403.552097] OF: /testcase-data/phandle-tests/consumer-a: could not find phandle
[ 403.554179] OF: /testcase-data/phandle-tests/consumer-a: arguments longer than property
[ 403.556262] OF: /testcase-data/phandle-tests/consumer-a: arguments longer than property
[ 403.636340] OF: overlay: overlay_is_topmost: #5 clashes #6 @/testcase-data/overlay-node/test-bus/test-unittest8
[ 403.639062] OF: overlay: overlay #5 is not topmost
[ 403.688599] i2c i2c-0: Added multiplexed i2c bus 1
[ 403.710643] i2c i2c-0: Added multiplexed i2c bus 2
[ 403.748630] ### dt-test ### FAIL of_unittest_overlay_high_level():2188 overlay_base_root not initialized
[ 403.751322] ### dt-test ### end of unittest - 188 passed, 1 failed
[ 403.763107] Freeing unused kernel memory: 916K
[ 403.767384] Write protecting the kernel text: 10716k
[ 403.775221] Write protecting the kernel read-only data: 5656k
[ 404.376159] init: Failed to create pty - disabling logging for job
[ 404.378383] init: Temporary process spawn error: No such file or directory
[ 404.437418] init: Failed to create pty - disabling logging for job
[ 404.440087] init: Temporary process spawn error: No such file or directory
[ 404.616895] init: Failed to create pty - disabling logging for job
[ 404.620141] init: Temporary process spawn error: No such file or directory
[ 404.629862] init: Failed to create pty - disabling logging for job
[ 404.631970] init: Temporary process spawn error: No such file or directory
[ 404.880068] init: Failed to create pty - disabling logging for job
[ 404.882289] init: Temporary process spawn error: No such file or directory
[ 404.902772] init: Failed to create pty - disabling logging for job
[ 404.904781] init: Temporary process spawn error: No such file or directory
[ 404.920007] init: Failed to create pty - disabling logging for job
[ 404.923690] init: Temporary process spawn error: No such file or directory
[ 404.939742] init: Failed to create pty - disabling logging for job
[ 404.941699] init: Temporary process spawn error: No such file or directory
[ 404.948035] WARNING: kernel stack frame pointer at c6ea3ecd in init:212 has bad value (null)
[ 404.968678] init: plymouth-log main process (211) terminated with status 1
[ 404.980508] init: Failed to create pty - disabling logging for job
[ 404.982676] init: Temporary process spawn error: No such file or directory
[ 405.039769] udevd[220]: starting version 175
[ 405.049629] init: Failed to create pty - disabling logging for job
[ 405.052201] init: Temporary process spawn error: No such file or directory
[ 405.075346] init: Failed to create pty - disabling logging for job
[ 405.077454] init: Temporary process spawn error: No such file or directory
[ 405.088010] init: Failed to create pty - disabling logging for job
[ 405.090249] init: Temporary process spawn error: No such file or directory
udevd[227]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYSTM:': No such file or directory
udevd[231]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv fmc': No such file or directory
udevd[236]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory
udevd[239]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00': No such file or directory
udevd[240]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80': No such file or directory
udevd[241]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007113sv00001AF4sd00001100bc06sc80i00': No such file or directory
udevd[235]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory
udevd[238]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00': No such file or directory
udevd[237]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0019v0000p0001e0000-e0,1,k74,ramlsfw': No such file or directory
udevd[246]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A03:': No such file or directory
udevd[244]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:ACPI0010:PNP0A05:': No such file or directory
udevd[242]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001234d00001111sv00001AF4sd00001100bc03sc00i00': No such file or directory
udevd[250]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d0000100Esv00001AF4sd00001100bc02sc00i00': No such file or directory
udevd[251]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[245]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory
udevd[252]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[256]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[255]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[259]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory
udevd[262]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory
udevd[261]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory
udevd[257]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[263]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory
udevd[264]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:QEMU0002:': No such file or directory
udevd[271]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[260]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory
udevd[300]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0303:': No such file or directory
udevd[304]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory
udevd[307]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0F13:': No such file or directory
udevd[303]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory
udevd[314]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:QEMU0002:': No such file or directory
udevd[311]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[309]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[301]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0400:': No such file or directory
udevd[312]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[308]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[315]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory
udevd[306]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0B00:': No such file or directory
udevd[305]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0700:': No such file or directory
udevd[310]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[313]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d000025ABsv00001AF4sd00001100bc08sc80i00': No such file or directory
udevd[302]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[316]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:dell_rbu': No such file or directory
udevd[320]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:platform-framebuffer': No such file or directory
udevd[319]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:memconsole': No such file or directory
udevd[317]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw': No such file or directory
udevd[321]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv of:Ni2c-test-busT<NULL>Cunittest-i2c-bus': No such file or directory
udevd[318]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv serio:ty01pr00id00ex00': No such file or directory
udevd[322]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv of:Ntestcase-device1T<NULL>Ctestcase-device': No such file or directory
udevd[324]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:vpd': No such file or directory
udevd[323]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv of:Ntestcase-device2T<NULL>Ctestcase-device': No such file or directory
[ 406.207882] init: Failed to create pty - disabling logging for job
[ 406.209181] init: Temporary process spawn error: No such file or directory
[ 406.234435] init: Failed to create pty - disabling logging for job
[ 406.235619] init: Temporary process spawn error: No such file or directory
[ 406.278175] init: Failed to create pty - disabling logging for job
[ 406.279290] init: Temporary process spawn error: No such file or directory
[ 406.303929] init: Failed to create pty - disabling logging for job
[ 406.305359] init: Temporary process spawn error: No such file or directory
[ 407.099273] init: failsafe main process (333) killed by TERM signal
[ 407.752152] init: Failed to create pty - disabling logging for job
[ 407.754186] init: Temporary process spawn error: No such file or directory
[ 407.777952] init: Failed to create pty - disabling logging for job
[ 407.779992] init: Temporary process spawn error: No such file or directory
[ 407.805831] init: Failed to create pty - disabling logging for job
[ 407.808039] init: Temporary process spawn error: No such file or directory
[ 407.836904] init: Failed to create pty - disabling logging for job
[ 407.839915] init: Temporary process spawn error: No such file or directory
[ 407.875806] init: Failed to create pty - disabling logging for job
[ 407.877819] init: Temporary process spawn error: No such file or directory
Kernel tests: Boot OK!
Trinity v1.4pre Dave Jones <davej@xxxxxxxxxx>
[init] Marking syscall get_robust_list (312) as to be disabled.
Done parsing arguments.
Marking all syscalls as enabled.
[init] Disabling syscalls marked as disabled by command line options
[init] Marked syscall get_robust_list (312) as deactivated.
[init] Enabled 350 syscalls. Disabled 1 syscalls.
DANGER: RUNNING AS ROOT.
Unless you are running in a virtual machine, this could cause serious problems such as overwriting CMOS
or similar which could potentially make this machine unbootable without a firmware reset.

ctrl-c now unless you really know what you are doing.
[ 409.046893] init: Temporary process spawn error: No such file or directory
[ 409.097067] init: Failed to create pty - disabling logging for job
[ 409.099206] init: Temporary process spawn error: No such file or directory
[ 409.141111] init: udev-fallback-graphics main process (457) terminated with status 127
[ 409.150373] init: Failed to create pty - disabling logging for job
[ 409.151627] init: Temporary process spawn error: No such file or directory
[ 409.329315] init: networking main process (463) terminated with status 1
[ 417.781585] init: tty4 main process ended, respawning
[ 417.810826] init: tty5 main process (412) terminated with status 1
[ 417.812022] init: tty5 main process ended, respawning
[ 417.840380] init: tty2 main process (413) terminated with status 1
[ 417.841564] init: tty2 main process ended, respawning
[ 417.880460] init: tty3 main process (414) terminated with status 1
[ 417.881549] init: tty3 main process ended, respawning
[ 417.930317] init: tty6 main process (415) terminated with status 1
[ 417.931406] init: tty6 main process ended, respawning
[init] Started watchdog process, PID is 476
[main] Main thread is alive.
[main] Setsockopt(1 24 80d3000 4) on fd 7 [1:1:1]
[main] Setsockopt(1 12 80d3000 ee) on fd 8 [1:1:1]
[main] Setsockopt(1 5 80d3000 e3) on fd 12 [1:2:1]
[main] Setsockopt(1 6 80d3000 29) on fd 13 [1:2:1]
[main] Setsockopt(1 23 80d3000 db) on fd 14 [1:1:1]
[main] Setsockopt(1 a 80d3000 4) on fd 18 [1:5:1]
[main] Setsockopt(1 2d 80d3000 4) on fd 19 [1:2:1]
[main] Setsockopt(1 2b 80d3000 48) on fd 21 [1:2:1]
[main] Setsockopt(1 e 80d3000 ec) on fd 22 [1:5:1]
[main] Setsockopt(1 21 80d3000 4) on fd 23 [1:2:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 25 [1:2:1]
[main] Setsockopt(1 2f 80d3000 4) on fd 26 [1:2:1]
[main] Setsockopt(1 1 80d3000 e) on fd 28 [16:3:2]
[main] Setsockopt(1 22 80d3000 9e) on fd 29 [1:1:1]
[main] Setsockopt(10e 5 80d3000 34) on fd 30 [16:3:15]
[main] Setsockopt(10e 5 80d3000 e5) on fd 33 [16:2:16]
[main] Setsockopt(1 1d 80d3000 4) on fd 36 [1:5:1]
[main] Setsockopt(1 21 80d3000 4) on fd 37 [16:3:4]
[main] Setsockopt(1 e 80d3000 c4) on fd 39 [1:5:1]
[main] Setsockopt(1 c 80d3000 52) on fd 41 [1:5:1]
[main] Setsockopt(1 24 80d3000 c1) on fd 42 [1:2:1]
[main] Setsockopt(10e 5 80d3000 4) on fd 43 [16:2:15]
[main] Setsockopt(1 e 80d3000 cb) on fd 45 [1:1:1]
[main] Setsockopt(1 20 80d3000 4) on fd 47 [1:1:1]
[main] Setsockopt(1 24 80d3000 f9) on fd 48 [1:2:1]
[main] Setsockopt(1 6 80d3000 4) on fd 49 [16:2:15]
[main] Setsockopt(10e 3 80d3000 4) on fd 51 [16:2:4]
[main] Setsockopt(1 21 80d3000 4) on fd 53 [1:2:1]
[main] Setsockopt(1 6 80d3000 4) on fd 54 [1:5:1]
[main] Setsockopt(1 29 80d3000 f1) on fd 55 [1:2:1]
[main] Setsockopt(1 2 80d3000 4) on fd 57 [1:2:1]
[main] Setsockopt(1 e 80d3000 26) on fd 59 [1:1:1]
[main] Setsockopt(1 a 80d3000 7d) on fd 61 [1:2:1]
[main] Setsockopt(1 1 80d3000 4) on fd 63 [16:2:0]
[main] Setsockopt(1 1 80d3000 4) on fd 64 [1:5:1]
[main] Setsockopt(1 2 80d3000 4) on fd 65 [16:2:2]
[main] Setsockopt(1 2d 80d3000 4) on fd 67 [1:2:1]
[main] Setsockopt(1 22 80d3000 5c) on fd 69 [1:1:1]
[main] Setsockopt(10e 5 80d3000 95) on fd 70 [16:2:4]
[main] Setsockopt(1 6 80d3000 25) on fd 74 [1:5:1]
[main] Setsockopt(1 2a 80d3000 4b) on fd 75 [1:5:1]
[main] Setsockopt(1 7 80d3000 92) on fd 76 [1:2:1]
[main] Setsockopt(1 b 80d3000 4) on fd 77 [1:5:1]
[main] Setsockopt(1 2e 80d3000 4) on fd 78 [1:2:1]
[main] Setsockopt(1 9 80d3000 4) on fd 79 [16:2:16]
[main] Setsockopt(10e 5 80d3000 4) on fd 81 [16:3:0]
[main] Setsockopt(1 d 80d3000 8) on fd 82 [1:2:1]
[main] Setsockopt(10e 4 80d3000 f2) on fd 83 [16:3:2]
[main] Setsockopt(1 22 80d3000 4) on fd 85 [1:5:1]
[main] Setsockopt(1 c 80d3000 4) on fd 86 [1:5:1]
[main] Setsockopt(1 28 80d3000 4) on fd 87 [1:5:1]
[main] Setsockopt(1 21 80d3000 90) on fd 90 [1:1:1]
[main] Setsockopt(1 2f 80d3000 4) on fd 92 [16:3:2]
[main] Setsockopt(1 21 80d3000 4) on fd 93 [1:5:1]
[main] Setsockopt(1 2 80d3000 4) on fd 96 [1:1:1]
[main] Setsockopt(1 28 80d3000 4) on fd 99 [1:1:1]
[main] Setsockopt(1 e 80d3000 4) on fd 105 [1:1:1]
[main] Setsockopt(10e 1 80d3000 39) on fd 106 [16:2:2]
[main] Setsockopt(1 35 80d3000 4) on fd 107 [1:1:1]
[main] Setsockopt(1 2d 80d3000 4) on fd 112 [1:2:1]
[main] Setsockopt(1 d 80d3000 8) on fd 113 [1:5:1]
[main] Setsockopt(1 1d 80d3000 5c) on fd 115 [1:2:1]
[main] Setsockopt(10e 5 80d3000 8c) on fd 116 [16:3:4]
[main] Setsockopt(10e 2 80d3000 4) on fd 118 [16:3:2]
[main] Setsockopt(1 2c 80d3000 d6) on fd 119 [1:5:1]
[main] Setsockopt(1 2d 80d3000 48) on fd 123 [1:5:1]
[main] Setsockopt(1 9 80d3000 f1) on fd 124 [16:3:2]
[main] Setsockopt(1 21 80d3000 c0) on fd 127 [16:2:0]
[main] Setsockopt(1 1 80d3000 4) on fd 129 [1:1:1]
[main] Setsockopt(1 2d 80d3000 4) on fd 132 [1:2:1]
[main] Setsockopt(1 e 80d3000 7f) on fd 133 [1:2:1]
[main] Setsockopt(1 2f 80d3000 4) on fd 134 [1:5:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 135 [1:5:1]
[main] Setsockopt(1 5 80d3000 4) on fd 136 [1:1:1]
[main] Setsockopt(1 15 80d3000 8) on fd 138 [1:5:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 139 [16:2:15]
[main] Setsockopt(1 2f 80d3000 4) on fd 140 [1:2:1]
[main] Setsockopt(1 a 80d3000 4) on fd 141 [1:2:1]
[main] Setsockopt(1 b 80d3000 1e) on fd 142 [1:2:1]
[main] Setsockopt(1 d 80d3000 8) on fd 143 [1:5:1]
[main] Setsockopt(1 29 80d3000 4) on fd 144 [16:3:2]
[main] Setsockopt(1 25 80d3000 7a) on fd 145 [1:5:1]
[main] Setsockopt(1 14 80d3000 8) on fd 147 [1:1:1]
[main] Setsockopt(1 2e 80d3000 45) on fd 149 [1:5:1]
[main] Setsockopt(1 e 80d3000 d) on fd 150 [1:2:1]
[main] Setsockopt(10e 5 80d3000 8) on fd 151 [16:2:2]
[main] Setsockopt(1 24 80d3000 4) on fd 153 [1:5:1]
[main] Setsockopt(1 a 80d3000 1c) on fd 154 [16:2:16]
[main] Setsockopt(1 1d 80d3000 80) on fd 155 [1:1:1]
[main] Setsockopt(1 20 80d3000 4) on fd 156 [1:5:1]
[main] Setsockopt(1 8 80d3000 4) on fd 157 [1:1:1]
[main] Setsockopt(1 22 80d3000 ec) on fd 158 [1:5:1]
[main] Setsockopt(1 1 80d3000 4) on fd 159 [1:5:1]
[main] Setsockopt(1 21 80d3000 15) on fd 160 [1:5:1]
[main] Setsockopt(1 10 80d3000 4) on fd 161 [16:2:15]
[main] Setsockopt(1 23 80d3000 4) on fd 165 [1:5:1]
[main] Setsockopt(1 10 80d3000 8c) on fd 171 [1:5:1]
[main] Setsockopt(1 2d 80d3000 55) on fd 174 [1:1:1]
[main] Setsockopt(1 20 80d3000 3a) on fd 176 [1:1:1]
[main] Setsockopt(1 2d 80d3000 4) on fd 178 [16:2:0]
[main] Setsockopt(1 2 80d3000 1d) on fd 181 [1:5:1]
[main] Setsockopt(1 1 80d3000 4) on fd 184 [1:5:1]
[main] Setsockopt(1 a 80d3000 b0) on fd 185 [16:2:4]
[main] Setsockopt(1 22 80d3000 5b) on fd 186 [1:2:1]
[main] Setsockopt(10e 3 80d3000 4) on fd 187 [16:2:4]
[main] Setsockopt(1 29 80d3000 5f) on fd 189 [1:1:1]
[main] Setsockopt(10e 4 80d3000 b0) on fd 190 [16:2:15]
[main] Setsockopt(1 23 80d3000 af) on fd 191 [1:2:1]
[main] Setsockopt(1 b 80d3000 54) on fd 192 [1:1:1]
[main] Setsockopt(1 28 80d3000 3b) on fd 193 [16:3:0]
[main] Setsockopt(1 1 80d3000 7e) on fd 194 [1:5:1]
[main] Setsockopt(1 2d 80d3000 6c) on fd 195 [1:2:1]
[main] Setsockopt(1 29 80d3000 4) on fd 196 [1:2:1]
[main] Setsockopt(1 2f 80d3000 4) on fd 197 [1:2:1]
[main] Setsockopt(1 21 80d3000 bf) on fd 200 [16:2:4]
[main] Setsockopt(1 b 80d3000 2c) on fd 201 [1:5:1]
[main] Setsockopt(1 b 80d3000 6a) on fd 202 [1:1:1]
[main] Setsockopt(10e 5 80d3000 4) on fd 204 [16:3:4]
[main] Setsockopt(1 f 80d3000 4) on fd 207 [1:1:1]
[main] Setsockopt(1 f 80d3000 75) on fd 209 [1:5:1]
[main] Setsockopt(10e 4 80d3000 4) on fd 212 [16:2:16]
[main] Setsockopt(1 23 80d3000 28) on fd 213 [1:2:1]
[main] Setsockopt(1 12 80d3000 4) on fd 214 [16:3:4]
[main] Setsockopt(1 22 80d3000 4) on fd 215 [1:5:1]
[main] Setsockopt(10e 5 80d3000 4) on fd 217 [16:3:16]
[main] Setsockopt(1 10 80d3000 5b) on fd 218 [1:1:1]
[main] Setsockopt(1 29 80d3000 4) on fd 221 [1:5:1]
[main] Setsockopt(1 25 80d3000 2d) on fd 223 [1:5:1]
[main] Setsockopt(1 2f 80d3000 3b) on fd 224 [1:2:1]
[main] Setsockopt(1 22 80d3000 4) on fd 225 [1:2:1]
[main] Setsockopt(10e 3 80d3000 4) on fd 226 [16:3:16]
[main] Setsockopt(1 12 80d3000 7a) on fd 227 [1:5:1]
[main] Setsockopt(1 23 80d3000 13) on fd 228 [16:3:4]
[main] Setsockopt(10e 4 80d3000 4) on fd 230 [16:2:15]
[main] Setsockopt(1 e 80d3000 4) on fd 231 [1:1:1]
[main] Setsockopt(1 8 80d3000 5) on fd 232 [1:5:1]
[main] Setsockopt(1 d 80d3000 8) on fd 235 [1:2:1]
[main] Setsockopt(1 d 80d3000 8) on fd 236 [1:2:1]
[main] Setsockopt(1 7 80d3000 34) on fd 237 [16:3:0]
[main] Setsockopt(1 5 80d3000 4) on fd 238 [1:2:1]
[main] Setsockopt(1 e 80d3000 4) on fd 240 [1:1:1]
[main] Setsockopt(1 1 80d3000 4) on fd 242 [1:5:1]
[main] Setsockopt(1 f 80d3000 ef) on fd 245 [1:5:1]
[main] Setsockopt(1 25 80d3000 75) on fd 248 [16:3:0]
[main] Setsockopt(1 22 80d3000 4) on fd 249 [1:5:1]
[main] Setsockopt(1 2e 80d3000 a0) on fd 250 [1:1:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 251 [1:2:1]
[main] Setsockopt(1 2c 80d3000 14) on fd 252 [1:1:1]
[main] Setsockopt(1 2b 80d3000 4) on fd 253 [1:1:1]
[main] Setsockopt(1 b 80d3000 4) on fd 256 [16:3:4]
[main] Setsockopt(1 9 80d3000 4) on fd 258 [1:1:1]
[main] Setsockopt(1 2b 80d3000 38) on fd 259 [1:2:1]
[main] Setsockopt(1 29 80d3000 4) on fd 262 [1:2:1]
[main] Setsockopt(1 2d 80d3000 4) on fd 263 [1:2:1]
[main] Setsockopt(1 23
[main] Setsockopt(1 7 80d3000 7b) on fd 266 [1:5:1]
[main] Setsockopt(1 20 80d3000 4) on fd 267 [16:2:4]
[main] Setsockopt(1 29 80d3000 4) on fd 268 [1:2:1]
[main] Setsockopt(1 c 80d3000 4) on fd 269 [1:2:1]
[main] Setsockopt(1 24 80d3000 17) on fd 270 [16:2:16]
[main] Setsockopt(1 8 80d3000 4) on fd 272 [16:2:4]
[main] Setsockopt(1 5 80d3000 40) on fd 273 [1:1:1]
[main] Setsockopt(1 10 80d3000 4) on fd 274 [1:1:1]
[main] Setsockopt(1 2b 80d3000 c4) on fd 275 [1:1:1]
[main] Setsockopt(1 e 80d3000 b) on fd 276 [1:2:1]
[main] Setsockopt(1 2e 80d3000 4) on fd 277 [1:2:1]
[main] Setsockopt(1 2b 80d3000 4) on fd 280 [1:5:1]
[main] Setsockopt(1 b 80d3000 4) on fd 281 [1:5:1]
[main] Setsockopt(1 10 80d3000 4) on fd 282 [1:1:1]
[main] Setsockopt(1 a 80d3000 e1) on fd 288 [1:1:1]
[main] Setsockopt(1 25 80d3000 e) on fd 290 [1:1:1]
[main] Setsockopt(1 24 80d3000 4) on fd 294 [1:2:1]
[main] Setsockopt(1 23 80d3000 7d) on fd 297 [1:5:1]
[main] Setsockopt(1 5 80d3000 4) on fd 298 [1:5:1]
[main] Setsockopt(1 20 80d3000 b) on fd 299 [16:3:4]
[main] Setsockopt(1 22 80d3000 12) on fd 302 [1:2:1]
[main] Setsockopt(1 2 80d3000 4) on fd 303 [1:5:1]
[main] Setsockopt(1 28 80d3000 7) on fd 304 [1:2:1]
[main] Setsockopt(1 f 80d3000 5e) on fd 305 [1:1:1]
[main] Setsockopt(1 a 80d3000 15) on fd 307 [1:2:1]
[main] Setsockopt(1 22 80d3000 63) on fd 308 [1:2:1]
[main] Setsockopt(1 8 80d3000 4) on fd 309 [1:1:1]
[main] Setsockopt(1 24 80d3000 8d) on fd 310 [1:1:1]
[main] Setsockopt(1 12 80d3000 fa) on fd 313 [1:1:1]
[main] Setsockopt(1 9 80d3000 22) on fd 316 [1:1:1]
[main] Setsockopt(1 8 80d3000 4) on fd 318 [1:2:1]
[main] Setsockopt(1 22 80d3000 4) on fd 319 [1:1:1]
[main] Setsockopt(1 2a 80d3000 4) on fd 320 [1:1:1]
[main] Setsockopt(1 1d 80d3000 15) on fd 322 [1:1:1]
[main] Setsockopt(10e 4 80d3000 4) on fd 323 [16:2:16]
[main] Setsockopt(1 a 80d3000 65) on fd 324 [1:2:1]
[main] Setsockopt(1 5 80d3000 4) on fd 325 [1:1:1]
[main] Setsockopt(1 e 80d3000 4) on fd 328 [1:2:1]
[main] Setsockopt(10e 3 80d3000 7a) on fd 329 [16:2:2]
[main] Setsockopt(10e 3 80d3000 4) on fd 331 [16:3:0]
[main] Setsockopt(1 24 80d3000 4) on fd 333 [1:1:1]
[main] Setsockopt(1 25 80d3000 4) on fd 335 [1:2:1]
[main] Setsockopt(1 10 80d3000 32) on fd 338 [16:3:15]
[main] Setsockopt(1 1 80d3000 4d) on fd 339 [1:2:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 343 [1:5:1]
[main] Setsockopt(1 10 80d3000 4) on fd 344 [1:5:1]
[main] Setsockopt(1 2d 80d3000 6d) on fd 345 [1:5:1]
[main] Setsockopt(1 2d 80d3000 b2) on fd 346 [1:2:1]
[main] Setsockopt(1 8 80d3000 4) on fd 349 [1:1:1]
[main] Setsockopt(1 25 80d3000 4) on fd 350 [1:2:1]
[main] Setsockopt(1 22 80d3000 4) on fd 351 [1:2:1]
[main] Setsockopt(1 1d 80d3000 53) on fd 352 [1:1:1]
[main] Setsockopt(1 28 80d3000 f2) on fd 353 [1:2:1]
[main] Setsockopt(1 29 80d3000 a9) on fd 354 [1:1:1]
[main] Setsockopt(1 7 80d3000 d0) on fd 356 [1:2:1]
[main] Setsockopt(1 25 80d3000 4) on fd 357 [16:3:15]
[main] Setsockopt(1 2f 80d3000 4) on fd 358 [1:5:1]
[main] Setsockopt(1 c 80d3000 3b) on fd 359 [1:5:1]
[main] Setsockopt(1 22 80d3000 4) on fd 362 [1:2:1]
[main] Setsockopt(1 2b 80d3000 4) on fd 363 [1:1:1]
[main] Setsockopt(1 2 80d3000 4) on fd 366 [1:2:1]
[main] Setsockopt(10e 3 80d3000 4) on fd 367 [16:2:2]
[main] Setsockopt(1 23 80d3000 c9) on fd 369 [16:3:15]
[main] Setsockopt(1 1 80d3000 4) on fd 370 [1:1:1]
[main] Setsockopt(1 b 80d3000 cf) on fd 371 [1:2:1]
[main] Setsockopt(1 6 80d3000 4) on fd 372 [1:1:1]
[main] Setsockopt(1 2c 80d3000 4) on fd 373 [1:5:1]
[main] Setsockopt(1 28 80d3000 4) on fd 374 [1:1:1]
[main] Setsockopt(1 d 80d3000 8) on fd 375 [1:2:1]
[main] Setsockopt(1 7 80d3000 8a) on fd 378 [16:2:2]
[main] Setsockopt(1 22 80d3000 c7) on fd 379 [1:1:1]
[main] 375 sockets created based on info from socket cachefile.
[main] Generating file descriptors
[main] Added 297 filenames from /dev
[main] Added 6619 filenames from /proc
[main] Added 16113 filenames from /sys
[child0:478] swapoff (115) returned ENOSYS, marking as inactive.
[child1:479] bdflush (134) returned ENOSYS, marking as inactive.
[child0:478] mq_notify (281) returned ENOSYS, marking as inactive.
[child0:478] geteuid16 (49) returned ENOSYS, marking as inactive.
[child0:478] uid changed! Was: 0, now 32768
[watchdog] [476] Watchdog exiting
[child1:479] child exiting.
Bailing main loop. Exit reason: UID changed.
[init]
Ran 17 syscalls. Successes: 5 Failures: 11
[ 424.818406] Writes: Total: 4 Max/Min: 0/0 Fail: 0
[ 427.807478] init: tty4 main process (471) terminated with status 1
[ 427.809246] init: tty4 main process ended, respawning
[ 427.838602] init: tty5 main process (472) terminated with status 1
[ 427.840640] init: tty5 main process ended, respawning
[ 427.875850] init: tty2 main process (473) terminated with status 1
[ 427.877751] init: tty2 main process ended, respawning
[ 427.915557] init: tty3 main process (474) terminated with status 1
[ 427.917387] init: tty3 main process ended, respawning
[ 427.957862] init: tty6 main process (475) terminated with status 1
[ 427.960920] init: tty6 main process ended, respawning
[ 437.899370] init: tty4 main process (480) terminated with status 1
[ 437.900054] init: tty4 main process ended, respawning
[ 437.919319] init: tty5 main process (481) terminated with status 1
[ 437.919994] init: tty5 main process ended, respawning
[ 437.927161] init: tty2 main process (482) terminated with status 1
[ 437.927803] init: tty2 main process ended, respawning
[ 437.959256] init: tty3 main process (483) terminated with status 1
[ 437.959894] init: tty3 main process ended, respawning
[ 437.992671] init: tty6 main process (484) terminated with status 1
[ 437.993324] init: tty6 main process ended, respawning
[ 447.916407] init: tty4 main process (485) terminated with status 1
[ 447.918902] init: tty4 main process ended, respawning
[ 447.934914] init: tty5 main process (486) terminated with status 1
[ 447.936335] init: tty5 main process ended, respawning
[ 447.947794] init: tty2 main process (487) terminated with status 1
[ 447.953618] init: tty2 main process ended, respawning
[ 447.987719] init: tty3 main process (488) terminated with status 1
[ 447.992818] init: tty3 main process ended, respawning
[ 448.008406] init: tty6 main process (489) terminated with status 1
[ 448.011474] init: tty6 main process ended, respawning
[ 457.949728] init: tty4 main process (490) terminated with status 1
[ 457.950441] init: tty4 main process ended, respawning
[ 458.003354] init: tty5 main process (491) terminated with status 1
[ 458.004039] init: tty5 main process ended, respawning
[ 458.013183] init: tty2 main process (492) terminated with status 1
[ 458.013915] init: tty2 main process ended, respawning
[ 458.033222] init: tty3 main process (493) terminated with status 1
[ 458.033896] init: tty3 main process ended, respawning
[ 458.040273] init: tty6 main process (494) terminated with status 1
[ 458.040974] init: tty6 main process ended, respawning
[ 464.290704] init: Failed to create pty - disabling logging for job
[ 464.292203] init: Temporary process spawn error: No such file or directory
error: 'rc.local' exited outside the expected code flow.
[ 464.458056] init: rc main process (410) killed by TERM signal
[ 464.468154] init: tty4 main process (495) killed by TERM signal
[ 464.478853] init: tty5 main process (496) killed by TERM signal
[ 464.490123] init: tty2 main process (497) killed by TERM signal
[ 464.499510] init: tty3 main process (498) killed by TERM signal
[ 464.509941] init: tty6 main process (499) killed by TERM signal
[ 464.532086] init: hwclock-save main process (502) terminated with status 70
[ 464.548258] init: plymouth-upstart-bridge main process (503) terminated with status 1
umount: /run/lock: not mounted
* Will now restart
[ 466.674540] Unregister pv shared memory for cpu 0
[ 466.675674] Unregister pv shared memory for cpu 1
[ 466.676442] spin_lock-torture: Unscheduled system shutdown detected
[ 466.705583] reboot: Restarting system
[ 466.706472] reboot: machine restart
[ 466.709358] torture thread torture_shuffle parking due to system shutdown
[ 466.719166] torture thread torture_stutter parking due to system shutdown

Elapsed time: 470

kvm=(
qemu-system-x86_64
-enable-kvm
-cpu kvm64
-kernel /pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c
-initrd /osimage/quantal/quantal-core-i386.cgz
-m 369
-smp 2
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-watchdog-action debug
-rtc base=localtime
-drive file=/fs/sda2/disk0-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk1-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk2-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk3-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk4-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk5-quantal-intel12-14,media=disk,if=virtio
-drive file=/fs/sda2/disk6-quantal-intel12-14,media=disk,if=virtio
-pidfile /dev/shm/kboot/pid-quantal-intel12-14
-serial file:/dev/shm/kboot/quantal-intel12-14/serial
-serial file:/dev/shm/kboot/quantal-intel12-14/kmsg
-daemonize
-display none
-monitor null
)

append=(
root=/dev/ram0
hung_task_panic=1
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw
link=/kbuild-tests/run-queue/kvm/i386-randconfig-i0-201739/wfg:unwinder-josh:4b88a5c3f27e19bd236b3910299633a45cc25e34/.vmlinuz-4b88a5c3f27e19bd236b3910299633a45cc25e34-20171009195935-289:quantal-intel12-14
branch=wfg/unwinder-josh
BOOT_IMAGE=/pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c
drbd.minor_count=8
)

"${kvm[@]}" -append "${append[*]}"
early console in setup code
[ 0.000000] Linux version 4.13.0-rc4-00171-g4b88a5c (kbuild@lkp-ib03) (gcc version 4.8.4 (Debian 4.8.4-1)) #1 SMP PREEMPT Mon Oct 9 19:58:49 CST 2017
[ 0.000000] KERNEL supported cpus:
[ 0.000000] AMD AuthenticAMD
[ 0.000000] CPU: vendor_id 'GenuineIntel' unknown, using generic init.
[ 0.000000] CPU: Your system may be unstable.
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bd1fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012bd2000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: Unable to calibrate against PIT
[ 0.000000] tsc: No reference (HPET/PMTIMER) available
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12bd2 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f6a60-0x000f6a6f] mapped at [b00f6a60]
[ 0.000000] mpc: f6a70-f6b78
[ 0.000000] initial memory mapped: [mem 0x00000000-0x087fffff]
[ 0.000000] Base memory trampoline at [b009b000] 9b000 size 16384
[ 0.000000] BRK [0x0831b000, 0x0831bfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1289d000-0x12bcffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6890 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE15CE 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: APIC 0x0000000012BE151E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1596 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffc000 ( fee00000)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 299MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 12bd2000
[ 0.000000] low ram: 0 - 12bd2000
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bd1001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 651740026 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] BRK [0x0831c000, 0x0831cfff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] Normal [mem 0x0000000001000000-0x0000000012bd1fff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bd1fff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bd1fff]
[ 0.000000] On node 0 totalpages: 76656
[ 0.000000] free_area_init_node: node 0, pgdat b68d7c80, node_mem_map c25af028
[ 0.000000] DMA zone: 40 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 710 pages used for memmap
[ 0.000000] Normal zone: 72658 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 19 pages/cpu @c259a000 s54080 r0 d23744 u77824
[ 0.000000] pcpu-alloc: s54080 r0 d23744 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1259cac0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75906
[ 0.000000] Kernel command line: root=/dev/ram0 hung_task_panic=1 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw link=/kbuild-tests/run-queue/kvm/i386-randconfig-i0-201739/wfg:unwinder-josh:4b88a5c3f27e19bd236b3910299633a45cc25e34/.vmlinuz-4b88a5c3f27e19bd236b3910299633a45cc25e34-20171009195935-274:yocto-kbuild-3 branch=wfg/unwinder-josh BOOT_IMAGE=/pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 311108 bytes of page_ext
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 255328K/306624K available (10714K kernel code, 3439K rwdata, 5652K rodata, 916K init, 23160K bss, 51296K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffe66000 - 0xfffff000 (1636 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xc33d2000 - 0xff7fe000 ( 964 MB)
[ 0.000000] lowmem : 0xb0000000 - 0xc2bd2000 ( 299 MB)
[ 0.000000] .init : 0xb6b70000 - 0xb6c55000 ( 916 kB)
[ 0.000000] .data : 0xb6276a62 - 0xb6b58d80 (9096 kB)
[ 0.000000] .text : 0xb5800000 - 0xb6276a62 (10714 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000]
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** trace_printk() being used. Allocating extra memory. **
[ 0.000000] ** **
[ 0.000000] ** This means that this is a DEBUG kernel and it is **
[ 0.000000] ** unsafe for production use. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your vendor! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.010000] Running RCU self tests
[ 0.010000] Preemptible hierarchical RCU implementation.
[ 0.010000] RCU lockdep checking is enabled.
[ 0.010000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 0.010000] RCU debug extended QS entry/exit.
[ 0.010000] RCU CPU stall warnings timeout set to 100 (rcu_cpu_stall_timeout).
[ 0.010000] Tasks RCU enabled.
[ 0.010000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.010000] NR_IRQS: 2304, nr_irqs: 256, preallocated irqs: 16
[ 0.010000] CPU 0 irqstacks, hard=c21dc000 soft=c21de000
[ 0.010000] console [ttyS0] enabled
[ 0.010000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.010000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.010000] ... MAX_LOCK_DEPTH: 48
[ 0.010000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.010000] ... CLASSHASH_SIZE: 4096
[ 0.010000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.010000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.010000] ... CHAINHASH_SIZE: 32768
[ 0.010000] memory used by lock dependency info: 4399 kB
[ 0.010000] per task-struct memory footprint: 1344 bytes
[ 0.010000] ------------------------
[ 0.010000] | Locking API testsuite:
[ 0.010000] ----------------------------------------------------------------------------
[ 0.010000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] double unlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] initialize held: ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] recursive read-lock: | ok | | ok |
[ 0.010000] recursive read-lock #2: | ok | | ok |
[ 0.010000] mixed read-write-lock: | ok | | ok |
[ 0.010000] mixed write-read-lock: | ok | | ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.010000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.010000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.010000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.010000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.010000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.010000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.010000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.010000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.010000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.010000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.010000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.010000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.010000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.010000] hard-irq read-recursion/123: ok |
[ 0.010000] soft-irq read-recursion/123: ok |
[ 0.010000] hard-irq read-recursion/132: ok |
[ 0.010000] soft-irq read-recursion/132: ok |
[ 0.010000] hard-irq read-recursion/213: ok |
[ 0.010000] soft-irq read-recursion/213: ok |
[ 0.010000] hard-irq read-recursion/231: ok |
[ 0.010000] soft-irq read-recursion/231: ok |
[ 0.010000] hard-irq read-recursion/312: ok |
[ 0.010000] soft-irq read-recursion/312: ok |
[ 0.010000] hard-irq read-recursion/321: ok |
[ 0.010000] soft-irq read-recursion/321: ok |
[ 0.010000] --------------------------------------------------------------------------
[ 0.010000] | Wound/wait tests |
[ 0.010000] ---------------------
[ 0.010000] ww api failures: ok | ok | ok |
[ 0.010000] ww contexts mixing: ok | ok |
[ 0.010000] finishing ww context: ok | ok | ok | ok |
[ 0.010000] locking mismatches: ok | ok | ok |
[ 0.010000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.010000] spinlock nest unlocked: ok |
[ 0.010000] -----------------------------------------------------
[ 0.010000] |block | try |context|
[ 0.010000] -----------------------------------------------------
[ 0.010000] context: ok | ok | ok |
[ 0.010000] try: ok | ok | ok |
[ 0.010000] block: ok | ok | ok |
[ 0.010000] spinlock: ok | ok | ok |
[ 0.010000] -------------------------------------------------------
[ 0.010000] Good, all 256 testcases passed! |
[ 0.010000] ---------------------------------
[ 0.010000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.010000] hpet clockevent registered
[ 0.010030] tsc: Detected 2693.508 MHz processor
[ 0.011943] Calibrating delay loop (skipped) preset value.. 5387.01 BogoMIPS (lpj=26935080)
[ 0.012439] pid_max: default: 32768 minimum: 301
[ 0.014452] ACPI: Core revision 20170531
[ 0.029280] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.030177] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.031366] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.033552] mce: CPU supports 10 MCE banks
[ 0.034384] mce: unknown CPU type - not enabling MCE support
[ 0.040031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.041905] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.065849] Freeing SMP alternatives memory: 20K
[ 0.072172] smpboot: Max logical packages: 1
[ 0.074095] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.076196] enabled ExtINT on CPU#0
[ 0.079382] ENABLING IO-APIC IRQs
[ 0.080627] init IO_APIC IRQs
[ 0.082201] apic 0 pin 0 not connected
[ 0.082864] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.086735] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.089558] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.090000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.090000] apic 0 pin 16 not connected
[ 0.090000] apic 0 pin 17 not connected
[ 0.090000] apic 0 pin 18 not connected
[ 0.090000] apic 0 pin 19 not connected
[ 0.090000] apic 0 pin 20 not connected
[ 0.090000] apic 0 pin 21 not connected
[ 0.090000] apic 0 pin 22 not connected
[ 0.090000] apic 0 pin 23 not connected
[ 0.090000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.090000] TSC deadline timer enabled
[ 0.090000] smpboot: CPU0: GenuineIntel Intel Core Processor (Haswell) (family: 0x6, model: 0x3c, stepping: 0x4)
[ 0.120082] Performance Events: no PMU driver, software events only.
[ 0.140047] Hierarchical SRCU implementation.
[ 0.200049] smp: Bringing up secondary CPUs ...
[ 0.200848] smp: Brought up 1 node, 1 CPU
[ 0.201509] smpboot: Total of 1 processors activated (5387.01 BogoMIPS)
[ 0.203889] devtmpfs: initialized
[ 0.207606] workqueue: round-robin CPU selection forced, expect performance impact
[ 0.210160] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.211896] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.213341] prandom: seed boundary self test passed
[ 0.214912] prandom: 100 self tests passed
[ 0.217156] regulator-dummy: no parameters
[ 0.222950] NET: Registered protocol family 16
[ 0.230656] cpuidle: using governor ladder
[ 0.237344] ACPI: bus type PCI registered
[ 0.239833] PCI: PCI BIOS revision 2.10 entry at 0xfd501, last bus=0
[ 0.240025] PCI: Using configuration type 1 for base access
[ 0.280181] HugeTLB registered 4.00 MiB page size, pre-allocated 0 pages
[ 0.290231] gpio-f7188x: Not a Fintek device at 0x0000002e
[ 0.291421] gpio-f7188x: Not a Fintek device at 0x0000004e
[ 0.292829] ACPI: Added _OSI(Module Device)
[ 0.293561] ACPI: Added _OSI(Processor Device)
[ 0.294363] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.295301] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.326180] ACPI: Interpreter enabled
[ 0.326830] ACPI: (supports S0 S5)
[ 0.329788] ACPI: Using IOAPIC for interrupt routing
[ 0.332306] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.412149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.414298] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.415321] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.418416] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.420357] PCI host bridge to bus 0000:00
[ 0.423064] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.425280] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.426550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.430029] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff window]
[ 0.431603] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.433645] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.439317] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.443678] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.483746] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 0.500075] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.502247] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.504364] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.506551] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.512106] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.516823] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.520042] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.528516] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 0.550046] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 0.578144] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 0.620040] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 0.625386] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.638729] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 0.650034] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.710032] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 0.715450] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 0.730032] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 0.750031] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 0.800035] pci 0000:00:04.0: reg 0x20: [mem 0xfe000000-0xfe003fff 64bit pref]
[ 0.822811] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 0.840034] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 0.860034] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 0.920032] pci 0000:00:05.0: reg 0x20: [mem 0xfe004000-0xfe007fff 64bit pref]
[ 0.941856] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 0.959975] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]
[ 0.980047] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[ 1.040033] pci 0000:00:06.0: reg 0x20: [mem 0xfe008000-0xfe00bfff 64bit pref]
[ 1.062984] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 1.080026] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]
[ 1.100028] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[ 1.160031] pci 0000:00:07.0: reg 0x20: [mem 0xfe00c000-0xfe00ffff 64bit pref]
[ 1.183923] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 1.200031] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]
[ 1.220027] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[ 1.270030] pci 0000:00:08.0: reg 0x20: [mem 0xfe010000-0xfe013fff 64bit pref]
[ 1.293789] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 1.310029] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]
[ 1.330028] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[ 1.380034] pci 0000:00:09.0: reg 0x20: [mem 0xfe014000-0xfe017fff 64bit pref]
[ 1.403409] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[ 1.420030] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]
[ 1.440030] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[ 1.490031] pci 0000:00:0a.0: reg 0x20: [mem 0xfe018000-0xfe01bfff 64bit pref]
[ 1.513833] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[ 1.520026] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[ 1.568648] pci_bus 0000:00: on NUMA node 0
[ 1.577675] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 1.580581] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 1.587258] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 1.591758] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 1.595008] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 1.600246] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 1.610129] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 1.613112] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 1.616585] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.619693] vgaarb: loaded
[ 1.623146] ACPI: bus type USB registered
[ 1.626031] usbcore: registered new interface driver usbfs
[ 1.629138] usbcore: registered new interface driver hub
[ 1.630106] usbcore: registered new device driver usb
[ 1.634192] pps_core: LinuxPPS API ver. 1 registered
[ 1.637042] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 1.638419] EDAC MC: Ver: 3.0.0
[ 1.639497] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[ 1.650217] Unable to find dmi tokens
[ 1.660233] FPGA manager framework
[ 1.660810] PCI: Using ACPI for IRQ routing
[ 1.661456] PCI: pci_cache_line_size set to 64 bytes
[ 1.662586] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 1.663536] e820: reserve RAM buffer [mem 0x12bd2000-0x13ffffff]
[ 1.666137] clocksource: Switched to clocksource kvm-clock
[ 1.673926] Warning: could not register all branches stats
[ 1.681696] Warning: could not register annotated branches stats
[ 1.957134] VFS: Disk quotas dquot_6.6.0
[ 1.957871] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.962198] FS-Cache: Loaded
[ 1.962848] pnp: PnP ACPI init
[ 1.963903] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.967166] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.969384] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 1.972593] pnp 00:03: [dma 2]
[ 1.974266] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 1.976785] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 1.979498] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.981924] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.003682] pnp: PnP ACPI: found 7 devices
[ 2.053088] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 2.055796] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 2.061856] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 2.062708] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 2.063597] pci_bus 0000:00: resource 7 [mem 0x12c00000-0xfebfffff window]
[ 2.064882] NET: Registered protocol family 1
[ 2.065497] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 2.081041] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 2.084540] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 2.087827] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.092319] PCI: CLS 0 bytes, default 64
[ 2.094340] Unpacking initramfs...
[ 2.653331] Freeing initrd memory: 3276K
[ 2.659542] Machine check injector initialized
[ 2.672564] The force parameter has not been set to 1. The Iris poweroff handler will not be installed.
[ 2.677577] NatSemi SCx200 Driver
[ 2.679449] spin_lock-torture:--- Start of test [debug]: nwriters_stress=2 nreaders_stress=0 stat_interval=60 verbose=1 shuffle_interval=3 stutter=5 shutdown_secs=0 onoff_interval=0 onoff_holdoff=0
[ 2.688146] spin_lock-torture: Creating torture_shuffle task
[ 2.692967] spin_lock-torture: Creating torture_stutter task
[ 2.696561] spin_lock-torture: torture_shuffle task started
[ 2.697407] spin_lock-torture: Creating lock_torture_writer task
[ 2.700413] spin_lock-torture: torture_stutter task started
[ 2.705807] spin_lock-torture: Creating lock_torture_writer task
[ 2.708346] spin_lock-torture: lock_torture_writer task started
[ 2.710389] spin_lock-torture: Creating lock_torture_stats task
[ 2.713077] spin_lock-torture: lock_torture_writer task started
[ 2.722182] spin_lock-torture: lock_torture_stats task started
[ 2.730782] Key type blacklist registered
[ 2.733958] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 2.824017] zbud: loaded
[ 2.836758] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 2.840101] orangefs_init: module version upstream loaded
[ 2.888147] Key type asymmetric registered
[ 2.889903] test_string_helpers: Running tests...
[ 2.907109] test_hexdump: all 1184 tests passed
[ 2.909120] test_firmware: interface ready
[ 2.971968] test_hash: __hash_32() has no arch implementation to test.
[ 2.975012] test_hash: hash_32() has no arch implementation to test.
[ 2.979258] test_hash: hash_64() has no arch implementation to test.
[ 2.983643] test_hash: 33152 tests passed.
[ 2.984308] test_siphash: self-tests: pass
[ 2.992939] Running rhashtable test nelem=8, max_size=0, shrinking=0
[ 2.997053] Test 00:
[ 3.018897] Adding 50000 keys
[ 4.138250] tsc: Refined TSC clocksource calibration: 2693.504 MHz
[ 4.165250] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26d345dbcd4, max_idle_ns: 440795302414 ns
[ 4.252949] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 4.720871] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 4.722178] Deleting 50000 keys
[ 5.110327] Duration of test: 2089354793 ns
[ 5.111078] Test 01:
[ 5.118734] Adding 50000 keys
[ 6.386679] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 6.872184] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 6.873478] Deleting 50000 keys
[ 7.337413] Duration of test: 2218129269 ns
[ 7.340218] Test 02:
[ 7.342513] Adding 50000 keys
[ 8.285141] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 8.725931] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 8.727296] Deleting 50000 keys
[ 9.075391] Duration of test: 1732327907 ns
[ 9.080268] Test 03:
[ 9.087636] Adding 50000 keys
[ 9.848566] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 10.198857] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0
[ 10.203910] Deleting 50000 keys
[ 10.549902] Duration of test: 1460647633 ns
[ 10.552368] Average test time: 1875114900
[ 10.555244] Testing concurrent rhashtable access from 10 threads
[ 44.817946] Started 10 threads, 0 failed
[ 44.828227] test passed
[ 44.831668] test_printf: all 260 tests passed
[ 45.315920] test_bitmap: all 460506 tests passed
[ 45.338061] crc32: CRC_LE_BITS = 1, CRC_BE BITS = 1
[ 45.340282] crc32: self tests passed, processed 225944 bytes in 8089034 nsec
[ 45.352994] crc32c: CRC_LE_BITS = 1
[ 45.353544] crc32c: self tests passed, processed 225944 bytes in 5573949 nsec
[ 45.783055] crc32_combine: 8373 self tests passed
[ 46.263290] crc32c_combine: 8373 self tests passed
[ 46.268455] atomic64_test: passed for i386+ platform with CX8 and with SSE
[ 46.269553] glob: 64 self-tests passed, 0 failed
[ 46.270332] interval tree insert/remove
[ 49.828886] -> 95849 cycles
[ 49.829926] interval tree search
[ 51.871397] -> 549866 cycles (2692 results)
[ 51.879577] no IO addresses supplied
[ 51.881559] usbcore: registered new interface driver udlfb
[ 51.883541] ipmi message handler version 39.2
[ 51.886359] IPMI System Interface driver.
[ 51.889997] ipmi_si: Unable to find any System Interface(s)
[ 51.891994] IPMI SSIF Interface driver
[ 51.892732] IPMI Watchdog: driver initialized
[ 51.894440] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[ 51.898301] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 51.900559] ACPI: Power Button [PWRF]
[ 52.087426] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 52.174233] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 52.237417] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 52.240647] lp: driver loaded but no devices found
[ 52.241650] Non-volatile memory driver v1.3
[ 52.242395] scx200_gpio: no SCx200 gpio present
[ 52.244434] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[ 52.246583] platform pc8736x_gpio.0: no device found
[ 52.250391] nsc_gpio initializing
[ 52.251179] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 52.254091] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 52.257306] drm_mm: Testing DRM range manger (struct drm_mm), with random_seed=0x35554ab max_iterations=8192 max_prime=128
[ 52.262138] drm_mm: igt_sanitycheck - ok!
[ 64.480100] Writes: Total: 2 Max/Min: 0/0 Fail: 0
[ 125.927853] Writes: Total: 2 Max/Min: 0/0 Fail: 0
[ 187.363835] Writes: Total: 2 Max/Min: 0/0 Fail: 0
[ 248.801179] Writes: Total: 2 Max/Min: 0/0 Fail: 0
[ 261.003329] parport_pc 00:04: reported by Plug and Play ACPI
[ 261.020300] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[ 261.021764] lp0: using parport0 (interrupt-driven).
[ 261.024373] dummy-irq: no IRQ given. Use irq=N
[ 261.025625] usbcore: registered new interface driver rtsx_usb
[ 261.027240] usbcore: registered new interface driver viperboard
[ 261.041827] parport0: cannot grant exclusive access for device spi-lm70llp
[ 261.042902] spi_lm70llp: spi_lm70llp probe fail, status -12
[ 261.044154] parport0: cannot grant exclusive access for device ks0108
[ 261.045177] ks0108: ERROR: parport didn't register new device
[ 261.046099] cfag12864b: ERROR: ks0108 is not initialized
[ 261.046904] cfag12864bfb: ERROR: cfag12864b is not initialized
[ 261.226481] panel: panel driver registered on parport0 (io=0x378).
[ 261.227682] usbcore: registered new interface driver hwa-rc
[ 261.228965] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 261.230241] ehci-pci: EHCI PCI platform driver
[ 261.231049] ehci-platform: EHCI generic platform driver
[ 261.232209] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 261.233566] ohci-pci: OHCI PCI platform driver
[ 261.235524] ohci-platform: OHCI generic platform driver
[ 261.237700] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[ 261.239776] Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 261.260179] usbcore: registered new interface driver wusb-cbaf
[ 261.261181] usbcore: registered new interface driver cdc_wdm
[ 261.262178] usbcore: registered new interface driver mdc800
[ 261.263063] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[ 261.264340] usbcore: registered new interface driver adutux
[ 261.265473] usbcore: registered new interface driver appledisplay
[ 261.266577] usbcore: registered new interface driver cytherm
[ 261.267592] usbcore: registered new interface driver emi62 - firmware loader
[ 261.268763] ftdi_elan: driver ftdi-elan
[ 261.269500] usbcore: registered new interface driver ftdi-elan
[ 261.270569] usbcore: registered new interface driver iowarrior
[ 261.271591] usbcore: registered new interface driver isight_firmware
[ 261.272712] usbcore: registered new interface driver usblcd
[ 261.283787] usbcore: registered new interface driver ldusb
[ 261.285732] usbcore: registered new interface driver legousbtower
[ 261.287827] usbcore: registered new interface driver rio500
[ 261.289800] usbcore: registered new interface driver usbtest
[ 261.291847] usbcore: registered new interface driver usb_ehset_test
[ 261.295136] usbcore: registered new interface driver uss720
[ 261.297256] uss720: v0.6:USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
[ 261.299755] uss720: NOTE: this is a special purpose driver to allow nonstandard
[ 261.302012] uss720: protocols (eg. bitbang) over USS720 usb to parallel cables
[ 261.305263] uss720: If you just want to connect to a printer, use usblp instead
[ 261.307509] usbcore: registered new interface driver usbsevseg
[ 261.309540] usbcore: registered new interface driver yurex
[ 261.311804] usbcore: registered new interface driver sisusb
[ 261.313810] usbcore: registered new interface driver lvs
[ 261.317237] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 261.323349] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 261.325586] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 261.327810] parport0: cannot grant exclusive access for device parkbd
[ 261.538402] mousedev: PS/2 mouse device common for all mice
[ 261.541084] evbug: Connected device: input0 (Power Button at LNXPWRBN/button/input0)
[ 261.545024] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 261.547811] evbug: Connected device: input1 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[ 261.551499] usbcore: registered new interface driver appletouch
[ 261.551543] usbcore: registered new interface driver bcm5974
[ 261.553330] usbcore: registered new interface driver xpad
[ 261.553419] usbcore: registered new interface driver gtco
[ 261.553460] usbcore: registered new interface driver hanwang
[ 261.553501] usbcore: registered new interface driver kbtab
[ 261.553543] usbcore: registered new interface driver pegasus_notetaker
[ 261.556861] i2c /dev entries driver
[ 261.558091] usbcore: registered new interface driver i2c-tiny-usb
[ 261.560828] pps pps0: new PPS source ktimer
[ 261.560834] pps pps0: ktimer PPS source registered
[ 261.560923] Driver for 1-wire Dallas network protocol.
[ 261.561079] usbcore: registered new interface driver DS9490R
[ 261.561082] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[ 261.564389] applesmc: supported laptop not found!
[ 261.564393] applesmc: driver init failed (ret=-19)!
[ 261.569173] pc87360: PC8736x not detected, module not inserted
[ 261.581578] sdhci: Secure Digital Host Controller Interface driver
[ 261.581581] sdhci: Copyright(c) Pierre Ossman
[ 261.581584] wbsd: Winbond W83L51xD SD/MMC card interface driver
[ 261.581586] wbsd: Copyright(c) Pierre Ossman
[ 261.581716] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[ 261.640191] usbcore: registered new interface driver vub300
[ 261.662337] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 261.664217] hidraw: raw HID events driver (C) Jiri Kosina
[ 261.666448] usbcore: registered new interface driver usbkbd
[ 261.667244] usbcore: registered new interface driver usbmouse
[ 261.668725] fake-fmc-carrier: mezzanine 0
[ 261.669308] Manufacturer: fake-vendor
[ 261.669842] Product name: fake-design-for-testing
[ 261.670739] fmc fake-design-for-testing-f001: Driver has no ID: matches all
[ 261.671725] fmc_trivial: probe of fake-design-for-testing-f001 failed with error -95
[ 261.672823] fmc fake-design-for-testing-f001: Driver has no ID: matches all
[ 261.675956] fmc_write_eeprom fake-design-for-testing-f001: fmc_write_eeprom: no busid passed, refusing all cards
[ 261.682639] start plist test
[ 261.703517] end plist test
[ 261.705004] mce: Unable to init MCE device (rc: -5)
[ 261.706826] ... APIC ID: 00000000 (0)
[ 261.708517] ... APIC VERSION: 01050014
[ 261.710015] 0000000000000000000000000000000000000000000000000000000000000000
[ 261.710015] 0000000000000000000000000000000000000000000000000000000000008000
[ 261.718417] number of MP IRQ sources: 15.
[ 261.719498] number of IO-APIC #0 registers: 24.
[ 261.720514] testing the IO APIC.......................
[ 261.722444] IO APIC #0......
[ 261.722917] .... register #00: 00000000
[ 261.724605] ....... : physical APIC id: 00
[ 261.726589] ....... : Delivery Type: 0
[ 261.728302] ....... : LTS : 0
[ 261.728967] .... register #01: 00170011
[ 261.730765] ....... : max redirection entries: 17
[ 261.732657] ....... : PRQ implemented: 0
[ 261.734414] ....... : IO APIC version: 11
[ 261.736332] .... register #02: 00000000
[ 261.736953] ....... : arbitration: 00
[ 261.738642] .... IRQ redirection table:
[ 261.740349] IOAPIC 0:
[ 261.740743] pin00, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.743058] pin01, enabled , edge , high, V(31), IRR(0), S(0), logical , D(01), M(1)
[ 261.746711] pin02, enabled , edge , high, V(30), IRR(0), S(0), logical , D(01), M(1)
[ 261.750163] pin03, enabled , edge , high, V(33), IRR(0), S(0), logical , D(01), M(1)
[ 261.752565] pin04, enabled , edge , high, V(34), IRR(0), S(0), logical , D(01), M(1)
[ 261.754887] pin05, disabled, level, high, V(35), IRR(0), S(0), logical , D(01), M(1)
[ 261.757461] pin06, enabled , edge , high, V(36), IRR(0), S(0), logical , D(01), M(1)
[ 261.759817] pin07, enabled , edge , high, V(37), IRR(0), S(0), logical , D(01), M(1)
[ 261.763322] pin08, enabled , edge , high, V(38), IRR(0), S(0), logical , D(01), M(1)
[ 261.766668] pin09, enabled , level, high, V(39), IRR(0), S(0), logical , D(01), M(1)
[ 261.769072] pin0a, disabled, level, high, V(3A), IRR(0), S(0), logical , D(01), M(1)
[ 261.772585] pin0b, disabled, level, high, V(3B), IRR(0), S(0), logical , D(01), M(1)
[ 261.774897] pin0c, enabled , edge , high, V(3C), IRR(0), S(0), logical , D(01), M(1)
[ 261.778373] pin0d, enabled , edge , high, V(3D), IRR(0), S(0), logical , D(01), M(1)
[ 261.780749] pin0e, enabled , edge , high, V(3E), IRR(0), S(0), logical , D(01), M(1)
[ 261.784132] pin0f, enabled , edge , high, V(3F), IRR(0), S(0), logical , D(01), M(1)
[ 261.786530] pin10, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.788898] pin11, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.792401] pin12, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.794762] pin13, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.806486] pin14, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.808825] pin15, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.812329] pin16, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.814687] pin17, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 261.818191] IRQ to pin mappings:
[ 261.818732] IRQ0 -> 0:2
[ 261.820278] IRQ1 -> 0:1
[ 261.820707] IRQ3 -> 0:3
[ 261.822186] IRQ4 -> 0:4
[ 261.822615] IRQ5 -> 0:5
[ 261.823048] IRQ6 -> 0:6
[ 261.824525] IRQ7 -> 0:7
[ 261.825000] IRQ8 -> 0:8
[ 261.826474] IRQ9 -> 0:9
[ 261.826909] IRQ10 -> 0:10
[ 261.828417] IRQ11 -> 0:11
[ 261.828858] IRQ12 -> 0:12
[ 261.830399] IRQ13 -> 0:13
[ 261.830840] IRQ14 -> 0:14
[ 261.832395] IRQ15 -> 0:15
[ 261.832835] .................................... done.
[ 261.834712] Using IPI Shortcut mode
[ 261.835529] sched_clock: Marking stable (261830381432, 0)->(263488437656, -1658056224)
[ 261.839709] page_owner is disabled
[ 261.844410] Key type big_key registered
[ 261.846537] Key type trusted registered
[ 261.848606] Key type encrypted registered
[ 261.858381] OF: Duplicate name in testcase-data, renamed to "duplicate-name#1"
[ 261.868000] ### dt-test ### start of unittest - you will see error messages
[ 261.871857] OF: /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
[ 261.876014] OF: /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
[ 261.881293] OF: /testcase-data/phandle-tests/consumer-a: could not find phandle
[ 261.883605] OF: /testcase-data/phandle-tests/consumer-a: could not find phandle
[ 261.885885] OF: /testcase-data/phandle-tests/consumer-a: arguments longer than property
[ 261.889321] OF: /testcase-data/phandle-tests/consumer-a: arguments longer than property
[ 261.924681] OF: overlay: overlay_is_topmost: #5 clashes #6 @/testcase-data/overlay-node/test-bus/test-unittest8
[ 261.927605] OF: overlay: overlay #5 is not topmost
[ 261.960169] i2c i2c-0: Added multiplexed i2c bus 1
[ 261.971266] i2c i2c-0: Added multiplexed i2c bus 2
[ 261.987187] ### dt-test ### FAIL of_unittest_overlay_high_level():2188 overlay_base_root not initialized
[ 261.989692] ### dt-test ### end of unittest - 188 passed, 1 failed
[ 261.997258] Freeing unused kernel memory: 916K
[ 261.999517] Write protecting the kernel text: 10716k
[ 262.004551] Write protecting the kernel read-only data: 5656k
/etc/rcS.d/S00fbsetup: line 3: /sbin/modprobe: No such file or directory

Please wait: booting...
Starting udev
/etc/rcS.d/S03udev: line 72: /proc/sys/kernel/hotplug: No such file or directory
Kernel tests: Boot OK!
[main] Setsockopt(10e 5 80d3000 4) on fd 35 [16:3:4]
[ 277.471921] ------------[ cut here ]------------
[ 277.473596] WARNING: CPU: 0 PID: 520 at kernel/locking/lockdep.c:3841 check_flags+0x119/0x1b0
[ 277.475264] CPU: 0 PID: 520 Comm: trinity-main Not tainted 4.13.0-rc4-00171-g4b88a5c #1
[ 277.476563] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 277.477900] task: c08f1f80 task.stack: c0a0c000
[ 277.478660] EIP: check_flags+0x119/0x1b0
[ 277.479307] EFLAGS: 00010086 CPU: 0
[ 277.479886] EAX: 0000002e EBX: c08f1f80 ECX: 000000fb EDX: b58fe8a4
[ 277.480921] ESI: c08db000 EDI: 00000000 EBP: c21dfc5c ESP: c21dfc54
[ 277.481930] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[ 277.482830] CR0: 80050033 CR2: 08530c34 CR3: 10ad2000 CR4: 00040690
[ 277.483837] DR0: 080d3000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 277.497906] DR6: ffff0ff0 DR7: 00000600
[ 277.498541] Call Trace:
[ 277.498949] <SOFTIRQ>
[ 277.499360] lock_acquire+0x3d/0x230
[ 277.499953] ? perf_event_output_forward+0x14/0x180
[ 277.513784] ? __rcu_read_lock+0x3/0x20
[ 277.514443] perf_event_output_forward+0x41/0x180
[ 277.515217] ? perf_prepare_sample+0x560/0x560
[ 277.515943] ? __perf_event_account_interrupt+0x215/0x240
[ 277.516843] ? perf_prepare_sample+0x560/0x560
[ 277.517567] __perf_event_overflow+0x98/0x150
[ 277.518291] perf_swevent_overflow+0x9e/0xe0
[ 277.519008] perf_swevent_event+0x153/0x1a0
[ 277.519696] perf_tp_event+0x10c/0x3d0
[ 277.520316] ? ftrace_ops_no_ops+0x334/0x380
[ 277.521028] ? check_preemption_disabled+0x3d/0x1a0
[ 277.521820] ? check_preemption_disabled+0x3d/0x1a0
[ 277.522626] ? check_preemption_disabled+0x3d/0x1a0
[ 277.523446] ? debug_smp_processor_id+0x12/0x20
[ 277.524187] ? perf_trace_buf_alloc+0xf9/0x1c0
[ 277.524921] perf_ftrace_function_call+0xce/0xe0
[ 277.525692] ? __local_bh_enable+0x99/0xa0
[ 277.539390] ? ftrace_ops_no_ops+0x334/0x380
[ 277.540094] ftrace_ops_no_ops+0x334/0x380
[ 277.540766] ? check_preemption_disabled+0x3d/0x1a0
[ 277.541572] ? __local_bh_enable+0x99/0xa0
[ 277.542243] ? preempt_count_sub+0x8/0x2e0
[ 277.542924] ftrace_stub+0x14/0x1c
[ 277.543508] ? preempt_count_sub+0xd/0x2e0
[ 277.544180] ? trace_softirqs_on+0xf2/0x150
[ 277.544863] __local_bh_enable+0x99/0xa0
[ 277.545534] __do_softirq+0x68e/0x996
[ 277.546139] ? __irqentry_text_end+0x6/0x6
[ 277.546803] do_softirq_own_stack+0x2c/0x40
[ 277.547501] </SOFTIRQ>
[ 277.547924] irq_exit+0x56/0xc0
[ 277.548449] smp_apic_timer_interrupt+0x38/0x50
[ 277.549195] apic_timer_interrupt+0x37/0x3c
[ 277.549899] ? perf_misc_flags+0x54/0xe0
[ 277.550545] ? perf_prepare_sample+0x4d/0x560
[ 277.551263] ? perf_event_output_forward+0x81/0x180
[ 277.555027] ? perf_prepare_sample+0x560/0x560
[ 277.555768] ? __perf_event_account_interrupt+0x215/0x240
[ 277.556664] ? perf_prepare_sample+0x560/0x560
[ 277.557387] ? __perf_event_overflow+0x98/0x150
[ 277.558157] ? perf_swevent_overflow+0x9e/0xe0
[ 277.558879] ? perf_swevent_event+0x153/0x1a0
[ 277.559600] ? perf_tp_event+0x10c/0x3d0
[ 277.560258] ? ftrace_ops_no_ops+0x334/0x380
[ 277.560962] ? _copy_from_user+0x135/0x1d0
[ 277.561636] ? check_preemption_disabled+0x3d/0x1a0
[ 277.562469] ? check_preemption_disabled+0x3d/0x1a0
[ 277.563268] ? debug_smp_processor_id+0x12/0x20
[ 277.564012] ? perf_trace_buf_alloc+0xf9/0x1c0
[ 277.564752] ? perf_ftrace_function_call+0xce/0xe0
[ 277.565533] ? do_int80_syscall_32+0x4d/0x2e0
[ 277.566264] ? ftrace_ops_no_ops+0x334/0x380
[ 277.566978] ? ftrace_ops_no_ops+0x334/0x380
[ 277.580710] ? do_int80_syscall_32+0x4d/0x2e0
[ 277.581425] ? syscall_trace_enter+0x9/0x480
[ 277.582136] ? ftrace_stub+0x14/0x1c
[ 277.582741] ? syscall_trace_enter+0xe/0x480
[ 277.583442] ? do_int80_syscall_32+0x15/0x2e0
[ 277.584160] ? __this_cpu_preempt_check+0xf/0x20
[ 277.584927] ? trace_hardirqs_on_caller+0x17a/0x1f0
[ 277.585726] ? do_int80_syscall_32+0x4d/0x2e0
[ 277.586450] ? trace_hardirqs_off_caller+0xca/0x110
[ 277.587264] ? entry_INT80_32+0x2f/0x2f
[ 277.587888] Code: 00 85 c0 74 75 e8 78 23 2f 00 85 c0 74 6c 83 3d c4 f8 36 b7 00 75 63 c7 44 24 04 92 aa 72 b6 c7 04 24 c2 65 71 b6 e8 bc 3b 01 00 <0f> ff eb 4b 8d 76 00 8b 0d 88 65 33 b7 85 c9 75 3e 64 a1 2c 98
[ 277.591145] ---[ end trace 3837f08a0ed18eba ]---
[ 277.591901] irq event stamp: 355278
[ 277.592480] hardirqs last enabled at (355276): [<b591a7e5>] rcu_process_callbacks+0x515/0xe80
[ 277.606886] hardirqs last disabled at (355277): [<b6275740>] __do_softirq+0xe0/0x996
[ 277.608153] softirqs last enabled at (355278): [<b6275cee>] __do_softirq+0x68e/0x996
[ 277.609409] softirqs last disabled at (355221): [<b581174c>] do_softirq_own_stack+0x2c/0x40

[ 282.581599] mmap: trinity-c0 (523) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.
[child0:524] ipc (117) returned ENOSYS, marking as inactive.
[ 289.400265] VFS: Warning: trinity-c0 using old stat() call. Recompile your binary.
[ 310.241014] Writes: Total: 2 Max/Min: 0/0 Fail: 0
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
Rebooting...
[ 333.952438] torture thread torture_shuffle parking due to system shutdown
[ 333.970282] torture thread torture_stutter parking due to system shutdown
[ 333.988366] reboot: Restarting system
[ 333.988896] reboot: machine restart

Elapsed time: 340

kvm=(
qemu-system-x86_64
-enable-kvm
-cpu Haswell,+smep,+smap
-kernel /pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c
-initrd /osimage/yocto/yocto-trinity-i386.cgz
-m 300
-smp 1
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-watchdog-action debug
-rtc base=localtime
-drive file=/fs/sdh1/disk0-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk1-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk2-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk3-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk4-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk5-yocto-kbuild-3,media=disk,if=virtio
-drive file=/fs/sdh1/disk6-yocto-kbuild-3,media=disk,if=virtio
-pidfile /dev/shm/kboot/pid-yocto-kbuild-3
-serial file:/dev/shm/kboot/yocto-kbuild-3/serial
-serial file:/dev/shm/kboot/yocto-kbuild-3/kmsg
-daemonize
-display none
-monitor null
)

append=(
root=/dev/ram0
hung_task_panic=1
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw
link=/kbuild-tests/run-queue/kvm/i386-randconfig-i0-201739/wfg:unwinder-josh:4b88a5c3f27e19bd236b3910299633a45cc25e34/.vmlinuz-4b88a5c3f27e19bd236b3910299633a45cc25e34-20171009195935-274:yocto-kbuild-3
branch=wfg/unwinder-josh
BOOT_IMAGE=/pkg/linux/i386-randconfig-i0-201739/gcc-4.8/4b88a5c3f27e19bd236b3910299633a45cc25e34/vmlinuz-4.13.0-rc4-00171-g4b88a5c
drbd.minor_count=8
)

"${kvm[@]}" -append "${append[*]}"