* [cpufreq] WARNING: CPU: 1 PID: 1 at lib/kobject.c:674 kobject_put()
@ 2015-10-17 0:57 Fengguang Wu
2015-10-17 4:38 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2015-10-17 0:57 UTC (permalink / raw)
To: lkp
[-- Attachment #1: Type: text/plain, Size: 8767 bytes --]
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.linaro.org/people/vireshk/linux cpufreq/policy_under_cpufreq
commit f64c9a0941f179d55ab95f4b9a038df0acbfefa3
Author: Viresh Kumar <viresh.kumar@linaro.org>
AuthorDate: Thu Oct 15 21:16:31 2015 +0530
Commit: Viresh Kumar <viresh.kumar@linaro.org>
CommitDate: Thu Oct 15 21:19:51 2015 +0530
cpufreq: postfix policy directory with the first CPU in related_cpus
The sysfs policy directory is postfixed currently with the CPU number
for which the policy was created, which isn't necessarily the first CPU
in related_cpus mask.
To make it more consistent and predictable, lets postfix the policy with
the first cpu in related-cpus mask.
Suggested-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
+--------------------------------------------------+------------+------------+------------+
| | 594e7c8e74 | f64c9a0941 | bb029f4489 |
+--------------------------------------------------+------------+------------+------------+
| boot_successes | 167 | 0 | 0 |
| boot_failures | 170 | 71 | 30 |
| BUG:kernel_boot_hang | 170 | 42 | 17 |
| WARNING:at_lib/kobject.c:#kobject_put() | 0 | 71 | 28 |
| backtrace:cpufreq_register_driver | 0 | 71 | 28 |
| backtrace:acpi_cpufreq_init | 0 | 71 | 28 |
| backtrace:kernel_init_freeable | 0 | 71 | 28 |
| INFO:task_blocked_for_more_than#seconds | 0 | 29 | 13 |
| RIP:flat_send_IPI_mask | 0 | 29 | 13 |
| RIP:native_safe_halt | 0 | 27 | 12 |
| Kernel_panic-not_syncing:hung_task:blocked_tasks | 0 | 29 | 13 |
| backtrace:watchdog | 0 | 29 | 13 |
| backtrace:cpu_startup_entry | 0 | 12 | 4 |
| RIP:delay_tsc | 0 | 1 | |
| RIP:lock_time_inc | 0 | 1 | |
+--------------------------------------------------+------------+------------+------------+
[ 99.241499] netconsole: network logging started
[ 99.264306] rtc_cmos 00:00: setting system clock to 2015-10-16 16:08:29 UTC (1445011709)
[ 99.268670] ------------[ cut here ]------------
[ 99.270960] WARNING: CPU: 1 PID: 1 at lib/kobject.c:674 kobject_put+0x33/0x48()
[ 99.291157] kobject: '(null)' (ffff88000ca765e0): is not initialized, yet kobject_put() is being called.
[ 99.300229] Modules linked in:
[ 99.302246] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.3.0-rc5-00082-gf64c9a0 #1
[ 99.319320] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 04/01/2014
[ 99.345114] 0000000000000000 ffff880011cabc88 ffffffff814fe760 ffff880011cabcd0
[ 99.349395] ffff880011cabcc0 ffffffff8109257a ffffffff815006c5 ffff88000ca765e0
[ 99.375460] 0000000000000040 ffff88000ca76680 ffff88000ca76508 ffff880011cabd28
[ 99.379817] Call Trace:
[ 99.381362] [<ffffffff814fe760>] dump_stack+0x4b/0x63
[ 99.403488] [<ffffffff8109257a>] warn_slowpath_common+0x9f/0xb8
[ 99.405866] [<ffffffff815006c5>] ? kobject_put+0x33/0x48
[ 99.475796] [<ffffffff810925db>] warn_slowpath_fmt+0x48/0x50
[ 99.478271] [<ffffffff815006c5>] kobject_put+0x33/0x48
[ 99.480823] [<ffffffff81a2c8dc>] cpufreq_policy_free+0x14e/0x16e
[ 99.483391] [<ffffffff81a2d036>] cpufreq_online+0x73a/0x753
[ 99.493992] [<ffffffff81a2d0f0>] cpufreq_add_dev+0x5b/0xbd
[ 99.497740] [<ffffffff816c62e8>] subsys_interface_register+0xc8/0xf8
[ 99.507289] [<ffffffff81a2d3c9>] cpufreq_register_driver+0xf2/0x174
[ 99.524153] [<ffffffff81a2d3c9>] ? cpufreq_register_driver+0xf2/0x174
[ 99.535717] [<ffffffff82624fcc>] acpi_cpufreq_init+0x1a8/0x1c7
[ 99.538303] [<ffffffff82624e24>] ? cpufreq_gov_dbs_init+0x12/0x12
[ 99.541028] [<ffffffff8100031a>] do_one_initcall+0xed/0x17f
[ 99.563532] [<ffffffff825ce102>] kernel_init_freeable+0x1ea/0x272
[ 99.566156] [<ffffffff81c26dc9>] ? rest_init+0x140/0x140
[ 99.568313] [<ffffffff81c26dd7>] kernel_init+0xe/0xda
[ 99.570649] [<ffffffff81c3526f>] ret_from_fork+0x3f/0x70
[ 99.584180] [<ffffffff81c26dc9>] ? rest_init+0x140/0x140
[ 99.595613] ---[ end trace 4c8628e06394c1c6 ]---
[ 240.681118] INFO: task swapper/0:1 blocked for more than 120 seconds.
git bisect start bb029f4489e18b0a5a1622c2accf4f06da52c362 25cb62b76430a91cc6195f902e61c2cb84ade622 --
git bisect bad 510afcf7a9e98728a8e81fc5c5254a5d6cdfa7df # 06:33 0- 17 Merge 'linux-review/Luis-de-Bethencourt/OMAPDSS-DISPC-Remove-boolean-comparisons/20151015-203139' into devel-hourly-2015101600
git bisect bad d1f1372dbb3ffdb4c118a2e4398a26d3ebaa2148 # 06:33 0- 19 Merge 'linux-review/Valentin-Rothberg/checkkconfigsymbols-py-multiprocessing-of-files/20151015-164013' into devel-hourly-2015101600
git bisect good 20616fa9d129c8181ff00158fa1324468176c761 # 06:33 21+ 0 Merge 'arm-integrator/mtd-afs-v2' into devel-hourly-2015101600
git bisect bad 0db21b749d007039e75fe0e792f97881bd217d0f # 06:33 0- 17 Merge 'mac80211-next/regulatory' into devel-hourly-2015101600
git bisect bad c37d7c7104e324b0d2a87282a11bd0d4483f615a # 06:33 0- 21 Merge 'power-supply/next' into devel-hourly-2015101600
git bisect bad e6604d006cb762fff18a9ed81dd035fbdb783e29 # 06:33 0- 12 Merge 'pm/bleeding-edge' into devel-hourly-2015101600
git bisect bad 972c01aaf31cbb0629ffd331530d71c5215deb28 # 06:44 0- 1 Merge 'vireshk/cpufreq/policy_under_cpufreq' into devel-hourly-2015101600
git bisect good ee9750e7f8822666ce6959a533be5d3bccafac54 # 06:59 37+ 10 Merge branches 'acpica', 'pm-domains' and 'pm-opp'
git bisect good 000d0662721a27936bcfeb098d79ded1fe6d66c2 # 07:33 35+ 16 Merge branch 'pm-domains-next' into linux-next
git bisect good 8f8666d12dff8b5274037072e1f469eb4f37c7e3 # 07:45 37+ 1 Merge branch 'pm-avs' into linux-next
git bisect good e625742f9c6e5d01b5c46efcc2870893735badf3 # 07:57 35+ 3 cpufreq: Drop redundant check for inactive policies
git bisect good aa0b6fc073f924ffbf6c05d200f80dbb8f23d60f # 08:05 34+ 3 cpufreq: create cpu/cpufreq at boot time
git bisect good 594e7c8e74ca56cef58d29327518f5223e89e208 # 08:23 35+ 26 cpufreq: create cpu/cpufreq/policyX directories
git bisect bad f64c9a0941f179d55ab95f4b9a038df0acbfefa3 # 08:23 0- 13 cpufreq: postfix policy directory with the first CPU in related_cpus
# first bad commit: [f64c9a0941f179d55ab95f4b9a038df0acbfefa3] cpufreq: postfix policy directory with the first CPU in related_cpus
git bisect good 594e7c8e74ca56cef58d29327518f5223e89e208 # 08:34 107+ 56 cpufreq: create cpu/cpufreq/policyX directories
# extra tests with DEBUG_INFO
git bisect bad f64c9a0941f179d55ab95f4b9a038df0acbfefa3 # 08:45 0- 38 cpufreq: postfix policy directory with the first CPU in related_cpus
# extra tests on HEAD of linux-devel/devel-hourly-2015101600
git bisect bad 672e147cfda84affc23c703d8ebca4591eeee889 # 08:58 12- 24 0day head guard for 'devel-hourly-2015101600'
# extra tests on tree/branch vireshk/cpufreq/policy_under_cpufreq
git bisect bad f64c9a0941f179d55ab95f4b9a038df0acbfefa3 # 09:00 0- 15 cpufreq: postfix policy directory with the first CPU in related_cpus
# extra tests with first bad commit reverted
git bisect good 2b4978c20bb556ff9326c6f92d0fecc181dc764a # 09:28 102+ 9 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
# extra tests on tree/branch linus/master
git bisect good 69984b64440729bf6b08d1ddc1b3ee8282a2c846 # 09:44 104+ 10 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
# extra tests on tree/branch linux-next/master
git bisect good e2be40dd34e378377ff0a65dd441c95b220f4441 # 17:47 109+ 4 Add linux-next specific files for 20151015
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
[-- Attachment #2: 4.3.0-rc5-00082-gf64c9a01 --]
[-- Type: text/plain, Size: 44388 bytes --]
early console in setup code
early console in decompress_kernel
input_data: 0x000000000220526e
input_len: 0x0000000000967209
output: 0x0000000001000000
output_len: 0x0000000001b59958
run_size: 0x0000000002b0f000
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.3.0-rc5-00082-gf64c9a0 (kbuild@lkp-ib04) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Fri Oct 16 06:58:50 CST 2015
[ 0.000000] Command line: root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-intel12-yocto-x86_64-4/validate_boot-1-yocto-minimal-x86_64.cgz-x86_64-nfsroot-f64c9a0941f179d55ab95f4b9a038df0acbfefa3-20151016-22236-15y7i6n-50.yaml ARCH=x86_64 kconfig=x86_64-nfsroot branch=linux-devel/devel-hourly-2015101600 commit=f64c9a0941f179d55ab95f4b9a038df0acbfefa3 BOOT_IMAGE=/pkg/linux/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/vmlinuz-4.3.0-rc5-00082-gf64c9a0 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-intel12-yocto-x86_64/yocto-minimal-x86_64.cgz/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/53 LKP_SERVER=inn 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 rw ip=::::vm-intel12-yocto-x86_64-4::dhcp drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] Centaur CentaurHauls
[ 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-0x0000000013fdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013fe0000-0x0000000013ffffff] 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] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 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 = 0x13fe0 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 0x000f6610-0x000f661f] mapped at [ffff8800000f6610]
[ 0.000000] mpc: f6620-f6714
[ 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 [0x036ea000, 0x036eafff] PGTABLE
[ 0.000000] BRK [0x036eb000, 0x036ebfff] PGTABLE
[ 0.000000] BRK [0x036ec000, 0x036ecfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x13800000-0x139fffff]
[ 0.000000] [mem 0x13800000-0x139fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x137fffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x137fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x13a00000-0x13fdffff]
[ 0.000000] [mem 0x13a00000-0x13dfffff] page 2M
[ 0.000000] [mem 0x13e00000-0x13fdffff] page 4k
[ 0.000000] BRK [0x036ed000, 0x036edfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x13b8d000-0x13fdffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6400 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000013FE1737 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000013FE0C14 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000013FE0040 000BD4 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000013FE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000013FE0C88 0009F7 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000013FE167F 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000013FE16FF 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000013fdffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x13b88000-0x13b8cfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13b87001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880012c00000-ffff8800131fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000013fdffff]
[ 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-0x0000000013fdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000013fdffff]
[ 0.000000] On node 0 totalpages: 81790
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77792 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( 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 ffffffffff5fb000 (fec00000)
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-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:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 481 pages/cpu @ffff880012800000 s1932632 r8192 d29352 u2097152
[ 0.000000] pcpu-alloc: s1932632 r8192 d29352 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 1280cbc0
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 80489
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-intel12-yocto-x86_64-4/validate_boot-1-yocto-minimal-x86_64.cgz-x86_64-nfsroot-f64c9a0941f179d55ab95f4b9a038df0acbfefa3-20151016-22236-15y7i6n-50.yaml ARCH=x86_64 kconfig=x86_64-nfsroot branch=linux-devel/devel-hourly-2015101600 commit=f64c9a0941f179d55ab95f4b9a038df0acbfefa3 BOOT_IMAGE=/pkg/linux/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/vmlinuz-4.3.0-rc5-00082-gf64c9a0 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-intel12-yocto-x86_64/yocto-minimal-x86_64.cgz/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/53 LKP_SERVER=inn 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 rw ip=::::vm-intel12-yocto-x86_64-4::dhcp drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 272008K/327160K available (12528K kernel code, 1836K rwdata, 6048K rodata, 3424K init, 15936K bss, 55152K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Running RCU self tests
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.3.0-rc5-00082-gf64c9a0 (kbuild@lkp-ib04) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Fri Oct 16 06:58:50 CST 2015
[ 0.000000] Command line: root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-intel12-yocto-x86_64-4/validate_boot-1-yocto-minimal-x86_64.cgz-x86_64-nfsroot-f64c9a0941f179d55ab95f4b9a038df0acbfefa3-20151016-22236-15y7i6n-50.yaml ARCH=x86_64 kconfig=x86_64-nfsroot branch=linux-devel/devel-hourly-2015101600 commit=f64c9a0941f179d55ab95f4b9a038df0acbfefa3 BOOT_IMAGE=/pkg/linux/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/vmlinuz-4.3.0-rc5-00082-gf64c9a0 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-intel12-yocto-x86_64/yocto-minimal-x86_64.cgz/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/53 LKP_SERVER=inn 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 rw ip=::::vm-intel12-yocto-x86_64-4::dhcp drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] Centaur CentaurHauls
[ 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-0x0000000013fdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013fe0000-0x0000000013ffffff] 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] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 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 = 0x13fe0 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 0x000f6610-0x000f661f] mapped at [ffff8800000f6610]
[ 0.000000] mpc: f6620-f6714
[ 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 [0x036ea000, 0x036eafff] PGTABLE
[ 0.000000] BRK [0x036eb000, 0x036ebfff] PGTABLE
[ 0.000000] BRK [0x036ec000, 0x036ecfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x13800000-0x139fffff]
[ 0.000000] [mem 0x13800000-0x139fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x137fffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x137fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x13a00000-0x13fdffff]
[ 0.000000] [mem 0x13a00000-0x13dfffff] page 2M
[ 0.000000] [mem 0x13e00000-0x13fdffff] page 4k
[ 0.000000] BRK [0x036ed000, 0x036edfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x13b8d000-0x13fdffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6400 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000013FE1737 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000013FE0C14 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000013FE0040 000BD4 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000013FE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000013FE0C88 0009F7 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000013FE167F 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000013FE16FF 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000013fdffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x13b88000-0x13b8cfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13b87001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880012c00000-ffff8800131fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000013fdffff]
[ 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-0x0000000013fdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000013fdffff]
[ 0.000000] On node 0 totalpages: 81790
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77792 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( 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 ffffffffff5fb000 (fec00000)
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-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:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 481 pages/cpu @ffff880012800000 s1932632 r8192 d29352 u2097152
[ 0.000000] pcpu-alloc: s1932632 r8192 d29352 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 1280cbc0
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 80489
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-intel12-yocto-x86_64-4/validate_boot-1-yocto-minimal-x86_64.cgz-x86_64-nfsroot-f64c9a0941f179d55ab95f4b9a038df0acbfefa3-20151016-22236-15y7i6n-50.yaml ARCH=x86_64 kconfig=x86_64-nfsroot branch=linux-devel/devel-hourly-2015101600 commit=f64c9a0941f179d55ab95f4b9a038df0acbfefa3 BOOT_IMAGE=/pkg/linux/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/vmlinuz-4.3.0-rc5-00082-gf64c9a0 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-intel12-yocto-x86_64/yocto-minimal-x86_64.cgz/x86_64-nfsroot/gcc-4.9/f64c9a0941f179d55ab95f4b9a038df0acbfefa3/53 LKP_SERVER=inn 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 rw ip=::::vm-intel12-yocto-x86_64-4::dhcp drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Memory: 272008K/327160K available (12528K kernel code, 1836K rwdata, 6048K rodata, 3424K init, 15936K bss, 55152K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Running RCU self tests
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 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: 8671 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2926.328 MHz processor
[ 0.004000] Calibrating delay loop (skipped) preset value.. 5852.65 BogoMIPS (lpj=2926328)
[ 0.005009] pid_max: default: 32768 minimum: 301
[ 0.006132] ACPI: Core revision 20150818
[ 0.133155] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.136496] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.137384] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.138212] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.139074] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.144523] Initializing cgroup subsys io
[ 0.145130] Initializing cgroup subsys devices
[ 0.146109] Initializing cgroup subsys freezer
[ 0.148077] Initializing cgroup subsys debug
[ 0.149301] mce: CPU supports 10 MCE banks
[ 0.150131] numa_add_cpu cpu 0 node 0: mask now 0
[ 0.151014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.152011] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.156487] Freeing SMP alternatives memory: 44K (ffffffff8274d000 - ffffffff82758000)
[ 0.163080] ftrace: allocating 48365 entries in 189 pages
[ 0.182403] enabled ExtINT on CPU#0
[ 0.184771] ENABLING IO-APIC IRQs
[ 0.185054] init IO_APIC IRQs
[ 0.186006] apic 0 pin 0 not connected
[ 0.188075] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.189146] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.190000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.190000] apic 0 pin 16 not connected
[ 0.190000] apic 0 pin 17 not connected
[ 0.190000] apic 0 pin 18 not connected
[ 0.190000] apic 0 pin 19 not connected
[ 0.190000] apic 0 pin 20 not connected
[ 0.190000] apic 0 pin 21 not connected
[ 0.190000] apic 0 pin 22 not connected
[ 0.190000] apic 0 pin 23 not connected
[ 0.190000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.190000] Using local APIC timer interrupts.
[ 0.190000] calibrating APIC timer ...
[ 0.191000] ... lapic delta = 20440774
[ 0.191000] ... PM-Timer delta = 1170694
[ 0.191000] APIC calibration not consistent with PM-Timer: 327ms instead of 100ms
[ 0.191000] APIC delta adjusted to PM-Timer: 6250016 (20440774)
[ 0.191000] TSC delta adjusted to PM-Timer: 292607461 (956977151)
[ 0.191000] ..... delta 6250016
[ 0.191000] ..... mult: 268436143
[ 0.191000] ..... calibration result: 1000002
[ 0.191000] ..... CPU clock speed is 2926.0074 MHz.
[ 0.191000] ..... host bus clock speed is 1000.0002 MHz.
[ 0.191089] smpboot: CPU0: Intel Core i7 9xx (Nehalem Class Core i7) (family: 0x6, model: 0x1a, stepping: 0x3)
[ 0.195058] Performance Events: unsupported p6 CPU model 26 no PMU driver, software events only.
[ 0.205422] x86: Booting SMP configuration:
[ 0.206006] .... node #0, CPUs: #1
[ 0.004000] kvm-clock: cpu 1, msr 0:13b87041, secondary cpu clock
[ 0.004000] masked ExtINT on CPU#1
[ 0.004000] numa_add_cpu cpu 1 node 0: mask now 0-1
[ 0.231197] x86: Booted up 1 node, 2 CPUs
[ 0.232014] ----------------
[ 0.232006] KVM setup async PF for cpu 1
[ 0.232011] kvm-stealtime: cpu 1, msr 12a0cbc0
[ 0.236005] | NMI testsuite:
[ 0.237010] --------------------
[ 0.238005] remote IPI: ok |
[ 0.243948] local IPI: ok |
[ 0.252014] --------------------
[ 0.253004] Good, all 2 testcases passed! |
[ 0.254005] ---------------------------------
[ 0.255006] smpboot: Total of 2 processors activated (11705.31 BogoMIPS)
[ 0.264026] devtmpfs: initialized
[ 0.297286] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.299838] xor: measuring software checksum speed
[ 0.300444] kworker/u4:0 (16) used greatest stack depth: 13528 bytes left
[ 0.311008] prefetch64-sse: 9464.000 MB/sec
[ 0.322012] generic_sse: 108.000 MB/sec
[ 0.323008] xor: using function: prefetch64-sse (9464.000 MB/sec)
[ 0.325087] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.325671] RTC time: 16:06:48, date: 10/16/15
[ 0.332299] NET: Registered protocol family 16
[ 0.342203] kworker/u4:1 (27) used greatest stack depth: 13320 bytes left
[ 0.346170] kworker/u4:1 (29) used greatest stack depth: 13208 bytes left
[ 0.351994] cpuidle: using governor ladder
[ 0.356023] cpuidle: using governor menu
[ 0.359213] ACPI: bus type PCI registered
[ 0.366000] dca service started, version 1.12.1
[ 0.366000] PCI: Using configuration type 1 for base access
[ 0.701008] raid6: sse2x1 gen() 1992 MB/s
[ 0.719011] raid6: sse2x1 xor() 1310 MB/s
[ 0.737009] raid6: sse2x2 gen() 2105 MB/s
[ 0.755009] raid6: sse2x2 xor() 1443 MB/s
[ 0.773014] raid6: sse2x4 gen() 1781 MB/s
[ 0.792014] raid6: sse2x4 xor() 1488 MB/s
[ 0.793004] raid6: using algorithm sse2x2 gen() 2105 MB/s
[ 0.794004] raid6: .... xor() 1443 MB/s, rmw enabled
[ 0.795004] raid6: using ssse3x2 recovery algorithm
[ 0.803699] ACPI: Added _OSI(Module Device)
[ 0.803699] ACPI: Added _OSI(Processor Device)
[ 0.811006] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.819007] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.017163] ACPI: Interpreter enabled
[ 1.022034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 1.035037] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 1.061208] ACPI: (supports S0 S3 S4 S5)
[ 1.066004] ACPI: Using IOAPIC for interrupt routing
[ 1.076000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.621000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.622058] acpi PNP0A03:00: _OSC: OS supports [Segments MSI]
[ 1.622273] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.626488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 1.677795] PCI host bridge to bus 0000:00
[ 1.682026] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.685018] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.693024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.698026] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.707025] pci_bus 0000:00: root bus resource [mem 0x14000000-0xfebfffff window]
[ 1.713185] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 1.738000] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 1.749000] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 1.756991] pci 0000:00:01.1: reg 0x20: [io 0xc0c0-0xc0cf]
[ 1.767578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 1.773005] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 1.779007] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 1.784005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.802000] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.802000] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 1.806025] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 1.827000] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 1.827016] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 1.842915] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 1.871889] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 1.894000] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 1.897013] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 1.903007] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 1.938012] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 1.963000] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[ 1.966013] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f]
[ 1.973012] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[ 2.023000] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[ 2.023011] pci 0000:00:05.0: reg 0x10: [io 0xc080-0xc0bf]
[ 2.035930] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[ 2.077689] pci 0000:00:06.0: [8086:25ab] type 00 class 0x088000
[ 2.082532] pci 0000:00:06.0: reg 0x10: [mem 0xfebf3000-0xfebf300f]
[ 2.149000] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 2.163082] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 2.177733] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 2.196345] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 2.207380] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 2.246000] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 2.247813] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 2.248000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.248000] vgaarb: loaded
[ 2.256007] vgaarb: bridge control possible 0000:00:02.0
[ 2.269230] SCSI subsystem initialized
[ 2.271392] libata version 3.00 loaded.
[ 2.273689] ACPI: bus type USB registered
[ 2.274719] usbcore: registered new interface driver usbfs
[ 2.275627] usbcore: registered new interface driver hub
[ 2.280211] usbcore: registered new device driver usb
[ 2.282378] pps_core: LinuxPPS API ver. 1 registered
[ 2.293006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 2.296171] PTP clock support registered
[ 2.299138] wmi: Mapper loaded
[ 2.315551] Advanced Linux Sound Architecture Driver Initialized.
[ 2.317628] PCI: Using ACPI for IRQ routing
[ 2.329007] PCI: pci_cache_line_size set to 64 bytes
[ 2.330194] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 2.332043] e820: reserve RAM buffer [mem 0x13fe0000-0x13ffffff]
[ 2.369570] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 2.369570] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 2.369917] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 2.409312] clocksource: Switched to clocksource kvm-clock
[ 3.477633] pnp: PnP ACPI init
[ 3.491351] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.504780] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 3.518059] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 3.530948] pnp 00:03: [dma 2]
[ 3.533262] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 3.565843] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 3.593170] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 3.705146] pnp: PnP ACPI: found 6 devices
[ 4.120236] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 4.123149] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 4.134764] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 4.136366] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 4.148056] pci_bus 0000:00: resource 7 [mem 0x14000000-0xfebfffff window]
[ 4.150147] NET: Registered protocol family 2
[ 4.163002] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 4.175347] TCP bind hash table entries: 4096 (order: 6, 327680 bytes)
[ 4.177364] TCP: Hash tables configured (established 4096 bind 4096)
[ 4.179171] UDP hash table entries: 256 (order: 3, 49152 bytes)
[ 4.195865] UDP-Lite hash table entries: 256 (order: 3, 49152 bytes)
[ 4.205274] NET: Registered protocol family 1
[ 4.218490] RPC: Registered named UNIX socket transport module.
[ 4.276753] RPC: Registered udp transport module.
[ 4.278115] RPC: Registered tcp transport module.
[ 4.279498] RPC: Registered tcp NFSv4.1 backchannel transport module
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-17 4:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17 0:57 [cpufreq] WARNING: CPU: 1 PID: 1 at lib/kobject.c:674 kobject_put() Fengguang Wu
2015-10-17 4:38 ` Viresh Kumar
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.