* [netfilter: nf_conntrack] b16c29191d: BUG: spinlock recursion on CPU#1, kworker/u4:2/89
@ 2016-01-28 11:20 kernel test robot
2016-01-28 12:02 ` Florian Westphal
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2016-01-28 11:20 UTC (permalink / raw)
To: lkp
[-- Attachment #1: Type: text/plain, Size: 8793 bytes --]
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
commit b16c29191dc89bd877af99a7b04ce4866728a3e0
Author: Sasha Levin <sasha.levin@oracle.com>
AuthorDate: Mon Jan 18 19:23:51 2016 -0500
Commit: Pablo Neira Ayuso <pablo@netfilter.org>
CommitDate: Wed Jan 20 14:15:31 2016 +0100
netfilter: nf_conntrack: use safer way to lock all buckets
When we need to lock all buckets in the connection hashtable we'd attempt to
lock 1024 spinlocks, which is way more preemption levels than supported by
the kernel. Furthermore, this behavior was hidden by checking if lockdep is
enabled, and if it was - use only 8 buckets(!).
Fix this by using a global lock and synchronize all buckets on it when we
need to lock them all. This is pretty heavyweight, but is only done when we
need to resize the hashtable, and that doesn't happen often enough (or at all).
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Reviewed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
+-------------------------------+------------+------------+------------+
| | 35b815392a | b16c29191d | 9f59b59fdd |
+-------------------------------+------------+------------+------------+
| boot_successes | 910 | 118 | 38 |
| boot_failures | 0 | 2 | 8 |
| BUG:spinlock_recursion_on_CPU | 0 | 2 | 8 |
| backtrace:cleanup_net | 0 | 2 | 7 |
+-------------------------------+------------+------------+------------+
[child0:1965] uid changed! Was: 0, now 65535
[child1:1964] child exiting.
Bailing main loop. Exit reason: UID changed.
[ 24.822451] BUG: spinlock recursion on CPU#1, kworker/u4:2/89
[ 24.823358] lock: nf_conntrack_locks+0x0/0x12780, .magic: dead4ead, .owner: kworker/u4:2/89, .owner_cpu: 1
[ 24.824802] CPU: 1 PID: 89 Comm: kworker/u4:2 Not tainted 4.4.0-03418-gb16c291 #1
[ 24.825913] Workqueue: netns cleanup_net
[ 24.826552] ffffffff81e08880 ffff88001265fbe8 ffffffff813cf0c9 ffff8800125e6100
[ 24.827743] ffff88001265fc08 ffffffff810b37e8 ffffffff81e08880 ffffffff81e08880
[ 24.828930] ffff88001265fc38 ffffffff810b39aa ffffffff81e08898 ffffffff81e08880
[ 24.830114] Call Trace:
[ 24.830510] [<ffffffff813cf0c9>] dump_stack+0x4b/0x72
[ 24.831277] [<ffffffff810b37e8>] spin_dump+0x78/0xc0
[ 24.832043] [<ffffffff810b39aa>] do_raw_spin_lock+0x11a/0x150
[ 24.832922] [<ffffffff8185022d>] _raw_spin_lock+0x5d/0x80
[ 24.833753] [<ffffffff81701922>] ? nf_conntrack_lock+0x12/0x60
[ 24.834648] [<ffffffff81701922>] nf_conntrack_lock+0x12/0x60
[ 24.835353] caif:caif_disconnect_client(): nothing to disconnect
[ 24.849447] [<ffffffff8170bce2>] ctnl_untimeout+0x82/0xb0
[ 24.850371] [<ffffffff8170bd3b>] cttimeout_net_exit+0x2b/0x80
[ 24.851245] [<ffffffff816b4ff8>] ops_exit_list+0x38/0x60
[ 24.852153] [<ffffffff816b5dae>] cleanup_net+0x1ae/0x270
[ 24.852986] [<ffffffff81080b71>] process_one_work+0x1c1/0x500
[ 24.853879] [<ffffffff81080ae9>] ? process_one_work+0x139/0x500
[ 24.854805] [<ffffffff81080efe>] worker_thread+0x4e/0x490
[ 24.855649] [<ffffffff81080eb0>] ? process_one_work+0x500/0x500
[ 24.856571] [<ffffffff81080eb0>] ? process_one_work+0x500/0x500
[ 24.857507] [<ffffffff81087851>] kthread+0x101/0x120
[ 24.858285] [<ffffffff81087750>] ? kthread_stop+0x120/0x120
[ 24.859186] [<ffffffff8185146f>] ret_from_fork+0x3f/0x70
[ 24.860035] [<ffffffff81087750>] ? kthread_stop+0x120/0x120
[ 34.718759] init: tty4 main process (1966) terminated with status 1
[ 34.721009] init: tty4 main process ended, respawning
[ 34.730863] init: tty5 main process (1967) terminated with status 1
git bisect start 9f59b59fddd4ad4a398007059b179cc804e9a85f 92e963f50fc74041b5e9e744c330dca48e04f08d --
git bisect bad d2907ebfd7892cc6919288e306782d28b1aec054 # 11:25 14- 3 Merge 'linux-review/Nicolas-Ferre/spi-atmel-fix-gpio-chip-select-in-case-of-non-DT-platform/20160128-005054' into devel-spot-201601280923
git bisect good 2f451ad637b99e6073555ee77b4861ba4c0b33d8 # 11:37 120+ 0 Merge 'asoc/for-next' into devel-spot-201601280923
git bisect bad 5bf7f3913eb09a58a29f8c49d35e6d564521efc3 # 11:43 0- 1 Merge 'asoc/topic/ssm4567' into devel-spot-201601280923
git bisect good c0cd80413f024d2d2b0306cd73ff905211b2dfdf # 12:00 120+ 0 Merge 'spi/for-next' into devel-spot-201601280923
git bisect good cec507cd4a1097ff1db46a2138b5a63a34e19a4e # 12:25 119+ 0 Merge 'linux-review/Ross-Zwisler/ext2-ext4-Fix-issue-with-missing-journal-entry/20160128-030742' into devel-spot-201601280923
git bisect bad fab357e5a0b27fe98447194f4ff3b57cf161353a # 12:48 5- 5 Merge 'bluetooth/master' into devel-spot-201601280923
git bisect bad 41a751e8480e093999fed3af75cfd17ad3822f77 # 13:02 4- 8 Merge 'linux-review/Eric-Dumazet/tcp-beware-of-alignments-in-tcp_get_info/20160128-025549' into devel-spot-201601280923
git bisect bad 0e03f563a04207cc8e5db6afe63309a585995de7 # 13:21 3- 5 net: mvneta: sort the headers in alphabetic order
git bisect bad 8034e1efcb330d2aecef8cbf8a83f206270c1775 # 13:39 2- 3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
git bisect good 81e8f2e930fe76b9814c71b9d87c30760b5eb705 # 13:48 120+ 0 net: dp83640: Fix tx timestamp overflow handling.
git bisect good d6b3347bf178266259af64b1f27b5cf54acf62c8 # 14:19 120+ 0 netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()
git bisect bad b16c29191dc89bd877af99a7b04ce4866728a3e0 # 16:32 75- 2 netfilter: nf_conntrack: use safer way to lock all buckets
git bisect good 35b815392a6b6c268baf3b63d7f2ba350597024f # 17:14 310+ 0 netfilter: nf_tables_netdev: fix error path in module initialization
# first bad commit: [b16c29191dc89bd877af99a7b04ce4866728a3e0] netfilter: nf_conntrack: use safer way to lock all buckets
git bisect good 35b815392a6b6c268baf3b63d7f2ba350597024f # 17:27 905+ 0 netfilter: nf_tables_netdev: fix error path in module initialization
# extra tests with DEBUG_INFO
git bisect bad b16c29191dc89bd877af99a7b04ce4866728a3e0 # 17:51 104- 4 netfilter: nf_conntrack: use safer way to lock all buckets
# extra tests on HEAD of linux-devel/devel-spot-201601280923
git bisect bad 9f59b59fddd4ad4a398007059b179cc804e9a85f # 17:51 0- 8 0day head guard for 'devel-spot-201601280923'
# extra tests on tree/branch linux-next/master
git bisect bad 888c8375131656144c1605071eab2eb6ac49abc3 # 18:04 16- 3 Add linux-next specific files for 20160128
# extra tests with first bad commit reverted
git bisect good 8aef8bd67e3bcbe1894bf46992346fc0a5ef4647 # 18:32 905+ 0 Revert "netfilter: nf_conntrack: use safer way to lock all buckets"
# extra tests on tree/branch linus/master
git bisect good 03c21cb775a313f1ff19be59c5d02df3e3526471 # 19:20 910+ 0 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
# extra tests on tree/branch linux-next/master
git bisect bad 888c8375131656144c1605071eab2eb6ac49abc3 # 19:20 0- 64 Add linux-next specific files for 20160128
This script may reproduce the error.
----------------------------------------------------------------------------
#!/bin/bash
kernel=$1
initrd=quantal-core-x86_64.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
[-- Attachment #2: 4.4.0-03418-gb16c2911 --]
[-- Type: text/plain, Size: 94195 bytes --]
early console in setup code
early console in decompress_kernel
input_data: 0x000000000226d24d
input_len: 0x000000000049c530
output: 0x0000000001000000
output_len: 0x00000000016f79f8
run_size: 0x00000000022bf000
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[ 0.000000] Linux version 4.4.0-03418-gb16c291 (kbuild@xian) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #1 SMP Thu Jan 28 16:30:09 CST 2016
[ 0.000000] 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/x86_64-randconfig-s2-01280954/linux-devel:devel-spot-201601280923:b16c29191dc89bd877af99a7b04ce4866728a3e0:bisect-linux-2/.vmlinuz-b16c29191dc89bd877af99a7b04ce4866728a3e0-20160128163039-87-ivb41 branch=linux-devel/devel-spot-201601280923 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s2-01280954/gcc-5/b16c29191dc89bd877af99a7b04ce4866728a3e0/vmlinuz-4.4.0-03418-gb16c291 drbd.minor_count=8
[ 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] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 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 = 0x400000000
[ 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- UC
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] BRK [0x02ea9000, 0x02ea9fff] PGTABLE
[ 0.000000] BRK [0x02eaa000, 0x02eaafff] PGTABLE
[ 0.000000] BRK [0x02eab000, 0x02eabfff] PGTABLE
[ 0.000000] BRK [0x02eac000, 0x02eacfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fd000 ( fee00000)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1150a000-0x1152cfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:1148a001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 7488152704 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal 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] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fd000 ( 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 ffffffffff5fc000 (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: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 479 pages/cpu @ffff880010200000 s1924824 r8192 d28968 u2097152
[ 0.000000] pcpu-alloc: s1924824 r8192 d28968 u2097152 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1020c8c0
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 75449
[ 0.000000] Policy zone: DMA32
[ 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/x86_64-randconfig-s2-01280954/linux-devel:devel-spot-201601280923:b16c29191dc89bd877af99a7b04ce4866728a3e0:bisect-linux-2/.vmlinuz-b16c29191dc89bd877af99a7b04ce4866728a3e0-20160128163039-87-ivb41 branch=linux-devel/devel-spot-201601280923 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s2-01280954/gcc-5/b16c29191dc89bd877af99a7b04ce4866728a3e0/vmlinuz-4.4.0-03418-gb16c291 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 240556K/306680K available (8532K kernel code, 1578K rwdata, 4016K rodata, 3468K init, 11976K bss, 66124K reserved, 0K cma-reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 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.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Linux version 4.4.0-03418-gb16c291 (kbuild@xian) (gcc version 5.2.1 20150911 (Debian 5.2.1-17) ) #1 SMP Thu Jan 28 16:30:09 CST 2016
[ 0.000000] 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/x86_64-randconfig-s2-01280954/linux-devel:devel-spot-201601280923:b16c29191dc89bd877af99a7b04ce4866728a3e0:bisect-linux-2/.vmlinuz-b16c29191dc89bd877af99a7b04ce4866728a3e0-20160128163039-87-ivb41 branch=linux-devel/devel-spot-201601280923 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s2-01280954/gcc-5/b16c29191dc89bd877af99a7b04ce4866728a3e0/vmlinuz-4.4.0-03418-gb16c291 drbd.minor_count=8
[ 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] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 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 = 0x400000000
[ 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- UC
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] BRK [0x02ea9000, 0x02ea9fff] PGTABLE
[ 0.000000] BRK [0x02eaa000, 0x02eaafff] PGTABLE
[ 0.000000] BRK [0x02eab000, 0x02eabfff] PGTABLE
[ 0.000000] BRK [0x02eac000, 0x02eacfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fd000 ( fee00000)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1150a000-0x1152cfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:1148a001, primary cpu clock
[ 0.000000] kvm-clock: using sched offset of 7488152704 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal 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] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fd000 ( 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 ffffffffff5fc000 (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: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 479 pages/cpu @ffff880010200000 s1924824 r8192 d28968 u2097152
[ 0.000000] pcpu-alloc: s1924824 r8192 d28968 u2097152 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1020c8c0
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 75449
[ 0.000000] Policy zone: DMA32
[ 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/x86_64-randconfig-s2-01280954/linux-devel:devel-spot-201601280923:b16c29191dc89bd877af99a7b04ce4866728a3e0:bisect-linux-2/.vmlinuz-b16c29191dc89bd877af99a7b04ce4866728a3e0-20160128163039-87-ivb41 branch=linux-devel/devel-spot-201601280923 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s2-01280954/gcc-5/b16c29191dc89bd877af99a7b04ce4866728a3e0/vmlinuz-4.4.0-03418-gb16c291 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 240556K/306680K available (8532K kernel code, 1578K rwdata, 4016K rodata, 3468K init, 11976K bss, 66124K reserved, 0K cma-reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 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.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 8639 kB
[ 0.000000] memory used by lock dependency info: 8639 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock:
[ 0.000000] A-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-B-A deadlock:
[ 0.000000] A-B-B-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-B-C-C-A deadlock:
[ 0.000000] A-B-B-C-C-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-C-A-B-C deadlock:
[ 0.000000] A-B-C-A-B-C deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-B-C-C-D-D-A deadlock:
[ 0.000000] A-B-B-C-C-D-D-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-C-D-B-D-D-A deadlock:
[ 0.000000] A-B-C-D-B-D-D-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] A-B-C-D-B-C-D-A deadlock:
[ 0.000000] A-B-C-D-B-C-D-A deadlock:failed|failed|failed|failed| ok | ok |failed|failed|failed|failed|failed|failed|
[ 0.000000] double unlock:
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held:
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order:
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock:
[ 0.000000] recursive read-lock: | | ok | ok | | |failed|failed|
[ 0.000000] recursive read-lock #2:
[ 0.000000] recursive read-lock #2: | | ok | ok | | |failed|failed|
[ 0.000000] mixed read-write-lock:
[ 0.000000] mixed read-write-lock: | |failed|failed| | |failed|failed|
[ 0.000000] mixed write-read-lock:
[ 0.000000] mixed write-read-lock: | |failed|failed| | |failed|failed|
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12:
[ 0.000000] hard-irqs-on + irq-safe-A/12:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12:
[ 0.000000] soft-irqs-on + irq-safe-A/12:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21:
[ 0.000000] hard-irqs-on + irq-safe-A/21:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21:
[ 0.000000] soft-irqs-on + irq-safe-A/21:failed|failed|failed|failed| ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12:
[ 0.000000] sirq-safe-A => hirqs-on/12:failed|failed|failed|failed| ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21:
[ 0.000000] sirq-safe-A => hirqs-on/21:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12:
[ 0.000000] hard-safe-A + irqs-on/12:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12:
[ 0.000000] soft-safe-A + irqs-on/12:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21:
[ 0.000000] hard-safe-A + irqs-on/21:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21:
[ 0.000000] soft-safe-A + irqs-on/21:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123:
[ 0.000000] hard-safe-A + unsafe-B #1/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123:
[ 0.000000] soft-safe-A + unsafe-B #1/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132:
[ 0.000000] hard-safe-A + unsafe-B #1/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132:
[ 0.000000] soft-safe-A + unsafe-B #1/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213:
[ 0.000000] hard-safe-A + unsafe-B #1/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213:
[ 0.000000] soft-safe-A + unsafe-B #1/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231:
[ 0.000000] hard-safe-A + unsafe-B #1/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231:
[ 0.000000] soft-safe-A + unsafe-B #1/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312:
[ 0.000000] hard-safe-A + unsafe-B #1/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312:
[ 0.000000] soft-safe-A + unsafe-B #1/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321:
[ 0.000000] hard-safe-A + unsafe-B #1/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321:
[ 0.000000] soft-safe-A + unsafe-B #1/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123:
[ 0.000000] hard-safe-A + unsafe-B #2/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123:
[ 0.000000] soft-safe-A + unsafe-B #2/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132:
[ 0.000000] hard-safe-A + unsafe-B #2/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132:
[ 0.000000] soft-safe-A + unsafe-B #2/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213:
[ 0.000000] hard-safe-A + unsafe-B #2/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213:
[ 0.000000] soft-safe-A + unsafe-B #2/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231:
[ 0.000000] hard-safe-A + unsafe-B #2/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231:
[ 0.000000] soft-safe-A + unsafe-B #2/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312:
[ 0.000000] hard-safe-A + unsafe-B #2/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312:
[ 0.000000] soft-safe-A + unsafe-B #2/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321:
[ 0.000000] hard-safe-A + unsafe-B #2/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321:
[ 0.000000] soft-safe-A + unsafe-B #2/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/123:
[ 0.000000] hard-irq lock-inversion/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/123:
[ 0.000000] soft-irq lock-inversion/123:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/132:
[ 0.000000] hard-irq lock-inversion/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/132:
[ 0.000000] soft-irq lock-inversion/132:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/213:
[ 0.000000] hard-irq lock-inversion/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/213:
[ 0.000000] soft-irq lock-inversion/213:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/231:
[ 0.000000] hard-irq lock-inversion/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/231:
[ 0.000000] soft-irq lock-inversion/231:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/312:
[ 0.000000] hard-irq lock-inversion/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/312:
[ 0.000000] soft-irq lock-inversion/312:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq lock-inversion/321:
[ 0.000000] hard-irq lock-inversion/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] soft-irq lock-inversion/321:
[ 0.000000] soft-irq lock-inversion/321:failed|failed|failed|failed| ok | ok |
[ 0.000000] hard-irq read-recursion/123:
[ 0.000000] hard-irq read-recursion/123: ok | ok |
[ 0.000000] soft-irq read-recursion/123:
[ 0.000000] soft-irq read-recursion/123: ok | ok |
[ 0.000000] hard-irq read-recursion/132:
[ 0.000000] hard-irq read-recursion/132: ok | ok |
[ 0.000000] soft-irq read-recursion/132:
[ 0.000000] soft-irq read-recursion/132: ok | ok |
[ 0.000000] hard-irq read-recursion/213:
[ 0.000000] hard-irq read-recursion/213: ok | ok |
[ 0.000000] soft-irq read-recursion/213:
[ 0.000000] soft-irq read-recursion/213: ok | ok |
[ 0.000000] hard-irq read-recursion/231:
[ 0.000000] hard-irq read-recursion/231: ok | ok |
[ 0.000000] soft-irq read-recursion/231:
[ 0.000000] soft-irq read-recursion/231: ok | ok |
[ 0.000000] hard-irq read-recursion/312:
[ 0.000000] hard-irq read-recursion/312: ok | ok |
[ 0.000000] soft-irq read-recursion/312:
[ 0.000000] soft-irq read-recursion/312: ok | ok |
[ 0.000000] hard-irq read-recursion/321:
[ 0.000000] hard-irq read-recursion/321: ok | ok |
[ 0.000000] soft-irq read-recursion/321:
[ 0.000000] soft-irq read-recursion/321: ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ---------------------
[ 0.000000] ww api failures:
[ 0.000000] ww api failures: ok | ok | ok | ok | ok | ok |
[ 0.000000] ww contexts mixing:
[ 0.000000] ww contexts mixing:failed|failed| ok | ok |
[ 0.000000] finishing ww context:
[ 0.000000] finishing ww context: ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] locking mismatches:
[ 0.000000] locking mismatches: ok | ok | ok | ok | ok | ok |
[ 0.000000] EDEADLK handling:
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked:
[ 0.000000] spinlock nest unlocked: ok | ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] context:
[ 0.000000] context:failed|failed| ok | ok | ok | ok |
[ 0.000000] try:
[ 0.000000] try:failed|failed| ok | ok |failed|failed|
[ 0.000000] block:
[ 0.000000] block:failed|failed| ok | ok |failed|failed|
[ 0.000000] spinlock:
[ 0.000000] spinlock:failed|failed| ok | ok |failed|failed|
[ 0.000000] --------------------------------------------------------
[ 0.000000] --------------------------------------------------------
[ 0.000000] 141 out of 253 testcases failed, as expected. |
[ 0.000000] 141 out of 253 testcases failed, as expected. |
[ 0.000000] ----------------------------------------------------
[ 0.000000] ----------------------------------------------------
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.508 MHz processor
[ 0.000000] tsc: Detected 2693.508 MHz processor
[ 0.523520] Calibrating delay loop (skipped) preset value..
[ 0.523520] Calibrating delay loop (skipped) preset value.. 5387.01 BogoMIPS (lpj=2693508)
5387.01 BogoMIPS (lpj=2693508)
[ 0.526013] pid_max: default: 4096 minimum: 301
[ 0.526013] pid_max: default: 4096 minimum: 301
[ 0.527394] ACPI: Core revision 20151218
[ 0.527394] ACPI: Core revision 20151218
[ 0.531551] ACPI:
[ 0.531551] ACPI: 2 ACPI AML tables successfully acquired and loaded
2 ACPI AML tables successfully acquired and loaded
[ 0.533500]
[ 0.533500]
[ 0.534048] Security Framework initialized
[ 0.534048] Security Framework initialized
[ 0.535292] AppArmor: AppArmor initialized
[ 0.535292] AppArmor: AppArmor initialized
[ 0.536580] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.536580] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.538795] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.538795] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.540943] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.540943] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.542927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.542927] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.546158] mce: CPU supports 10 MCE banks
[ 0.546158] mce: CPU supports 10 MCE banks
[ 0.547464] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.547464] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.549047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.549047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.551016] Freeing SMP alternatives memory: 32K (ffffffff822ef000 - ffffffff822f7000)
[ 0.551016] Freeing SMP alternatives memory: 32K (ffffffff822ef000 - ffffffff822f7000)
[ 0.558391] ftrace: allocating 31179 entries in 122 pages
[ 0.558391] ftrace: allocating 31179 entries in 122 pages
[ 0.600937] enabled ExtINT on CPU#0
[ 0.600937] enabled ExtINT on CPU#0
[ 0.603006] ENABLING IO-APIC IRQs
[ 0.603006] ENABLING IO-APIC IRQs
[ 0.604029] init IO_APIC IRQs
[ 0.604029] init IO_APIC IRQs
[ 0.604945] apic 0 pin 0 not connected
[ 0.604945] apic 0 pin 0 not connected
[ 0.606129] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.606129] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.608492] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.608492] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.610872] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.610872] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.613259] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.613259] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.615625] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.615625] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.618031] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.618031] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.620401] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.620401] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.622783] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.622783] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.625180] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.625180] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.627616] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.627616] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.630049] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.630049] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.632479] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.632479] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.634931] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.634931] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.637354] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.637354] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.639784] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.639784] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.642215] apic 0 pin 16 not connected
[ 0.642215] apic 0 pin 16 not connected
[ 0.643394] apic 0 pin 17 not connected
[ 0.643394] apic 0 pin 17 not connected
[ 0.644564] apic 0 pin 18 not connected
[ 0.644564] apic 0 pin 18 not connected
[ 0.645740] apic 0 pin 19 not connected
[ 0.645740] apic 0 pin 19 not connected
[ 0.646943] apic 0 pin 20 not connected
[ 0.646943] apic 0 pin 20 not connected
[ 0.648120] apic 0 pin 21 not connected
[ 0.648120] apic 0 pin 21 not connected
[ 0.649299] apic 0 pin 22 not connected
[ 0.649299] apic 0 pin 22 not connected
[ 0.650470] apic 0 pin 23 not connected
[ 0.650470] apic 0 pin 23 not connected
[ 0.651813] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.651813] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.654786] Using local APIC timer interrupts.
[ 0.654786] calibrating APIC timer ...
[ 0.654786] Using local APIC timer interrupts.
[ 0.654786] calibrating APIC timer ...
[ 0.759936] ... lapic delta = 6249858
[ 0.759936] ... lapic delta = 6249858
[ 0.761739] ... PM-Timer delta = 357948
[ 0.761739] ... PM-Timer delta = 357948
[ 0.763641] ... PM-Timer result ok
[ 0.763641] ... PM-Timer result ok
[ 0.765331] ..... delta 6249858
[ 0.765331] ..... delta 6249858
[ 0.766865] ..... mult: 268429357
[ 0.766865] ..... mult: 268429357
[ 0.768515] ..... calibration result: 999977
[ 0.768515] ..... calibration result: 999977
[ 0.770629] ..... CPU clock speed is 2693.0459 MHz.
[ 0.770629] ..... CPU clock speed is 2693.0459 MHz.
[ 0.773037] ..... host bus clock speed is 999.0977 MHz.
[ 0.773037] ..... host bus clock speed is 999.0977 MHz.
[ 0.775678] smpboot: CPU0:
[ 0.775678] smpboot: CPU0: Intel Intel Common KVM processorCommon KVM processor (family: 0xf, model: 0x6 (family: 0xf, model: 0x6, stepping: 0x1)
, stepping: 0x1)
[ 0.779963] Performance Events:
[ 0.779963] Performance Events: unsupported Netburst CPU model 6 unsupported Netburst CPU model 6 no PMU driver, software events only.
no PMU driver, software events only.
[ 0.785417] x86: Booting SMP configuration:
[ 0.785417] x86: Booting SMP configuration:
[ 0.787461] .... node #0, CPUs:
[ 0.787461] .... node #0, CPUs: #1 #1
[ 0.810755] kvm-clock: cpu 1, msr 0:1148a041, secondary cpu clock
[ 0.811870] masked ExtINT on CPU#1
[ 0.832651] x86: Booted up 1 node, 2 CPUs
[ 0.832651] x86: Booted up 1 node, 2 CPUs
[ 0.832659] KVM setup async PF for cpu 1
[ 0.832659] KVM setup async PF for cpu 1
[ 0.832665] kvm-stealtime: cpu 1, msr 1040c8c0
[ 0.832665] kvm-stealtime: cpu 1, msr 1040c8c0
[ 0.836279] smpboot: Total of 2 processors activated (10774.03 BogoMIPS)
[ 0.836279] smpboot: Total of 2 processors activated (10774.03 BogoMIPS)
[ 0.841222] devtmpfs: initialized
[ 0.841222] devtmpfs: initialized
[ 0.886645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.886645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.890638] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.890638] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.892967] regulator-dummy: no parameters
[ 0.892967] regulator-dummy: no parameters
[ 0.894648] NET: Registered protocol family 16
[ 0.894648] NET: Registered protocol family 16
[ 0.898678] cpuidle: using governor menu
[ 0.898678] cpuidle: using governor menu
[ 0.900053] ACPI: bus type PCI registered
[ 0.900053] ACPI: bus type PCI registered
[ 0.901334] PCI: Using configuration type 1 for base access
[ 0.901334] PCI: Using configuration type 1 for base access
[ 0.914449] ACPI: Added _OSI(Module Device)
[ 0.914449] ACPI: Added _OSI(Module Device)
[ 0.915740] ACPI: Added _OSI(Processor Device)
[ 0.915740] ACPI: Added _OSI(Processor Device)
[ 0.917554] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.917554] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.919217] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.919217] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.924959] ACPI: Interpreter enabled
[ 0.924959] ACPI: Interpreter enabled
[ 0.926190] ACPI: (supports S0 S5)
[ 0.926190] ACPI: (supports S0 S5)
[ 0.927339] ACPI: Using IOAPIC for interrupt routing
[ 0.927339] ACPI: Using IOAPIC for interrupt routing
[ 0.929023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.929023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.941357] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.941357] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.943380] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.943380] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.944981] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.944981] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.947212] PCI host bridge to bus 0000:00
[ 0.947212] PCI host bridge to bus 0000:00
[ 0.948533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.948533] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.950583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.950583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.952717] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.952717] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.955069] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff window]
[ 0.955069] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff window]
[ 0.957317] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.957317] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.959070] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.959070] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.961825] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.961825] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.964653] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.964653] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.985280] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 0.985280] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 0.994462] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.994462] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.996512] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.996512] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.998530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.998530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 1.000744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.000744] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.003835] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.003835] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.006373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 1.006373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 1.008763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 1.008763] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 1.011368] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 1.011368] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 1.020334] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 1.020334] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 1.036559] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 1.036559] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 1.068517] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 1.068517] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 1.071138] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 1.071138] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 1.079810] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 1.079810] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 1.089153] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 1.089153] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 1.124379] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 1.124379] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 1.128281] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 1.128281] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 1.136135] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 1.136135] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 1.145004] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 1.145004] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 1.182669] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 1.182669] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 1.191645] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 1.191645] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 1.198945] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 1.198945] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 1.236678] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 1.236678] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[ 1.244945] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]
[ 1.244945] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]
[ 1.251960] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[ 1.251960] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[ 1.288224] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 1.288224] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[ 1.297516] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]
[ 1.297516] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]
[ 1.304985] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[ 1.304985] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[ 1.341543] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 1.341543] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 1.350668] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]
[ 1.350668] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]
[ 1.358332] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[ 1.358332] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[ 1.390866] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 1.390866] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[ 1.399482] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]
[ 1.399482] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]
[ 1.406700] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[ 1.406700] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[ 1.445030] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[ 1.445030] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[ 1.453617] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]
[ 1.453617] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]
[ 1.460981] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[ 1.460981] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[ 1.495856] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[ 1.495856] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[ 1.500063] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[ 1.500063] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[ 1.523038] ACPI: PCI Interrupt Link [LNKA] (IRQs
[ 1.523038] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 5 *10 *10 11 11))
[ 1.525139] ACPI: PCI Interrupt Link [LNKB] (IRQs
[ 1.525139] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 5 *10 *10 11 11))
[ 1.528109] ACPI: PCI Interrupt Link [LNKC] (IRQs
[ 1.528109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 5 10 10 *11 *11))
[ 1.530167] ACPI: PCI Interrupt Link [LNKD] (IRQs
[ 1.530167] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 5 10 10 *11 *11))
[ 1.532160] ACPI: PCI Interrupt Link [LNKS] (IRQs
[ 1.532160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9 *9))
[ 1.534604] ACPI:
[ 1.534604] ACPI: Enabled 16 GPEs in block 00 to 0FEnabled 16 GPEs in block 00 to 0F
[ 1.536741] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 1.536741] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 1.538482] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.538482] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.540957] vgaarb: loaded
[ 1.540957] vgaarb: loaded
[ 1.541813] vgaarb: bridge control possible 0000:00:02.0
[ 1.541813] vgaarb: bridge control possible 0000:00:02.0
[ 1.544051] SCSI subsystem initialized
[ 1.544051] SCSI subsystem initialized
[ 1.545314] ACPI: bus type USB registered
[ 1.545314] ACPI: bus type USB registered
[ 1.546673] usbcore: registered new interface driver usbfs
[ 1.546673] usbcore: registered new interface driver usbfs
[ 1.548383] usbcore: registered new interface driver hub
[ 1.548383] usbcore: registered new interface driver hub
[ 1.562340] usbcore: registered new device driver usb
[ 1.562340] usbcore: registered new device driver usb
[ 1.563955] pps_core: LinuxPPS API ver. 1 registered
[ 1.563955] pps_core: LinuxPPS API ver. 1 registered
[ 1.565461] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.565461] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.568189] PTP clock support registered
[ 1.568189] PTP clock support registered
[ 1.569444] FPGA manager framework
[ 1.569444] FPGA manager framework
[ 1.570497] PCI: Using ACPI for IRQ routing
[ 1.570497] PCI: Using ACPI for IRQ routing
[ 1.571792] PCI: pci_cache_line_size set to 64 bytes
[ 1.571792] PCI: pci_cache_line_size set to 64 bytes
[ 1.573649] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 1.573649] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 1.575491] e820: reserve RAM buffer [mem 0x12be0000-0x13ffffff]
[ 1.575491] e820: reserve RAM buffer [mem 0x12be0000-0x13ffffff]
[ 1.577854] NetLabel: Initializing
[ 1.577854] NetLabel: Initializing
[ 1.578916] NetLabel: domain hash size = 128
[ 1.578916] NetLabel: domain hash size = 128
[ 1.580243] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.580243] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.581833] NetLabel: unlabeled traffic allowed by default
[ 1.581833] NetLabel: unlabeled traffic allowed by default
[ 1.583578] nfc: nfc_init: NFC Core ver 0.1
[ 1.583578] nfc: nfc_init: NFC Core ver 0.1
[ 1.584892] NET: Registered protocol family 39
[ 1.584892] NET: Registered protocol family 39
[ 1.599359] clocksource: Switched to clocksource kvm-clock
[ 1.599359] clocksource: Switched to clocksource kvm-clock
[ 1.625928] FS-Cache: Loaded
[ 1.625928] FS-Cache: Loaded
[ 1.627012] CacheFiles: Loaded
[ 1.627012] CacheFiles: Loaded
[ 1.628142] AppArmor: AppArmor Filesystem Enabled
[ 1.628142] AppArmor: AppArmor Filesystem Enabled
[ 1.629646] pnp: PnP ACPI init
[ 1.629646] pnp: PnP ACPI init
[ 1.630766] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.630766] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.632828] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.632828] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.634880] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 1.634880] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 1.636890] pnp 00:03: [dma 2]
[ 1.636890] pnp 00:03: [dma 2]
[ 1.637881] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 1.637881] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 1.639976] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 1.639976] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 1.642056] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.642056] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.644577] pnp: PnP ACPI: found 6 devices
[ 1.644577] pnp: PnP ACPI: found 6 devices
[ 1.651635] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.651635] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.654291] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.654291] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.656124] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.656124] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.657954] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.657954] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.659999] pci_bus 0000:00: resource 7 [mem 0x12c00000-0xfebfffff window]
[ 1.659999] pci_bus 0000:00: resource 7 [mem 0x12c00000-0xfebfffff window]
[ 1.662310] NET: Registered protocol family 2
[ 1.662310] NET: Registered protocol family 2
[ 1.664072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.664072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.666194] TCP bind hash table entries: 4096 (order: 6, 327680 bytes)
[ 1.666194] TCP bind hash table entries: 4096 (order: 6, 327680 bytes)
[ 1.668375] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.668375] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.670297] UDP hash table entries: 256 (order: 3, 49152 bytes)
[ 1.670297] UDP hash table entries: 256 (order: 3, 49152 bytes)
[ 1.672085] UDP-Lite hash table entries: 256 (order: 3, 49152 bytes)
[ 1.672085] UDP-Lite hash table entries: 256 (order: 3, 49152 bytes)
[ 1.674234] NET: Registered protocol family 1
[ 1.674234] NET: Registered protocol family 1
[ 1.675589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.675589] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.677389] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 1.677389] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 1.679147] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 1.679147] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 1.681012] pci 0000:00:02.0: Video device with shadowed ROM
[ 1.681012] pci 0000:00:02.0: Video device with shadowed ROM
[ 1.682837] PCI: CLS 0 bytes, default 64
[ 1.682837] PCI: CLS 0 bytes, default 64
[ 1.684209] Unpacking initramfs...
[ 1.684209] Unpacking initramfs...
[ 2.360377] Freeing initrd memory: 23244K (ffff88001152d000 - ffff880012be0000)
[ 2.360377] Freeing initrd memory: 23244K (ffff88001152d000 - ffff880012be0000)
[ 2.376784] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64.
[ 2.376784] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64.
[ 2.379505] blowfish-x86_64: performance on this CPU would be suboptimal: disabling blowfish-x86_64.
[ 2.379505] blowfish-x86_64: performance on this CPU would be suboptimal: disabling blowfish-x86_64.
[ 2.395539] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way.
[ 2.395539] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way.
[ 2.398530] PCLMULQDQ-NI instructions are not detected.
[ 2.398530] PCLMULQDQ-NI instructions are not detected.
[ 2.400352] 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
[ 2.400352] 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
[ 2.405714] spin_lock-torture: Creating torture_shuffle task
[ 2.405714] spin_lock-torture: Creating torture_shuffle task
[ 2.420497] spin_lock-torture: Creating torture_stutter task
[ 2.420497] spin_lock-torture: Creating torture_stutter task
[ 2.422450] spin_lock-torture: torture_shuffle task started
[ 2.422450] spin_lock-torture: torture_shuffle task started
[ 2.424340] spin_lock-torture: Creating lock_torture_writer task
[ 2.424340] spin_lock-torture: Creating lock_torture_writer task
[ 2.426233] spin_lock-torture: torture_stutter task started
[ 2.426233] spin_lock-torture: torture_stutter task started
[ 2.428007] spin_lock-torture: Creating lock_torture_writer task
[ 2.428007] spin_lock-torture: Creating lock_torture_writer task
[ 2.430057] spin_lock-torture: lock_torture_writer task started
[ 2.430057] spin_lock-torture: lock_torture_writer task started
[ 2.432013] spin_lock-torture: Creating lock_torture_writer task
[ 2.432013] spin_lock-torture: Creating lock_torture_writer task
[ 2.439387] spin_lock-torture: lock_torture_writer task started
[ 2.439387] spin_lock-torture: lock_torture_writer task started
[ 2.441608] spin_lock-torture: Creating lock_torture_writer task
[ 2.441608] spin_lock-torture: Creating lock_torture_writer task
[ 2.443404] spin_lock-torture: lock_torture_writer task started
[ 2.443404] spin_lock-torture: lock_torture_writer task started
[ 2.447237] spin_lock-torture: Creating lock_torture_stats task
[ 2.447237] spin_lock-torture: Creating lock_torture_stats task
[ 2.447312] spin_lock-torture: lock_torture_writer task started
[ 2.447312] spin_lock-torture: lock_torture_writer task started
[ 2.453597] futex hash table entries: 16 (order: -1, 2048 bytes)
[ 2.453597] futex hash table entries: 16 (order: -1, 2048 bytes)
[ 2.454372] spin_lock-torture: lock_torture_stats task started
[ 2.454372] spin_lock-torture: lock_torture_stats task started
[ 2.457542] audit: initializing netlink subsys (disabled)
[ 2.457542] audit: initializing netlink subsys (disabled)
[ 2.459622] audit: type=2000 audit(1453969909.772:1): initialized
[ 2.459622] audit: type=2000 audit(1453969909.772:1): initialized
[ 2.466119] Initialise system trusted keyring
[ 2.466119] Initialise system trusted keyring
[ 2.469143] DLM installed
[ 2.469143] DLM installed
[ 2.470770] FS-Cache: Netfs 'cifs' registered for caching
[ 2.470770] FS-Cache: Netfs 'cifs' registered for caching
[ 2.473464] Key type cifs.idmap registered
[ 2.473464] Key type cifs.idmap registered
[ 2.474929] efs: 1.0a - http://aeschi.ch.eu.org/efs/
[ 2.474929] efs: 1.0a - http://aeschi.ch.eu.org/efs/
[ 2.477205] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[ 2.477205] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[ 2.478935] QNX4 filesystem 0.2.3 registered.
[ 2.478935] QNX4 filesystem 0.2.3 registered.
[ 2.480990] JFS: nTxBlock = 2061, nTxLock = 16489
[ 2.480990] JFS: nTxBlock = 2061, nTxLock = 16489
[ 2.613647] NET: Registered protocol family 38
[ 2.613647] NET: Registered protocol family 38
[ 2.615102] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 2.615102] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 2.617360] io scheduler noop registered
[ 2.617360] io scheduler noop registered
[ 2.618736] io scheduler cfq registered (default)
[ 2.618736] io scheduler cfq registered (default)
[ 2.620301] start plist test
[ 2.620301] start plist test
[ 2.623569] end plist test
[ 2.623569] end plist test
[ 2.624588] test_firmware: interface ready
[ 2.624588] test_firmware: interface ready
[ 2.625960] test_printf: all 111 tests passed
[ 2.625960] test_printf: all 111 tests passed
[ 2.627446] xz_dec_test: module loaded
[ 2.627446] xz_dec_test: module loaded
[ 2.628777] xz_dec_test: Create a device node with 'mknod xz_dec_test c 250 0' and write .xz files to it.
[ 2.628777] xz_dec_test: Create a device node with 'mknod xz_dec_test c 250 0' and write .xz files to it.
[ 2.631849] glob: 64 self-tests passed, 0 failed
[ 2.631849] glob: 64 self-tests passed, 0 failed
[ 2.633622] hgafb: HGA card not detected.
[ 2.633622] hgafb: HGA card not detected.
[ 2.634894] hgafb: probe of hgafb.0 failed with error -22
[ 2.634894] hgafb: probe of hgafb.0 failed with error -22
[ 2.636723] usbcore: registered new interface driver udlfb
[ 2.636723] usbcore: registered new interface driver udlfb
[ 2.638606] usbcore: registered new interface driver smscufx
[ 2.638606] usbcore: registered new interface driver smscufx
[ 2.640404] ipmi message handler version 39.2
[ 2.640404] ipmi message handler version 39.2
[ 2.641749] IPMI System Interface driver.
[ 2.641749] IPMI System Interface driver.
[ 2.643091] ipmi_si: Unable to find any System Interface(s)
[ 2.643091] ipmi_si: Unable to find any System Interface(s)
[ 2.645628] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.645628] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.647950] ACPI: Power Button [PWRF]
[ 2.647950] ACPI: Power Button [PWRF]
[ 2.649249] Warning: Processor Platform Limit event detected, but not handled.
[ 2.649249] Warning: Processor Platform Limit event detected, but not handled.
[ 2.651432] Consider compiling CPUfreq support into your kernel.
[ 2.651432] Consider compiling CPUfreq support into your kernel.
[ 2.653936] HDLC line discipline maxframe=4096
[ 2.653936] HDLC line discipline maxframe=4096
[ 2.655266] N_HDLC line discipline registered.
[ 2.655266] N_HDLC line discipline registered.
[ 2.656598] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.656598] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.686519] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.686519] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.690104] [drm] Initialized drm 1.1.0 20060810
[ 2.690104] [drm] Initialized drm 1.1.0 20060810
[ 2.692967] usbcore: registered new interface driver rtsx_usb
[ 2.692967] usbcore: registered new interface driver rtsx_usb
[ 2.695088] usbcore: registered new interface driver viperboard
[ 2.695088] usbcore: registered new interface driver viperboard
[ 2.697603] usbcore: registered new interface driver nfcmrvl
[ 2.697603] usbcore: registered new interface driver nfcmrvl
[ 2.699688] SCSI Media Changer driver v0.25
[ 2.699688] SCSI Media Changer driver v0.25
[ 2.701189] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[ 2.701189] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[ 2.704491] Floppy drive(s):
[ 2.704491] Floppy drive(s): fd0 is 1.44M fd0 is 1.44M
[ 2.706484] slcan: serial line CAN interface driver
[ 2.706484] slcan: serial line CAN interface driver
[ 2.707949] slcan: 10 dynamic interface channels.
[ 2.707949] slcan: 10 dynamic interface channels.
[ 2.709488] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 2.709488] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 2.712336] SLIP linefill/keepalive option.
[ 2.712336] SLIP linefill/keepalive option.
[ 2.713703] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[ 2.713703] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[ 2.715508] usbcore: registered new interface driver usbtmc
[ 2.715508] usbcore: registered new interface driver usbtmc
[ 2.717224] ftdi_elan: driver ftdi-elan
[ 2.717224] ftdi_elan: driver ftdi-elan
[ 2.718807] usbcore: registered new interface driver ftdi-elan
[ 2.718807] usbcore: registered new interface driver ftdi-elan
[ 2.720576] usbcore: registered new interface driver iowarrior
[ 2.720576] usbcore: registered new interface driver iowarrior
[ 2.721753] FDC 0 is a S82078B
[ 2.721753] FDC 0 is a S82078B
[ 2.723560] usbcore: registered new interface driver isight_firmware
[ 2.723560] usbcore: registered new interface driver isight_firmware
[ 2.725494] usbcore: registered new interface driver ldusb
[ 2.725494] usbcore: registered new interface driver ldusb
[ 2.727184] usbcore: registered new interface driver legousbtower
[ 2.727184] usbcore: registered new interface driver legousbtower
[ 2.729041] usbcore: registered new interface driver usb_ehset_test
[ 2.729041] usbcore: registered new interface driver usb_ehset_test
[ 2.730929] usbcore: registered new interface driver yurex
[ 2.730929] usbcore: registered new interface driver yurex
[ 2.732595] usbcore: registered new interface driver lvs
[ 2.732595] usbcore: registered new interface driver lvs
[ 2.734248] usbip_core: usbip_core_init:761: USB/IP Core v1.0.0
[ 2.734248] usbip_core: usbip_core_init:761: USB/IP Core v1.0.0
[ 2.736132] vhci_hcd: vhci_hcd_probe:1000: name vhci_hcd id -1
[ 2.736132] vhci_hcd: vhci_hcd_probe:1000: name vhci_hcd id -1
[ 2.737905] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller
[ 2.737905] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller
[ 2.739665] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 1
[ 2.739665] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 1
[ 2.741762] vhci_hcd: vhci_start:883: enter vhci_start
[ 2.741762] vhci_hcd: vhci_start:883: enter vhci_start
[ 2.977804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.977804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.979925] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.979925] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.982386] usb usb1: Product: USB/IP Virtual Host Controller
[ 2.982386] usb usb1: Product: USB/IP Virtual Host Controller
[ 2.984149] usb usb1: Manufacturer: Linux 4.4.0-03418-gb16c291 vhci_hcd
[ 2.984149] usb usb1: Manufacturer: Linux 4.4.0-03418-gb16c291 vhci_hcd
[ 2.986172] usb usb1: SerialNumber: vhci_hcd
[ 2.986172] usb usb1: SerialNumber: vhci_hcd
[ 2.988112] hub 1-0:1.0: USB hub found
[ 2.988112] hub 1-0:1.0: USB hub found
[ 2.989422] vhci_hcd: vhci_hub_control:245: typeReq a006 wValue 2900 wIndex 0
[ 2.989422] vhci_hcd: vhci_hub_control:245: typeReq a006 wValue 2900 wIndex 0
[ 2.992132] vhci_hcd: vhci_hub_control:303: GetHubDescriptor
[ 2.992132] vhci_hcd: vhci_hub_control:303: GetHubDescriptor
[ 2.994069] vhci_hcd: vhci_hub_control:397: port -1
[ 2.994069] vhci_hcd: vhci_hub_control:397: port -1
[ 2.995897] vhci_hcd: vhci_hub_control:404: bye
[ 2.995897] vhci_hcd: vhci_hub_control:404: bye
[ 2.997572] hub 1-0:1.0: 8 ports detected
[ 2.997572] hub 1-0:1.0: 8 ports detected
[ 2.999146] vhci_hcd: vhci_hub_control:245: typeReq a000 wValue 0 wIndex 0
[ 2.999146] vhci_hcd: vhci_hub_control:245: typeReq a000 wValue 0 wIndex 0
[ 3.001645] vhci_hcd: vhci_hub_control:307: GetHubStatus
[ 3.001645] vhci_hcd: vhci_hub_control:307: GetHubStatus
[ 3.003496] vhci_hcd: vhci_hub_control:397: port -1
[ 3.003496] vhci_hcd: vhci_hub_control:397: port -1
[ 3.005122] vhci_hcd: vhci_hub_control:404: bye
[ 3.005122] vhci_hcd: vhci_hub_control:404: bye
[ 3.007416] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 1
[ 3.007416] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 1
[ 3.009759] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.009759] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.012051] vhci_hcd: vhci_hub_control:397: port 0
[ 3.012051] vhci_hcd: vhci_hub_control:397: port 0
[ 3.013577] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.013577] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.016279] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.016279] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.017995] vhci_hcd: dump_port_status_diff:119:
[ 3.017995] vhci_hcd: dump_port_status_diff:119:
[ 3.019490] vhci_hcd: vhci_hub_control:404: bye
[ 3.019490] vhci_hcd: vhci_hub_control:404: bye
[ 3.021358] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 2
[ 3.021358] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 2
[ 3.023607] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.023607] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.025813] vhci_hcd: vhci_hub_control:397: port 1
[ 3.025813] vhci_hcd: vhci_hub_control:397: port 1
[ 3.027398] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.027398] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.030126] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.030126] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.031902] vhci_hcd: dump_port_status_diff:119:
[ 3.031902] vhci_hcd: dump_port_status_diff:119:
[ 3.033450] vhci_hcd: vhci_hub_control:404: bye
[ 3.033450] vhci_hcd: vhci_hub_control:404: bye
[ 3.035133] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 3
[ 3.035133] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 3
[ 3.037544] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.037544] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.039744] vhci_hcd: vhci_hub_control:397: port 2
[ 3.039744] vhci_hcd: vhci_hub_control:397: port 2
[ 3.041415] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.041415] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.043830] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.043830] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.044996] vhci_hcd: dump_port_status_diff:119:
[ 3.044996] vhci_hcd: dump_port_status_diff:119:
[ 3.046537] vhci_hcd: vhci_hub_control:404: bye
[ 3.046537] vhci_hcd: vhci_hub_control:404: bye
[ 3.048109] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 4
[ 3.048109] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 4
[ 3.050381] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.050381] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.052551] vhci_hcd: vhci_hub_control:397: port 3
[ 3.052551] vhci_hcd: vhci_hub_control:397: port 3
[ 3.054108] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.054108] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.056698] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.056698] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.057645] vhci_hcd: dump_port_status_diff:119:
[ 3.057645] vhci_hcd: dump_port_status_diff:119:
[ 3.058514] vhci_hcd: vhci_hub_control:404: bye
[ 3.058514] vhci_hcd: vhci_hub_control:404: bye
[ 3.059393] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 5
[ 3.059393] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 5
[ 3.060679] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.060679] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.061860] vhci_hcd: vhci_hub_control:397: port 4
[ 3.061860] vhci_hcd: vhci_hub_control:397: port 4
[ 3.063088] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.063088] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.064560] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.064560] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.065554] vhci_hcd: dump_port_status_diff:119:
[ 3.065554] vhci_hcd: dump_port_status_diff:119:
[ 3.066423] vhci_hcd: vhci_hub_control:404: bye
[ 3.066423] vhci_hcd: vhci_hub_control:404: bye
[ 3.067412] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 6
[ 3.067412] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 6
[ 3.068919] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.068919] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.070146] vhci_hcd: vhci_hub_control:397: port 5
[ 3.070146] vhci_hcd: vhci_hub_control:397: port 5
[ 3.071427] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.071427] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.073939] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.073939] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.075579] vhci_hcd: dump_port_status_diff:119:
[ 3.075579] vhci_hcd: dump_port_status_diff:119:
[ 3.077025] vhci_hcd: vhci_hub_control:404: bye
[ 3.077025] vhci_hcd: vhci_hub_control:404: bye
[ 3.078521] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 7
[ 3.078521] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 7
[ 3.080675] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.080675] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.082845] vhci_hcd: vhci_hub_control:397: port 6
[ 3.082845] vhci_hcd: vhci_hub_control:397: port 6
[ 3.084494] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.084494] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.086868] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.086868] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.088523] vhci_hcd: dump_port_status_diff:119:
[ 3.088523] vhci_hcd: dump_port_status_diff:119:
[ 3.089959] vhci_hcd: vhci_hub_control:404: bye
[ 3.089959] vhci_hcd: vhci_hub_control:404: bye
[ 3.091484] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 8
[ 3.091484] vhci_hcd: vhci_hub_control:245: typeReq 2303 wValue 8 wIndex 8
[ 3.093569] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.093569] vhci_hcd: vhci_hub_control:383: SetPortFeature: default 8
[ 3.095607] vhci_hcd: vhci_hub_control:397: port 7
[ 3.095607] vhci_hcd: vhci_hub_control:397: port 7
[ 3.097030] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.097030] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000000 -> 00000100
[ 3.099560] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.099560] vhci_hcd: dump_port_status_diff:115: +POWER
[ 3.101177] vhci_hcd: dump_port_status_diff:119:
[ 3.101177] vhci_hcd: dump_port_status_diff:119:
[ 3.102633] vhci_hcd: vhci_hub_control:404: bye
[ 3.102633] vhci_hcd: vhci_hub_control:404: bye
[ 3.104380] vhci_hcd: vhci_hcd_probe:1028: bye
[ 3.104380] vhci_hcd: vhci_hcd_probe:1028: bye
[ 3.105800] vhci_hcd: vhci_hcd_init:1149: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0
[ 3.105800] vhci_hcd: vhci_hcd_init:1149: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0
[ 3.108492] usbcore: registered new device driver usbip-host
[ 3.108492] usbcore: registered new device driver usbip-host
[ 3.110233] usbip_host: usbip_host_init:302: USB/IP Host Driver v1.0.0
[ 3.110233] usbip_host: usbip_host_init:302: USB/IP Host Driver v1.0.0
[ 3.112372] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 3.112372] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 3.116137] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.116137] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.117846] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.117846] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.120264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 3.120264] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 3.123062] usbcore: registered new interface driver appletouch
[ 3.123062] usbcore: registered new interface driver appletouch
[ 3.125210] cm109: Keymap for Komunikate KIP1000 phone loaded
[ 3.125210] cm109: Keymap for Komunikate KIP1000 phone loaded
[ 3.127097] usbcore: registered new interface driver cm109
[ 3.127097] usbcore: registered new interface driver cm109
[ 3.128806] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[ 3.128806] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[ 3.131730] rtc rtc0: alarm rollover: day
[ 3.131730] rtc rtc0: alarm rollover: day
[ 3.132935] rtc rtc0: invalid alarm value: 1900-1-29 2022213768:1073741856:0
[ 3.132935] rtc rtc0: invalid alarm value: 1900-1-29 2022213768:1073741856:0
[ 3.135142] rtc-test rtc-test.0: rtc core: registered test as rtc0
[ 3.135142] rtc-test rtc-test.0: rtc core: registered test as rtc0
[ 3.137201] rtc rtc1: alarm rollover: day
[ 3.137201] rtc rtc1: alarm rollover: day
[ 3.138485] rtc rtc1: invalid alarm value: 1900-1-29 2022213768:1073741856:0
[ 3.138485] rtc rtc1: invalid alarm value: 1900-1-29 2022213768:1073741856:0
[ 3.140805] rtc-test rtc-test.1: rtc core: registered test as rtc1
[ 3.140805] rtc-test rtc-test.1: rtc core: registered test as rtc1
[ 3.142950] usbcore: registered new interface driver i2c-diolan-u2c
[ 3.142950] usbcore: registered new interface driver i2c-diolan-u2c
[ 3.144797] pps_ldisc: PPS line discipline registered
[ 3.144797] pps_ldisc: PPS line discipline registered
[ 3.146399] Driver for 1-wire Dallas network protocol.
[ 3.146399] Driver for 1-wire Dallas network protocol.
[ 3.148182] __power_supply_register: Expected proper parent device for 'test_ac'
[ 3.148182] __power_supply_register: Expected proper parent device for 'test_ac'
[ 3.150632] __power_supply_register: Expected proper parent device for 'test_battery'
[ 3.150632] __power_supply_register: Expected proper parent device for 'test_battery'
[ 3.153273] __power_supply_register: Expected proper parent device for 'test_usb'
[ 3.153273] __power_supply_register: Expected proper parent device for 'test_usb'
[ 3.155824] f71882fg: Not a Fintek device
[ 3.155824] f71882fg: Not a Fintek device
[ 3.157131] f71882fg: Not a Fintek device
[ 3.157131] f71882fg: Not a Fintek device
[ 3.164763] ISDN subsystem Rev: 1.1.2.3/
[ 3.164763] ISDN subsystem Rev: 1.1.2.3/1.1.2.2/1.1.2.2/1.1.2.3/1.1.2.3/1.1.2.2/1.1.2.2/1.1.2.21.1.2.2
[ 3.167169] HiSax: Linux Driver for passive ISDN cards
[ 3.167169] HiSax: Linux Driver for passive ISDN cards
[ 3.168781] HiSax: Version 3.5 (kernel)
[ 3.168781] HiSax: Version 3.5 (kernel)
[ 3.169929] HiSax: Layer1 Revision 2.46.2.5
[ 3.169929] HiSax: Layer1 Revision 2.46.2.5
[ 3.171240] HiSax: Layer2 Revision 2.30.2.4
[ 3.171240] HiSax: Layer2 Revision 2.30.2.4
[ 3.172552] HiSax: TeiMgr Revision 2.20.2.3
[ 3.172552] HiSax: TeiMgr Revision 2.20.2.3
[ 3.173850] HiSax: Layer3 Revision 2.22.2.3
[ 3.173850] HiSax: Layer3 Revision 2.22.2.3
[ 3.175166] HiSax: LinkLayer Revision 2.59.2.4
[ 3.175166] HiSax: LinkLayer Revision 2.59.2.4
[ 3.176667] HiSax: Total 1 card defined
[ 3.176667] HiSax: Total 1 card defined
[ 3.177945] HiSax: Card 1 Protocol EDSS1 Id=HiSax (0)
[ 3.177945] HiSax: Card 1 Protocol EDSS1 Id=HiSax (0)
[ 3.179631] Gazel: Driver Revision 2.19.2.4
[ 3.179631] Gazel: Driver Revision 2.19.2.4
[ 3.181001] Gazel: ISA PnP card automatic recognition
[ 3.181001] Gazel: ISA PnP card automatic recognition
[ 3.182524] Gazel: Card ISA R647/R648 found
[ 3.182524] Gazel: Card ISA R647/R648 found
[ 3.183747] Gazel: config irq:15 isac:0x8180 cfg:0xC180
[ 3.183747] Gazel: config irq:15 isac:0x8180 cfg:0xC180
[ 3.185400] Gazel: hscx A:0x180 hscx B:0x4180
[ 3.185400] Gazel: hscx A:0x180 hscx B:0x4180
[ 3.199766] Gazel: ISAC version (ff): 2085 V2.3
[ 3.199766] Gazel: ISAC version (ff): 2085 V2.3
[ 3.201213] Gazel: HSCX version A: ??? B: ???
[ 3.201213] Gazel: HSCX version A: ??? B: ???
[ 3.202593] Gazel: wrong HSCX versions check IO address
[ 3.202593] Gazel: wrong HSCX versions check IO address
[ 3.204303] HiSax: Card Gazel not installed !
[ 3.204303] HiSax: Card Gazel not installed !
[ 3.205676] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 1
[ 3.205676] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 1
[ 3.207768] vhci_hcd: vhci_hub_control:311: GetPortStatus port 1
[ 3.207768] vhci_hcd: vhci_hub_control:311: GetPortStatus port 1
[ 3.209659] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.209659] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.211622] vhci_hcd: vhci_hub_control:397: port 0
[ 3.211622] vhci_hcd: vhci_hub_control:397: port 0
[ 3.213096] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.213096] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.215599] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.215599] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.217328] vhci_hcd: dump_port_status_diff:119:
[ 3.217328] vhci_hcd: dump_port_status_diff:119:
[ 3.218724] vhci_hcd: vhci_hub_control:404: bye
[ 3.218724] vhci_hcd: vhci_hub_control:404: bye
[ 3.220217] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 2
[ 3.220217] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 2
[ 3.222361] vhci_hcd: vhci_hub_control:311: GetPortStatus port 2
[ 3.222361] vhci_hcd: vhci_hub_control:311: GetPortStatus port 2
[ 3.224227] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.224227] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.226189] vhci_hcd: vhci_hub_control:397: port 1
[ 3.226189] vhci_hcd: vhci_hub_control:397: port 1
[ 3.227761] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.227761] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.230443] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.230443] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.231947] vhci_hcd: dump_port_status_diff:119:
[ 3.231947] vhci_hcd: dump_port_status_diff:119:
[ 3.233424] vhci_hcd: vhci_hub_control:404: bye
[ 3.233424] vhci_hcd: vhci_hub_control:404: bye
[ 3.234961] HFC-S USB: driver module revision 2.3.2.24 date 2007/10/14 loaded, (debug=0)
[ 3.234961] HFC-S USB: driver module revision 2.3.2.24 date 2007/10/14 loaded, (debug=0)
[ 3.237552] usbcore: registered new interface driver hfc_usb
[ 3.237552] usbcore: registered new interface driver hfc_usb
[ 3.239342] gigaset: Driver for Gigaset 307x
[ 3.239342] gigaset: Driver for Gigaset 307x
[ 3.240714] gigaset: ISDN4Linux interface
[ 3.240714] gigaset: ISDN4Linux interface
[ 3.242007] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 3
[ 3.242007] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 3
[ 3.244037] vhci_hcd: vhci_hub_control:311: GetPortStatus port 3
[ 3.244037] vhci_hcd: vhci_hub_control:311: GetPortStatus port 3
[ 3.245901] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.245901] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.247860] vhci_hcd: vhci_hub_control:397: port 2
[ 3.247860] vhci_hcd: vhci_hub_control:397: port 2
[ 3.249323] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.249323] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.251838] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.251838] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.253481] vhci_hcd: dump_port_status_diff:119:
[ 3.253481] vhci_hcd: dump_port_status_diff:119:
[ 3.254936] vhci_hcd: vhci_hub_control:404: bye
[ 3.254936] vhci_hcd: vhci_hub_control:404: bye
[ 3.256521] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 4
[ 3.256521] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 4
[ 3.258623] vhci_hcd: vhci_hub_control:311: GetPortStatus port 4
[ 3.258623] vhci_hcd: vhci_hub_control:311: GetPortStatus port 4
[ 3.260517] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.260517] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.262472] vhci_hcd: vhci_hub_control:397: port 3
[ 3.262472] vhci_hcd: vhci_hub_control:397: port 3
[ 3.263952] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.263952] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.266455] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.266455] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.268100] vhci_hcd: dump_port_status_diff:119:
[ 3.268100] vhci_hcd: dump_port_status_diff:119:
[ 3.269483] vhci_hcd: vhci_hub_control:404: bye
[ 3.269483] vhci_hcd: vhci_hub_control:404: bye
[ 3.271261] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.271261] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.273934] usbcore: registered new interface driver usbkbd
[ 3.273934] usbcore: registered new interface driver usbkbd
[ 3.275742] usbcore: registered new interface driver usbmouse
[ 3.275742] usbcore: registered new interface driver usbmouse
[ 3.277576] hdaps: supported laptop not found!
[ 3.277576] hdaps: supported laptop not found!
[ 3.279031] hdaps: driver init failed (ret=-19)!
[ 3.279031] hdaps: driver init failed (ret=-19)!
[ 3.281120] drop_monitor: Initializing network drop monitor service
[ 3.281120] drop_monitor: Initializing network drop monitor service
[ 3.283102] Netfilter messages via NETLINK v0.30.
[ 3.283102] Netfilter messages via NETLINK v0.30.
[ 3.284677] nf_conntrack version 0.5.0 (2061 buckets, 8244 max)
[ 3.284677] nf_conntrack version 0.5.0 (2061 buckets, 8244 max)
[ 3.286815] ipip: IPv4 over IPv4 tunneling driver
[ 3.286815] ipip: IPv4 over IPv4 tunneling driver
[ 3.288751] gre: GRE over IPv4 demultiplexor driver
[ 3.288751] gre: GRE over IPv4 demultiplexor driver
[ 3.290291] IPv4 over IPsec tunneling driver
[ 3.290291] IPv4 over IPsec tunneling driver
[ 3.291993] Initializing XFRM netlink socket
[ 3.291993] Initializing XFRM netlink socket
[ 3.293368] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 5
[ 3.293368] vhci_hcd: vhci_hub_control:245: typeReq a300 wValue 0 wIndex 5
[ 3.295352] vhci_hcd: vhci_hub_control:311: GetPortStatus port 5
[ 3.295352] vhci_hcd: vhci_hub_control:311: GetPortStatus port 5
[ 3.297260] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.297260] vhci_hcd: vhci_hub_control:354: GetPortStatus bye 100 0
[ 3.299182] vhci_hcd: vhci_hub_control:397: port 4
[ 3.299182] vhci_hcd: vhci_hub_control:397: port 4
[ 3.300656] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.300656] vhci_hcd: dump_port_status_diff:101: status prev -> new: 00000100 -> 00000100
[ 3.303178] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.303178] vhci_hcd: dump_port_status_diff:115: POWER
[ 3.304831] vhci_hcd: dump_port_status_diff:119:
[ 3.304831] vhci_hcd: dump_port_status_diff:119:
[ 3.306229] vhci_hcd: vhci_hub_control:404: bye
[ 3.306229] vhci_hcd: vhci_hub_control:404: bye
[ 3.307795] NET: Registered protocol family 17
[ 3.307795] NET: Registered protocol family 17
[ 3.309206] NET: Registered protocol family 15
[ 3.309206] NET: Registered protocol family 15
[ 3.310658] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-28 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 11:20 [netfilter: nf_conntrack] b16c29191d: BUG: spinlock recursion on CPU#1, kworker/u4:2/89 kernel test robot
2016-01-28 12:02 ` Florian Westphal
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.