[x86/entry/32] WARNING: CPU: 1 PID: 1 at kernel/locking/lockdep.c:2595 trace_hardirqs_on_caller()

From: kernel test robot
Date: Fri Jun 26 2015 - 18:09:22 EST


This is a multi-part message in MIME format.
Greetings,

0day kernel testing robot got the below dmesg and the first bad commit is

git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git x86/entry

commit bf19026dab994e989bb4fa3250bc11c69c02cf66
Author: Andy Lutomirski <luto@xxxxxxxxxx>
AuthorDate: Wed Jun 17 11:05:08 2015 -0700
Commit: Andy Lutomirski <luto@xxxxxxxxxx>
CommitDate: Thu Jun 25 16:50:54 2015 -0700

x86/entry/32: Use prepare_exit_to_usermode and syscall_return_slowpath

This removes the hybrid asm-and-C implementation of exit work.

Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx>

+-----------------------------------------------------------------+------------+------------+------------+
| | 0f3966052a | bf19026dab | aebfa2900e |
+-----------------------------------------------------------------+------------+------------+------------+
| boot_successes | 205 | 27 | 15 |
| boot_failures | 0 | 48 | 9 |
| WARNING:at_kernel/locking/lockdep.c:#trace_hardirqs_on_caller() | 0 | 47 | 8 |
| Kernel_panic-not_syncing:hung_task:blocked_tasks | 0 | 5 | |
| backtrace:watchdog | 0 | 5 | |
| INFO:rcu_sched_detected_stalls_on_CPUs/tasks | 0 | 1 | 1 |
| BUG:kernel_test_hang | 0 | 1 | 1 |
+-----------------------------------------------------------------+------------+------------+------------+

[ 10.362331] Key type encrypted registered
[ 10.370264] debug: unmapping init [mem 0x857c1000-0x85837fff]
[ 10.374694] ------------[ cut here ]------------
[ 10.375581] WARNING: CPU: 1 PID: 1 at kernel/locking/lockdep.c:2595 trace_hardirqs_on_caller+0x186/0x1e0()
[ 10.387711] DEBUG_LOCKS_WARN_ON(!irqs_disabled())
[ 10.388651] Modules linked in:
[ 10.389353] CPU: 1 PID: 1 Comm: init Not tainted 4.1.0-01352-gbf19026d #1
[ 10.390731] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014
[ 10.392739] 00000001 00000000 8002bf30 854753a5 8002bf74 8002bf64 84e4dba1 85679031
[ 10.394477] 8002bf90 00000001 8567f328 00000a23 84e91036 00000a23 84e91036 8547c87c
[ 10.396152] 7fb88c34 00000000 8002bf7c 84e4dbfe 00000009 8002bf74 85679031 8002bf90
[ 10.407943] Call Trace:
[ 10.408540] [<854753a5>] dump_stack+0x48/0x60
[ 10.409506] [<84e4dba1>] warn_slowpath_common+0x81/0xb0
[ 10.410678] [<84e91036>] ? trace_hardirqs_on_caller+0x186/0x1e0
[ 10.411813] [<84e91036>] ? trace_hardirqs_on_caller+0x186/0x1e0
[ 10.412939] [<8547c87c>] ? syscall_exit_work_irqs_off+0xc/0xc
[ 10.414050] [<84e4dbfe>] warn_slowpath_fmt+0x2e/0x30
[ 10.415019] [<84e91036>] trace_hardirqs_on_caller+0x186/0x1e0
[ 10.416119] [<84e00f1c>] trace_hardirqs_on_thunk+0xc/0x10
[ 10.428251] [<8547c87c>] ? syscall_exit_work_irqs_off+0xc/0xc
[ 10.429386] ---[ end trace 8b4643c7f32f991f ]---
[ 10.525863] random: init urandom read with 0 bits of entropy available

git bisect start aebfa2900e002d691e374547851fb4b4efe5044f b953c0d234bc72e8489d3bf51a276c5c4ec85345 --
git bisect good 210173ee66b64571d18b4c3f63a07cb749a441ef # 01:05 41+ 0 Merge 'nfs/linux-next' into devel-spot-201506261748
git bisect bad 8707fe0c18ff95fc5f5ba07ee89fdac647bf08f8 # 01:12 0- 13 Merge 'iommu/master' into devel-spot-201506261748
git bisect bad e8aebcb0d1ea51f93fef6e58ada8d5aeedf5b486 # 01:31 1- 21 Merge 'mtd/next' into devel-spot-201506261748
git bisect bad 2d8c0e0bafd5f7e004a0a7268b75259698934450 # 01:50 9- 2 Merge 'luto/x86/entry' into devel-spot-201506261748
git bisect good 869c9ea8ffbee3e527ef18eb78b11daef4864251 # 02:08 65+ 0 Merge 'perf/tmp.perf/pt' into devel-spot-201506261748
git bisect good c084862c95f2e107db831fe5770faabd6cd759ea # 02:20 66+ 0 x86/asm/entry/64: Migrate error and interrupt exit work to C
git bisect good 369165749af20ab55b3991bbe4500403eb5cb938 # 02:39 71+ 0 x86/entry/64/compat: Remove PTREGSCALL stubs
git bisect good 5c21c7dda6541ccf3ad810f17beff6a6326983c1 # 02:51 71+ 0 [TEMPORARY] x86/entry/32: Sanity check for work_notifysig
git bisect good 0f3966052a62463bb8f68c500a2cc45ae4a837c0 # 03:04 67+ 0 x86/vm86: Teach handle_vm86_trap to return to 32bit mode directly
git bisect bad bf19026dab994e989bb4fa3250bc11c69c02cf66 # 03:40 0- 2 x86/entry/32: Use prepare_exit_to_usermode and syscall_return_slowpath
# first bad commit: [bf19026dab994e989bb4fa3250bc11c69c02cf66] x86/entry/32: Use prepare_exit_to_usermode and syscall_return_slowpath
git bisect good 0f3966052a62463bb8f68c500a2cc45ae4a837c0 # 03:43 196+ 0 x86/vm86: Teach handle_vm86_trap to return to 32bit mode directly
# extra tests with DEBUG_INFO
git bisect bad bf19026dab994e989bb4fa3250bc11c69c02cf66 # 04:43 0- 17 x86/entry/32: Use prepare_exit_to_usermode and syscall_return_slowpath
# extra tests on HEAD of linux-devel/devel-spot-201506261748
git bisect bad aebfa2900e002d691e374547851fb4b4efe5044f # 04:44 0- 9 0day head guard for 'devel-spot-201506261748'
# extra tests on tree/branch luto/x86/entry
git bisect bad d5a2db8b9358cfeb7e0688ea391185fd2b1cdc05 # 05:42 0- 112 x86/entry: Remove do_notify_resume, syscall_trace_leave, and their TIF masks
# extra tests with first bad commit reverted
# extra tests on tree/branch linus/master
git bisect good e382608254e06c8109f40044f5e693f2e04f3899 # 05:57 205+ 0 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
# extra tests on tree/branch next/master
git bisect good 043831b4a4e9a981c4ec6331b6d64b9f62285d5d # 06:07 205+ 0 Add linux-next specific files for 20150626


This script may reproduce the error.

----------------------------------------------------------------------------
#!/bin/bash

kernel=$1
initrd=quantal-core-i386.cgz

wget --no-clobber https://github.com/fengguang/reproduce-kernel-bug/raw/master/initrd/$initrd

kvm=(
qemu-system-x86_64
-enable-kvm
-cpu kvm64
-kernel $kernel
-initrd $initrd
-m 300
-smp 2
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-rtc base=localtime
-serial stdio
-display none
-monitor null
)

append=(
hung_task_panic=1
earlyprintk=ttyS0,115200
systemd.log_level=err
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
console=ttyS0,115200
console=tty0
vga=normal
root=/dev/ram0
rw
drbd.minor_count=8
)

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

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
early console in setup code
Probing EDD (edd=off to disable)... ok
[ 0.000000] Linux version 4.1.0-01352-gbf19026d (kbuild@ivytown2) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Sat Jun 27 03:39:30 CST 2015
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 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-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x1000000
[ 0.000000] initial memory mapped: [mem 0x00000000-0x069fffff]
[ 0.000000] Base memory trampoline at [8009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11000000-0x111fffff]
[ 0.000000] [mem 0x11000000-0x111fffff] page 4k
[ 0.000000] BRK [0x0603c000, 0x0603cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x10ffffff]
[ 0.000000] [mem 0x00100000-0x10ffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x12bdffff]
[ 0.000000] [mem 0x11200000-0x12bdffff] page 4k
[ 0.000000] BRK [0x0603d000, 0x0603dfff] PGTABLE
[ 0.000000] BRK [0x0603e000, 0x0603efff] PGTABLE
[ 0.000000] BRK [0x0603f000, 0x0603ffff] PGTABLE
[ 0.000000] BRK [0x06040000, 0x06040fff] PGTABLE
[ 0.000000] BRK [0x06041000, 0x06041fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11393000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 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 - 12be0000
[ 0.000000] low ram: 0 - 12be0000
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bde001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000001000-0x0000000012bdffff]
[ 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-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] Normal zone: 600 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 76670 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] mapped APIC to ffffc000 ( fee00000)
[ 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 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:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 16 pages/cpu @9134b000 s34472 r0 d31064 u65536
[ 0.000000] pcpu-alloc: s34472 r0 d31064 u65536 alloc=16*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 1134e9c0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 76070
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/i386-randconfig-b0-06261819/linux-devel:devel-spot-201506261748:bf19026dab994e989bb4fa3250bc11c69c02cf66:bisect-linux-2/.vmlinuz-bf19026dab994e989bb4fa3250bc11c69c02cf66-20150627034001-40-intel12 branch=linux-devel/devel-spot-201506261748 BOOT_IMAGE=/pkg/linux/i386-randconfig-b0-06261819/gcc-4.9/bf19026dab994e989bb4fa3250bc11c69c02cf66/vmlinuz-4.1.0-01352-gbf19026d drbd.minor_count=8
[ 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] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 257900K/306680K available (6647K kernel code, 509K rwdata, 2820K rodata, 476K init, 7968K bss, 48780K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffe6e000 - 0xfffff000 (1604 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0x933e0000 - 0xffbfe000 (1736 MB)
[ 0.000000] lowmem : 0x80000000 - 0x92be0000 ( 299 MB)
[ 0.000000] .init : 0x857c1000 - 0x85838000 ( 476 kB)
[ 0.000000] .data : 0x8547e029 - 0x857bf780 (3333 kB)
[ 0.000000] .text : 0x84e00000 - 0x8547e029 (6648 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Running RCU self tests
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
[ 0.000000] NR_IRQS:2304 nr_irqs:440 16
[ 0.000000] CPU 0 irqstacks, hard=80090000 soft=80092000
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 4911 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2926.330 MHz processor
[ 0.020000] Calibrating delay loop (skipped) preset value.. 5852.66 BogoMIPS (lpj=29263300)
[ 0.020000] pid_max: default: 32768 minimum: 301
[ 0.020000] ACPI: Core revision 20150410
[ 0.027182] ACPI: All ACPI Tables successfully acquired
[ 0.030174] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.031472] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.034472] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.035567] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.037472] debug: unmapping init [mem 0x85838000-0x8583dfff]
[ 0.048405] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.050148] enabled ExtINT on CPU#0
[ 0.054165] ENABLING IO-APIC IRQs
[ 0.054909] init IO_APIC IRQs
[ 0.055536] apic 0 pin 0 not connected
[ 0.056485] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.058184] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.060000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.060000] apic 0 pin 16 not connected
[ 0.060000] apic 0 pin 17 not connected
[ 0.060000] apic 0 pin 18 not connected
[ 0.060000] apic 0 pin 19 not connected
[ 0.060000] apic 0 pin 20 not connected
[ 0.060000] apic 0 pin 21 not connected
[ 0.060000] apic 0 pin 22 not connected
[ 0.060000] apic 0 pin 23 not connected
[ 0.060000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.060000] Using local APIC timer interrupts.
[ 0.060000] calibrating APIC timer ...
[ 0.060000] ... lapic delta = 6249961
[ 0.060000] ... PM-Timer delta = 357954
[ 0.060000] ... PM-Timer result ok
[ 0.060000] ..... delta 6249961
[ 0.060000] ..... mult: 268433780
[ 0.060000] ..... calibration result: 9999937
[ 0.060000] ..... CPU clock speed is 2926.3287 MHz.
[ 0.060000] ..... host bus clock speed is 999.9937 MHz.
[ 0.060104] smpboot: CPU0: Intel Common KVM processor (fam: 0f, model: 06, stepping: 01)
[ 0.062918] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only.
[ 0.068424] CPU 1 irqstacks, hard=80064000 soft=80066000
[ 0.070007] x86: Booting SMP configuration:
[ 0.071392] .... node #0, CPUs: #1
[ 0.010000] Initializing CPU#1
[ 0.020000] kvm-clock: cpu 1, msr 0:12bde041, secondary cpu clock
[ 0.020000] masked ExtINT on CPU#1
[ 0.120204] x86: Booted up 1 node, 2 CPUs
[ 0.120942] smpboot: Total of 2 processors activated (11705.32 BogoMIPS)
[ 0.120168] KVM setup async PF for cpu 1
[ 0.120541] kvm-stealtime: cpu 1, msr 1135e9c0
[ 0.123834] devtmpfs: initialized
[ 0.140101] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.148202] xor: measuring software checksum speed
[ 0.240021] pIII_sse : 2872.800 MB/sec
[ 0.340011] prefetch64-sse: 4067.600 MB/sec
[ 0.340967] xor: using function: prefetch64-sse (4067.600 MB/sec)
[ 0.342200] prandom: seed boundary self test passed
[ 0.344840] prandom: 100 self tests passed
[ 0.345684] atomic64_test: passed for i586+ platform with CX8 and with SSE
[ 0.348173] regulator-dummy: no parameters
[ 0.349966] NET: Registered protocol family 16
[ 0.380093] cpuidle: using governor ladder
[ 0.410041] cpuidle: using governor menu
[ 0.418770] ACPI: bus type PCI registered
[ 0.419869] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[ 0.420020] PCI: PCI BIOS revision 2.10 entry at 0xfd456, last bus=0
[ 0.421217] PCI: Using configuration type 1 for base access
[ 0.620032] raid6: mmxx1 gen() 1306 MB/s
[ 0.790032] raid6: mmxx2 gen() 1900 MB/s
[ 0.960060] raid6: sse1x1 gen() 1303 MB/s
[ 1.130039] raid6: sse1x2 gen() 1301 MB/s
[ 1.300021] raid6: sse2x1 gen() 2921 MB/s
[ 1.470026] raid6: sse2x1 xor() 2136 MB/s
[ 1.640026] raid6: sse2x2 gen() 3220 MB/s
[ 1.810022] raid6: sse2x2 xor() 2502 MB/s
[ 1.810962] raid6: using algorithm sse2x2 gen() 3220 MB/s
[ 1.811930] raid6: .... xor() 2502 MB/s, rmw enabled
[ 1.812853] raid6: using intx1 recovery algorithm
[ 1.820096] ACPI: Added _OSI(Module Device)
[ 1.821041] ACPI: Added _OSI(Processor Device)
[ 1.822122] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.830009] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.841457] ACPI: Interpreter enabled
[ 1.842164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[ 1.843752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[ 1.845563] ACPI: (supports S0 S3 S5)
[ 1.846251] ACPI: Using IOAPIC for interrupt routing
[ 1.847246] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.872499] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.874091] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 1.875264] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.877330] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 1.880028] PCI host bridge to bus 0000:00
[ 1.880922] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.881929] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.883253] pci_bus 0000:00: root bus resource [io 0x0d00-0xadff window]
[ 1.884780] pci_bus 0000:00: root bus resource [io 0xae0f-0xaeff window]
[ 1.886152] pci_bus 0000:00: root bus resource [io 0xaf20-0xafdf window]
[ 1.888451] pci_bus 0000:00: root bus resource [io 0xafe4-0xffff window]
[ 1.889616] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.890013] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff window]
[ 1.891483] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 1.894006] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 1.896462] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 1.924973] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 1.938625] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 1.940011] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 1.941256] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 1.944362] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.946484] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.948449] pci 0000:00:01.3: can't claim BAR 7 [io 0x0600-0x063f]: address conflict with ACPI PM1a_EVT_BLK [io 0x0600-0x0603]
[ 1.950046] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 1.952327] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 1.966448] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[ 1.980047] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[ 2.040072] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 2.042605] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 2.055121] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 2.065736] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 2.120022] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 2.122421] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 2.135346] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 2.150020] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 2.210743] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 2.220023] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 2.236409] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 2.291969] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 2.305828] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]
[ 2.320019] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[ 2.380246] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 2.390024] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]
[ 2.405787] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[ 2.467308] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 2.487107] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]
[ 2.500026] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[ 2.591021] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 2.605540] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]
[ 2.620024] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[ 2.671083] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[ 2.686041] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]
[ 2.695250] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[ 2.770198] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[ 2.776708] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[ 2.816197] pci_bus 0000:00: on NUMA node 0
[ 2.821669] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 2.823401] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 2.826177] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 2.827870] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 2.830291] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 2.833476] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 2.836884] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 2.836884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.836884] vgaarb: loaded
[ 2.836884] vgaarb: bridge control possible 0000:00:02.0
[ 2.837153] ACPI: bus type USB registered
[ 2.838399] usbcore: registered new interface driver usbfs
[ 2.840095] usbcore: registered new interface driver hub
[ 2.841263] usbcore: registered new device driver usb
[ 2.842630] pps_core: LinuxPPS API ver. 1 registered
[ 2.843629] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 2.847269] PTP clock support registered
[ 2.850639] PCI: Using ACPI for IRQ routing
[ 2.851492] PCI: pci_cache_line_size set to 64 bytes
[ 2.855557] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 2.857542] e820: reserve RAM buffer [mem 0x12be0000-0x13ffffff]
[ 2.870047] clocksource: Switched to clocksource kvm-clock
[ 2.870047] pnp: PnP ACPI init
[ 2.870047] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.870047] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 2.876015] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 2.895536] pnp 00:03: [dma 2]
[ 2.896228] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 2.897524] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 2.898932] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.900844] pnp: PnP ACPI: found 6 devices
[ 2.947246] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 2.973244] pci 0000:00:01.3: BAR 7: [io size 0x0040] has bogus alignment
[ 2.974741] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 2.976058] pci_bus 0000:00: resource 5 [io 0x0d00-0xadff window]
[ 2.977384] pci_bus 0000:00: resource 6 [io 0xae0f-0xaeff window]
[ 2.978676] pci_bus 0000:00: resource 7 [io 0xaf20-0xafdf window]
[ 2.979970] pci_bus 0000:00: resource 8 [io 0xafe4-0xffff window]
[ 2.981336] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[ 2.982890] pci_bus 0000:00: resource 10 [mem 0x12c00000-0xfebfffff window]
[ 3.000718] NET: Registered protocol family 2
[ 3.002614] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 3.004196] TCP bind hash table entries: 4096 (order: 5, 147456 bytes)
[ 3.006126] TCP: Hash tables configured (established 4096 bind 4096)
[ 3.007593] UDP hash table entries: 256 (order: 2, 20480 bytes)
[ 3.008921] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[ 3.022376] NET: Registered protocol family 1
[ 3.023529] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 3.036863] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 3.038113] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 3.039504] pci 0000:00:02.0: Video device with shadowed ROM
[ 3.041004] PCI: CLS 0 bytes, default 64
[ 3.042330] Unpacking initramfs...
[ 5.629678] debug: unmapping init [mem 0x91393000-0x92bd7fff]
[ 5.662464] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 5.663490] apm: disabled - APM is not SMP safe.
[ 5.677373] PCLMULQDQ-NI instructions are not detected.
[ 5.678345] The force parameter has not been set to 1. The Iris poweroff handler will not be installed.
[ 5.680020] 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
[ 5.683062] spin_lock-torture: Creating torture_shuffle task
[ 5.684295] spin_lock-torture: Creating torture_stutter task
[ 5.685405] spin_lock-torture: torture_shuffle task started
[ 5.686590] spin_lock-torture: Creating lock_torture_writer task
[ 5.686603] spin_lock-torture: torture_stutter task started
[ 5.701561] spin_lock-torture: Creating lock_torture_writer task
[ 5.701567] spin_lock-torture: lock_torture_writer task started
[ 5.703887] spin_lock-torture: Creating lock_torture_writer task
[ 5.705017] spin_lock-torture: lock_torture_writer task started
[ 5.706151] spin_lock-torture: Creating lock_torture_writer task
[ 5.706165] spin_lock-torture: lock_torture_writer task started
[ 5.708594] spin_lock-torture: Creating lock_torture_stats task
[ 5.709726] spin_lock-torture: lock_torture_writer task started
[ 5.711077] spin_lock-torture: lock_torture_stats task started
[ 5.720461] torture_init_begin: refusing rcu init: spin_lock running
[ 5.723558] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 5.725160] Initialise system trusted keyring
[ 5.727435] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 5.728867] page_owner is disabled
[ 5.729613] zpool: loaded
[ 5.731854] ntfs: driver 2.1.32 [Flags: R/W].
[ 5.734738] JFS: nTxBlock = 2014, nTxLock = 16118
[ 5.759233] Key type asymmetric registered
[ 5.760178] Asymmetric key parser 'x509' registered
[ 5.761320] bounce: pool size: 64 pages
[ 5.762194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 5.763768] io scheduler noop registered
[ 5.764730] io scheduler cfq registered (default)
[ 5.765732] start plist test
[ 5.770456] end plist test
[ 5.771061] test_string_helpers: Running tests...
[ 5.773061] rbtree testing -> 42937 cycles
[ 7.339890] augmented rbtree testing -> 69236 cycles
[ 9.819952] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 9.821580] ACPI: Power Button [PWRF]
[ 9.823451] tsc: Refined TSC clocksource calibration: 2926.330 MHz
[ 9.824661] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2a2e6c2e1bb, max_idle_ns: 440795237926 ns
[ 9.827189] HDLC line discipline maxframe=4096
[ 9.827749] N_HDLC line discipline registered.
[ 9.828344] r3964: Philips r3964 Driver $Revision: 1.10 $
[ 9.828997] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 9.869658] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 9.882811] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 9.884231] [drm] Initialized drm 1.1.0 20060810
[ 9.901811] nbd: registered device at major 43
[ 9.930239] Uniform Multi-Platform E-IDE driver
[ 9.931333] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 9.933032] ide-gd driver 1.18
[ 9.933969] usbcore: registered new interface driver hwa-rc
[ 9.934989] usbcore: registered new interface driver i1480-dfu-usb
[ 9.936176] usbcore: registered new interface driver hwa-hc
[ 9.937144] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[ 9.945503] usbcore: registered new interface driver cdc_acm
[ 9.946529] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 9.948034] usbcore: registered new interface driver cdc_wdm
[ 9.949110] usbcore: registered new interface driver usbtmc
[ 9.950251] usbcore: registered new interface driver mdc800
[ 9.951260] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[ 9.952928] usbcore: registered new interface driver usbserial
[ 9.953945] usbcore: registered new interface driver usbserial_generic
[ 9.955278] usbserial: USB Serial support registered for generic
[ 9.956437] usbcore: registered new interface driver belkin_sa
[ 9.957516] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
[ 9.972164] usbcore: registered new interface driver ch341
[ 9.973155] usbserial: USB Serial support registered for ch341-uart
[ 9.987391] usbcore: registered new interface driver empeg
[ 9.988447] usbserial: USB Serial support registered for empeg
[ 9.989724] usbcore: registered new interface driver f81232
[ 9.990948] usbserial: USB Serial support registered for f81232
[ 9.992055] usbcore: registered new interface driver ipw
[ 9.993068] usbserial: USB Serial support registered for IPWireless converter
[ 9.994343] usbcore: registered new interface driver iuu_phoenix
[ 9.995419] usbserial: USB Serial support registered for iuu_phoenix
[ 9.996526] usbcore: registered new interface driver keyspan_pda
[ 9.997770] usbserial: USB Serial support registered for Keyspan PDA
[ 9.998914] usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
[ 10.012475] usbcore: registered new interface driver kobil_sct
[ 10.013552] usbserial: USB Serial support registered for KOBIL USB smart card terminal
[ 10.014955] usbcore: registered new interface driver mct_u232
[ 10.015989] usbserial: USB Serial support registered for MCT U232
[ 10.017091] usbcore: registered new interface driver mos7720
[ 10.018355] usbserial: USB Serial support registered for Moschip 2 port adapter
[ 10.019733] usbcore: registered new interface driver omninet
[ 10.020875] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
[ 10.022354] usbcore: registered new interface driver opticon
[ 10.023444] usbserial: USB Serial support registered for opticon
[ 10.024556] usbcore: registered new interface driver oti6858
[ 10.025768] usbserial: USB Serial support registered for oti6858
[ 10.026845] usbcore: registered new interface driver qcaux
[ 10.036020] usbserial: USB Serial support registered for qcaux
[ 10.037176] usbcore: registered new interface driver safe_serial
[ 10.038423] usbserial: USB Serial support registered for safe_serial
[ 10.039598] usbcore: registered new interface driver ssu100
[ 10.040956] usbserial: USB Serial support registered for Quatech SSU-100 USB to Serial Driver
[ 10.042446] usbcore: registered new interface driver visor
[ 10.043442] usbserial: USB Serial support registered for Handspring Visor / Palm OS
[ 10.044787] usbserial: USB Serial support registered for Sony Clie 5.0
[ 10.045952] usbserial: USB Serial support registered for Sony Clie 3.5
[ 10.047150] usbcore: registered new interface driver whiteheat
[ 10.048299] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT - (prerenumeration)
[ 10.060205] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT
[ 10.061519] usbcore: registered new interface driver xsens_mt
[ 10.062551] usbserial: USB Serial support registered for xsens_mt
[ 10.063641] usbcore: registered new interface driver adutux
[ 10.078436] usbcore: registered new interface driver appledisplay
[ 10.079617] usbcore: registered new interface driver cytherm
[ 10.080949] usbcore: registered new interface driver emi26 - firmware loader
[ 10.082237] usbcore: registered new interface driver usblcd
[ 10.087452] usbcore: registered new interface driver ldusb
[ 10.088715] usbcore: registered new interface driver usbled
[ 10.089886] usbcore: registered new interface driver legousbtower
[ 10.091277] usbcore: registered new interface driver usb_ehset_test
[ 10.092484] usbcore: registered new interface driver usbsevseg
[ 10.093682] usbcore: registered new interface driver yurex
[ 10.095042] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 10.108772] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 10.109838] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 10.117458] mousedev: PS/2 mouse device common for all mice
[ 10.119077] usbcore: registered new interface driver iforce
[ 10.120622] usbcore: registered new interface driver xpad
[ 10.123142] usbcore: registered new interface driver i2c-diolan-u2c
[ 10.124300] i2c-parport-light: adapter type unspecified
[ 10.125443] usbcore: registered new interface driver i2c-tiny-usb
[ 10.130129] pps pps0: new PPS source ktimer
[ 10.130967] pps pps0: ktimer PPS source registered
[ 10.131933] pps_ldisc: PPS line discipline registered
[ 10.134688] f71882fg: Not a Fintek device
[ 10.135578] f71882fg: Not a Fintek device
[ 10.139081] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 10.139537] ledtrig-cpu: registered to indicate activity on CPUs
[ 10.141756] ashmem: initialized
[ 10.141786] dgap: dgap-1.3-16, Digi International Part Number 40002347_C
[ 10.141787] dgap: For the tools package please visit http://www.digi.com
[ 10.145070] NET: Registered protocol family 26
[ 10.145118] Netfilter messages via NETLINK v0.30.
[ 10.145288] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@xxxxxxxxx>
[ 10.145296] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
[ 10.149542] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.150681] Initializing XFRM netlink socket
[ 10.151558] 8021q: 802.1Q VLAN Support v1.8
[ 10.156517] DCCP: Activated CCID 2 (TCP-like)
[ 10.157412] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[ 10.158957] Key type ceph registered
[ 10.162707] libceph: loaded (mon/osd proto 15/24)
[ 10.163621] mpls_gso: MPLS GSO support
[ 10.164774] ... APIC ID: 00000000 (0)
[ 10.169554] ... APIC VERSION: 01050014
[ 10.170293] 0000000000000000000000000000000000000000000000000000000000000000
[ 10.171878] 0000000002000000000000000000000000000000000000000000000000000000
[ 10.172653] 0000000000000000000000000000000000000000000000000000000000008000
[ 10.172653]
[ 10.183974] number of MP IRQ sources: 15.
[ 10.184745] number of IO-APIC #0 registers: 24.
[ 10.192906] testing the IO APIC.......................
[ 10.193943] IO APIC #0......
[ 10.194510] .... register #00: 00000000
[ 10.195224] ....... : physical APIC id: 00
[ 10.201621] ....... : Delivery Type: 0
[ 10.202450] ....... : LTS : 0
[ 10.206229] .... register #01: 00170011
[ 10.206899] ....... : max redirection entries: 17
[ 10.207780] ....... : PRQ implemented: 0
[ 10.208543] ....... : IO APIC version: 11
[ 10.216216] .... register #02: 00000000
[ 10.217008] ....... : arbitration: 00
[ 10.219723] .... IRQ redirection table:
[ 10.220488] IOAPIC 0:
[ 10.220965] pin00, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.230557] pin01, enabled , edge , high, V(31), IRR(0), S(0), logical , D(03), M(1)
[ 10.232052] pin02, enabled , edge , high, V(30), IRR(0), S(0), logical , D(01), M(1)
[ 10.238558] pin03, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.243750] pin04, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.249279] pin05, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.250910] pin06, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.252359] pin07, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.257444] pin08, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.259008] pin09, enabled , level, high, V(39), IRR(0), S(0), logical , D(03), M(1)
[ 10.263250] pin0a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.265302] pin0b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.270953] pin0c, enabled , edge , high, V(3C), IRR(0), S(0), logical , D(03), M(1)
[ 10.276070] pin0d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.279523] pin0e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.280965] pin0f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.283759] pin10, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.289548] pin11, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.291423] pin12, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.294614] pin13, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.299626] pin14, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.301239] pin15, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.304798] pin16, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.310670] pin17, disabled, edge , high, V(00), IRR(0), S(0), physical, D(00), M(0)
[ 10.312405] IRQ to pin mappings:
[ 10.316143] IRQ0 -> 0:2
[ 10.316753] IRQ1 -> 0:1
[ 10.317353] IRQ3 -> 0:3
[ 10.319835] IRQ4 -> 0:4
[ 10.320463] IRQ5 -> 0:5
[ 10.320991] IRQ6 -> 0:6
[ 10.322785] IRQ7 -> 0:7
[ 10.323352] IRQ8 -> 0:8
[ 10.323917] IRQ9 -> 0:9
[ 10.324510] IRQ10 -> 0:10
[ 10.325190] IRQ11 -> 0:11
[ 10.329840] IRQ12 -> 0:12
[ 10.330542] IRQ13 -> 0:13
[ 10.331545] IRQ14 -> 0:14
[ 10.332241] IRQ15 -> 0:15
[ 10.336407] .................................... done.
[ 10.337595] Using IPI No-Shortcut mode
[ 10.340057] Loading compiled-in X.509 certificates
[ 10.349875] Btrfs loaded, integrity-checker=on
[ 10.358937] Key type trusted registered
[ 10.362331] Key type encrypted registered
[ 10.370264] debug: unmapping init [mem 0x857c1000-0x85837fff]
[ 10.374694] ------------[ cut here ]------------
[ 10.375581] WARNING: CPU: 1 PID: 1 at kernel/locking/lockdep.c:2595 trace_hardirqs_on_caller+0x186/0x1e0()
[ 10.387711] DEBUG_LOCKS_WARN_ON(!irqs_disabled())
[ 10.388651] Modules linked in:
[ 10.389353] CPU: 1 PID: 1 Comm: init Not tainted 4.1.0-01352-gbf19026d #1
[ 10.390731] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014
[ 10.392739] 00000001 00000000 8002bf30 854753a5 8002bf74 8002bf64 84e4dba1 85679031
[ 10.394477] 8002bf90 00000001 8567f328 00000a23 84e91036 00000a23 84e91036 8547c87c
[ 10.396152] 7fb88c34 00000000 8002bf7c 84e4dbfe 00000009 8002bf74 85679031 8002bf90
[ 10.407943] Call Trace:
[ 10.408540] [<854753a5>] dump_stack+0x48/0x60
[ 10.409506] [<84e4dba1>] warn_slowpath_common+0x81/0xb0
[ 10.410678] [<84e91036>] ? trace_hardirqs_on_caller+0x186/0x1e0
[ 10.411813] [<84e91036>] ? trace_hardirqs_on_caller+0x186/0x1e0
[ 10.412939] [<8547c87c>] ? syscall_exit_work_irqs_off+0xc/0xc
[ 10.414050] [<84e4dbfe>] warn_slowpath_fmt+0x2e/0x30
[ 10.415019] [<84e91036>] trace_hardirqs_on_caller+0x186/0x1e0
[ 10.416119] [<84e00f1c>] trace_hardirqs_on_thunk+0xc/0x10
[ 10.428251] [<8547c87c>] ? syscall_exit_work_irqs_off+0xc/0xc
[ 10.429386] ---[ end trace 8b4643c7f32f991f ]---
[ 10.525863] random: init urandom read with 0 bits of entropy available
mountall: Event failed
[ 10.717775] init: Failed to create pty - disabling logging for job
[ 10.719107] init: Temporary process spawn error: No such file or directory
mount: unknown filesystem type 'devpts'
mountall: mount /dev/pts [147] terminated with status 32
mountall: Filesystem could not be mounted: /dev/pts
mountall: Skipping mounting /dev/pts since Plymou
[ 10.735234] init: Failed to create pty - disabling logging for job
th is not availa
[ 10.736565] init: Temporary process spawn error: No such file or directory
ble
[ 10.772048] init: Failed to create pty - disabling logging for job
[ 10.773375] init: Temporary process spawn error: No such file or directory
[ 10.777376] init: Failed to create pty - disabling logging for job
[ 10.780811] init: Temporary process spawn error: No such file or directory
[ 10.853794] init: Failed to create pty - disabling logging for job
[ 10.855236] init: Temporary process spawn error: No such file or directory
[ 10.868720] init: Failed to create pty - disabling logging for job
[ 10.870281] init: Temporary process spawn error: No such file or directory
[ 10.904523] init: Failed to create pty - disabling logging for job
[ 10.907333] init: Failed to create pty - disabling logging for job
[ 10.918648] init: Failed to create pty - disabling logging for job
[ 10.949619] init: Failed to create pty - disabling logging for job
[ 10.955540] init: Failed to create pty - disabling logging for job
[ 10.968965] init: Failed to create pty - disabling logging for job
udevd[204]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYSTM:': No such file or directory
udevd[208]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00': No such file or directory
udevd[213]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00': No such file or directory
udevd[216]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001013d000000B8sv00001AF4sd00001100bc03sc00i00': No such file or directory
udevd[217]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80': No such file or directory
udevd[220]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0019v0000p0001e0000-e0,1,k74,ramlsfw': No such file or directory
udevd[212]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007113sv00001AF4sd00001100bc06sc80i00': No such file or directory
udevd[218]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[211]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d0000100Esv00001AF4sd00001100bc02sc00i00': No such file or directory
udevd[222]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[223]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[224]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory
udevd[219]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory
udevd[228]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory
udevd[229]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A03:': No such file or directory
udevd[226]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory
udevd[227]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory
udevd[225]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[230]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[235]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory
udevd[248]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[221]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[257]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[246]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[249]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[247]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory
udevd[258]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory
udevd[276]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory
udevd[277]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0700:': No such file or directory
udevd[280]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0B00:': No such file or directory
udevd[282]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory
udevd[283]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0303:': No such file or directory
udevd[278]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory
udevd[284]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:dell_rbu': No such file or directory
udevd[288]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d000025ABsv00001AF4sd00001100bc08sc80i00': No such file or directory
udevd[290]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:platform-framebuffer': No such file or directory
udevd[279]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:QEMU0001:': No such file or directory
udevd[286]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:APP0001:': No such file or directory
udevd[291]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory
udevd[287]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv serio:ty01pr00id00ex00': No such file or directory
udevd[289]: 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[281]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0400:': No such file or directory
[ 11.535833] init: Failed to create pty - disabling logging for job
[ 11.548985] init: Failed to create pty - disabling logging for job
[ 11.552712] init: Failed to create pty - disabling logging for job
[ 11.578427] init: Failed to create pty - disabling logging for job
[ 11.590789] init: Failed to create pty - disabling logging for job
[ 11.615949] init: Failed to create pty - disabling logging for job
[ 11.631405] init: Failed to create pty - disabling logging for job
[ 11.861583] init: Failed to create pty - disabling logging for job
[ 11.864451] init: Failed to create pty - disabling logging for job
[ 11.868218] init: Failed to create pty - disabling logging for job
[ 11.881291] init: Failed to create pty - disabling logging for job
[ 11.900912] init: Failed to create pty - disabling logging for job
Kernel tests: Boot OK!
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.
[init] Kernel was tainted on startup. Will ignore flags that are already set.
[init] Started watchdog process, PID is 6977
[main] Main thread is alive.
[main] Setsockopt(1 6 80d3000 4) on fd 7 [1:5:1]
[main] Setsockopt(1 1 80d3000 4) on fd 8 [2:2:0]
[main] Setsockopt(1 d 80d3000 8) on fd 9 [26:2:208]
[main] Setsockopt(1 c 80d3000 26) on fd 11 [2:2:17]
[main] Setsockopt(1 12 80d3000 84) on fd 15 [2:1:0]
[main] Setsockopt(1 2e 80d3000 4) on fd 16 [16:2:6]
[main] Setsockopt(1 a 80d3000 3b) on fd 17 [26:1:102]
[main] Setsockopt(1 a 80d3000 4) on fd 18 [1:5:1]
[main] Setsockopt(0 22 80d3000 1) on fd 19 [2:2:17]
[main] Setsockopt(1 23 80d3000 6) on fd 21 [26:1:130]
[main] Setsockopt(1 c 80d3000 4) on fd 23 [2:3:62]
[main] Setsockopt(0 b 80d3000 1) on fd 26 [2:2:17]
[main] Setsockopt(1 22 80d3000 4) on fd 27 [26:2:126]
[main] Setsockopt(1 7 80d3000 5e) on fd 28 [1:1:1]
[main] Setsockopt(6 c 80d3000 cc) on fd 29 [2:1:6]
[main] Setsockopt(10e 4 80d3000 9) on fd 30 [16:2:16]
[main] Setsockopt(1 10 80d3000 54) on fd 31 [26:2:248]
[main] Setsockopt(1 24 80d3000 4) on fd 32 [1:2:1]
[main] Setsockopt(1 a 80d3000 d4) on fd 33 [2:2:17]
[main] Setsockopt(1 7 80d3000 45) on fd 34 [26:2:14]
[main] Setsockopt(1 12 80d3000 4) on fd 35 [1:1:1]
[main] Setsockopt(88 1 80d3000 4) on fd 36 [2:2:0]
[main] Setsockopt(1 21 80d3000 4) on fd 37 [16:2:2]
[main] Setsockopt(1 e 80d3000 4) on fd 38 [26:2:174]
[main] Setsockopt(1 23 80d3000 3c) on fd 39 [1:5:1]
[main] Setsockopt(1 e 80d3000 4) on fd 40 [2:1:6]
[main] Setsockopt(1 10 80d3000 4) on fd 42 [1:2:1]
[main] Setsockopt(1 29 80d3000 4) on fd 43 [2:3:212]
[main] Setsockopt(1 12 80d3000 99) on fd 45 [1:1:1]
[main] Setsockopt(0 22 80d3000 1) on fd 46 [2:2:0]
[main] Setsockopt(1 c 80d3000 4) on fd 48 [1:1:1]
[main] Setsockopt(0 14 80d3000 1) on fd 49 [2:3:44]
[main] Setsockopt(1 24 80d3000 b9) on fd 51 [1:1:1]
[main] Setsockopt(0 f 80d3000 1) on fd 52 [2:2:0]
[main] Setsockopt(1 21 80d3000 a7) on fd 55 [2:3:90]
[main] Setsockopt(1 f 80d3000 bc) on fd 56 [26:1:85]
[main] Setsockopt(1 8 80d3000 ce) on fd 57 [1:5:1]
[main] Setsockopt(1 24 80d3000 86) on fd 58 [2:3:111]
[main] Setsockopt(1 29 80d3000 aa) on fd 59 [16:2:10]
[main] Setsockopt(10c 2 80d3000 4) on fd 60 [26:2:22]
[main] Setsockopt(1 8 80d3000 4) on fd 61 [1:1:1]
[main] Setsockopt(0 d 80d3000 4) on fd 62 [2:3:153]
[main] Setsockopt(1 12 80d3000 4) on fd 63 [16:3:6]
[main] Setsockopt(1 8 80d3000 f) on fd 65 [1:1:1]
[main] Setsockopt(6 3 80d3000 9b) on fd 66 [2:1:6]
[main] Setsockopt(1 8 80d3000 e1) on fd 67 [26:2:8]
[main] Setsockopt(1 2a 80d3000 4) on fd 68 [1:2:1]
[main] Setsockopt(88 1 80d3000 4) on fd 69 [2:2:17]
[main] Setsockopt(1 f 80d3000 ae) on fd 70 [26:2:87]
[main] Setsockopt(1 c 80d3000 1c) on fd 71 [1:1:1]
[main] Setsockopt(0 6 80d3000 1) on fd 72 [2:1:6]
[main] Setsockopt(1 7 80d3000 c5) on fd 74 [1:2:1]
[main] Setsockopt(1 7 80d3000 4) on fd 78 [2:1:0]
[main] Setsockopt(10e 5 80d3000 82) on fd 79 [16:3:10]
[main] Setsockopt(1 23 80d3000 4) on fd 81 [1:5:1]
[main] Setsockopt(1 1 80d3000 4) on fd 83 [26:1:82]
[main] Setsockopt(6 3 80d3000 4) on fd 85 [2:1:6]
[main] Setsockopt(10e 4 80d3000 1a) on fd 86 [16:3:4]
[main] Setsockopt(0 22 80d3000 4) on fd 89 [2:3:6]
[main] Setsockopt(1 2b 80d3000 4) on fd 90 [26:2:196]
[main] Setsockopt(1 22 80d3000 bb) on fd 91 [1:1:1]
[main] Setsockopt(1 22 80d3000 3d) on fd 92 [2:3:83]
[main] Setsockopt(1 d 80d3000 8) on fd 93 [26:1:162]
[main] Setsockopt(1 2e 80d3000 40) on fd 94 [1:2:1]
[main] Setsockopt(88 1 80d3000 4) on fd 95 [2:2:17]
[main] Setsockopt(1 f 80d3000 21) on fd 99 [2:1:0]
[main] Setsockopt(1 23 80d3000 4) on fd 100 [26:1:67]
[main] Setsockopt(0 7 80d3000 4) on fd 102 [2:1:6]
[main] Setsockopt(1 10 80d3000 4) on fd 103 [26:2:129]
[main] Setsockopt(1 28 80d3000 4) on fd 104 [1:5:1]
[main] Setsockopt(88 1 80d3000 4) on fd 105 [2:2:0]
[main] Setsockopt(10c 3 80d3000 4) on fd 106 [26:2:203]
[main] Setsockopt(1 2e 80d3000 e9) on fd 107 [1:5:1]
[main] Setsockopt(1 9 80d3000 4) on fd 108 [2:1:6]
[main] Setsockopt(10c 6 80d3000 4) on fd 109 [26:1:52]
[main] Setsockopt(1 2e 80d3000 89) on fd 110 [1:1:1]
[main] Setsockopt(0 4 80d3000 15) on fd 111 [2:1:6]
[main] Setsockopt(11 64 80d3000 c2) on fd 114 [2:2:17]
[main] Setsockopt(1 20 80d3000 4) on fd 115 [16:3:12]
[main] Setsockopt(10c 1 80d3000 4) on fd 116 [26:2:218]
[main] Setsockopt(6 7 80d3000 4) on fd 118 [2:1:6]
[main] Setsockopt(1 1 80d3000 7e) on fd 119 [26:1:52]
[main] Setsockopt(11 1 80d3000 4) on fd 121 [2:2:17]
[main] Setsockopt(1 2e 80d3000 4) on fd 122 [16:2:4]
[main] Setsockopt(1 2 80d3000 92) on fd 123 [26:2:103]
[main] Setsockopt(0 1 80d3000 4) on fd 125 [2:2:17]
[main] Setsockopt(1 25 80d3000 e4) on fd 127 [1:5:1]
[main] Setsockopt(1 29 80d3000 4) on fd 128 [2:2:17]
[main] Setsockopt(1 21 80d3000 4) on fd 129 [26:2:89]
[main] Setsockopt(1 8 80d3000 70) on fd 130 [1:5:1]
[main] Setsockopt(0 2 80d3000 1) on fd 131 [2:2:17]
[main] Setsockopt(1 22 80d3000 f7) on fd 136 [26:2:234]
[main] Setsockopt(1 2f 80d3000 39) on fd 137 [1:1:1]
[main] Setsockopt(11 1 80d3000 bd) on fd 138 [2:2:0]
[main] Setsockopt(1 20 80d3000 20) on fd 139 [16:3:4]
[main] Setsockopt(1 20 80d3000 4) on fd 140 [26:1:31]
[main] Setsockopt(1 8 80d3000 4) on fd 141 [1:5:1]
[main] Setsockopt(1 e 80d3000 24) on fd 142 [2:1:6]
[main] Setsockopt(10e 4 80d3000 4) on fd 143 [16:2:12]
[main] Setsockopt(1 2c 80d3000 ac) on fd 144 [26:2:150]
[main] Setsockopt(1 f 80d3000 10) on fd 146 [2:2:0]
[main] Setsockopt(1 29 80d3000 83) on fd 148 [1:1:1]
[main] Setsockopt(6 1 80d3000 51) on fd 149 [2:1:6]
[main] Setsockopt(10c 2 80d3000 4) on fd 151 [26:1:217]
[main] Setsockopt(1 2d 80d3000 f8) on fd 152 [1:2:1]
[main] Setsockopt(1 12 80d3000 1e) on fd 153 [2:1:0]
[main] Setsockopt(1 f 80d3000 4) on fd 154 [26:2:249]
[main] Setsockopt(1 2f 80d3000 4) on fd 155 [1:2:1]
[main] Setsockopt(1 1d 80d3000 4) on fd 156 [2:1:6]
[main] Setsockopt(1 2b 80d3000 b6) on fd 157 [26:1:56]
[main] Setsockopt(1 5 80d3000 4) on fd 158 [1:5:1]
[main] Setsockopt(11 1 80d3000 74) on fd 159 [2:2:17]
[main] Setsockopt(1 5 80d3000 4) on fd 160 [26:1:221]
[main] Setsockopt(6 a 80d3000 f5) on fd 162 [2:1:0]
[main] Setsockopt(1 2e 80d3000 4) on fd 163 [26:2:81]
[main] Setsockopt(6 1 80d3000 5a) on fd 165 [2:1:0]
[main] Setsockopt(0 2 80d3000 1) on fd 168 [2:2:0]
[main] Setsockopt(1 29 80d3000 36) on fd 169 [26:1:234]
[main] Setsockopt(1 7 80d3000 f8) on fd 170 [1:5:1]
[main] Setsockopt(1 22 80d3000 d) on fd 172 [26:2:178]
[main] Setsockopt(6 8 80d3000 4) on fd 174 [2:1:6]
[main] Setsockopt(1 2 80d3000 12) on fd 178 [26:1:69]
[main] Setsockopt(1 f 80d3000 4) on fd 180 [2:2:17]
[main] Setsockopt(1 22 80d3000 4) on fd 181 [26:1:198]
[main] Setsockopt(1 6 80d3000 95) on fd 182 [1:2:1]
[main] Setsockopt(1 2c 80d3000 14) on fd 183 [2:3:125]
[main] Setsockopt(10e 4 80d3000 49) on fd 184 [16:3:10]
[main] Setsockopt(1 20 80d3000 4) on fd 185 [26:1:245]
[main] Setsockopt(6 2 80d3000 4) on fd 187 [2:1:6]
[main] Setsockopt(1 2 80d3000 79) on fd 192 [26:1:202]
[main] Setsockopt(1 25 80d3000 4) on fd 193 [1:1:1]
[main] Setsockopt(6 1 80d3000 4) on fd 194 [2:1:6]
[main] Setsockopt(1 5 80d3000 4) on fd 195 [26:1:124]
[main] Setsockopt(1 7 80d3000 4) on fd 196 [1:1:1]
[main] Setsockopt(1 24 80d3000 4) on fd 197 [2:3:177]
[main] Setsockopt(1 12 80d3000 4) on fd 198 [26:1:85]
[main] Setsockopt(1 29 80d3000 4) on fd 199 [1:5:1]
[main] Setsockopt(6 9 80d3000 4) on fd 200 [2:1:6]
[main] Setsockopt(10e 3 80d3000 70) on fd 201 [16:3:16]
[main] Setsockopt(1 e 80d3000 4) on fd 202 [26:2:140]
[main] Setsockopt(1 c 80d3000 5) on fd 203 [1:2:1]
[main] Setsockopt(11 1 80d3000 4) on fd 204 [2:2:0]
[main] Setsockopt(1 b 80d3000 4) on fd 206 [1:5:1]
[main] Setsockopt(1 a 80d3000 4) on fd 207 [2:3:151]
[main] Setsockopt(1 6 80d3000 da) on fd 208 [16:3:6]
[main] Setsockopt(1 5 80d3000 4) on fd 209 [26:1:106]
[main] Setsockopt(0 14 80d3000 4) on fd 211 [2:2:17]
[main] Setsockopt(1 6 80d3000 4c) on fd 212 [26:2:127]
[main] Setsockopt(1 f 80d3000 b2) on fd 213 [1:2:1]
[main] Setsockopt(0 6 80d3000 4) on fd 214 [2:2:17]
[main] Setsockopt(1 2e 80d3000 79) on fd 217 [2:2:0]
[main] Setsockopt(1 2e 80d3000 4) on fd 220 [1:5:1]
[main] Setsockopt(0 31 80d3000 1) on fd 221 [2:2:17]
[main] Setsockopt(10e 2 80d3000 3d) on fd 222 [16:2:4]
[main] Setsockopt(1 2c 80d3000 be) on fd 223 [26:2:11]
[main] Setsockopt(88 64 80d3000 4) on fd 225 [2:2:17]
[main] Setsockopt(1 c 80d3000 4) on fd 226 [16:3:16]
[main] Setsockopt(1 2 80d3000 7e) on fd 227 [26:1:133]
[main] Setsockopt(1 25 80d3000 4) on fd 228 [1:5:1]
[main] Setsockopt(1 c 80d3000 4) on fd 229 [2:3:11]
[main] Setsockopt(10c 2 80d3000 4) on fd 230 [26:1:139]
[main] Setsockopt(1 2c 80d3000 4) on fd 231 [1:2:1]
[main] Setsockopt(6 1 80d3000 79) on fd 232 [2:1:6]
[main] Setsockopt(10e 4 80d3000 b5) on fd 233 [16:3:6]
[main] Setsockopt(1 20 80d3000 4e) on fd 235 [1:5:1]
[main] Setsockopt(88 64 80d3000 4) on fd 236 [2:2:17]
[main] Setsockopt(1 29 80d3000 22) on fd 237 [26:2:103]
[main] Setsockopt(0 14 80d3000 4) on fd 239 [2:3:4]
[main] Setsockopt(10e 2 80d3000 4) on fd 240 [16:2:15]
[main] Setsockopt(1 2c 80d3000 8) on fd 242 [1:1:1]
[main] Setsockopt(1 23 80d3000 50) on fd 244 [16:2:4]
[main] Setsockopt(1 f 80d3000 4) on fd 247 [2:2:0]
[main] Setsockopt(10e 3 80d3000 1d) on fd 248 [16:2:10]
[main] Setsockopt(10c 7 80d3000 4) on fd 249 [26:1:114]
[main] Setsockopt(88 64 80d3000 4) on fd 251 [2:2:17]
[main] Setsockopt(10e 4 80d3000 22) on fd 252 [16:3:12]
[main] Setsockopt(10c 2 80d3000 4) on fd 253 [26:2:135]
[main] Setsockopt(6 1 80d3000 b7) on fd 255 [2:1:6]
[main] Setsockopt(1 21 80d3000 70) on fd 256 [26:1:197]
[main] Setsockopt(88 1 80d3000 4) on fd 258 [2:2:0]
[main] Setsockopt(1 2f 80d3000 4) on fd 260 [1:5:1]
[main] Setsockopt(1 1 80d3000 58) on fd 261 [2:2:0]
[main] Setsockopt(1 24 80d3000 21) on fd 262 [26:1:75]
[main] Setsockopt(1 20 80d3000 4) on fd 264 [2:3:105]
[main] Setsockopt(1 b 80d3000 4) on fd 265 [16:3:16]
[main] Setsockopt(10c 9 80d3000 4) on fd 266 [26:1:52]
[main] Setsockopt(11 1 80d3000 82) on fd 268 [2:2:17]
[main] Setsockopt(1 29 80d3000 4) on fd 269 [26:2:162]
[main] Setsockopt(1 24 80d3000 4) on fd 270 [1:1:1]
[main] Setsockopt(6 3 80d3000 4) on fd 271 [2:1:6]
[main] Setsockopt(10c 9 80d3000 4) on fd 272 [26:1:47]
[main] Setsockopt(1 1d 80d3000 4) on fd 273 [1:5:1]
[main] Setsockopt(0 31 80d3000 1) on fd 274 [2:3:118]
[main] Setsockopt(1 29 80d3000 4) on fd 275 [16:3:2]
[main] Setsockopt(10c 3 80d3000 4) on fd 276 [26:1:48]
[main] Setsockopt(1 2b 80d3000 4b) on fd 277 [1:5:1]
[main] Setsockopt(6 10 80d3000 75) on fd 278 [2:1:6]
[main] Setsockopt(10e 4 80d3000 15) on fd 279 [16:2:2]
[main] Setsockopt(10c 1 80d3000 4) on fd 280 [26:1:160]
[main] Setsockopt(1 5 80d3000 7a) on fd 282 [2:3:217]
[main] Setsockopt(10e 4 80d3000 4) on fd 283 [16:3:12]
[main] Setsockopt(1 2d 80d3000 8b) on fd 284 [26:2:64]
[main] Setsockopt(0 f 80d3000 1) on fd 286 [2:2:17]
[main] Setsockopt(1 29 80d3000 d6) on fd 287 [26:1:208]
[main] Setsockopt(1 2b 80d3000 4) on fd 288 [1:5:1]
[main] Setsockopt(1 2f 80d3000 e6) on fd 289 [2:2:0]
[main] Setsockopt(1 2e 80d3000 4) on fd 290 [26:1:160]
[main] Setsockopt(1 2 80d3000 63) on fd 291 [1:5:1]
[main] Setsockopt(88 1 80d3000 14) on fd 292 [2:2:0]
[main] Setsockopt(1 22 80d3000 f8) on fd 293 [16:2:12]
[main] Setsockopt(1 28 80d3000 4) on fd 295 [1:1:1]
[main] Setsockopt(6 1 80d3000 4) on fd 296 [2:1:0]
[main] Setsockopt(10c 1 80d3000 4) on fd 297 [26:1:245]
[main] Setsockopt(1 23 80d3000 4) on fd 298 [1:5:1]
[main] Setsockopt(1 6 80d3000 4) on fd 299 [2:2:17]
[main] Setsockopt(11 64 80d3000 61) on fd 302 [2:2:0]
[main] Setsockopt(1 23 80d3000 c4) on fd 303 [26:2:211]
[main] Setsockopt(11 1 80d3000 6) on fd 305 [2:2:17]
[main] Setsockopt(1 12 80d3000 4) on fd 306 [26:2:125]
[main] Setsockopt(1 2c 80d3000 df) on fd 307 [1:1:1]
[main] Setsockopt(0 13 80d3000 4) on fd 308 [2:2:0]
[main] Setsockopt(10c 9 80d3000 4) on fd 309 [26:1:190]
[main] Setsockopt(1 2 80d3000 66) on fd 311 [2:1:6]
[main] Setsockopt(10e 5 80d3000 6) on fd 312 [16:3:15]
[main] Setsockopt(10c 1 80d3000 4) on fd 313 [26:2:88]
[main] Setsockopt(0 1 80d3000 4) on fd 315 [2:1:6]
[main] Setsockopt(1 1 80d3000 4) on fd 316 [26:1:68]
[main] Setsockopt(6 1 80d3000 4) on fd 318 [2:1:0]
[main] Setsockopt(10c 4 80d3000 4) on fd 319 [26:1:119]
[main] Setsockopt(1 2c 80d3000 ff) on fd 320 [1:5:1]
[main] Setsockopt(1 1 80d3000 4) on fd 321 [2:3:145]
[main] Setsockopt(1 23 80d3000 5c) on fd 322 [26:2:116]
[main] Setsockopt(1 f 80d3000 db) on fd 324 [2:1:0]
[main] Setsockopt(1 7 80d3000 75) on fd 325 [26:1:242]
[main] Setsockopt(0 13 80d3000 1) on fd 327 [2:3:195]
[main] Setsockopt(1 e 80d3000 4) on fd 328 [16:3:4]
[main] Setsockopt(11 1 80d3000 76) on fd 331 [2:2:0]
[main] Setsockopt(1 10 80d3000 b5) on fd 332 [26:2:25]
[main] Setsockopt(1 d 80d3000 8) on fd 333 [1:1:1]
[main] Setsockopt(1 10 80d3000 4) on fd 334 [2:1:6]
[main] Setsockopt(1 1 80d3000 4) on fd 335 [26:1:93]
[main] Setsockopt(1 a 80d3000 4) on fd 336 [1:1:1]
[main
[ 22.970051] serial8250: too much work for irq4
] Setsockopt(0 7 80d3000 4) on fd 337 [2:1:6]
[main] Setsockopt(1 1d 80d3000 4) on fd 338 [26:1:10]
[main] Setsockopt(1 8 80d3000 4) on fd 340 [2:1:0]
[main] Setsockopt(1 b 80d3000 4) on fd 342 [1:1:1]
[main] Setsockopt(1 28 80d3000 4) on fd 343 [2:3:70]
[main] Setsockopt(10c 6 80d3000 4) on fd 345 [26:2:181]
[main] Setsockopt(1 21 80d3000 f8) on fd 346 [1:2:1]
[main] Setsockopt(0 3 80d3000 1) on fd 347 [2:3:16]
[main] Setsockopt(10e 5 80d3000 4) on fd 348 [16:3:16]
[main] Setsockopt(1 2f 80d3000 e2) on fd 349 [26:2:10]
[main] Setsockopt(0 22 80d3000 4) on fd 351 [2:1:6]
[main] Setsockopt(10c 7 80d3000 4) on fd 352 [26:2:100]
[main] Setsockopt(1 12 80d3000 d8) on fd 353 [1:5:1]
[main] Setsockopt(0 2 80d3000 4) on fd 354 [2:3:95]
[main] Setsockopt(1 d 80d3000 8) on fd 355 [16:2:6]
[main] Setsockopt(1 9 80d3000 4) on fd 356 [26:1:139]
[main] Setsockopt(1 10 80d3000 97) on fd 358 [2:3:30]
[main] Setsockopt(1 e 80d3000 bd) on fd 359 [26:1:33]
[main] Setsockopt(6 1 80d3000 a3) on fd 361 [2:1:6]
[main] Setsockopt(1 25 80d3000 4) on fd 362 [26:1:127]
[main] Setsockopt(6 8 80d3000 95) on fd 364 [2:1:6]
[main] Setsockopt(10e 5 80d3000 81) on fd 365 [16:3:4]
[main] Setsockopt(10c 3 80d3000 4) on fd 366 [26:1:25]
[main] Setsockopt(1 1d 80d3000 14) on fd 367 [1:5:1]
[main] Setsockopt(11 64 80d3000 4) on fd 368 [2:2:17]
[main] Setsockopt(1 7 80d3000 4) on fd 369 [16:3:15]
[main] Setsockopt(10c 7 80d3000 4) on fd 370 [26:2:204]
[main] Setsockopt(1 25 80d3000 4) on fd 372 [2:3:46]
[main] Setsockopt(10c 8 80d3000 4) on fd 374 [26:1:237]
[main] Setsockopt(1 2b 80d3000 9a) on fd 375 [1:2:1]
[main] Setsockopt(6 13 80d3000 8c) on fd 376 [2:1:0]
[main] Setsockopt(1 2c 80d3000 31) on fd 377 [16:3:0]
[main] Setsockopt(1 6 80d3000 42) on fd 378 [26:2:73]
[main] Setsockopt(0 1 80d3000 33) on fd 380 [2:2:0]
[main] Setsockopt(1 1d 80d3000 71) on fd 381 [26:2:6]
[main] 375 sockets created based on info from socket cachefile.
[main] Generating file descriptors
[main] Added 50 filenames from /dev
[main] Added 12020 filenames from /proc
[main] Added 5529 filenames from /sys
[child1:8344] io_destroy (246) returned ENOSYS, marking as inactive.
[child1:8344] io_submit (248) returned ENOSYS, marking as inactive.
[child1:8344] acct (51) returned ENOSYS, marking as inactive.
[child1:8344] lookup_dcookie (253) returned ENOSYS, marking as inactive--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/