Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759463AbaD3TRR (ORCPT ); Wed, 30 Apr 2014 15:17:17 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:58655 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758905AbaD3TRM (ORCPT ); Wed, 30 Apr 2014 15:17:12 -0400 Message-ID: <53614BFE.9090804@linux.vnet.ibm.com> Date: Thu, 01 May 2014 00:46:14 +0530 From: "Srivatsa S. Bhat" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0 MIME-Version: 1.0 To: Linus Torvalds CC: Davidlohr Bueso , Hugh Dickins , Linux MM , "linux-kernel@vger.kernel.org" , Rik van Riel , Michel Lespinasse , "akpm@linux-foundation.org" , Oleg Nesterov , Dave Jones Subject: Re: [BUG] kernel BUG at mm/vmacache.c:85! References: <535EA976.1080402@linux.vnet.ibm.com> <1398723290.25549.20.camel@buesod1.americas.hpqcorp.net> <535F77E8.2040000@linux.vnet.ibm.com> In-Reply-To: <535F77E8.2040000@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14043019-5490-0000-0000-000005886DA0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/29/2014 03:29 PM, Srivatsa S. Bhat wrote: > On 04/29/2014 03:55 AM, Linus Torvalds wrote: >> On Mon, Apr 28, 2014 at 3:14 PM, Davidlohr Bueso wrote: >>> >>> I think that returning some stale/bogus vma is causing those segfaults >>> in udev. It shouldn't occur in a normal scenario. What puzzles me is >>> that it's not always reproducible. This makes me wonder what else is >>> going on... >> >> I've replaced the BUG_ON() with a WARN_ON_ONCE(), and made it be >> unconditional (so you don't have to trigger the range check). >> >> That might make it show up earlier and easier (and hopefully closer to >> the place that causes it). Maybe that makes it easier for Srivatsa to >> reproduce this. It doesn't make *my* machine do anything different, >> though. >> >> Srivatsa? It's in current -git. >> > > I tried this, but still nothing so far. I rebooted 10-20 times, and also > tried multiple runs of multi-threaded ebizzy and kernel compilations, > but none of this hit the warning. > I tried to recall the *exact* steps that I had carried out when I first hit the bug. I realized that I had actually used kexec to boot the new kernel. I had originally booted into a 3.7.7 kernel that happens to be on that machine, and then kexec()'ed 3.15-rc3 on it. And that had caused the kernel crash. Fresh boots of 3.15-rc3, as well as kexec from 3.15+ to itself, seems to be pretty robust and has never resulted in any bad behavior (this is why I couldn't reproduce the issue earlier, since I was doing fresh boots of 3.15-rc). So I tried the same recipe again (boot into 3.7.7 and kexec into 3.15-rc3+) and I got totally random crashes so far, once in sys_kill and two times in exit_mmap. So I guess the bug is in 3.7.x and probably 3.15-rc is fine after all... Here is the crash around sys_kill: kvm: exiting hardware virtualization mpt2sas0: IR shutdown (sending) mpt2sas0: IR shutdown (complete): ioc_status(0x0000), loginfo(0x00000000) mpt2sas0: sending diag reset !! mpt2sas0: diag reset: SUCCESS Starting new kernel Initializing cgroup subsys cpuset Initializing cgroup subsys cpu Initializing cgroup subsys cpuacct Linux version 3.15.0-rc3-mmdbg (root@llm233.in.ibm.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue Apr 29 04:20:42 EDT 2014 Command line: ro root=UUID=0b808847-f479-46cd-b962-98544ff30c61 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb console=tty0 console=ttyS1,115200 ignore_loglevel debug no_console_suspend selinux=0 softdog.soft_margin=30000 e820: BIOS-provided physical RAM map: BIOS-e820: [mem 0x0000000000000100-0x000000000009bfff] usable BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved BIOS-e820: [mem 0x0000000000100000-0x0000000067d2ffff] usable BIOS-e820: [mem 0x0000000067d30000-0x0000000067d30fff] ACPI data BIOS-e820: [mem 0x0000000067d31000-0x0000000069d29fff] usable BIOS-e820: [mem 0x0000000069d2a000-0x0000000069dedfff] reserved BIOS-e820: [mem 0x0000000069dee000-0x000000006a59cfff] usable BIOS-e820: [mem 0x000000006a59d000-0x000000006a5a5fff] ACPI data BIOS-e820: [mem 0x000000006a5a6000-0x000000006a5bdfff] usable BIOS-e820: [mem 0x000000006a5be000-0x000000006a5c7fff] ACPI data BIOS-e820: [mem 0x000000006a5c8000-0x000000006a5cefff] usable BIOS-e820: [mem 0x000000006a5cf000-0x000000006a5d1fff] ACPI data BIOS-e820: [mem 0x000000006a5d2000-0x000000006a5d2fff] usable BIOS-e820: [mem 0x000000006a5d3000-0x000000006a5d5fff] ACPI data BIOS-e820: [mem 0x000000006a5d6000-0x000000006a5e0fff] usable BIOS-e820: [mem 0x000000006a5e1000-0x000000006a5e2fff] ACPI data BIOS-e820: [mem 0x000000006a5e3000-0x000000006a5e6fff] usable BIOS-e820: [mem 0x000000006a5e7000-0x000000006a5e9fff] ACPI data BIOS-e820: [mem 0x000000006a5ea000-0x000000006a5eefff] usable BIOS-e820: [mem 0x000000006a5ef000-0x000000006a5f2fff] ACPI data BIOS-e820: [mem 0x000000006a5f3000-0x000000006ac25fff] usable BIOS-e820: [mem 0x000000006ac26000-0x000000006ac26fff] ACPI data BIOS-e820: [mem 0x000000006ac27000-0x000000006b393fff] usable BIOS-e820: [mem 0x000000006b394000-0x000000006b394fff] ACPI data BIOS-e820: [mem 0x000000006b395000-0x000000007e596fff] usable BIOS-e820: [mem 0x000000007e597000-0x000000007e6a1fff] reserved BIOS-e820: [mem 0x000000007e6a2000-0x000000007ebc5fff] ACPI NVS BIOS-e820: [mem 0x000000007ebc6000-0x000000007ec01fff] usable BIOS-e820: [mem 0x000000007f000000-0x000000007fbfffff] reserved BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved BIOS-e820: [mem 0x0000000100000000-0x000000207fffffff] usable debug: ignoring loglevel setting. NX (Execute Disable) protection: active SMBIOS 2.7 present. DMI: IBM -[8737R2A]-/00AE502, BIOS -[B2E120QUS-1.20]- 11/14/2012 e820: update [mem 0x00000000-0x00000fff] usable ==> reserved e820: remove [mem 0x000a0000-0x000fffff] usable No AGP bridge found e820: last_pfn = 0x2080000 max_arch_pfn = 0x400000000 MTRR default type: write-back MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-FFFFF uncachable MTRR variable ranges enabled: 0 base 0000FF800000 mask 3FFFFF800000 write-through 1 base 000080000000 mask 3FFF80000000 uncachable 2 base 3C0000000000 mask 3FF800000000 uncachable 3 disabled 4 disabled 5 disabled 6 disabled 7 disabled 8 disabled 9 disabled x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106 e820: last_pfn = 0x7ec02 max_arch_pfn = 0x400000000 found SMP MP-table at [mem 0x0009c140-0x0009c14f] mapped at [ffff88000009c140] Base memory trampoline at [ffff880000095000] 95000 size 28672 Using GB pages for direct mapping init_memory_mapping: [mem 0x00000000-0x000fffff] [mem 0x00000000-0x000fffff] page 4k BRK [0x027c9000, 0x027c9fff] PGTABLE BRK [0x027ca000, 0x027cafff] PGTABLE BRK [0x027cb000, 0x027cbfff] PGTABLE init_memory_mapping: [mem 0x207fe00000-0x207fffffff] [mem 0x207fe00000-0x207fffffff] page 1G init_memory_mapping: [mem 0x207c000000-0x207fdfffff] [mem 0x207c000000-0x207fdfffff] page 1G init_memory_mapping: [mem 0x2000000000-0x207bffffff] [mem 0x2000000000-0x207bffffff] page 1G init_memory_mapping: [mem 0x1000000000-0x1fffffffff] [mem 0x1000000000-0x1fffffffff] page 1G init_memory_mapping: [mem 0x00100000-0x67d2ffff] [mem 0x00100000-0x001fffff] page 4k [mem 0x00200000-0x67bfffff] page 2M [mem 0x67c00000-0x67d2ffff] page 4k init_memory_mapping: [mem 0x67d31000-0x69d29fff] [mem 0x67d31000-0x67dfffff] page 4k [mem 0x67e00000-0x69bfffff] page 2M [mem 0x69c00000-0x69d29fff] page 4k BRK [0x027cc000, 0x027ccfff] PGTABLE init_memory_mapping: [mem 0x69dee000-0x6a59cfff] [mem 0x69dee000-0x69dfffff] page 4k [mem 0x69e00000-0x6a3fffff] page 2M [mem 0x6a400000-0x6a59cfff] page 4k BRK [0x027cd000, 0x027cdfff] PGTABLE init_memory_mapping: [mem 0x6a5a6000-0x6a5bdfff] [mem 0x6a5a6000-0x6a5bdfff] page 4k init_memory_mapping: [mem 0x6a5c8000-0x6a5cefff] [mem 0x6a5c8000-0x6a5cefff] page 4k init_memory_mapping: [mem 0x6a5d2000-0x6a5d2fff] [mem 0x6a5d2000-0x6a5d2fff] page 4k init_memory_mapping: [mem 0x6a5d6000-0x6a5e0fff] [mem 0x6a5d6000-0x6a5e0fff] page 4k init_memory_mapping: [mem 0x6a5e3000-0x6a5e6fff] [mem 0x6a5e3000-0x6a5e6fff] page 4k init_memory_mapping: [mem 0x6a5ea000-0x6a5eefff] [mem 0x6a5ea000-0x6a5eefff] page 4k init_memory_mapping: [mem 0x6a5f3000-0x6ac25fff] [mem 0x6a5f3000-0x6a5fffff] page 4k [mem 0x6a600000-0x6abfffff] page 2M [mem 0x6ac00000-0x6ac25fff] page 4k BRK [0x027ce000, 0x027cefff] PGTABLE init_memory_mapping: [mem 0x6ac27000-0x6b393fff] [mem 0x6ac27000-0x6adfffff] page 4k [mem 0x6ae00000-0x6b1fffff] page 2M [mem 0x6b200000-0x6b393fff] page 4k init_memory_mapping: [mem 0x6b395000-0x7e596fff] [mem 0x6b395000-0x6b3fffff] page 4k [mem 0x6b400000-0x7e3fffff] page 2M [mem 0x7e400000-0x7e596fff] page 4k init_memory_mapping: [mem 0x7ebc6000-0x7ec01fff] [mem 0x7ebc6000-0x7ec01fff] page 4k init_memory_mapping: [mem 0x100000000-0xfffffffff] [mem 0x100000000-0xfffffffff] page 1G RAMDISK: [mem 0x7e101000-0x7e596fff] ACPI: RSDP 0x00000000000FDFD0 000024 (v02 IBM ) ACPI: XSDT 0x000000006B3941C0 0000D4 (v01 IBM BLADE 00000000 01000013) ACPI: FACP 0x000000006A5F2000 0000F4 (v04 IBM BLADE 00000000 MSFT 01000019) ACPI: DSDT 0x000000006A5C3000 0040E3 (v01 INTEL TIANO 00000003 MSFT 01000013) ACPI: FACS 0x000000007E909000 000040 ACPI: TCPA 0x000000006AC26000 000064 (v00 00000000 00000000) ACPI: ERST 0x000000006A5F1000 000230 (v01 IBM BLADE 00000001 MSFT 0100001B) ACPI: HEST 0x000000006A5F0000 0000F4 (v01 IBM BLADE 00000001 MSFT 0100001E) ACPI: HPET 0x000000006A5EF000 000038 (v01 IBM BLADE 00000001 MSFT 01000017) ACPI: APIC 0x000000006A5E8000 00016A (v03 IBM BLADE 00000000 MSFT 01000014) ACPI: MCFG 0x000000006A5E9000 00003C (v01 IBM BLADE 00000001 MSFT 01000018) ACPI: OEM0 0x000000006A5E7000 0002E8 (v03 IBM XSECSRAT 00000100 MSFT 01000022) ACPI: OEM1 0x000000006A5E2000 000030 (v01 IBM IBMERROR 00000001 MSFT 01000013) ACPI: SLIT 0x000000006A5E1000 000030 (v01 IBM BLADE 00000001 MSFT 01000020) ACPI: SRAT 0x000000006A5D3000 0002A8 (v03 IBM BLADE 00000001 MSFT 0100001A) ACPI: SLIC 0x000000006A5D5000 000176 (v01 IBM BLADE 00000000 MSFT 0100001F) ACPI: SSDT 0x000000006A5D4000 00069F (v02 IBM CPUSCOPE 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5D0000 0006C6 (v02 IBM CPUWYVRN 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A59D000 0085E4 (v02 IBM PSTATEPM 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5BE000 00135A (v02 IBM CPUCSTAT 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5CF000 000214 (v02 IBM WYVRNDEV 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5D1000 00009E (v02 IBM WYVRNGPE 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5C0000 00090F (v02 IBM CPUNOTFY 00004000 MSFT 01000016) ACPI: SSDT 0x000000006A5C2000 000035 (v01 IBM S3NAMEOB 00001000 MSFT 01000016) ACPI: SSDT 0x000000006A5C1000 0000C3 (v01 IBM SLEEPBTN 00001000 MSFT 01000016) ACPI: DMAR 0x0000000067D30000 000190 (v01 IBM BLADE 00000001 MSFT 01000021) ACPI: Local APIC address 0xfee00000 SRAT: PXM 0 -> APIC 0x00 -> Node 0 SRAT: PXM 0 -> APIC 0x02 -> Node 0 SRAT: PXM 0 -> APIC 0x04 -> Node 0 SRAT: PXM 0 -> APIC 0x06 -> Node 0 SRAT: PXM 0 -> APIC 0x08 -> Node 0 SRAT: PXM 0 -> APIC 0x0a -> Node 0 SRAT: PXM 0 -> APIC 0x0c -> Node 0 SRAT: PXM 0 -> APIC 0x0e -> Node 0 SRAT: PXM 1 -> APIC 0x20 -> Node 1 SRAT: PXM 1 -> APIC 0x22 -> Node 1 SRAT: PXM 1 -> APIC 0x24 -> Node 1 SRAT: PXM 1 -> APIC 0x26 -> Node 1 SRAT: PXM 1 -> APIC 0x28 -> Node 1 SRAT: PXM 1 -> APIC 0x2a -> Node 1 SRAT: PXM 1 -> APIC 0x2c -> Node 1 SRAT: PXM 1 -> APIC 0x2e -> Node 1 SRAT: PXM 0 -> APIC 0x01 -> Node 0 SRAT: PXM 0 -> APIC 0x03 -> Node 0 SRAT: PXM 0 -> APIC 0x05 -> Node 0 SRAT: PXM 0 -> APIC 0x07 -> Node 0 SRAT: PXM 0 -> APIC 0x09 -> Node 0 SRAT: PXM 0 -> APIC 0x0b -> Node 0 SRAT: PXM 0 -> APIC 0x0d -> Node 0 SRAT: PXM 0 -> APIC 0x0f -> Node 0 SRAT: PXM 1 -> APIC 0x21 -> Node 1 SRAT: PXM 1 -> APIC 0x23 -> Node 1 SRAT: PXM 1 -> APIC 0x25 -> Node 1 SRAT: PXM 1 -> APIC 0x27 -> Node 1 SRAT: PXM 1 -> APIC 0x29 -> Node 1 SRAT: PXM 1 -> APIC 0x2b -> Node 1 SRAT: PXM 1 -> APIC 0x2d -> Node 1 SRAT: PXM 1 -> APIC 0x2f -> Node 1 SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff] SRAT: Node 1 PXM 1 [mem 0x1080000000-0x207fffffff] NUMA: Initialized distance table, cnt=2 NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff] Initmem setup node 0 [mem 0x00000000-0x107fffffff] NODE_DATA [mem 0x107ffd9000-0x107fffffff] Initmem setup node 1 [mem 0x1080000000-0x207fffffff] NODE_DATA [mem 0x207ffd2000-0x207fff8fff] crashkernel: memory value expected [ffffea0000000000-ffffea0039bfffff] PMD -> [ffff88103fe00000-ffff881077dfffff] on node 0 [ffffea0039c00000-ffffea0071bfffff] PMD -> [ffff88203f600000-ffff8820775fffff] on node 1 Zone ranges: DMA [mem 0x00001000-0x00ffffff] DMA32 [mem 0x01000000-0xffffffff] Normal [mem 0x100000000-0x207fffffff] Movable zone start for each node Early memory node ranges node 0: [mem 0x00001000-0x0009bfff] node 0: [mem 0x00100000-0x67d2ffff] node 0: [mem 0x67d31000-0x69d29fff] node 0: [mem 0x69dee000-0x6a59cfff] node 0: [mem 0x6a5a6000-0x6a5bdfff] node 0: [mem 0x6a5c8000-0x6a5cefff] node 0: [mem 0x6a5d2000-0x6a5d2fff] node 0: [mem 0x6a5d6000-0x6a5e0fff] node 0: [mem 0x6a5e3000-0x6a5e6fff] node 0: [mem 0x6a5ea000-0x6a5eefff] node 0: [mem 0x6a5f3000-0x6ac25fff] node 0: [mem 0x6ac27000-0x6b393fff] node 0: [mem 0x6b395000-0x7e596fff] node 0: [mem 0x7ebc6000-0x7ec01fff] node 0: [mem 0x100000000-0x107fffffff] node 1: [mem 0x1080000000-0x207fffffff] On node 0 totalpages: 16770181 DMA zone: 56 pages used for memmap DMA zone: 22 pages reserved DMA zone: 3995 pages, LIFO batch:0 DMA32 zone: 7018 pages used for memmap DMA32 zone: 513258 pages, LIFO batch:31 Normal zone: 222208 pages used for memmap Normal zone: 16252928 pages, LIFO batch:31 On node 1 totalpages: 16777216 Normal zone: 229376 pages used for memmap Normal zone: 16777216 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] enabled) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] enabled) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] enabled) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] enabled) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x20] enabled) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x22] enabled) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x24] enabled) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x26] enabled) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x28] enabled) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x2a] enabled) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x2c] enabled) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x2e] enabled) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x01] enabled) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x03] enabled) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x05] enabled) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x07] enabled) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x09] enabled) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x0b] enabled) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x0d] enabled) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x0f] enabled) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x21] enabled) ACPI: LAPIC (acpi_id[0x19] lapic_id[0x23] enabled) ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x25] enabled) ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x27] enabled) ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x29] enabled) ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x2b] enabled) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x2d] enabled) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x2f] enabled) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 ACPI: IOAPIC (id[0x09] address[0xfec01000] gsi_base[24]) IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-47 ACPI: IOAPIC (id[0x0a] address[0xfec40000] gsi_base[48]) IOAPIC[2]: apic_id 10, version 32, address 0xfec40000, GSI 48-71 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Using ACPI (MADT) for SMP configuration information ACPI: HPET id: 0x8086a701 base: 0xfed00000 smpboot: Allowing 32 CPUs, 0 hotplug CPUs nr_irqs_gsi: 88 PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] PM: Registered nosave memory: [mem 0x67d30000-0x67d30fff] PM: Registered nosave memory: [mem 0x69d2a000-0x69dedfff] PM: Registered nosave memory: [mem 0x6a59d000-0x6a5a5fff] PM: Registered nosave memory: [mem 0x6a5be000-0x6a5c7fff] PM: Registered nosave memory: [mem 0x6a5cf000-0x6a5d1fff] PM: Registered nosave memory: [mem 0x6a5d3000-0x6a5d5fff] PM: Registered nosave memory: [mem 0x6a5e1000-0x6a5e2fff] PM: Registered nosave memory: [mem 0x6a5e7000-0x6a5e9fff] PM: Registered nosave memory: [mem 0x6a5ef000-0x6a5f2fff] PM: Registered nosave memory: [mem 0x6ac26000-0x6ac26fff] PM: Registered nosave memory: [mem 0x6b394000-0x6b394fff] PM: Registered nosave memory: [mem 0x7e597000-0x7e6a1fff] PM: Registered nosave memory: [mem 0x7e6a2000-0x7ebc5fff] PM: Registered nosave memory: [mem 0x7ec02000-0x7effffff] PM: Registered nosave memory: [mem 0x7f000000-0x7fbfffff] PM: Registered nosave memory: [mem 0x7fc00000-0x7fffffff] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] PM: Registered nosave memory: [mem 0xfed20000-0xff7fffff] PM: Registered nosave memory: [mem 0xff800000-0xffffffff] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:2 PERCPU: Embedded 28 pages/cpu @ffff88107fc00000 s83904 r8192 d22592 u131072 pcpu-alloc: s83904 r8192 d22592 u131072 alloc=1*2097152 pcpu-alloc: [0] 00 01 02 03 04 05 06 07 16 17 18 19 20 21 22 23 pcpu-alloc: [1] 08 09 10 11 12 13 14 15 24 25 26 27 28 29 30 31 Built 2 zonelists in Zone order, mobility grouping on. Total pages: 33088717 Policy zone: Normal Kernel command line: ro root=UUID=0b808847-f479-46cd-b962-98544ff30c61 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb console=tty0 console=ttyS1,115200 ignore_loglevel debug no_console_suspend selinux=0 softdog.soft_margin=30000 PID hash table entries: 4096 (order: 3, 32768 bytes) xsave: enabled xstate_bv 0x7, cntxt size 0x340 Checking aperture... No AGP bridge found Memory: 132254272K/134189588K available (5874K kernel code, 1378K rwdata, 2768K rodata, 1980K init, 10724K bss, 1935316K reserved) Hierarchical RCU implementation. RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32. RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32 NR_IRQS:524544 nr_irqs:1752 16 Console: colour dummy device 80x25 console [tty0] enabled console [ttyS1] enabled Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar ... MAX_LOCKDEP_SUBCLASSES: 8 ... MAX_LOCK_DEPTH: 48 ... MAX_LOCKDEP_KEYS: 8191 ... CLASSHASH_SIZE: 4096 ... MAX_LOCKDEP_ENTRIES: 16384 ... MAX_LOCKDEP_CHAINS: 32768 ... CHAINHASH_SIZE: 16384 memory used by lock dependency info: 5855 kB per task-struct memory footprint: 1920 bytes hpet clockevent registered tsc: Fast TSC calibration using PIT tsc: Detected 2900.170 MHz processor Calibrating delay loop (skipped), value calculated using timer frequency.. 5800.34 BogoMIPS (lpj=2900170) pid_max: default: 32768 minimum: 301 ACPI: Core revision 20140214 ACPI: All ACPI Tables successfully acquired Security Framework initialized SELinux: Disabled at boot. Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes) Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes) Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes) Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes) Initializing cgroup subsys devices Initializing cgroup subsys freezer Initializing cgroup subsys net_cls Initializing cgroup subsys blkio Initializing cgroup subsys perf_event CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 mce: CPU supports 20 MCE banks CPU0: Thermal LVT vector (0xfa) already installed Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 tlb_flushall_shift: 6 Freeing SMP alternatives memory: 20K (ffffffff81d49000 - ffffffff81d4e000) ftrace: allocating 23188 entries in 91 pages Switched APIC routing to physical flat. ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz (fam: 06, model: 2d, stepping: 07) TSC deadline timer enabled Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver. ... version: 3 ... bit width: 48 ... generic registers: 4 ... value mask: 0000ffffffffffff ... max period: 0000ffffffffffff ... fixed-purpose events: 3 ... event mask: 000000070000000f x86: Booting SMP configuration: .... node #0, CPUs: #1 CPU1: Thermal LVT vector (0xfa) already installed NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. #2 CPU2: Thermal LVT vector (0xfa) already installed #3 CPU3: Thermal LVT vector (0xfa) already installed #4 CPU4: Thermal LVT vector (0xfa) already installed #5 CPU5: Thermal LVT vector (0xfa) already installed #6 CPU6: Thermal LVT vector (0xfa) already installed #7 CPU7: Thermal LVT vector (0xfa) already installed .... node #1, CPUs: #8 CPU8: Thermal LVT vector (0xfa) already installed #9 CPU9: Thermal LVT vector (0xfa) already installed #10 CPU10: Thermal LVT vector (0xfa) already installed #11 CPU11: Thermal LVT vector (0xfa) already installed #12 CPU12: Thermal LVT vector (0xfa) already installed #13 CPU13: Thermal LVT vector (0xfa) already installed #14 CPU14: Thermal LVT vector (0xfa) already installed #15 CPU15: Thermal LVT vector (0xfa) already installed .... node #0, CPUs: #16 CPU16: Thermal LVT vector (0xfa) already installed #17 CPU17: Thermal LVT vector (0xfa) already installed #18 CPU18: Thermal LVT vector (0xfa) already installed #19 CPU19: Thermal LVT vector (0xfa) already installed #20 CPU20: Thermal LVT vector (0xfa) already installed #21 CPU21: Thermal LVT vector (0xfa) already installed #22 CPU22: Thermal LVT vector (0xfa) already installed #23 CPU23: Thermal LVT vector (0xfa) already installed .... node #1, CPUs: #24 CPU24: Thermal LVT vector (0xfa) already installed #25 CPU25: Thermal LVT vector (0xfa) already installed #26 CPU26: Thermal LVT vector (0xfa) already installed #27 CPU27: Thermal LVT vector (0xfa) already installed #28 CPU28: Thermal LVT vector (0xfa) already installed #29 CPU29: Thermal LVT vector (0xfa) already installed #30 CPU30: Thermal LVT vector (0xfa) already installed #31 CPU31: Thermal LVT vector (0xfa) already installed x86: Booted up 2 nodes, 32 CPUs smpboot: Total of 32 processors activated (185783.07 BogoMIPS) devtmpfs: initialized PM: Registering ACPI NVS region [mem 0x7e6a2000-0x7ebc5fff] (5390336 bytes) regulator-dummy: no parameters NET: Registered protocol family 16 cpuidle: using governor ladder cpuidle: using governor menu ACPI FADT declares the system doesn't support PCIe ASPM, so disable it ACPI: bus type PCI registered acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000) PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820 PCI: Using configuration type 1 for base access ACPI: Added _OSI(Module Device) ACPI: Added _OSI(Processor Device) ACPI: Added _OSI(3.0 _SCP Extensions) ACPI: Added _OSI(Processor Aggregator Device) ACPI: Interpreter enabled ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580) ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20140214/hwxface-580) ACPI: (supports S0 S1 S3 S5) ACPI: Using IOAPIC for interrupt routing HEST: Table parsing has been initialized. PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug ACPI: PCI Root Bridge [IOH0] (domain 0000 [bus 00-7f]) acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] acpi PNP0A08:00: _OSC: platform does not support [AER] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] acpi PNP0A08:00: host bridge window expanded to [io 0x0000-0x0cf7]; [io 0x0000-0x0cf7] ignored acpi PNP0A08:00: host bridge window expanded to [io 0x0000-0x0cf7]; [??? 0x00000000-0x00000cf7 flags 0x0] ignored acpi PNP0A08:00: host bridge window expanded to [io 0x0000-0x0cf7]; [io 0x0000-0x0cf7] ignored PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [bus 00-7f] pci_bus 0000:00: root bus resource [io 0x1000-0xbfff] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfedfffff] pci_bus 0000:00: root bus resource [mem 0xc4000000-0xfbff7fff] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] pci_bus 0000:00: root bus resource [mem 0x3c0000000000-0x3c007fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0080000000-0x3c00ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0100000000-0x3c017fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0180000000-0x3c01ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0200000000-0x3c027fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0280000000-0x3c02ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0300000000-0x3c037fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0380000000-0x3c03ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0400000000-0x3c047fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0480000000-0x3c04ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0500000000-0x3c057fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0580000000-0x3c05ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0600000000-0x3c067fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0680000000-0x3c06ffffffff] pci_bus 0000:00: root bus resource [mem 0x3c0700000000-0x3c077fffffff] pci_bus 0000:00: root bus resource [mem 0x3c0780000000-0x3c07ffffffff] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000 pci 0000:00:00.0: PME# supported from D0 D3hot D3cold pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400 pci 0000:00:01.0: PME# supported from D0 D3hot D3cold pci 0000:00:01.0: System wakeup disabled by ACPI pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400 pci 0000:00:02.0: PME# supported from D0 D3hot D3cold pci 0000:00:02.0: System wakeup disabled by ACPI pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400 pci 0000:00:03.0: PME# supported from D0 D3hot D3cold pci 0000:00:03.0: System wakeup disabled by ACPI pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000 pci 0000:00:04.0: reg 0x10: [mem 0xfb81c000-0xfb81ffff 64bit] pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000 pci 0000:00:04.1: reg 0x10: [mem 0xfb818000-0xfb81bfff 64bit] pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000 pci 0000:00:04.2: reg 0x10: [mem 0xfb814000-0xfb817fff 64bit] pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000 pci 0000:00:04.3: reg 0x10: [mem 0xfb810000-0xfb813fff 64bit] pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000 pci 0000:00:04.4: reg 0x10: [mem 0xfb80c000-0xfb80ffff 64bit] pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000 pci 0000:00:04.5: reg 0x10: [mem 0xfb808000-0xfb80bfff 64bit] pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000 pci 0000:00:04.6: reg 0x10: [mem 0xfb804000-0xfb807fff 64bit] pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000 pci 0000:00:04.7: reg 0x10: [mem 0xfb800000-0xfb803fff 64bit] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000 pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000 pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 pci 0000:00:11.0: PME# supported from D0 D3hot D3cold pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 pci 0000:00:1a.0: reg 0x10: [mem 0xc5e01000-0xc5e013ff] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold pci 0000:00:1a.0: System wakeup disabled by ACPI pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: System wakeup disabled by ACPI pci 0000:00:1c.4: [8086:1d18] type 01 class 0x060400 pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold pci 0000:00:1c.4: System wakeup disabled by ACPI pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 pci 0000:00:1d.0: reg 0x10: [mem 0xc5e00000-0xc5e003ff] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold pci 0000:00:1d.0: System wakeup disabled by ACPI pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 pci 0000:00:1e.0: System wakeup disabled by ACPI pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500 pci 0000:00:1f.3: reg 0x10: [mem 0xfb821000-0xfb8210ff 64bit] pci 0000:00:1f.3: reg 0x20: [io 0x4000-0x401f] pci 0000:00:01.0: PCI bridge to [bus 0c-10] pci 0000:11:00.0: [15b3:1003] type 00 class 0x020000 pci 0000:11:00.0: reg 0x10: [mem 0xc5d00000-0xc5dfffff 64bit] pci 0000:11:00.0: reg 0x18: [mem 0xfb000000-0xfb7fffff 64bit pref] pci 0000:11:00.0: reg 0x30: [mem 0xfff00000-0xffffffff pref] pci 0000:00:02.0: PCI bridge to [bus 11-15] pci 0000:00:02.0: bridge window [mem 0xc5d00000-0xc5dfffff] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb7fffff 64bit pref] pci 0000:16:00.0: [1077:2532] type 00 class 0x0c0400 pci 0000:16:00.0: reg 0x10: [io 0x3200-0x32ff] pci 0000:16:00.0: reg 0x14: [mem 0xc5c00000-0xc5c03fff 64bit] pci 0000:16:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref] pci 0000:16:00.1: [1077:2532] type 00 class 0x0c0400 pci 0000:16:00.1: reg 0x10: [io 0x3000-0x30ff] pci 0000:16:00.1: reg 0x14: [mem 0xc5c04000-0xc5c07fff 64bit] pci 0000:16:00.1: reg 0x30: [mem 0xfffc0000-0xffffffff pref] pci 0000:00:03.0: PCI bridge to [bus 16-1a] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff] pci 0000:00:03.0: bridge window [mem 0xc5c00000-0xc5cfffff] pci 0000:00:03.0: bridge window [mem 0xc5f00000-0xc5ffffff 64bit pref] pci 0000:00:11.0: PCI bridge to [bus 1b] pci 0000:00:11.0: bridge window [io 0x2000-0x2fff] pci 0000:00:11.0: bridge window [mem 0xc5b00000-0xc5bfffff] pci 0000:01:00.0: [1912:0013] type 01 class 0x060400 pci 0000:01:00.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: PCI bridge to [bus 01-05] pci 0000:00:1c.0: bridge window [mem 0xc5000000-0xc59fffff] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:02:00.0: [1912:0013] type 01 class 0x060400 pci 0000:02:00.0: PME# supported from D0 D3hot D3cold pci 0000:02:01.0: [1912:0013] type 01 class 0x060400 pci 0000:02:01.0: PME# supported from D0 D3hot D3cold pci 0000:01:00.0: PCI bridge to [bus 02-05] pci 0000:01:00.0: bridge window [mem 0xc5000000-0xc59fffff] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:03:00.0: [1912:0012] type 01 class 0x060400 pci 0000:02:00.0: PCI bridge to [bus 03-04] pci 0000:02:00.0: bridge window [mem 0xc5000000-0xc58fffff] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:04:00.0: [102b:0534] type 00 class 0x030000 pci 0000:04:00.0: reg 0x10: [mem 0xc4000000-0xc4ffffff pref] pci 0000:04:00.0: reg 0x14: [mem 0xc5800000-0xc5803fff] pci 0000:04:00.0: reg 0x18: [mem 0xc5000000-0xc57fffff] pci 0000:03:00.0: PCI bridge to [bus 04] pci 0000:03:00.0: bridge window [mem 0xc5000000-0xc58fffff] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:02:01.0: PCI bridge to [bus 05] pci 0000:02:01.0: bridge window [mem 0xc5900000-0xc59fffff] pci 0000:06:00.0: [1000:0070] type 00 class 0x010700 pci 0000:06:00.0: reg 0x10: [io 0x1000-0x10ff] pci 0000:06:00.0: reg 0x14: [mem 0xc5a40000-0xc5a43fff 64bit] pci 0000:06:00.0: reg 0x1c: [mem 0xc5a00000-0xc5a3ffff 64bit] pci 0000:06:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] pci 0000:06:00.0: supports D1 D2 pci 0000:00:1c.4: PCI bridge to [bus 06] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.4: bridge window [mem 0xc5a00000-0xc5afffff] pci 0000:00:1c.4: bridge window [mem 0xc6000000-0xc60fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 1c] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x1000-0xbfff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfedfffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0xc4000000-0xfbff7fff] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0000000000-0x3c007fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0080000000-0x3c00ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0100000000-0x3c017fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0180000000-0x3c01ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0200000000-0x3c027fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0280000000-0x3c02ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0300000000-0x3c037fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0380000000-0x3c03ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0400000000-0x3c047fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0480000000-0x3c04ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0500000000-0x3c057fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0580000000-0x3c05ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0600000000-0x3c067fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0680000000-0x3c06ffffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0700000000-0x3c077fffffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x3c0780000000-0x3c07ffffffff] (subtractive decode) pci_bus 0000:00: on NUMA node 0 acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. ACPI: PCI Root Bridge [IOH1] (domain 0000 [bus 80-ff]) acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] acpi PNP0A08:01: _OSC: platform does not support [AER] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] PCI host bridge to bus 0000:80 pci_bus 0000:80: root bus resource [bus 80-ff] pci_bus 0000:80: root bus resource [io 0xc000-0xffff] pci_bus 0000:80: root bus resource [mem 0x90000000-0xc3ff7fff] pci_bus 0000:80: root bus resource [mem 0x3c0800000000-0x3c087fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0880000000-0x3c08ffffffff] pci_bus 0000:80: root bus resource [mem 0x3c0900000000-0x3c097fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0980000000-0x3c09ffffffff] pci_bus 0000:80: root bus resource [mem 0x3c0a00000000-0x3c0a7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0a80000000-0x3c0affffffff] pci_bus 0000:80: root bus resource [mem 0x3c0b00000000-0x3c0b7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0b80000000-0x3c0bffffffff] pci_bus 0000:80: root bus resource [mem 0x3c0c00000000-0x3c0c7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0c80000000-0x3c0cffffffff] pci_bus 0000:80: root bus resource [mem 0x3c0d00000000-0x3c0d7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0d80000000-0x3c0dffffffff] pci_bus 0000:80: root bus resource [mem 0x3c0e00000000-0x3c0e7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0e80000000-0x3c0effffffff] pci_bus 0000:80: root bus resource [mem 0x3c0f00000000-0x3c0f7fffffff] pci_bus 0000:80: root bus resource [mem 0x3c0f80000000-0x3c0fffffffff] pci 0000:80:00.0: [8086:3c01] type 01 class 0x060400 pci 0000:80:00.0: PME# supported from D0 D3hot D3cold pci 0000:80:01.0: [8086:3c02] type 01 class 0x060400 pci 0000:80:01.0: PME# supported from D0 D3hot D3cold pci 0000:80:01.0: System wakeup disabled by ACPI pci 0000:80:01.1: [8086:3c03] type 01 class 0x060400 pci 0000:80:01.1: PME# supported from D0 D3hot D3cold pci 0000:80:02.0: [8086:3c04] type 01 class 0x060400 pci 0000:80:02.0: PME# supported from D0 D3hot D3cold pci 0000:80:02.0: System wakeup disabled by ACPI pci 0000:80:02.2: [8086:3c06] type 01 class 0x060400 pci 0000:80:02.2: PME# supported from D0 D3hot D3cold pci 0000:80:02.2: System wakeup disabled by ACPI pci 0000:80:03.0: [8086:3c08] type 01 class 0x060400 pci 0000:80:03.0: PME# supported from D0 D3hot D3cold pci 0000:80:03.0: System wakeup disabled by ACPI pci 0000:80:04.0: [8086:3c20] type 00 class 0x088000 pci 0000:80:04.0: reg 0x10: [mem 0xc3ff4000-0xc3ff7fff 64bit] pci 0000:80:04.1: [8086:3c21] type 00 class 0x088000 pci 0000:80:04.1: reg 0x10: [mem 0xc3ff0000-0xc3ff3fff 64bit] pci 0000:80:04.2: [8086:3c22] type 00 class 0x088000 pci 0000:80:04.2: reg 0x10: [mem 0xc3fec000-0xc3feffff 64bit] pci 0000:80:04.3: [8086:3c23] type 00 class 0x088000 pci 0000:80:04.3: reg 0x10: [mem 0xc3fe8000-0xc3febfff 64bit] pci 0000:80:04.4: [8086:3c24] type 00 class 0x088000 pci 0000:80:04.4: reg 0x10: [mem 0xc3fe4000-0xc3fe7fff 64bit] pci 0000:80:04.5: [8086:3c25] type 00 class 0x088000 pci 0000:80:04.5: reg 0x10: [mem 0xc3fe0000-0xc3fe3fff 64bit] pci 0000:80:04.6: [8086:3c26] type 00 class 0x088000 pci 0000:80:04.6: reg 0x10: [mem 0xc3fdc000-0xc3fdffff 64bit] pci 0000:80:04.7: [8086:3c27] type 00 class 0x088000 pci 0000:80:04.7: reg 0x10: [mem 0xc3fd8000-0xc3fdbfff 64bit] pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000 pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000 pci 0000:80:00.0: PCI bridge to [bus 81-85] pci 0000:80:01.0: PCI bridge to [bus 86-8a] pci 0000:80:01.1: PCI bridge to [bus 8b-8f] pci 0000:80:02.0: PCI bridge to [bus 90-94] pci 0000:80:02.2: PCI bridge to [bus 95-99] pci 0000:80:03.0: PCI bridge to [bus 9a-9e] pci_bus 0000:80: on NUMA node 1 acpi PNP0A08:01: Disabling ASPM (FADT indicates it is unsupported) ACPI: Enabled 2 GPEs in block 00 to 3F vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none vgaarb: loaded vgaarb: bridge control possible 0000:04:00.0 SCSI subsystem initialized libata version 3.00 loaded. ACPI: bus type USB registered usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: Discovered peer bus 7f PCI: root bus 7f: using default resources PCI: Probing PCI hardware (bus 7f) PCI host bridge to bus 0000:7f pci_bus 0000:7f: root bus resource [io 0x0000-0xffff] pci_bus 0000:7f: root bus resource [mem 0x00000000-0x3fffffffffff] pci_bus 0000:7f: No busn resource found for root bus, will use [bus 7f-ff] pci_bus 0000:7f: busn_res: can not insert [bus 7f-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f]) pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000 pci 0000:7f:08.2: [8086:3c41] type 00 class 0x110100 pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000 pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000 pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000 pci 0000:7f:09.2: [8086:3c42] type 00 class 0x110100 pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000 pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000 pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000 pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000 pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000 pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000 pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000 pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000 pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0c.3: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000 pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000 pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0d.3: [8086:3ce8] type 00 class 0x088000 pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000 pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000 pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100 pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000 pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000 pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000 pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000 pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000 pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000 pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000 pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000 pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000 pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000 pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000 pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000 pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000 pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000 pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000 pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000 pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000 pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100 pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100 pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100 pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000 pci_bus 0000:7f: busn_res: [bus 7f-ff] end is updated to 7f pci_bus 0000:7f: busn_res: can not insert [bus 7f] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f]) PCI: Discovered peer bus ff PCI: root bus ff: using default resources PCI: Probing PCI hardware (bus ff) PCI host bridge to bus 0000:ff pci_bus 0000:ff: root bus resource [io 0x0000-0xffff] pci_bus 0000:ff: root bus resource [mem 0x00000000-0x3fffffffffff] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 80-ff]) pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000 pci 0000:ff:08.2: [8086:3c41] type 00 class 0x110100 pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000 pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000 pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000 pci 0000:ff:09.2: [8086:3c42] type 00 class 0x110100 pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000 pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000 pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000 pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000 pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000 pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000 pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000 pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000 pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0c.3: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000 pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000 pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0d.3: [8086:3ce8] type 00 class 0x088000 pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000 pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000 pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100 pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000 pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000 pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000 pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000 pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000 pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000 pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000 pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000 pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000 pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000 pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000 pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000 pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000 pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000 pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000 pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000 pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000 pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100 pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100 pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100 pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000 pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 80-ff]) PCI: pci_cache_line_size set to 64 bytes e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff] e820: reserve RAM buffer [mem 0x67d30000-0x67ffffff] e820: reserve RAM buffer [mem 0x69d2a000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a59d000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5be000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5cf000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5d3000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5e1000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5e7000-0x6bffffff] e820: reserve RAM buffer [mem 0x6a5ef000-0x6bffffff] e820: reserve RAM buffer [mem 0x6ac26000-0x6bffffff] e820: reserve RAM buffer [mem 0x6b394000-0x6bffffff] e820: reserve RAM buffer [mem 0x7e597000-0x7fffffff] e820: reserve RAM buffer [mem 0x7ec02000-0x7fffffff] NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 hpet0: 8 comparators, 64-bit 14.318180 MHz counter Switched to clocksource hpet pnp: PnP ACPI init ACPI: bus type PNP registered pnp 00:00: Plug and Play ACPI device, IDs PNP0003 (active) pnp 00:01: [dma 4] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active) pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active) system 00:06: [io 0x0500-0x053f] has been reserved system 00:06: [io 0x0400-0x047f] has been reserved system 00:06: [io 0x0800-0x081f] has been reserved system 00:06: [mem 0xfed1c000-0xfed8bffe] could not be reserved system 00:06: [mem 0xff000000-0xffffffff] could not be reserved system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved system 00:06: [mem 0xfed1b000-0xfed1bfff] has been reserved system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) system 00:07: [io 0x0cc0] has been reserved system 00:07: [io 0x0cc1] has been reserved system 00:07: Plug and Play ACPI device, IDs IPI0001 PNP0c02 (active) system 00:08: [io 0x0c80-0x0c9f] has been reserved system 00:08: [io 0x0cc2-0x0cc3] has been reserved system 00:08: [io 0x0ca0-0x0caf] has been reserved system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:0b: Plug and Play ACPI device, IDs PNP0c31 (active) system 00:0c: [io 0x0cb0-0x0cbf] has been reserved system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active) system 00:0d: [mem 0xfbff8000-0xfbffafff] has been reserved system 00:0d: [mem 0xc3ff8000-0xc3ffafff] has been reserved system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active) pnp: PnP ACPI: found 14 devices ACPI: bus type PNP unregistered pci 0000:11:00.0: can't claim BAR 6 [mem 0xfff00000-0xffffffff pref]: no compatible bridge window pci 0000:16:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window pci 0000:16:00.1: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window pci 0000:06:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window pci 0000:00:01.0: PCI bridge to [bus 0c-10] pci 0000:11:00.0: BAR 6: can't assign mem pref (size 0x100000) pci 0000:00:02.0: PCI bridge to [bus 11-15] pci 0000:00:02.0: bridge window [mem 0xc5d00000-0xc5dfffff] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfb7fffff 64bit pref] pci 0000:16:00.0: BAR 6: assigned [mem 0xc5f00000-0xc5f3ffff pref] pci 0000:16:00.1: BAR 6: assigned [mem 0xc5f40000-0xc5f7ffff pref] pci 0000:00:03.0: PCI bridge to [bus 16-1a] pci 0000:00:03.0: bridge window [io 0x3000-0x3fff] pci 0000:00:03.0: bridge window [mem 0xc5c00000-0xc5cfffff] pci 0000:00:03.0: bridge window [mem 0xc5f00000-0xc5ffffff 64bit pref] pci 0000:00:11.0: PCI bridge to [bus 1b] pci 0000:00:11.0: bridge window [io 0x2000-0x2fff] pci 0000:00:11.0: bridge window [mem 0xc5b00000-0xc5bfffff] pci 0000:03:00.0: PCI bridge to [bus 04] pci 0000:03:00.0: bridge window [mem 0xc5000000-0xc58fffff] pci 0000:03:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:02:00.0: PCI bridge to [bus 03-04] pci 0000:02:00.0: bridge window [mem 0xc5000000-0xc58fffff] pci 0000:02:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:02:01.0: PCI bridge to [bus 05] pci 0000:02:01.0: bridge window [mem 0xc5900000-0xc59fffff] pci 0000:01:00.0: PCI bridge to [bus 02-05] pci 0000:01:00.0: bridge window [mem 0xc5000000-0xc59fffff] pci 0000:01:00.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:00:1c.0: PCI bridge to [bus 01-05] pci 0000:00:1c.0: bridge window [mem 0xc5000000-0xc59fffff] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xc4ffffff 64bit pref] pci 0000:06:00.0: BAR 6: assigned [mem 0xc6000000-0xc607ffff pref] pci 0000:00:1c.4: PCI bridge to [bus 06] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.4: bridge window [mem 0xc5a00000-0xc5afffff] pci 0000:00:1c.4: bridge window [mem 0xc6000000-0xc60fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 1c] pci_bus 0000:00: resource 4 [io 0x1000-0xbfff] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff] pci_bus 0000:00: resource 6 [mem 0xfed40000-0xfedfffff] pci_bus 0000:00: resource 7 [mem 0xc4000000-0xfbff7fff] pci_bus 0000:00: resource 8 [io 0x0000-0x0cf7] pci_bus 0000:00: resource 9 [mem 0x3c0000000000-0x3c007fffffff] pci_bus 0000:00: resource 10 [mem 0x3c0080000000-0x3c00ffffffff] pci_bus 0000:00: resource 11 [mem 0x3c0100000000-0x3c017fffffff] pci_bus 0000:00: resource 12 [mem 0x3c0180000000-0x3c01ffffffff] pci_bus 0000:00: resource 13 [mem 0x3c0200000000-0x3c027fffffff] pci_bus 0000:00: resource 14 [mem 0x3c0280000000-0x3c02ffffffff] pci_bus 0000:00: resource 15 [mem 0x3c0300000000-0x3c037fffffff] pci_bus 0000:00: resource 16 [mem 0x3c0380000000-0x3c03ffffffff] pci_bus 0000:00: resource 17 [mem 0x3c0400000000-0x3c047fffffff] pci_bus 0000:00: resource 18 [mem 0x3c0480000000-0x3c04ffffffff] pci_bus 0000:00: resource 19 [mem 0x3c0500000000-0x3c057fffffff] pci_bus 0000:00: resource 20 [mem 0x3c0580000000-0x3c05ffffffff] pci_bus 0000:00: resource 21 [mem 0x3c0600000000-0x3c067fffffff] pci_bus 0000:00: resource 22 [mem 0x3c0680000000-0x3c06ffffffff] pci_bus 0000:00: resource 23 [mem 0x3c0700000000-0x3c077fffffff] pci_bus 0000:00: resource 24 [mem 0x3c0780000000-0x3c07ffffffff] pci_bus 0000:11: resource 1 [mem 0xc5d00000-0xc5dfffff] pci_bus 0000:11: resource 2 [mem 0xfb000000-0xfb7fffff 64bit pref] pci_bus 0000:16: resource 0 [io 0x3000-0x3fff] pci_bus 0000:16: resource 1 [mem 0xc5c00000-0xc5cfffff] pci_bus 0000:16: resource 2 [mem 0xc5f00000-0xc5ffffff 64bit pref] pci_bus 0000:1b: resource 0 [io 0x2000-0x2fff] pci_bus 0000:1b: resource 1 [mem 0xc5b00000-0xc5bfffff] pci_bus 0000:01: resource 1 [mem 0xc5000000-0xc59fffff] pci_bus 0000:01: resource 2 [mem 0xc4000000-0xc4ffffff 64bit pref] pci_bus 0000:02: resource 1 [mem 0xc5000000-0xc59fffff] pci_bus 0000:02: resource 2 [mem 0xc4000000-0xc4ffffff 64bit pref] pci_bus 0000:03: resource 1 [mem 0xc5000000-0xc58fffff] pci_bus 0000:03: resource 2 [mem 0xc4000000-0xc4ffffff 64bit pref] pci_bus 0000:04: resource 1 [mem 0xc5000000-0xc58fffff] pci_bus 0000:04: resource 2 [mem 0xc4000000-0xc4ffffff 64bit pref] pci_bus 0000:05: resource 1 [mem 0xc5900000-0xc59fffff] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff] pci_bus 0000:06: resource 1 [mem 0xc5a00000-0xc5afffff] pci_bus 0000:06: resource 2 [mem 0xc6000000-0xc60fffff 64bit pref] pci_bus 0000:1c: resource 4 [io 0x1000-0xbfff] pci_bus 0000:1c: resource 5 [mem 0x000a0000-0x000bffff] pci_bus 0000:1c: resource 6 [mem 0xfed40000-0xfedfffff] pci_bus 0000:1c: resource 7 [mem 0xc4000000-0xfbff7fff] pci_bus 0000:1c: resource 8 [io 0x0000-0x0cf7] pci_bus 0000:1c: resource 9 [mem 0x3c0000000000-0x3c007fffffff] pci_bus 0000:1c: resource 10 [mem 0x3c0080000000-0x3c00ffffffff] pci_bus 0000:1c: resource 11 [mem 0x3c0100000000-0x3c017fffffff] pci_bus 0000:1c: resource 12 [mem 0x3c0180000000-0x3c01ffffffff] pci_bus 0000:1c: resource 13 [mem 0x3c0200000000-0x3c027fffffff] pci_bus 0000:1c: resource 14 [mem 0x3c0280000000-0x3c02ffffffff] pci_bus 0000:1c: resource 15 [mem 0x3c0300000000-0x3c037fffffff] pci_bus 0000:1c: resource 16 [mem 0x3c0380000000-0x3c03ffffffff] pci_bus 0000:1c: resource 17 [mem 0x3c0400000000-0x3c047fffffff] pci_bus 0000:1c: resource 18 [mem 0x3c0480000000-0x3c04ffffffff] pci_bus 0000:1c: resource 19 [mem 0x3c0500000000-0x3c057fffffff] pci_bus 0000:1c: resource 20 [mem 0x3c0580000000-0x3c05ffffffff] pci_bus 0000:1c: resource 21 [mem 0x3c0600000000-0x3c067fffffff] pci_bus 0000:1c: resource 22 [mem 0x3c0680000000-0x3c06ffffffff] pci_bus 0000:1c: resource 23 [mem 0x3c0700000000-0x3c077fffffff] pci_bus 0000:1c: resource 24 [mem 0x3c0780000000-0x3c07ffffffff] pci 0000:80:00.0: PCI bridge to [bus 81-85] pci 0000:80:01.0: PCI bridge to [bus 86-8a] pci 0000:80:01.1: PCI bridge to [bus 8b-8f] pci 0000:80:02.0: PCI bridge to [bus 90-94] pci 0000:80:02.2: PCI bridge to [bus 95-99] pci 0000:80:03.0: PCI bridge to [bus 9a-9e] pci_bus 0000:80: resource 4 [io 0xc000-0xffff] pci_bus 0000:80: resource 5 [mem 0x90000000-0xc3ff7fff] pci_bus 0000:80: resource 6 [mem 0x3c0800000000-0x3c087fffffff] pci_bus 0000:80: resource 7 [mem 0x3c0880000000-0x3c08ffffffff] pci_bus 0000:80: resource 8 [mem 0x3c0900000000-0x3c097fffffff] pci_bus 0000:80: resource 9 [mem 0x3c0980000000-0x3c09ffffffff] pci_bus 0000:80: resource 10 [mem 0x3c0a00000000-0x3c0a7fffffff] pci_bus 0000:80: resource 11 [mem 0x3c0a80000000-0x3c0affffffff] pci_bus 0000:80: resource 12 [mem 0x3c0b00000000-0x3c0b7fffffff] pci_bus 0000:80: resource 13 [mem 0x3c0b80000000-0x3c0bffffffff] pci_bus 0000:80: resource 14 [mem 0x3c0c00000000-0x3c0c7fffffff] pci_bus 0000:80: resource 15 [mem 0x3c0c80000000-0x3c0cffffffff] pci_bus 0000:80: resource 16 [mem 0x3c0d00000000-0x3c0d7fffffff] pci_bus 0000:80: resource 17 [mem 0x3c0d80000000-0x3c0dffffffff] pci_bus 0000:80: resource 18 [mem 0x3c0e00000000-0x3c0e7fffffff] pci_bus 0000:80: resource 19 [mem 0x3c0e80000000-0x3c0effffffff] pci_bus 0000:80: resource 20 [mem 0x3c0f00000000-0x3c0f7fffffff] pci_bus 0000:80: resource 21 [mem 0x3c0f80000000-0x3c0fffffffff] pci_bus 0000:7f: resource 4 [io 0x0000-0xffff] pci_bus 0000:7f: resource 5 [mem 0x00000000-0x3fffffffffff] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff] pci_bus 0000:ff: resource 5 [mem 0x00000000-0x3fffffffffff] NET: Registered protocol family 2 TCP established hash table entries: 524288 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 10, 4194304 bytes) TCP: Hash tables configured (established 524288 bind 65536) TCP: reno registered UDP hash table entries: 65536 (order: 11, 10485760 bytes) UDP-Lite hash table entries: 65536 (order: 11, 10485760 bytes) NET: Registered protocol family 1 pci 0000:04:00.0: Boot video device PCI: CLS 64 bytes, default 64 Trying to unpack rootfs image as initramfs... Freeing initrd memory: 4696K (ffff88007e101000 - ffff88007e597000) PCI-DMA: Using software bounce buffering for IO (SWIOTLB) software IO TLB [mem 0x7a101000-0x7e101000] (64MB) mapped at [ffff88007a101000-ffff88007e100fff] futex hash table entries: 8192 (order: 8, 1048576 bytes) Initialise system trusted keyring audit: initializing netlink subsys (disabled) audit: type=2000 audit(1398883453.176:1): initialized bounce pool size: 64 pages HugeTLB registered 2 MB page size, pre-allocated 0 pages VFS: Disk quotas dquot_6.5.2 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) msgmni has been set to 32768 Key type asymmetric registered Asymmetric key parser 'x509' registered Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) pcieport 0000:00:01.0: irq 88 for MSI/MSI-X pcieport 0000:00:02.0: irq 89 for MSI/MSI-X pcieport 0000:00:03.0: irq 90 for MSI/MSI-X pcieport 0000:00:11.0: irq 91 for MSI/MSI-X pcieport 0000:00:1c.0: irq 92 for MSI/MSI-X pcieport 0000:00:1c.4: irq 93 for MSI/MSI-X pcieport 0000:80:00.0: device [8086:3c01] has invalid IRQ; check vendor BIOS pcieport 0000:80:00.0: irq 94 for MSI/MSI-X pcieport 0000:80:01.0: irq 95 for MSI/MSI-X pcieport 0000:80:01.1: irq 96 for MSI/MSI-X pcieport 0000:80:02.0: irq 97 for MSI/MSI-X pcieport 0000:80:02.2: irq 98 for MSI/MSI-X pcieport 0000:80:03.0: irq 99 for MSI/MSI-X pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt pci 0000:11:00.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt pci 0000:16:00.0: Signaling PME through PCIe PME interrupt pci 0000:16:00.1: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded pcieport 0000:00:11.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:11.0:pcie01: service driver pcie_pme loaded pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt pcieport 0000:01:00.0: Signaling PME through PCIe PME interrupt pcieport 0000:02:00.0: Signaling PME through PCIe PME interrupt pci 0000:03:00.0: Signaling PME through PCIe PME interrupt pci 0000:04:00.0: Signaling PME through PCIe PME interrupt pcieport 0000:02:01.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt pci 0000:06:00.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded pcieport 0000:80:00.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:00.0:pcie01: service driver pcie_pme loaded pcieport 0000:80:01.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:01.0:pcie01: service driver pcie_pme loaded pcieport 0000:80:01.1: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:01.1:pcie01: service driver pcie_pme loaded pcieport 0000:80:02.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:02.0:pcie01: service driver pcie_pme loaded pcieport 0000:80:02.2: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:02.2:pcie01: service driver pcie_pme loaded pcieport 0000:80:03.0: Signaling PME through PCIe PME interrupt pcie_pme 0000:80:03.0:pcie01: service driver pcie_pme loaded pci_hotplug: PCI Hot Plug PCI Core version: 0.5 pciehp: PCI Express Hot Plug Controller Driver version: 0.4 intel_idle: MWAIT substates: 0x21120 intel_idle: v0.4 model 0x2D intel_idle: lapic_timer_reliable_states 0xffffffff ipmi message handler version 39.2 IPMI System Interface driver. ipmi_si: probing via SMBIOS ipmi_si: SMBIOS: io 0xcc0 regsize 1 spacing 1 irq 0 ipmi_si: Adding SMBIOS-specified kcs state machine ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xcc0, slave address 0x20, irq 0 ipmi_si ipmi_si.0: Found new BMC (man_id: 0x004f4d, prod_id: 0x0141, dev_id: 0x20) ipmi_si ipmi_si.0: IPMI kcs interface initialized input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 ACPI: Sleep Button [SLPB] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 ACPI: Power Button [PWRF] ERST: Can not request [mem 0x7e90f000-0x7e910bff] for ERST. GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A Non-volatile memory driver v1.3 Linux agpgart interface v0.103 tpm_tis 00:0b: 1.2 TPM (device-id 0xFE, rev-id 71) brd: module loaded loop: module loaded libphy: Fixed MDIO Bus: probed ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci-pci: EHCI PCI platform driver ehci-pci 0000:00:1a.0: EHCI Host Controller ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 ehci-pci 0000:00:1a.0: debug port 2 ehci-pci 0000:00:1a.0: cache line size of 64 is not supported ehci-pci 0000:00:1a.0: irq 16, io mem 0xc5e01000 ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 3.15.0-rc3-mmdbg ehci_hcd usb usb1: SerialNumber: 0000:00:1a.0 hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected ehci-pci 0000:00:1d.0: EHCI Host Controller ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 ehci-pci 0000:00:1d.0: debug port 2 ehci-pci 0000:00:1d.0: cache line size of 64 is not supported ehci-pci 0000:00:1d.0: irq 23, io mem 0xc5e00000 ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: EHCI Host Controller usb usb2: Manufacturer: Linux 3.15.0-rc3-mmdbg ehci_hcd usb usb2: SerialNumber: 0000:00:1d.0 hub 2-0:1.0: USB hub found hub 2-0:1.0: 8 ports detected ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver ohci-pci: OHCI PCI platform driver uhci_hcd: USB Universal Host Controller Interface driver i8042: PNP: No PS/2 controller found. Probing ports directly. tsc: Refined TSC clocksource calibration: 2899.984 MHz usb 1-1: new high-speed USB device number 2 using ehci-pci usb 1-1: New USB device found, idVendor=8087, idProduct=0024 usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 hub 1-1:1.0: USB hub found hub 1-1:1.0: 6 ports detected usb 2-1: new high-speed USB device number 2 using ehci-pci usb 2-1: New USB device found, idVendor=8087, idProduct=0024 usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 hub 2-1:1.0: USB hub found hub 2-1:1.0: 8 ports detected usb 2-1.1: new high-speed USB device number 3 using ehci-pci i8042: Can't read CTR while initializing i8042 Switched to clocksource tsc i8042: probe of i8042 failed with error -5 mousedev: PS/2 mouse device common for all mice rtc_cmos 00:02: RTC can wake from S4 usb 2-1.1: New USB device found, idVendor=ffff, idProduct=0248 usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 2-1.1: Product: Gadget USB HUB usb 2-1.1: Manufacturer: no manufacturer usb 2-1.1: SerialNumber: 0123456789 rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs hidraw: raw HID events driver (C) Jiri Kosina hub 2-1.1:1.0: USB hub found hub 2-1.1:1.0: 6 ports detected usbcore: registered new interface driver usbhid usbhid: USB HID core driver drop_monitor: Initializing network drop monitor service TCP: cubic registered Initializing XFRM netlink socket NET: Registered protocol family 17 Loading compiled-in X.509 certificates Loaded X.509 cert 'Magrathea: Glacier signing key: d8c7d607682a1eec170d109b73c0a8fdb6c0d339' registered taskstats version 1 rtc_cmos 00:02: setting system clock to 2014-04-30 18:44:21 UTC (1398883461) Freeing unused kernel memory: 1980K (ffffffff81b5a000 - ffffffff81d49000) Write protecting the kernel read-only data: 10240k Freeing unused kernel memory: 260K (ffff8800015bf000 - ffff880001600000) Freeing unused kernel memory: 1328K (ffff8800018b4000 - ffff880001a00000) dracut: dracut-004-303.el6 dracut: rd_NO_LUKS: removing cryptoluks activation udev: starting version 147 udevd (256): /proc/256/oom_adj is deprecated, please use /proc/256/oom_score_adj instead. usb 2-1.1.1: new high-speed USB device number 4 using ehci-pci dracut: Starting plymouth daemon usb 2-1.1.1: device descriptor read/64, error -71 raid_class: module verification failed: signature and/or required key missing - tainting kernel mpt2sas version 16.100.00.00 loaded scsi0 : Fusion MPT SAS Host mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (132262556 kB) mpt2sas 0000:06:00.0: irq 100 for MSI/MSI-X mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 100 mpt2sas0: iomem(0x00000000c5a40000), mapped(0xffffc9001e298000), size(16384) mpt2sas0: ioport(0x0000000000001000), size(256) mpt2sas0: Allocated physical memory: size(4235 kB) mpt2sas0: Current Controller Queue Depth(1867), Max Controller Queue Depth(2040) mpt2sas0: Scatter Gather Elements per IO(128) mpt2sas0: LSISAS2004: FWVersion(10.00.11.00), ChipRevision(0x03), BiosVersion(07.19.00.00) mpt2sas0: Protocol=(Initiator), Capabilities=(Raid,TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ) mpt2sas0: sending port enable !! usb 2-1.1.5: new high-speed USB device number 5 using ehci-pci usb 2-1.1.5: New USB device found, idVendor=04b3, idProduct=4010 usb 2-1.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-1.1.5: Product: RNDIS/Ethernet Gadget usb 2-1.1.5: Manufacturer: IBM usb 2-1.1.1: new high-speed USB device number 6 using ehci-pci usb 2-1.1.1: New USB device found, idVendor=04b3, idProduct=4011 usb 2-1.1.1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 usb 2-1.1.1: Product: Keyboard/Mouse Function usb 2-1.1.1: Manufacturer: Avocent usb 2-1.1.1: SerialNumber: 20111018 input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/0003:04B3:4011.0001/input/input2 hid-generic 0003:04B3:4011.0001: input,hidraw0: USB HID v1.00 Keyboard [Avocent Keyboard/Mouse Function] on usb-0000:00:1d.0-1.1.1/input0 input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.1/0003:04B3:4011.0002/input/input3 hid-generic 0003:04B3:4011.0002: input,hidraw1: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1d.0-1.1.1/input1 input: Avocent Keyboard/Mouse Function as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.2/0003:04B3:4011.0003/input/input4 hid-generic 0003:04B3:4011.0003: input,hidraw2: USB HID v1.00 Mouse [Avocent Keyboard/Mouse Function] on usb-0000:00:1d.0-1.1.1/input2 FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. mpt2sas0: host_add: handle(0x0001), sas_addr(0x5005076056434d90), phys(4) FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. FATAL: Module scsi_wait_scan not found. mpt2sas0: port enable: SUCCESS scsi 0:1:0:0: Direct-Access LSI Logical Volume 3000 PQ: 0 ANSI: 6 scsi 0:1:0:0: RAID0: handle(0x00b5), wwid(0x02c5d3368a5aef06), pd_count(1), type(SSP) scsi 0:1:0:0: qdepth(254), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) scsi 0:0:0:0: Direct-Access IBM-ESXS ST9500620SS BD2C PQ: 0 ANSI: 6 scsi 0:0:0:0: SSP: handle(0x0005), sas_addr(0x5000c500559ffab5), phy(0), device_name(0x5000c500559ffab4) scsi 0:0:0:0: SSP: enclosure_logical_id(0x5005076056434d90), slot(0) scsi 0:0:0:0: qdepth(254), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) sd 0:1:0:0: [sda] 974608384 512-byte logical blocks: (498 GB/464 GiB) sd 0:1:0:0: [sda] Write Protect is off sd 0:1:0:0: [sda] Mode Sense: 03 00 00 08 sd 0:1:0:0: [sda] No Caching mode page found sd 0:1:0:0: [sda] Assuming drive cache: write through sda: sda1 sda2 sda3 sda4 sd 0:1:0:0: [sda] Attached SCSI disk random: nonblocking pool is initialized EXT4-fs (sda2): INFO: recovery required on readonly filesystem EXT4-fs (sda2): write access will be enabled during recovery EXT4-fs (sda2): recovery complete EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) dracut: Mounted root filesystem /dev/sda2 BUG: unable to handle kernel paging request at ffffffffb17bc0f8 IP: [] task_curr+0x12/0x30 PGD 1a0f067 PUD 1a10063 PMD 0 Oops: 0000 [#1] SMP Modules linked in: ext4(E) jbd2(E) mbcache(E) sd_mod(E) crc_t10dif(E) crct10dif_common(E) mpt2sas(E) scsi_transport_sas(E) raid_class(E) CPU: 0 PID: 1 Comm: init Tainted: G E 3.15.0-rc3-mmdbg #1 Hardware name: IBM -[8737R2A]-/00AE502, BIOS -[B2E120QUS-1.20]- 11/14/2012 task: ffff88107972c010 ti: ffff88107972e000 task.ti: ffff88107972e000 RIP: 0010:[] [] task_curr+0x12/0x30 RSP: 0018:ffff88107972fc58 EFLAGS: 00010046 RAX: 00000000000139c0 RBX: ffff88103d4ce750 RCX: 000000000000000e RDX: 0000000005f900ff RSI: ffff88103d4ce750 RDI: ffff88103d4ce750 RBP: ffff88107972fc58 R08: 0000000000000000 R09: 0000000000000004 R10: 0000000000000000 R11: 0000000000000001 R12: 000000000000000f R13: ffff88107972fec8 R14: 000000000000000f R15: ffff88103d4af1c0 FS: 00007f290d16a700(0000) GS:ffff88107fc00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffffffb17bc0f8 CR3: 0000001078cd7000 CR4: 00000000000407f0 Stack: ffff88107972fcb8 ffffffff81061fd6 ffffffff00000001 000000000000000e ffff88107972fcb8 0000000000000046 0000000000000000 ffff88103d4af230 ffff88103d4ce750 ffff88107972fec8 000000000000000f 0000000000000000 Call Trace: [] complete_signal+0x156/0x230 [] __send_signal+0x224/0x500 [] ? __send_signal+0x150/0x500 [] ? alloc_pid+0x280/0x280 [] send_signal+0x3e/0x90 [] do_send_sig_info+0x56/0x90 [] group_send_sig_info+0xb6/0xc0 [] ? send_sig+0x20/0x20 [] kill_pid_info+0x6e/0xc0 [] ? group_send_sig_info+0xc0/0xc0 [] kill_something_info+0x73/0x1b0 [] ? kill_something_info+0x32/0x1b0 [] ? set_close_on_exec+0x5d/0x90 [] SYSC_kill+0x85/0xa0 [] ? sysret_check+0x1b/0x56 [] ? trace_hardirqs_on_caller+0xfd/0x1c0 [] ? trace_hardirqs_on_thunk+0x3a/0x3f [] SyS_kill+0xe/0x10 [] system_call_fastpath+0x16/0x1b Code: 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 66 66 66 66 90 31 c0 c9 c3 0f 1f 00 48 8b 57 08 55 48 c7 c0 c0 39 01 00 48 89 e5 8b 52 18 <48> 8b 14 d5 00 b9 b3 81 48 39 bc 10 38 09 00 00 c9 0f 94 c0 0f RIP [] task_curr+0x12/0x30 RSP CR2: ffffffffb17bc0f8 ---[ end trace 2e4176417ab007df ]--- BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:20 in_atomic(): 1, irqs_disabled(): 1, pid: 1, name: init INFO: lockdep is turned off. irq event stamp: 2510396 hardirqs last enabled at (2510395): [] sysret_check+0x1b/0x56 hardirqs last disabled at (2510396): [] __lock_task_sighand+0x3a/0x120 softirqs last enabled at (2507524): [] __do_softirq+0x1e8/0x320 softirqs last disabled at (2507511): [] irq_exit+0xc5/0xd0 CPU: 0 PID: 1 Comm: init Tainted: G D E 3.15.0-rc3-mmdbg #1 Hardware name: IBM -[8737R2A]-/00AE502, BIOS -[B2E120QUS-1.20]- 11/14/2012 0000000000000009 ffff88107972f8c8 ffffffff815a9b38 ffff88107972f8c8 ffff88107972c010 ffff88107972f8e8 ffffffff81080724 ffffffff810b41cd ffff882079326498 ffff88107972f918 ffffffff815adeb4 ffff88107972c010 Call Trace: [] dump_stack+0x51/0x71 [] __might_sleep+0xe4/0x120 [] ? kmsg_dump+0xfd/0x130 [] down_read+0x24/0x70 [] exit_signals+0x24/0x140 [] ? blocking_notifier_call_chain+0x16/0x20 [] do_exit+0xb2/0x490 [] oops_end+0xa1/0xf0 [] no_context+0x12e/0x200 [] ? cpuacct_charge+0x7b/0xb0 [] __bad_area_nosemaphore+0x12d/0x230 [] ? __lock_acquire+0x3d4/0x590 [] bad_area_nosemaphore+0x13/0x20 [] __do_page_fault+0x3b2/0x4d0 [] ? __d_lookup+0xbe/0x1d0 [] ? trace_hardirqs_off_thunk+0x3a/0x3c [] do_page_fault+0xc/0x10 [] page_fault+0x22/0x30 [] ? task_curr+0x12/0x30 [] complete_signal+0x156/0x230 [] __send_signal+0x224/0x500 [] ? __send_signal+0x150/0x500 [] ? alloc_pid+0x280/0x280 [] send_signal+0x3e/0x90 [] do_send_sig_info+0x56/0x90 [] group_send_sig_info+0xb6/0xc0 [] ? send_sig+0x20/0x20 [] kill_pid_info+0x6e/0xc0 [] ? group_send_sig_info+0xc0/0xc0 [] kill_something_info+0x73/0x1b0 [] ? kill_something_info+0x32/0x1b0 [] ? set_close_on_exec+0x5d/0x90 [] SYSC_kill+0x85/0xa0 [] ? sysret_check+0x1b/0x56 [] ? trace_hardirqs_on_caller+0xfd/0x1c0 [] ? trace_hardirqs_on_thunk+0x3a/0x3f [] SyS_kill+0xe/0x10 [] system_call_fastpath+0x16/0x1b note: init[1] exited with preempt_count 3 Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009 Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff) ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/