2015-06-20

Greetings,

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

git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master

commit 1bf1735b478008c30acaff18ec6f4a3ff211c28a

Author: Luis R. Rodriguez <mcgrof@suse.com>

AuthorDate: Mon Jun 15 10:28:16 2015 +0200

Commit: Ingo Molnar <mingo@kernel.org>

CommitDate: Thu Jun 18 11:23:41 2015 +0200

x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled

We are burrying direct access to MTRR code support on

x86 in order to take advantage of PAT. In the future, we

also want to make the default behavior of ioremap_nocache()

to use strong UC, at which point the use of mtrr_add() on

those systems would make write-combining void.

In order to help both enable us to later make strong

UC default and in order to phase out direct MTRR access

code, port the driver over to the arch_phys_wc_add() API

and annotate that the device driver requires systems to

boot with PAT disabled, with the 'nopat' kernel parameter.

This is a workable compromise given that the hardware is

really rare these days, and perhaps only some lost souls

stuck with obsolete hardware are expected to be using this

feature of the device driver.

Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>

Signed-off-by: Borislav Petkov <bp@suse.de>

Acked-by: Andy Walls <awalls@md.metrocast.net>

Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Cc: Andrew Morton <akpm@linux-foundation.org>

Cc: Andy Lutomirski <luto@amacapital.net>

Cc: Antonino Daplas <adaplas@gmail.com>

Cc: Arnd Bergmann <arnd@arndb.de>

Cc: Borislav Petkov <bp@alien8.de>

Cc: Brian Gerst <brgerst@gmail.com>

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>

Cc: Dave Airlie <airlied@redhat.com>

Cc: Dave Hansen <dave.hansen@linux.intel.com>

Cc: Denys Vlasenko <dvlasenk@redhat.com>

Cc: Doug Ledford <dledford@redhat.com>

Cc: H. Peter Anvin <hpa@zytor.com>

Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>

Cc: Juergen Gross <jgross@suse.com>

Cc: Linus Torvalds <torvalds@linux-foundation.org>

Cc: Michael S. Tsirkin <mst@redhat.com>

Cc: Oleg Nesterov <oleg@redhat.com>

Cc: Peter Zijlstra <peterz@infradead.org>

Cc: Roger Pau Monné <roger.pau@citrix.com>

Cc: Stefan Bader <stefan.bader@canonical.com>

Cc: Suresh Siddha <sbsiddha@gmail.com>

Cc: Thomas Gleixner <tglx@linutronix.de>

Cc: Ville Syrjälä <syrjala@sci.fi>

Cc: bhelgaas@google.com

Cc: konrad.wilk@oracle.com

Cc: linux-media@vger.kernel.org

Cc: tomi.valkeinen@ti.com

Cc: toshi.kani@hp.com

Link: http://lkml.kernel.org/r/1434053994-2196-2-git-send-email-mcgrof@do-not-panic.com

Signed-off-by: Ingo Molnar <mingo@kernel.org>

+-----------------------------------------------------------+------------+------------+-----------------+

| | 957561ec0f | 1bf1735b47 | v4.1-rc8_061911 |

+-----------------------------------------------------------+------------+------------+-----------------+

| boot_successes | 63 | 0 | 0 |

| boot_failures | 0 | 22 | 13 |

| WARNING:at_drivers/media/pci/ivtv/ivtvfb.c:#ivtvfb_init() | 0 | 22 | 13 |

| backtrace:ivtvfb_init | 0 | 22 | 13 |

| backtrace:warn_slowpath_fmt | 0 | 22 | 13 |

| backtrace:kernel_init_freeable | 0 | 22 | 13 |

+-----------------------------------------------------------+------------+------------+-----------------+

[ 12.956506] ivtv: Start initialization, version 1.4.3

[ 12.958238] ivtv: End initialization

[ 12.959438] ------------[ cut here ]------------

[ 12.974076] WARNING: CPU: 0 PID: 1 at drivers/media/pci/ivtv/ivtvfb.c:1270 ivtvfb_init+0x32/0xa3()

[ 12.978017] ivtvfb needs PAT disabled, boot with nopat kernel parameter

[ 12.980628] CPU: 0 PID: 1 Comm: swapper Not tainted 4.1.0-rc5-00034-g1bf1735 #2

[ 12.995566] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014

[ 12.999061] ffffffff8d429cc8 ffff880010c5bdc8 ffffffff8cf47a88 ffff880010c5be08

[ 13.001954] ffffffff8c68e6d5 ffffffff8d977327 ffffffff8d9c6910 ffff880000139ef8

[ 13.004862] 0000000000000000 ffffffff8d977327 0000000000000000 ffff880010c5be68

[ 13.007636] Call Trace:

[ 13.008469] [<ffffffff8cf47a88>] dump_stack+0x19/0x1b

[ 13.010185] [<ffffffff8c68e6d5>] warn_slowpath_common+0x75/0xb0

[ 13.024843] [<ffffffff8d977327>] ? module_start+0xa4/0xa4

[ 13.026876] [<ffffffff8d977327>] ? module_start+0xa4/0xa4

[ 13.029041] [<ffffffff8c68e781>] warn_slowpath_fmt+0x41/0x50

[ 13.031312] [<ffffffff8d977359>] ivtvfb_init+0x32/0xa3

[ 13.033362] [<ffffffff8d945122>] do_one_initcall+0x19a/0x1ae

[ 13.035444] [<ffffffff8d945250>] kernel_init_freeable+0x11a/0x1a2

[ 13.037434] [<ffffffff8cf450f0>] ? rest_init+0xc0/0xc0

[ 13.051468] [<ffffffff8cf450f9>] kernel_init+0x9/0xf0

[ 13.053252] [<ffffffff8cf5e422>] ret_from_fork+0x42/0x70

[ 13.055149] [<ffffffff8cf450f0>] ? rest_init+0xc0/0xc0

[ 13.057090] ---[ end trace 4c8a37b47d22b2c8 ]---

[ 13.058748] Zoran MJPEG board driver version 0.10.1

git bisect start 1e5a271153487afd411894cfcbebed348c56e251 0f57d86787d8b1076ea8f9cbdddda2a46d534a27 --

git bisect good cfe18bb129d434b5229366eef876f076e9143bf4 # 16:20 22+ 0 Merge 'pm/bleeding-edge' into devel-hourly-2015061911

git bisect bad 062f9e0508bcab8d6a7f0ad64c2970dfd17fe4a0 # 16:25 0- 20 Merge 'tip/x86/mm' into devel-hourly-2015061911

git bisect good af6ae74ccfa5cb1d5688fb56b1dd6992a75d23fc # 16:31 22+ 2 Merge 'yinghai/for-pci-v4.1-rc8' into devel-hourly-2015061911

git bisect good 88dfb6767f528a66dd73b809afc87422f0628690 # 16:36 22+ 0 Merge 'nfs/bugfixes' into devel-hourly-2015061911

git bisect good a7e50b0489e76438b0d3f9a17029ff4e11fd4e97 # 16:47 22+ 0 Merge 'tip/timers/core' into devel-hourly-2015061911

git bisect good 6f5000ba3def9da5bcf360ecea9d0dd9598e5ac7 # 16:50 22+ 0 Merge 'jolsa-perf/perf/per_thread' into devel-hourly-2015061911

git bisect good fbe7193aa4787f27c84216d130ab877efc310d57 # 16:55 20+ 0 x86/mm/pat: Export pat_enabled()

git bisect good d838270e2516db11084bed4e294017eb7b646a75 # 17:00 21+ 0 x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings

git bisect good 35a5a10411d87e24b46a7a9dda8d08ef9961b783 # 17:07 21+ 0 x86/mm/pat: Extend set_page_memtype() to support Write-Through type

git bisect good 957561ec0fa8a701f60ca6a0f40cc46f5c554920 # 17:15 22+ 0 drivers/block/pmem: Map NVDIMM in Write-Through mode

git bisect bad 7ea402d01cb68224972dde3ae68bd41131b1c3a1 # 17:27 0- 13 x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT disabled

git bisect bad 1bf1735b478008c30acaff18ec6f4a3ff211c28a # 17:31 0- 12 x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled

# first bad commit: [1bf1735b478008c30acaff18ec6f4a3ff211c28a] x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled

git bisect good 957561ec0fa8a701f60ca6a0f40cc46f5c554920 # 17:35 63+ 0 drivers/block/pmem: Map NVDIMM in Write-Through mode

# extra tests with DEBUG_INFO

git bisect bad 1bf1735b478008c30acaff18ec6f4a3ff211c28a # 17:40 0- 2 x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled

# extra tests on HEAD of linux-devel/devel-hourly-2015061911

git bisect bad 1e5a271153487afd411894cfcbebed348c56e251 # 17:40 0- 13 0day head guard for 'devel-hourly-2015061911'

# extra tests on tree/branch next/master

git bisect bad c1ce6ea24e13fcdb61c75d7bb24377d11478b3c4 # 17:52 0- 66 Add linux-next specific files for 20150619

# extra tests with first bad commit reverted

git bisect good 9025feea072ddf7e82da7c400193202e8c06e867 # 18:19 66+ 0 Revert "x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled"

# extra tests on tree/branch linus/master

git bisect good e640a280ccb9c448a3d9d522ea730ce00efa8cf0 # 18:23 63+ 0 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

# extra tests on tree/branch next/master

git bisect bad c1ce6ea24e13fcdb61c75d7bb24377d11478b3c4 # 18:23 0- 66 Add linux-next specific files for 20150619

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
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation

early console in setup code

[ 0.000000] Linux version 4.1.0-rc5-00034-g1bf1735 (kbuild@lkp-ib03) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 Fri Jun 19 17:29:32 CST 2015

[ 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-n0-06191536/linux-devel:devel-hourly-2015061911:1bf1735b478008c30acaff18ec6f4a3ff211c28a:bisect-linux-3/.vmlinuz-1bf1735b478008c30acaff18ec6f4a3ff211c28a-20150619172952-15-intel12 branch=linux-devel/devel-hourly-2015061911 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-n0-06191536/gcc-4.9/1bf1735b478008c30acaff18ec6f4a3ff211c28a/vmlinuz-4.1.0-rc5-00034-g1bf1735 drbd.minor_count=8

[ 0.000000] KERNEL supported cpus:

[ 0.000000] CPU: vendor_id 'GenuineIntel' unknown, using generic init.

[ 0.000000] CPU: Your system may be unstable.

[ 0.000000] e820: BIOS-provided physical RAM map:

[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable

[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved

[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved

[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable

[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved

[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved

[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved

[ 0.000000] NX (Execute Disable) protection: active

[ 0.000000] SMBIOS 2.8 present.

[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014

[ 0.000000] Hypervisor detected: KVM

[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved

[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable

[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 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- WT

[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]

[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]

[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]

[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]

[ 0.000000] mpc: f0e90-f0fac

[ 0.000000] Scanning 1 areas for low memory corruption

[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576

[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]

[ 0.000000] [mem 0x00000000-0x000fffff] page 4k

[ 0.000000] BRK [0x0e514000, 0x0e514fff] PGTABLE

[ 0.000000] BRK [0x0e515000, 0x0e515fff] PGTABLE

[ 0.000000] BRK [0x0e516000, 0x0e516fff] PGTABLE

[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]

[ 0.000000] [mem 0x11200000-0x113fffff] page 4k

[ 0.000000] BRK [0x0e517000, 0x0e517fff] PGTABLE

[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]

[ 0.000000] [mem 0x00100000-0x111fffff] page 4k

[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]

[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k

[ 0.000000] BRK [0x0e518000, 0x0e518fff] PGTABLE

[ 0.000000] BRK [0x0e519000, 0x0e519fff] PGTABLE

[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]

[ 0.000000] ACPI: Early table checksum verification disabled

[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )

[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)

[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)

[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)

[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040

[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)

[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)

[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)

[ 0.000000] ACPI: Local APIC address 0xfee00000

[ 0.000000] mapped APIC to ffffffffff5fb000 ( fee00000)

[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00

[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock

[ 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: 56 pages used for memmap

[ 0.000000] DMA zone: 21 pages reserved

[ 0.000000] DMA zone: 3998 pages, LIFO batch:0

[ 0.000000] DMA32 zone: 994 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 ffffffffff5fb000 ( fee00000)

[ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.

[ 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] mapped IOAPIC to ffffffffff5fa000 (fec00000)

[ 0.000000] KVM setup async PF for cpu 0

[ 0.000000] kvm-stealtime: cpu 0, msr d629880

[ 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] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768

[ 0.000000] pcpu-alloc: [0] 0

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75599

[ 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-n0-06191536/linux-devel:devel-hourly-2015061911:1bf1735b478008c30acaff18ec6f4a3ff211c28a:bisect-linux-3/.vmlinuz-1bf1735b478008c30acaff18ec6f4a3ff211c28a-20150619172952-15-intel12 branch=linux-devel/devel-hourly-2015061911 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-n0-06191536/gcc-4.9/1bf1735b478008c30acaff18ec6f4a3ff211c28a/vmlinuz-4.1.0-rc5-00034-g1bf1735 drbd.minor_count=8

[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)

[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)

[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)

[ 0.000000] Memory: 244660K/306680K available (9607K kernel code, 3338K rwdata, 4464K rodata, 840K init, 11252K bss, 62020K reserved, 0K cma-reserved)

[ 0.000000] NR_IRQS:4352 nr_irqs:256 16

[ 0.000000] console [ttyS0] enabled

[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar

[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8

[ 0.000000] ... MAX_LOCK_DEPTH: 48

[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191

[ 0.000000] ... CLASSHASH_SIZE: 4096

[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768

[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536

[ 0.000000] ... CHAINHASH_SIZE: 32768

[ 0.000000] memory used by lock dependency info: 8639 kB

[ 0.000000] per task-struct memory footprint: 2688 bytes

[ 0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns

[ 0.000000] hpet clockevent registered

[ 0.000000] tsc: Detected 2926.328 MHz processor

[ 0.003000] Calibrating delay loop (skipped) preset value.. 5852.65 BogoMIPS (lpj=2926328)

[ 0.003521] pid_max: default: 32768 minimum: 301

[ 0.004017] ACPI: Core revision 20150410

[ 0.018627] ACPI: All ACPI Tables successfully acquired

[ 0.019813] Security Framework initialized

[ 0.020011] Yama: becoming mindful.

[ 0.021041] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)

[ 0.022012] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)

[ 0.024498] mce: CPU supports 10 MCE banks

[ 0.025010] mce: unknown CPU type - not enabling MCE support

[ 0.026008] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0

[ 0.027008] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0

[ 0.028008] CPU: GenuineIntel Common KVM processor (fam: 0f, model: 06, stepping: 01)

[ 0.036552] Performance Events: no PMU driver, software events only.

[ 0.041197] enabled ExtINT on CPU#0

[ 0.043830] ENABLING IO-APIC IRQs

[ 0.044030] init IO_APIC IRQs

[ 0.045008] apic 0 pin 0 not connected

[ 0.046059] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)

[ 0.047042] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)

[ 0.049049] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)

[ 0.050052] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)

[ 0.051039] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)

[ 0.052053] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)

[ 0.053070] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)

[ 0.054041] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)

[ 0.055050] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)

[ 0.056038] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)

[ 0.057058] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)

[ 0.059050] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)

[ 0.060054] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)

[ 0.061050] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)

[ 0.063057] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)

[ 0.065018] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)

[ 0.066052] apic 0 pin 16 not connected

[ 0.067005] apic 0 pin 17 not connected

[ 0.068005] apic 0 pin 18 not connected

[ 0.069009] apic 0 pin 19 not connected

[ 0.070009] apic 0 pin 20 not connected

[ 0.071005] apic 0 pin 21 not connected

[ 0.072005] apic 0 pin 22 not connected

[ 0.073005] apic 0 pin 23 not connected

[ 0.074212] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1

[ 0.075007] Using local APIC timer interrupts.

[ 0.075007] calibrating APIC timer ...

[ 0.077000] ... lapic delta = 11249852

[ 0.077000] ... PM-Timer delta = 644310

[ 0.077000] APIC calibration not consistent with PM-Timer: 179ms instead of 100ms

[ 0.077000] APIC delta adjusted to PM-Timer: 6249987 (11249852)

[ 0.077000] TSC delta adjusted to PM-Timer: 292631930 (526731588)

[ 0.077000] ..... delta 6249987

[ 0.077000] ..... mult: 268434897

[ 0.077000] ..... calibration result: 999997

[ 0.077000] ..... CPU clock speed is 2926.0319 MHz.

[ 0.077000] ..... host bus clock speed is 999.0997 MHz.

[ 0.078255] devtmpfs: initialized

[ 0.082203] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns

[ 0.083208] prandom: seed boundary self test passed

[ 0.086169] prandom: 100 self tests passed

[ 0.088672] NET: Registered protocol family 16

[ 0.091096] cpuidle: using governor ladder

[ 0.092010] cpuidle: using governor menu

[ 0.096399] ACPI: bus type PCI registered

[ 0.098062] PCI: Using configuration type 1 for base access

[ 0.155922] ACPI: Added _OSI(Module Device)

[ 0.156014] ACPI: Added _OSI(Processor Device)

[ 0.157007] ACPI: Added _OSI(3.0 _SCP Extensions)

[ 0.158006] ACPI: Added _OSI(Processor Aggregator Device)

[ 0.162395] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)

[ 0.170584] ACPI: Interpreter enabled

[ 0.171034] ACPI: (supports S0 S5)

[ 0.172005] ACPI: Using IOAPIC for interrupt routing

[ 0.173137] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug

[ 0.198138] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])

[ 0.199023] acpi PNP0A03:00: _OSC: OS supports [Segments MSI]

[ 0.200049] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM

[ 0.202036] PCI host bridge to bus 0000:00

[ 0.203009] pci_bus 0000:00: root bus resource [bus 00-ff]

[ 0.204015] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]

[ 0.205012] pci_bus 0000:00: root bus resource [io 0x0d00-0xadff window]

[ 0.206010] pci_bus 0000:00: root bus resource [io 0xae0f-0xaeff window]

[ 0.207008] pci_bus 0000:00: root bus resource [io 0xaf20-0xafdf window]

[ 0.209007] pci_bus 0000:00: root bus resource [io 0xafe4-0xffff window]

[ 0.210007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]

[ 0.211011] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff window]

[ 0.212113] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000

[ 0.214326] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100

[ 0.216676] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180

[ 0.229013] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]

[ 0.235075] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]

[ 0.236013] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]

[ 0.237006] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]

[ 0.238006] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]

[ 0.239794] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000

[ 0.241127] pci 0000:00:01.3: can't claim BAR 13 [io 0x0600-0x063f]: address conflict with ACPI PM1a_EVT_BLK [io 0x0600-0x0603]

[ 0.242033] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB

[ 0.244608] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000

[ 0.247030] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]

[ 0.250031] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]

[ 0.262029] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]

[ 0.264074] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000

[ 0.267014] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]

[ 0.270015] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]

[ 0.281015] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]

[ 0.283172] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000

[ 0.287016] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]

[ 0.290015] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]

[ 0.303975] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000

[ 0.306017] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]

[ 0.309012] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]

[ 0.322610] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000

[ 0.325017] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0ff]

[ 0.328016] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]

[ 0.343229] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000

[ 0.346017] pci 0000:00:07.0: reg 0x10: [io 0xc100-0xc13f]

[ 0.349016] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]

[ 0.361849] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000

[ 0.364016] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc17f]

[ 0.367016] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]

[ 0.379125] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000

[ 0.382016] pci 0000:00:09.0: reg 0x10: [io 0xc180-0xc1bf]

[ 0.386013] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]

[ 0.399902] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000

[ 0.402016] pci 0000:00:0a.0: reg 0x10: [io 0xc1c0-0xc1ff]

[ 0.405016] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]

[ 0.419470] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000

[ 0.423014] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]

[ 0.441090] pci_bus 0000:00: on NUMA node 0

[ 0.444691] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)

[ 0.446251] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)

[ 0.448741] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)

[ 0.450515] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)

[ 0.451795] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)

[ 0.455000] ACPI: Enabled 16 GPEs in block 00 to 0F

[ 0.458467] media: Linux media interface: v0.10

[ 0.459087] Linux video capture interface: v2.00

[ 0.460171] EDAC MC: Ver: 3.0.0

[ 0.462889] PCI: Using ACPI for IRQ routing

[ 0.463007] PCI: pci_cache_line_size set to 64 bytes

[ 0.464447] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]

[ 0.465015] e820: reserve RAM buffer [mem 0x12be0000-0x13ffffff]

[ 0.467532] HPET: 3 timers in total, 0 timers will be used for per-cpu timer

[ 0.468150] Switched to clocksource kvm-clock

[ 0.469837] pnp: PnP ACPI init

[ 0.477660] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)

[ 0.480683] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)

[ 0.483255] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)

[ 0.498407] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)

[ 0.500547] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)

[ 0.503183] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)

[ 0.505279] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)

[ 0.507937] pnp 00:03: [dma 2]

[ 0.509411] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)

[ 0.514448] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)

[ 0.529849] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)

[ 0.532171] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)

[ 0.535311] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)

[ 0.538870] pnp: PnP ACPI: found 6 devices

[ 0.550266] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns

[ 0.556889] pci 0000:00:01.3: BAR 13: [io size 0x0040] has bogus alignment

[ 0.561648] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]

[ 0.564888] pci_bus 0000:00: resource 5 [io 0x0d00-0xadff window]

[ 0.568561] pci_bus 0000:00: resource 6 [io 0xae0f-0xaeff window]

[ 0.574025] pci_bus 0000:00: resource 7 [io 0xaf20-0xafdf window]

[ 0.576308] pci_bus 0000:00: resource 8 [io 0xafe4-0xffff window]

[ 0.580855] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]

[ 0.585980] pci_bus 0000:00: resource 10 [mem 0x12c00000-0xfebfffff window]

[ 0.588234] NET: Registered protocol family 1

[ 0.592270] pci 0000:00:00.0: Limiting direct PCI/PCI transfers

[ 0.607367] pci 0000:00:01.0: PIIX3: Enabling Passive Release

[ 0.609207] pci 0000:00:01.0: Activating ISA DMA hang workarounds

[ 0.611211] pci 0000:00:02.0: Video device with shadowed ROM

[ 0.613180] PCI: CLS 0 bytes, default 64

[ 0.614714] Unpacking initramfs...

[ 3.232749] debug: unmapping init [mem 0xffff880011525000-0xffff880012bd7fff]

[ 3.242039] Machine check injector initialized

[ 3.246934] Scanning for low memory corruption every 60 seconds

[ 3.258269] sha1_ssse3: Neither AVX nor AVX2 nor SSSE3 is available/usable.

[ 3.264797] PCLMULQDQ-NI instructions are not detected.

[ 3.268108] AVX or AES-NI instructions are not detected.

[ 3.272213] AVX instructions are not detected.

[ 3.275837] AVX2 or AES-NI instructions are not detected.

[ 3.279973] AVX2 instructions are not detected.

[ 3.283651] spin_lock-torture:--- Start of test [debug]: nwriters_stress=2 nreaders_stress=0 stat_interval=60 verbose=1 shuffle_interval=3 stutter=5 shutdown_secs=0 onoff_interval=0 onoff_holdoff=0

[ 3.296910] spin_lock-torture: Creating torture_shuffle task

[ 3.301344] spin_lock-torture: Creating torture_stutter task

[ 3.306083] spin_lock-torture: torture_shuffle task started

[ 3.309895] spin_lock-torture: torture_stutter task started

[ 3.314579] spin_lock-torture: Creating lock_torture_writer task

[ 3.316925] spin_lock-torture: Creating lock_torture_writer task

[ 3.321509] spin_lock-torture: lock_torture_writer task started

[ 3.326185] spin_lock-torture: lock_torture_writer task started

[ 3.330624] spin_lock-torture: Creating lock_torture_stats task

[ 3.338983] spin_lock-torture: lock_torture_stats task started

[ 3.343693] futex hash table entries: 256 (order: 2, 24576 bytes)

[ 3.349676] HugeTLB registered 2 MB page size, pre-allocated 0 pages

[ 3.356390] page_owner is disabled

[ 3.357967] zpool: loaded

[ 3.362246] zbud: loaded

[ 3.363446] VFS: Disk quotas dquot_6.6.0

[ 3.364845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)

[ 3.374198] start plist test

[ 3.389193] end plist test

[ 3.393251] test_string_helpers: Running tests...

[ 3.395839] test_firmware: interface ready

[ 3.420784] crc32: CRC_LE_BITS = 1, CRC_BE BITS = 1

[ 3.425615] crc32: self tests passed, processed 225944 bytes in 9332677 nsec

[ 3.440929] crc32c: CRC_LE_BITS = 1

[ 3.446654] crc32c: self tests passed, processed 225944 bytes in 6174253 nsec

[ 4.093443] crc32_combine: 8373 self tests passed

[ 4.248140] tsc: Refined TSC clocksource calibration: 2926.327 MHz

[ 4.254042] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2a2e6992e26, max_idle_ns: 440795340657 ns

[ 4.729929] crc32c_combine: 8373 self tests passed

[ 4.731534] rbtree testing -> 78861 cycles

[ 7.647537] augmented rbtree testing -> 106323 cycles

[ 11.643990] rivafb_setup START

[ 11.645981] nvidiafb_setup START

[ 11.666349] no IO addresses supplied

[ 11.667503] hgafb: HGA card not detected.

[ 11.668440] hgafb: probe of hgafb.0 failed with error -22

[ 11.670136] ipmi message handler version 39.2

[ 11.671164] IPMI System Interface driver.

[ 11.672245] ipmi_si: Adding default-specified kcs state machine

[ 11.695146] ipmi_si: Trying default-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0

[ 11.697954] ipmi_si: Interface detection failed

[ 11.698952] ipmi_si: Adding default-specified smic state machine

[ 11.700544] ipmi_si: Trying default-specified smic state machine at i/o address 0xca9, slave address 0x0, irq 0

[ 11.703124] ipmi_si: Interface detection failed

[ 11.704487] ipmi_si: Adding default-specified bt state machine

[ 11.706231] ipmi_si: Trying default-specified bt state machine at i/o address 0xe4, slave address 0x0, irq 0

[ 11.721814] ipmi_si: Interface detection failed

[ 11.723239] ipmi_si: Unable to find any System Interface(s)

[ 11.725031] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.

[ 11.727714] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0

[ 11.729603] ACPI: Power Button [PWRF]

[ 11.989906] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled

[ 12.080662] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A

[ 12.085818] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $

[ 12.105917] ac.o: No PCI boards found.

[ 12.107344] ac.o: For an ISA board you must supply memory and irq parameters.

[ 12.110104] Non-volatile memory driver v1.3

[ 12.112190] Linux agpgart interface v0.103

[ 12.122963] [drm] Initialized drm 1.1.0 20060810

[ 12.133311] [drm] radeon kernel modesetting enabled.

[ 12.137375] [TTM] Zone kernel: Available graphics memory: 122330 kiB

[ 12.168500] [TTM] Initializing pool allocator

[ 12.170034] [TTM] Initializing DMA pool allocator

[ 12.173419] [drm] fb mappable at 0xFC000000

[ 12.174730] [drm] vram aper at 0xFC000000

[ 12.176030] [drm] size 33554432

[ 12.177085] [drm] fb depth is 24

[ 12.196292] [drm] pitch is 3072

[ 12.198720] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device

[ 12.200824] cirrus 0000:00:02.0: registered panic notifier

[ 12.202593] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0

[ 12.218982] ibmasm: IBM ASM Service Processor Driver version 1.0 loaded

[ 12.221802] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti

[ 12.224575] c2port c2port0: C2 port uc added

[ 12.225828] c2port c2port0: uc flash has 30 blocks x 512 bytes (15360 bytes total)

[ 12.230650] mtdoops: mtd device (mtddev=name/number) must be supplied

[ 12.244793] platform physmap-flash.0: failed to claim resource 0

[ 12.246797] slram: not enough parameters.

[ 12.247901] Ramix PMC551 PCI Mezzanine Ram Driver. (C) 1999,2000 Nortel Networks.

[ 12.250027] pmc551: not detected

[ 12.324354] No valid DiskOnChip devices found

[ 12.325750] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.341621] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.344510] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.347589] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.350810] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.360939] [nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[ 12.363873] nand: device found, Manufacturer ID: 0x98, Chip ID: 0x39

[ 12.365661] nand: Toshiba NAND 128MiB 1,8V 8-bit

[ 12.373833] nand: 128 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16

[ 12.376657] flash size: 128 MiB

[ 12.377701] page size: 512 bytes

[ 12.384836] OOB area size: 16 bytes

[ 12.402664] sector size: 16 KiB

[ 12.403881] pages number: 262144

[ 12.405074] pages per sector: 32

[ 12.406239] bus width: 8

[ 12.407207] bits in sector size: 14

[ 12.408586] bits in page size: 9

[ 12.409909] bits in OOB size: 4

[ 12.411172] flash size with OOB: 135168 KiB

[ 12.414298] page address bytes: 4

[ 12.419443] sector address bytes: 3

[ 12.420579] options: 0x42

[ 12.424379] Scanning device for bad blocks

[ 12.524736] Creating 1 MTD partitions on "NAND 128MiB 1,8V 8-bit":

[ 12.526580] 0x000000000000-0x000008000000 : "NAND simulator partition 0"

[ 12.530949] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12

[ 12.535208] serio: i8042 KBD port at 0x60,0x64 irq 1

[ 12.536720] serio: i8042 AUX port at 0x60,0x64 irq 12

[ 12.816438] mousedev: PS/2 mouse device common for all mice

[ 12.824580] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1

[ 12.851807] mk712: device not present

[ 12.867701] i2c /dev entries driver

[ 12.869458] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0

[ 12.915719] i2c-parport-light: adapter type unspecified

[ 12.917890] Error: Driver 'adv7511' is already registered, aborting...

[ 12.921744] b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully

[ 12.924307] saa7146: register extension 'av7110'

[ 12.926101] nGene PCIE bridge driver, Copyright (C) 2005-2007 Micronas

[ 12.930379] Digital Devices PCIE bridge driver, Copyright (C) 2010-11 Digital Devices GmbH

[ 12.933227] saa7146: register extension 'Multimedia eXtension Board'

[ 12.952560] saa7146: register extension 'hexium HV-PCI6 Orion'

[ 12.954644] saa7146: register extension 'hexium gemini'

[ 12.956506] ivtv: Start initialization, version 1.4.3

[ 12.958238] ivtv: End initialization

[ 12.959438] ------------[ cut here ]------------

[ 12.974076] WARNING: CPU: 0 PID: 1 at drivers/media/pci/ivtv/ivtvfb.c:1270 ivtvfb_init+0x32/0xa3()

[ 12.978017] ivtvfb needs PAT disabled, boot with nopat kernel parameter

[ 12.980628] CPU: 0 PID: 1 Comm: swapper Not tainted 4.1.0-rc5-00034-g1bf1735 #2

[ 12.995566] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.7.5-20140531_083030-gandalf 04/01/2014

[ 12.999061] ffffffff8d429cc8 ffff880010c5bdc8 ffffffff8cf47a88 ffff880010c5be08

[ 13.001954] ffffffff8c68e6d5 ffffffff8d977327 ffffffff8d9c6910 ffff880000139ef8

[ 13.004862] 0000000000000000 ffffffff8d977327 0000000000000000 ffff880010c5be68

[ 13.007636] Call Trace:

[ 13.008469] [<ffffffff8cf47a88>] dump_stack+0x19/0x1b

[ 13.010185] [<ffffffff8c68e6d5>] warn_slowpath_common+0x75/0xb0

[ 13.024843] [<ffffffff8d977327>] ? module_start+0xa4/0xa4

[ 13.026876] [<ffffffff8d977327>] ? module_start+0xa4/0xa4

[ 13.029041] [<ffffffff8c68e781>] warn_slowpath_fmt+0x41/0x50

[ 13.031312] [<ffffffff8d977359>] ivtvfb_init+0x32/0xa3

[ 13.033362] [<ffffffff8d945122>] do_one_initcall+0x19a/0x1ae

[ 13.035444] [<ffffffff8d945250>] kernel_init_freeable+0x11a/0x1a2

[ 13.037434] [<ffffffff8cf450f0>] ? rest_init+0xc0/0xc0

[ 13.051468] [<ffffffff8cf450f9>] kernel_init+0x9/0xf0

[ 13.053252] [<ffffffff8cf5e422>] ret_from_fork+0x42/0x70

[ 13.055149] [<ffffffff8cf450f0>] ? rest_init+0xc0/0xc0

[ 13.057090] ---[ end trace 4c8a37b47d22b2c8 ]---

[ 13.058748] Zoran MJPEG board driver version 0.10.1

[ 13.060744] Linux video codec intermediate layer: v0.2

[ 13.062842] cx18: Start initialization, version 1.5.1

[ 13.064849] cx18: End initialization

[ 13.066235] cx25821: driver version 0.0.106 loaded

[ 13.082411] saa7130/34: v4l2 driver version 0, 2, 17 loaded

[ 13.083943] Driver for 1-wire Dallas network protocol.

[ 13.085468] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko

[ 13.401771] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)

[ 13.406818] hdaps: supported laptop not found!

[ 13.408361] hdaps: driver init failed (ret=-19)!

[ 13.409939] cros_ec_lpc: unsupported system.

[ 13.413729] fake-fmc-carrier: mezzanine 0

[ 13.427796] Manufacturer: fake-vendor

[ 13.429331] Product name: fake-design-for-testing

[ 13.431496] fmc fake-design-for-testing-f001: Driver has no ID: matches all

[ 13.433439] fmc_trivial: probe of fake-design-for-testing-f001 failed with error -95

[ 13.435419] fmc fake-design-for-testing-f001: Driver has no ID: matches all

[ 13.437802] fmc_write_eeprom fake-design-for-testing-f001: fmc_write_eeprom: no busid passed, refusing all cards

[ 13.443293] fmc fake-design-for-testing-f001: Driver has no ID: matches all

[ 13.454091] fmc_chardev fake-design-for-testing-f001: Created misc device "fake-design-for-testing-f001"

[ 13.461514] oprofile: using timer interrupt.

[ 13.465841] mce: Unable to init device /dev/mcelog (rc: -5)

[ 13.477393] ... APIC ID: 00000000 (0)

[ 13.478018] ... APIC VERSION: 01050014

[ 13.478018] 0000000000000000000000000000000000000000000000000000000000000000

[ 13.478018] 000000000e200000000000000000000000000000000000000000000000000000

[ 13.478018] 0000000000000000000000000000000000000000000000000000000000008000

[ 13.478018]

[ 13.510522] number of MP IRQ sources: 15.

[ 13.511948] number of IO-APIC #0 registers: 24.

[ 13.515223] testing the IO APIC.......................

[ 13.526003] IO APIC #0......

[ 13.527095] .... register #00: 00000000

[ 13.536689] ....... : physical APIC id: 00

[ 13.538391] ....... : Delivery Type: 0

[ 13.539943] ....... : LTS : 0

[ 13.541533] .... register #01: 00170011

[ 13.543056] ....... : max redirection entries: 17

[ 13.544959] ....... : PRQ implemented: 0

[ 13.553126] ....... : IO APIC version: 11

[ 13.554697] .... register #02: 00000000

[ 13.556022] ....... : arbitration: 00

[ 13.557607] .... IRQ redirection table:

[ 13.563383] 1 0 0 0 0 0 0 00

[ 13.564996] 0 0 0 0 0 1 1 31

[ 13.566538] 0 0 0 0 0 1 1 30

[ 13.568647] 0 0 0 0 0 1 1 33

[ 13.575474] 1 0 0 0 0 1 1 34

[ 13.576889] 1 1 0 0 0 1 1 35

[ 13.578431] 0 0 0 0 0 1 1 36

[ 13.579854] 0 0 0 0 0 1 1 37

[ 13.593645] 0 0 0 0 0 1 1 38

[ 13.595067] 0 1 0 0 0 1 1 39

[ 13.596506] 1 1 0 0 0 1 1 3A

[ 13.598010] 1 1 0 0 0 1 1 3B

[ 13.599521] 0 0 0 0 0 1 1 3C

[ 13.601112] 0 0 0 0 0 1 1 3D

[ 13.602704] 0 0 0 0 0 1 1 3E

[ 13.604480] 0 0 0 0 0 1 1 3F

[ 13.606259] 1 0 0 0 0 0 0 00

[ 13.607985] 1 0 0 0 0 0 0 00

[ 13.615511] 1 0 0 0 0 0 0 00

[ 13.617179] 1 0 0 0 0 0 0 00

[ 13.618908] 1 0 0 0 0 0 0 00

[ 13.620547] 1 0 0 0 0 0 0 00

[ 13.634411] 1 0 0 0 0 0 0 00

[ 13.635746] 1 0 0 0 0 0 0 00

[ 13.637064] IRQ to pin mappings:

[ 13.638093] IRQ0 -> 0:2

[ 13.638987] IRQ1 -> 0:1

[ 13.639901] IRQ3 -> 0:3

[ 13.640817] IRQ4 -> 0:4

[ 13.641805] IRQ5 -> 0:5

[ 13.642883] IRQ6 -> 0:6

[ 13.643939] IRQ7 -> 0:7

[ 13.645054] IRQ8 -> 0:8

[ 13.646104] IRQ9 -> 0:9

[ 13.647183] IRQ10 -> 0:10

[ 13.648342] IRQ11 -> 0:11

[ 13.649509] IRQ12 -> 0:12

[ 13.663046] IRQ13 -> 0:13

[ 13.663905] IRQ14 -> 0:14

[ 13.664751] IRQ15 -> 0:15

[ 13.665584] .................................... done.

[ 13.670607] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3

[ 13.677492] RIO: rio_register_scan for mport_id=-1

[ 13.694823] debug: unmapping init [mem 0xffffffff8d944000-0xffffffff8da15fff]

[ 13.696268] Write protecting the kernel read-only data: 16384k

[ 13.697936] debug: unmapping init [mem 0xffff88000cf64000-0xffff88000cffffff]

[ 13.699604] debug: unmapping init [mem 0xffff88000d45c000-0xffff88000d5fffff]

[ 13.726565] random: init urandom read with 6 bits of entropy available

mountall: Event failed

[ 14.030741] init: Failed to create pty - disabling logging for job

[ 14.053590] init: Temporary process spawn error: No space left on device

udevd[175]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYSTM:': No such file or directory

udevd[177]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory

udevd[182]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0019v0000p0001e0000-e0,1,k74,ramlsfw': No such file or directory

udevd[181]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXSYBUS:': No such file or directory

udevd[184]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00': No such file or directory

udevd[185]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory

udevd[186]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:LNXCPU:': No such file or directory

udevd[187]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory

udevd[197]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory

udevd[199]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00': No such file or directory

udevd[202]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory

udevd[198]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory

udevd[200]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80': No such file or directory

udevd[201]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory

udevd[203]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A03:': No such file or directory

udevd[196]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory

udevd[209]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[210]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[213]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[217]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0C0F:': No such file or directory

udevd[223]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[224]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0103:': No such file or directory

udevd[225]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:dell_rbu': No such file or directory

udevd[226]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:i5k_amb': No such file or directory

udevd[227]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d0000100Esv00001AF4sd00001100bc02sc00i00': No such file or directory

udevd[228]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[229]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[222]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00001AF4d00001001sv00001AF4sd00000002bc01sc00i00': No such file or directory

udevd[230]: failed to execute '/sbin/modprobe' '/sbin/modprobe -q fbcon': No such file or directory

udevd[231]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:hgafb': No such file or directory

udevd[234]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:platform-framebuffer': No such file or directory

udevd[235]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0011v0002p0006e0000-e0,1,2,k110,111,112,113,114,r0,1,6,8,amlsfw': No such file or directory

udevd[236]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw': No such file or directory

udevd[237]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv dmi:bvnSeaBIOS:bvr1.7.5-20140531_083030-gandalf:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-2.1:cvnQEMU:ct1:cvrpc-i440fx-2.1:': No such file or directory

udevd[232]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv pci:v00008086d000025ABsv00001AF4sd00001100bc08sc80i00': No such file or directory

udevd[241]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv platform:pcspkr': No such file or directory

udevd[247]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0A06:': No such file or directory

udevd[273]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:APP0001:': No such file or directory

udevd[274]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0303:': No such file or directory

udevd[278]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0F13:': No such file or directory

udevd[276]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory

udevd[277]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0700:': No such file or directory

udevd[275]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0400:': No such file or directory

udevd[280]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0B00:': No such file or directory

udevd[279]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:QEMU0001:': No such file or directory

udevd[286]: failed to execute '/sbin/modprobe' '/sbin/modprobe -bv acpi:PNP0501:': No such file or directory

Kernel tests: Boot OK!

Kernel tests: Boot OK!

Trinity v1.4pre Dave Jones <davej@redhat.com>

[init] Marking syscall get_robust_list (64bit:274 32bit:312) as to be disabled.

Done parsing arguments.

Marking all syscalls as enabled.

[init] Disabling syscalls marked as disabled by command line options

[init] Marked 64-bit syscall get_robust_list (274) as deactivated.

[init] Marked 32-bit syscall get_robust_list (312) as deactivated.

[init] 32-bit syscalls: 350 enabled, 1 disabled. 64-bit syscalls: 313 enabled, 1 disabled.

DANGER: RUNNING AS ROOT.

Unless you are running in a virtual machine, this could cause serious problems such as overwriting CMOS

or similar which could potentially make this machine unbootable without a firmware reset.

ctrl-c now unless you really know what you are doing.

[init] Kernel was tainted on startup. Will ignore flags that are already set.

[init] Started watchdog process, PID is 359

[main] Main thread is alive.

[main] Setsockopt(1 22 2505000 a6) on fd 6 [1:5:1]

[main] Setsockopt(1 1d 2505000 57) on fd 7 [1:1:1]

[main] Setsockopt(1 28 2505000 24) on fd 8 [1:5:1]

[main] Setsockopt(1 24 2505000 4) on fd 9 [1:1:1]

[main] Setsockopt(1 a 2505000 4) on fd 11 [1:5:1]

[main] Setsockopt(10e 4 2505000 99) on fd 12 [16:2:16]

[main] Setsockopt(1 28 2505000 4d) on fd 13 [1:5:1]

[main] Setsockopt(1 2c 2505000 1f) on fd 14 [1:1:1]

[main] Setsockopt(1 9 2505000 4) on fd 16 [1:2:1]

[main] Setsockopt(1 b 2505000 4) on fd 17 [1:2:1]

[main] Setsockopt(1 2f 2505000 4) on fd 18 [1:2:1]

[main] Setsockopt(1 5 2505000 4) on fd 19 [1:2:1]

[main] Setsockopt(1 29 2505000 4) on fd 20 [1:5:1]

[main] Setsockopt(1 1d 2505000 9e) on fd 21 [1:2:1]

[main] Setsockopt(1 8 2505000 4) on fd 22 [1:5:1]

[main] Setsockopt(1 a 2505000 4) on fd 23 [1:2:1]

[main] Setsockopt(1 24 2505000 4) on fd 24 [1:2:1]

[main] Setsockopt(1 2e 2505000 4) on fd 25 [1:2:1]

[main] Setsockopt(1 f 2505000 4) on fd 26 [1:2:1]

[main] Setsockopt(1 2d 2505000 4) on fd 29 [1:2:1]

[main] Setsockopt(1 2 2505000 28) on fd 31 [1:5:1]

[main] Setsockopt(1 2d 2505000 4) on fd 35 [1:1:1]

[main] Setsockopt(1 7 2505000 4) on fd 36 [1:5:1]

[main] Setsockopt(10e 3 2505000 4) on fd 37 [16:3:16]

[main] Setsockopt(1 2f 2505000 c) on fd 38 [1:5:1]

[main] Setsockopt(1 f 2505000 4) on fd 39 [16:3:16]

[main] Setsockopt(1 12 2505000 1f) on fd 40 [1:2:1]

[main] Setsockopt(1 2 2505000 67) on fd 42 [1:5:1]

[main] Setsockopt(1 1 2505000 b8) on fd 43 [1:2:1]

[main] Setsockopt(1 c 2505000 22) on fd 44 [1:5:1]

[main] Setsockopt(1 22 2505000 e3) on fd 45 [1:5:1]

[main] Setsockopt(1 8 2505000 4) on fd 46 [1:2:1]

[main] Setsockopt(1 12 2505000 5d) on fd 47 [1:5:1]

[main] Setsockopt(1 28 2505000 4) on fd 48 [16:3:2]

[main] Setsockopt(1 6 2505000 4) on fd 50 [1:1:1]

[main] Setsockopt(1 12 2505000 df) on fd 52 [1:1:1]

[main] Setsockopt(1 8 2505000 f3) on fd 54 [1:5:1]

[main] Setsockopt(1 9 2505000 4) on fd 57 [1:5:1]

[main] Setsockopt(1 2d 2505000 a) on fd 58 [1:1:1]

[main] Setsockopt(1 2c 2505000 3d) on fd 59 [1:5:1]

[main] Setsockopt(1 f 2505000 b6) on fd 60 [1:2:1]

[main] Setsockopt(1 f 2505000 3f) on fd 62 [1:2:1]

[main] Setsockopt(1 25 2505000 b1) on fd 63 [16:2:2]

[main] Setsockopt(1 20 2505000 4) on fd 64 [1:5:1]

[main] Setsockopt(1 28 2505000 58) on fd 65 [1:1:1]

[main] Setsockopt(1 8 2505000 28) on fd 66 [1:2:1]

[main] Setsockopt(1 21 2505000 c8) on fd 70 [1:2:1]

[main] Setsockopt(1 b 2505000 7a) on fd 73 [1:2:1]

[main] Setsockopt(1 b 2505000 4) on fd 77 [16:3:16]

[main] Setsockopt(1 10 2505000 75) on fd 79 [16:3:4]

[main] Setsockopt(1 10 2505000 4) on fd 81 [1:5:1]

[main] Setsockopt(10e 4 2505000 4) on fd 82 [16:3:2]

[main] Setsockopt(10e 5 0 2) on fd 85 [16:2:4]

[main] Setsockopt(1 29 2505000 59) on fd 88 [1:1:1]

[main] Setsockopt(10e 3 2505000 f4) on fd 89 [16:3:15]

[main] Setsockopt(1 25 2505000 4) on fd 90 [1:1:1]

[main] Setsockopt(1 20 2505000 4) on fd 92 [1:1:1]

[main] Setsockopt(1 7 2505000 4) on fd 93 [1:5:1]

[main] Setsockopt(10e 5 2505000 4) on fd 95 [16:2:4]

[main] Setsockopt(1 2f 2505000 4) on fd 96 [1:5:1]

[main] Setsockopt(1 24 2505000 8e) on fd 97 [1:2:1]

[main] Setsockopt(1 25 2505000 4) on fd 99 [1:2:1]

[main] Setsockopt(1 e 2505000 1c) on fd 100 [1:2:1]

[main] Setsockopt(1 2 2505000 4) on fd 101 [16:2:0]

[main] Setsockopt(1 c 2505000 6) on fd 104 [16:2:15]

[main] Setsockopt(10e 4 2505000 4) on fd 107 [16:3:15]

[main] Setsockopt(1 e 2505000 4) on fd 109 [16:2:4]

[main] Setsockopt(1 2a 2505000 1d) on fd 110 [1:2:1]

[main] Setsockopt(1 20 2505000 b2) on fd 112 [1:1:1]

[main] Setsockopt(1 25 2505000 4) on fd 114 [1:2:1]

[main] Setsockopt(10e 4 2505000 fa) on fd 115 [16:2:0]

[main] Setsockopt(1 8 2505000 ba) on fd 116 [1:2:1]

[main] Setsockopt(1 e 2505000 60) on fd 117 [1:1:1]

[main] Setsockopt(1 7 2505000 a0) on fd 118 [1:5:1]

[main] Setsockopt(1 2f 2505000 30) on fd 119 [1:1:1]

[main] Setsockopt(1 28 2505000 eb) on fd 121 [16:3:0]

[main] Setsockopt(1 2 2505000 4) on fd 123 [1:1:1]

[main] Setsockopt(1 b 2505000 20) on fd 124 [1:2:1]

[main] Setsockopt(1 25 2505000 fa) on fd 125 [16:3:16]

[main] Setsockopt(1 2d 2505000 4) on fd 126 [1:1:1]

[main] Setsockopt(10e 3 2505000 4) on fd 127 [16:2:16]

[main] Setsockopt(1 d 2505000 8) on fd 130 [1:1:1]

[main] Setsockopt(1 5 2505000 4) on fd 138 [1:5:1]

[main] Setsockopt(1 29 2505000 3f) on fd 141 [1:5:1]

[main] Setsockopt(10e 3 2505000 3f) on fd 142 [16:3:4]

[main] Setsockopt(1 2c 2505000 4) on fd 143 [1:2:1]

[main] Setsockopt(10e 3 2505000 32) on fd 144 [16:3:4]

[main] Setsockopt(1 2 2505000 4) on fd 146 [1:1:1]

[main] Setsockopt(1 d 2505000 8) on fd 147 [1:1:1]

[main] Setsockopt(1 d 2505000 8) on fd 148 [1:5:1]

[main] Setsockopt(10e 5 2505000 4) on fd 149 [16:3:16]

[main] Setsockopt(1 21 2505000 4) on fd 150 [1:1:1]

[main] Setsockopt(1 7 2505000 4) on fd 151 [16:3:0]

[main] Setsockopt(1 1d 2505000 4) on fd 153 [1:1:1]

[main] Setsockopt(1 22 2505000 e6) on fd 154 [16:3:4]

[main] Setsockopt(10e 3 2505000 ab) on fd 156 [16:3:16]

[main] Setsockopt(1 2e 2505000 4) on fd 157 [1:1:1]

[main] Setsockopt(1 9 2505000 95) on fd 158 [16:2:0]

[main] Setsockopt(1 1 2505000 32) on fd 159 [1:1:1]

[main] Setsockopt(1 23 2505000 4) on fd 160 [1:1:1]

[main] Setsockopt(1 22 2505000 fe) on fd 162 [1:5:1]

[main] Setsockopt(1 20 2505000 c7) on fd 163 [16:3:15]

[main] Setsockopt(1 5 2505000 4) on fd 164 [1:1:1]

[main] Setsockopt(10e 4 2505000 4) on fd 166 [16:3:0]

[main] Setsockopt(10e 5 2505000 4d) on fd 169 [16:2:16]

[main] Setsockopt(1 1 2505000 4) on fd 171 [1:5:1]

[main] Setsockopt(10e 4 2505000 b9) on fd 173 [16:3:16]

[main] Setsockopt(1 1 2505000 4) on fd 175 [16:2:2]

[main] Setsockopt(1 d 2505000 8) on fd 176 [1:5:1]

[main] Setsockopt(10e 5 2505000 28) on fd 183 [16:2:4]

[main] Setsockopt(1 22 2505000 a) on fd 184 [1:2:1]

[main] Setsockopt(1 22 2505000 4) on fd 185 [1:1:1]

[main] Setsockopt(1 7 2505000 30) on fd 187 [1:1:1]

[main] Setsockopt(1 2a 2505000 4) on fd 190 [1:2:1]

[main] Setsockopt(1 2 2505000 50) on fd 192 [1:2:1]

[main] Setsockopt(1 2b 2505000 4) on fd 194 [1:1:1]

[main] Setsockopt(1 29 2505000 f0) on fd 195 [1:5:1]

[main] Setsockopt(1 c 2505000 f8) on fd 197 [1:2:1]

[main] Setsockopt(1 a 2505000 22) on fd 198 [1:5:1]

[main] Setsockopt(1 24 2505000 4) on fd 199 [1:2:1]

[main] Setsockopt(1 22 2505000 b3) on fd 200 [1:5:1]

[main] Setsockopt(1 23 2505000 4) on fd 201 [16:2:15]

[main] Setsockopt(1 6 2505000 c) on fd 202 [1:1:1]

[m

Show more