From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751788AbbFTEcT (ORCPT ); Sat, 20 Jun 2015 00:32:19 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:34613 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750977AbbFTEcJ (ORCPT ); Sat, 20 Jun 2015 00:32:09 -0400 Date: Sat, 20 Jun 2015 13:32:34 +0900 From: Sergey Senozhatsky To: Jiang Liu Cc: Thomas Gleixner , Sergey Senozhatsky , Borislav Petkov , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [-next] !irqd_can_balance() WARNINGs at irq_move_masked_irq() Message-ID: <20150620043234.GB365@swordfish> References: <20150619071123.GA511@swordfish> <55843EC9.9000401@linux.intel.com> <55843F79.4000606@linux.intel.com> <5584418D.50408@linux.intel.com> <558447AF.30703@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline In-Reply-To: <558447AF.30703@linux.intel.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On (06/20/15 00:47), Jiang Liu wrote: [..] > diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c > index 40cf79a55fe7..28a65d94fd89 100644 > --- a/arch/x86/kernel/hpet.c > +++ b/arch/x86/kernel/hpet.c > @@ -578,8 +578,11 @@ static void hpet_msi_capability_lookup(unsigned int > start_timer) > continue; > > irq = hpet_assign_irq(hpet_domain, hdev, hdev->num); > - if (irq < 0) > + if (irq <= 0) { > + pr_warn("irqdomain: fails to allocate irq for > hpet%d\n", > + hdev->num); > continue; > + } > > sprintf(hdev->name, "hpet%d", i); > hdev->num = i; dmesg attached. --- [ 0.288688] irqdomain: fails to allocate irq for hpet0 [ 0.288755] irqdomain: fails to allocate irq for hpet0 [ 0.288820] irqdomain: fails to allocate irq for hpet0 [ 0.288885] irqdomain: fails to allocate irq for hpet0 --- -ss --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg-hpet_msi_capability_lookup [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 4.1.0-rc8-next-20150619-dbg-00010-g841f367-dirty (ss@swordfish) (gcc version 5.1.0 (GCC) ) #232 SMP PREEMPT Sat Jun 20 13:26:12 KST 2015 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.1.0-rc8-next-20150619-dbg-00010-g841f367-dirty root=/dev/sda2 ro rootfstype=ext4 resume=/dev/sda5 libahci.ignore_sss=1 init=/usr/lib/systemd/systemd [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 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-0x000000000009cfff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000ce000-0x00000000000cffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c3ffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000c4000000-0x00000000c5ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000c77c0000-0x00000000c77d3fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000c77d4000-0x00000000c77d6fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000c77d7000-0x00000000c7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: SAMSUNG ELECTRONICS CO.,LTD Samsung DeskTop System/Samsung DeskTop System, BIOS 05CC 04/09/2010 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-CFFFF write-protect [ 0.000000] D0000-DFFFF uncachable [ 0.000000] E0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0C8000000 mask FF8000000 uncachable [ 0.000000] 1 base 0D0000000 mask FF0000000 uncachable [ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable [ 0.000000] 3 base 000000000 mask F00000000 write-back [ 0.000000] 4 base 100000000 mask FE0000000 write-back [ 0.000000] 5 base 120000000 mask FF0000000 write-back [ 0.000000] 6 base 130000000 mask FF8000000 write-back [ 0.000000] 7 base 0C7800000 mask FFF800000 uncachable [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0xc7800000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xc4000 max_arch_pfn = 0x400000000 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x0298b000, 0x0298bfff] PGTABLE [ 0.000000] BRK [0x0298c000, 0x0298cfff] PGTABLE [ 0.000000] BRK [0x0298d000, 0x0298dfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x137e00000-0x137ffffff] [ 0.000000] [mem 0x137e00000-0x137ffffff] page 2M [ 0.000000] BRK [0x0298e000, 0x0298efff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x120000000-0x137dfffff] [ 0.000000] [mem 0x120000000-0x137dfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff] [ 0.000000] [mem 0x100000000-0x11fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc3ffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0xc3ffffff] page 2M [ 0.000000] RAMDISK: [mem 0x37a66000-0x37d2afff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6F20 000024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 0x00000000C77CCD13 00006C (v01 SECCSD LH43STAR 06040000 LTP 00000000) [ 0.000000] ACPI: FACP 0x00000000C77D3BA1 0000F4 (v03 SEC MAGIC 06040000 PTL 00000002) [ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000001050/0x0 (20150515/tbfadt-649) [ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 0, using default 8 (20150515/tbfadt-699) [ 0.000000] ACPI: DSDT 0x00000000C77CCD7F 006D9E (v01 Intel LYNNFLD 06040000 MSFT 03000001) [ 0.000000] ACPI: FACS 0x00000000C77D6FC0 000040 [ 0.000000] ACPI: TCPA 0x00000000C77D3C95 000032 (v01 Intel TYLERBRG 06040000 LOHR 0000005A) [ 0.000000] ACPI: SSDT 0x00000000C77C4CCB 001950 (v01 INTEL PPM RCM 80000001 INTL 20061109) [ 0.000000] ACPI: SLIC 0x00000000C77D3CEB 000176 (v01 SECCSD LH43STAR 06040000 LTP 00000000) [ 0.000000] ACPI: APIC 0x00000000C77D3E61 000084 (v01 PTLTD ? APIC 06040000 LTP 00000000) [ 0.000000] ACPI: MCFG 0x00000000C77D3EE5 00003C (v01 PTLTD MCFG 06040000 LTP 00000000) [ 0.000000] ACPI: HPET 0x00000000C77D3F21 000038 (v01 PTLTD HPETTBL 06040000 LTP 00000001) [ 0.000000] ACPI: BOOT 0x00000000C77D3F59 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: ASF! 0x00000000C77D3F81 00007F (v32 OEMID OEMTBL 06040000 PTL 00000001) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133600000-ffff8801375fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x0000000137ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000c3ffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x0000000137ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000137ffffff] [ 0.000000] On node 0 totalpages: 1032092 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 12480 pages used for memmap [ 0.000000] DMA32 zone: 798720 pages, LIFO batch:31 [ 0.000000] Normal zone: 3584 pages used for memmap [ 0.000000] Normal zone: 229376 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0xc8000000-0xdfffffff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff880137c00000 s91272 r8192 d31608 u524288 [ 0.000000] pcpu-alloc: s91272 r8192 d31608 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1015943 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.1.0-rc8-next-20150619-dbg-00010-g841f367-dirty root=/dev/sda2 ro rootfstype=ext4 resume=/dev/sda5 libahci.ignore_sss=1 init=/usr/lib/systemd/systemd [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] Memory: 3960696K/4128368K available (5104K kernel code, 979K rwdata, 2380K rodata, 964K init, 13944K bss, 167672K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Running RCU self tests [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU lockdep checking is enabled. [ 0.000000] Additional per-CPU info printed with stalls. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] NR_IRQS:4352 nr_irqs:456 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] 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: 8159 kB [ 0.000000] per task-struct memory footprint: 1920 bytes [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2659.946 MHz processor [ 0.000064] Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.55 BogoMIPS (lpj=8866486) [ 0.000196] pid_max: default: 32768 minimum: 301 [ 0.000273] ACPI: Core revision 20150515 [ 0.007207] ACPI: All ACPI Tables successfully acquired [ 0.007404] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.007469] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.008499] CPU: Physical Processor ID: 0 [ 0.008560] CPU: Processor Core ID: 0 [ 0.008620] mce: CPU supports 9 MCE banks [ 0.008685] CPU0: Thermal monitoring handled by SMI [ 0.008698] process: using mwait in idle threads [ 0.008760] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7 [ 0.008822] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.009047] Freeing SMP alternatives memory: 20K (ffffffff81be7000 - ffffffff81bec000) [ 0.020369] ftrace: allocating 21310 entries in 84 pages [ 0.029687] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.166791] smpboot: CPU0: Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz (fam: 06, model: 1e, stepping: 05) [ 0.167006] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver. [ 0.167247] perf_event_intel: CPU erratum AAJ80 worked around [ 0.167309] perf_event_intel: CPUID marked event: 'bus cycles' unavailable [ 0.167380] ... version: 3 [ 0.167438] ... bit width: 48 [ 0.167496] ... generic registers: 4 [ 0.167554] ... value mask: 0000ffffffffffff [ 0.167615] ... max period: 000000007fffffff [ 0.167675] ... fixed-purpose events: 3 [ 0.167733] ... event mask: 000000070000000f [ 0.180379] x86: Booting SMP configuration: [ 0.180440] .... node #0, CPUs: #1 [ 0.181604] CPU1: Thermal monitoring handled by SMI [ 0.183941] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.186910] #2 [ 0.187989] CPU2: Thermal monitoring handled by SMI [ 0.193581] #3 [ 0.194713] CPU3: Thermal monitoring handled by SMI [ 0.196843] x86: Booted up 1 node, 4 CPUs [ 0.196906] smpboot: Total of 4 processors activated (21288.21 BogoMIPS) [ 0.200301] devtmpfs: initialized [ 0.200937] PM: Registering ACPI NVS region [mem 0xc77d4000-0xc77d6fff] (12288 bytes) [ 0.201177] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.201401] pinctrl core: initialized pinctrl subsystem [ 0.202011] NET: Registered protocol family 16 [ 0.216817] cpuidle: using governor ladder [ 0.230132] cpuidle: using governor menu [ 0.230230] Simple Boot Flag at 0x37 set to 0x1 [ 0.230343] ACPI: bus type PCI registered [ 0.230454] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000) [ 0.230535] PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in E820 [ 0.230605] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override. [ 0.230696] PCI: Using configuration type 1 for base access [ 0.244027] ACPI: Added _OSI(Module Device) [ 0.244088] ACPI: Added _OSI(Processor Device) [ 0.244148] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244207] ACPI: Added _OSI(Processor Aggregator Device) [ 0.253788] ACPI: Interpreter enabled [ 0.253854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150515/hwxface-580) [ 0.254012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150515/hwxface-580) [ 0.254199] ACPI: (supports S0 S3 S5) [ 0.254258] ACPI: Using IOAPIC for interrupt routing [ 0.254366] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.268933] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig Segments MSI] [ 0.269054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273234] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge [ 0.273676] PCI host bridge to bus 0000:00 [ 0.273737] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.273800] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.273865] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.273929] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.274008] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.274086] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.274164] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.274242] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xfdffffff window] [ 0.274367] pci 0000:00:00.0: [8086:d131] type 00 class 0x060000 [ 0.274680] pci 0000:00:03.0: [8086:d138] type 01 class 0x060400 [ 0.274749] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 0.274994] pci 0000:00:03.0: System wakeup disabled by ACPI [ 0.275177] pci 0000:00:08.0: [8086:d155] type 00 class 0x088000 [ 0.275400] pci 0000:00:08.1: [8086:d156] type 00 class 0x088000 [ 0.275620] pci 0000:00:08.2: [8086:d157] type 00 class 0x088000 [ 0.275854] pci 0000:00:08.3: [8086:d158] type 00 class 0x088000 [ 0.276069] pci 0000:00:10.0: [8086:d150] type 00 class 0x088000 [ 0.276271] pci 0000:00:10.1: [8086:d151] type 00 class 0x088000 [ 0.276502] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320 [ 0.276536] pci 0000:00:1a.0: reg 0x10: [mem 0xf1305000-0xf13053ff] [ 0.276620] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.276724] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 0.276911] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300 [ 0.276943] pci 0000:00:1b.0: reg 0x10: [mem 0xf1300000-0xf1303fff 64bit] [ 0.277018] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.277213] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 [ 0.277286] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.277388] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 0.277570] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400 [ 0.277649] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.277753] pci 0000:00:1c.5: System wakeup disabled by ACPI [ 0.277933] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320 [ 0.277967] pci 0000:00:1d.0: reg 0x10: [mem 0xf1305400-0xf13057ff] [ 0.278050] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.278153] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.278329] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 0.278531] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 0.278712] pci 0000:00:1f.0: [8086:3b06] type 00 class 0x060100 [ 0.279014] pci 0000:00:1f.2: [8086:3b22] type 00 class 0x010601 [ 0.279044] pci 0000:00:1f.2: reg 0x10: [io 0x1830-0x1837] [ 0.279053] pci 0000:00:1f.2: reg 0x14: [io 0x1824-0x1827] [ 0.279063] pci 0000:00:1f.2: reg 0x18: [io 0x1828-0x182f] [ 0.279072] pci 0000:00:1f.2: reg 0x1c: [io 0x1820-0x1823] [ 0.279081] pci 0000:00:1f.2: reg 0x20: [io 0x1800-0x181f] [ 0.279090] pci 0000:00:1f.2: reg 0x24: [mem 0xf1304000-0xf13047ff] [ 0.279127] pci 0000:00:1f.2: PME# supported from D3hot [ 0.279334] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 [ 0.279355] pci 0000:00:1f.3: reg 0x10: [mem 0xf1305800-0xf13058ff 64bit] [ 0.279379] pci 0000:00:1f.3: reg 0x20: [io 0x1840-0x185f] [ 0.279677] pci 0000:01:00.0: [10de:0a20] type 00 class 0x030000 [ 0.279704] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff] [ 0.279717] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.279729] pci 0000:01:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref] [ 0.279738] pci 0000:01:00.0: reg 0x24: [io 0x2000-0x207f] [ 0.279747] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] [ 0.279898] pci 0000:01:00.1: [10de:0be2] type 00 class 0x040300 [ 0.279923] pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff] [ 0.280093] pci 0000:00:03.0: PCI bridge to [bus 01] [ 0.280161] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff] [ 0.280165] pci 0000:00:03.0: bridge window [mem 0xf0000000-0xf10fffff] [ 0.280170] pci 0000:00:03.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref] [ 0.280270] pci 0000:00:1c.0: PCI bridge to [bus 05] [ 0.280333] pci 0000:00:1c.0: bridge window [io 0x0000-0x0fff] [ 0.280454] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000 [ 0.280500] pci 0000:06:00.0: reg 0x10: [io 0x3000-0x30ff] [ 0.280531] pci 0000:06:00.0: reg 0x18: [mem 0xf1404000-0xf1404fff 64bit pref] [ 0.280551] pci 0000:06:00.0: reg 0x20: [mem 0xf1400000-0xf1403fff 64bit pref] [ 0.280565] pci 0000:06:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] [ 0.280625] pci 0000:06:00.0: supports D1 D2 [ 0.280627] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.280774] pci 0000:00:1c.5: PCI bridge to [bus 06] [ 0.280838] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff] [ 0.280847] pci 0000:00:1c.5: bridge window [mem 0xf1400000-0xf14fffff 64bit pref] [ 0.280972] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode) [ 0.281046] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.281049] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.281051] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.281053] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode) [ 0.281056] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode) [ 0.281058] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode) [ 0.281061] pci 0000:00:1e.0: bridge window [mem 0xc8000000-0xfdffffff window] (subtractive decode) [ 0.281102] pci_bus 0000:00: on NUMA node 0 [ 0.281965] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 14 15) [ 0.282546] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15) [ 0.283123] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15) [ 0.283706] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 14 15) [ 0.284283] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled. [ 0.284950] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 11 14 15) *0, disabled. [ 0.285580] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 14 15) [ 0.286157] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 *7 10 11 14 15) [ 0.287412] ACPI: Enabled 1 GPEs in block 00 to 3F [ 0.287733] wmi: Mapper loaded [ 0.287803] PCI: Using ACPI for IRQ routing [ 0.287946] PCI: pci_cache_line_size set to 64 bytes [ 0.288000] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff] [ 0.288688] irqdomain: fails to allocate irq for hpet0 [ 0.288755] irqdomain: fails to allocate irq for hpet0 [ 0.288820] irqdomain: fails to allocate irq for hpet0 [ 0.288885] irqdomain: fails to allocate irq for hpet0 [ 0.288946] HPET: 8 timers in total, 1 timers will be used for per-cpu timer [ 0.289017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 24, 0, 0, 0, 0, 0 [ 0.289422] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.291744] hpet: hpet2 irq 24 for MSI [ 0.291976] clocksource: Switched to clocksource hpet [ 0.320220] pnp: PnP ACPI init [ 0.320813] system 00:00: [io 0x04d0-0x04d1] has been reserved [ 0.320879] system 00:00: [io 0x0800-0x080f] has been reserved [ 0.320946] system 00:00: [io 0x1000-0x107f] could not be reserved [ 0.321010] system 00:00: [io 0x1180-0x11bf] has been reserved [ 0.321074] system 00:00: [io 0xfe00] has been reserved [ 0.321137] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved [ 0.321202] system 00:00: [mem 0xfe710000-0xfe710fff] has been reserved [ 0.321267] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved [ 0.321333] system 00:00: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.321399] system 00:00: [mem 0xfe800000-0xfe9fffff] has been reserved [ 0.321465] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved [ 0.321529] system 00:00: [mem 0xfed20000-0xfed44fff] has been reserved [ 0.321595] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.321722] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.321862] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.322545] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.323001] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.323271] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.323319] pnp: PnP ACPI: found 5 devices [ 0.333326] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.333432] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000 [ 0.333435] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000 [ 0.333438] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000 [ 0.333448] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 06] add_size 400000 add_align 100000 [ 0.333461] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000 [ 0.333463] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000 [ 0.333466] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.333468] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.333471] pci 0000:00:1c.5: res[8]=[mem 0x00100000-0x001fffff] res_to_dev_res add_size 400000 min_align 100000 [ 0.333473] pci 0000:00:1c.5: res[8]=[mem 0x00100000-0x005fffff] res_to_dev_res add_size 400000 min_align 100000 [ 0.333476] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.333478] pci 0000:00:1c.0: res[7]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.333485] pci 0000:00:1c.0: BAR 8: assigned [mem 0xc8000000-0xc81fffff] [ 0.333555] pci 0000:00:1c.0: BAR 9: assigned [mem 0xc8200000-0xc83fffff 64bit pref] [ 0.333635] pci 0000:00:1c.5: BAR 8: assigned [mem 0xc8400000-0xc88fffff] [ 0.333700] pci 0000:00:1c.0: BAR 7: assigned [io 0x4000-0x4fff] [ 0.333767] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref] [ 0.333845] pci 0000:00:03.0: PCI bridge to [bus 01] [ 0.333907] pci 0000:00:03.0: bridge window [io 0x2000-0x2fff] [ 0.333973] pci 0000:00:03.0: bridge window [mem 0xf0000000-0xf10fffff] [ 0.334039] pci 0000:00:03.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref] [ 0.334121] pci 0000:00:1c.0: PCI bridge to [bus 05] [ 0.334183] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.334250] pci 0000:00:1c.0: bridge window [mem 0xc8000000-0xc81fffff] [ 0.334316] pci 0000:00:1c.0: bridge window [mem 0xc8200000-0xc83fffff 64bit pref] [ 0.334400] pci 0000:06:00.0: BAR 6: assigned [mem 0xc8400000-0xc841ffff pref] [ 0.334478] pci 0000:00:1c.5: PCI bridge to [bus 06] [ 0.334540] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff] [ 0.334606] pci 0000:00:1c.5: bridge window [mem 0xc8400000-0xc88fffff] [ 0.334673] pci 0000:00:1c.5: bridge window [mem 0xf1400000-0xf14fffff 64bit pref] [ 0.334756] pci 0000:00:1e.0: PCI bridge to [bus 07] [ 0.334827] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.334829] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.334832] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.334834] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] [ 0.334836] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] [ 0.334838] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] [ 0.334840] pci_bus 0000:00: resource 10 [mem 0xc8000000-0xfdffffff window] [ 0.334842] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff] [ 0.334844] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff] [ 0.334846] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref] [ 0.334848] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff] [ 0.334850] pci_bus 0000:05: resource 1 [mem 0xc8000000-0xc81fffff] [ 0.334852] pci_bus 0000:05: resource 2 [mem 0xc8200000-0xc83fffff 64bit pref] [ 0.334854] pci_bus 0000:06: resource 0 [io 0x3000-0x3fff] [ 0.334856] pci_bus 0000:06: resource 1 [mem 0xc8400000-0xc88fffff] [ 0.334858] pci_bus 0000:06: resource 2 [mem 0xf1400000-0xf14fffff 64bit pref] [ 0.334861] pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7 window] [ 0.334863] pci_bus 0000:07: resource 5 [io 0x0d00-0xffff window] [ 0.334865] pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.334867] pci_bus 0000:07: resource 7 [mem 0x000d0000-0x000d3fff window] [ 0.334869] pci_bus 0000:07: resource 8 [mem 0x000d4000-0x000d7fff window] [ 0.334871] pci_bus 0000:07: resource 9 [mem 0x000d8000-0x000dbfff window] [ 0.334873] pci_bus 0000:07: resource 10 [mem 0xc8000000-0xfdffffff window] [ 0.334942] NET: Registered protocol family 2 [ 0.335396] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.335557] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes) [ 0.337453] TCP: Hash tables configured (established 32768 bind 32768) [ 0.337571] UDP hash table entries: 2048 (order: 6, 327680 bytes) [ 0.337884] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes) [ 0.338333] NET: Registered protocol family 1 [ 0.340224] pci 0000:01:00.0: Video device with shadowed ROM [ 0.340237] PCI: CLS 32 bytes, default 64 [ 0.340457] Unpacking initramfs... [ 0.393111] Freeing initrd memory: 2836K (ffff880037a66000 - ffff880037d2b000) [ 0.393199] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.393264] software IO TLB [mem 0xc0000000-0xc4000000] (64MB) mapped at [ffff8800c0000000-ffff8800c3ffffff] [ 0.393597] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x3 [ 0.393672] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x3 [ 0.393762] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x3 [ 0.393837] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x3 [ 0.394191] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.394280] Scanning for low memory corruption every 60 seconds [ 0.394972] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.395803] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.404231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.404327] io scheduler noop registered [ 0.404387] io scheduler deadline registered (default) [ 0.405156] pcieport 0000:00:1c.0: enabling device (0000 -> 0003) [ 0.406304] intel_idle: MWAIT substates: 0x1120 [ 0.406311] intel_idle: v0.4 model 0x1E [ 0.406312] intel_idle: lapic_timer_reliable_states 0x2 [ 0.407128] GHES: HEST is not enabled! [ 0.407278] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.412011] ------------[ cut here ]------------ [ 0.412076] WARNING: CPU: 0 PID: 0 at kernel/irq/migration.c:21 irq_move_masked_irq+0x57/0xc4() [ 0.412155] Can't balance irq 0 [edge] [ 0.412213] Modules linked in: [ 0.412309] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.1.0-rc8-next-20150619-dbg-00010-g841f367-dirty #232 [ 0.412390] Hardware name: SAMSUNG ELECTRONICS CO.,LTD Samsung DeskTop System/Samsung DeskTop System, BIOS 05CC 04/09/2010 [ 0.412477] 0000000000000009 ffff880137c03e18 ffffffff814f2ae9 ffffffff810851a4 [ 0.412703] ffff880137c03e68 ffff880137c03e58 ffffffff8103d196 0000000000000000 [ 0.412930] ffffffff8108bfe8 ffff880133007c00 0000000000000000 0000000000000000 [ 0.413156] Call Trace: [ 0.413212] [] dump_stack+0x4c/0x6e [ 0.413316] [] ? console_unlock+0x400/0x42f [ 0.413380] [] warn_slowpath_common+0x9b/0xb5 [ 0.413443] [] ? irq_move_masked_irq+0x57/0xc4 [ 0.413506] [] warn_slowpath_fmt+0x46/0x48 [ 0.413568] [] irq_move_masked_irq+0x57/0xc4 [ 0.413630] [] irq_move_irq+0x42/0x56 [ 0.413693] [] apic_ack_edge+0x23/0x3b [ 0.413755] [] irq_chip_ack_parent+0x14/0x16 [ 0.413817] [] handle_edge_irq+0x90/0xe1 [ 0.413880] [] handle_irq+0x24/0x2a [ 0.413941] [] do_IRQ+0x4c/0xcd [ 0.414003] [] common_interrupt+0x6a/0x6a [ 0.414064] [] ? cpuidle_enter_state+0x195/0x29d [ 0.414170] [] ? cpuidle_enter_state+0x191/0x29d [ 0.414233] [] cpuidle_enter+0x17/0x19 [ 0.414296] [] call_cpuidle+0x55/0x57 [ 0.414357] [] ? cpuidle_select+0x13/0x15 [ 0.414420] [] cpu_startup_entry+0x27a/0x399 [ 0.414484] [] rest_init+0x134/0x13a [ 0.414546] [] start_kernel+0x41a/0x427 [ 0.414608] [] x86_64_start_reservations+0x2a/0x2c [ 0.414672] [] x86_64_start_kernel+0x16b/0x17a [ 0.414770] ---[ end trace 765a15cf2cf42fa4 ]--- [ 0.428105] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.449144] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 0.450431] Linux agpgart interface v0.103 [ 0.450519] [drm] Initialized drm 1.1.0 20060810 [ 0.452272] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a5000a2 [ 0.452335] nouveau [ DEVICE][0000:01:00.0] Chipset: GT216 (NVA5) [ 0.452397] nouveau [ DEVICE][0000:01:00.0] Family : NV50 [ 0.584252] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN [ 0.584434] nouveau [ VBIOS][0000:01:00.0] BIT signature found [ 0.584497] nouveau [ VBIOS][0000:01:00.0] version 70.16.28.00.1e [ 0.605765] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled [ 0.605920] nouveau [ PFB][0000:01:00.0] RAM type: DDR3 [ 0.605981] nouveau [ PFB][0000:01:00.0] RAM size: 1024 MiB [ 0.606042] nouveau [ PFB][0000:01:00.0] ZCOMP: 1920 tags [ 0.611316] nouveau [ VOLT][0000:01:00.0] GPU voltage: 900000uv [ 1.395511] tsc: Refined TSC clocksource calibration: 2659.983 MHz [ 1.395572] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x265793d9a25, max_idle_ns: 440795207785 ns [ 2.114366] nouveau [ PTHERM][0000:01:00.0] FAN control: PWM [ 2.117657] nouveau [ PTHERM][0000:01:00.0] fan management: automatic [ 2.117833] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes [ 2.137975] nouveau [ CLK][0000:01:00.0] 03: core 135 MHz shader 270 MHz memory 135 MHz [ 2.138055] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz shader 810 MHz memory 324 MHz [ 2.138133] nouveau [ CLK][0000:01:00.0] 0f: core 615 MHz shader 1335 MHz memory 790 MHz [ 2.138264] nouveau [ CLK][0000:01:00.0] --: core 405 MHz shader 810 MHz memory 324 MHz [ 2.139139] [TTM] Zone kernel: Available graphics memory: 1981776 kiB [ 2.139202] [TTM] Initializing pool allocator [ 2.139280] [TTM] Initializing DMA pool allocator [ 2.139437] nouveau [ DRM] VRAM: 1024 MiB [ 2.139496] nouveau [ DRM] GART: 1048576 MiB [ 2.139556] nouveau [ DRM] TMDS table version 2.0 [ 2.139616] nouveau [ DRM] DCB version 4.0 [ 2.139675] nouveau [ DRM] DCB outp 00: 01000310 00000000 [ 2.139736] nouveau [ DRM] DCB outp 01: 01011302 00000030 [ 2.139797] nouveau [ DRM] DCB outp 02: 02011300 00000000 [ 2.139857] nouveau [ DRM] DCB outp 03: 02022362 00020010 [ 2.139918] nouveau [ DRM] DCB conn 00: 00000000 [ 2.140015] nouveau [ DRM] DCB conn 01: 00001130 [ 2.140112] nouveau [ DRM] DCB conn 02: 00002261 [ 2.176308] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.176372] [drm] Driver supports precise vblank timestamp query. [ 2.215764] nouveau [ DRM] MM: using COPY for buffer copies [ 2.316172] nouveau [ DRM] allocated 1920x1080 fb: 0x70000, bo ffff8800378e6000 [ 2.316926] fbcon: nouveaufb (fb0) is primary device [ 2.391937] Console: switching to colour frame buffer device 240x67 [ 2.394541] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device [ 2.394549] nouveau 0000:01:00.0: registered panic notifier [ 2.396124] clocksource: Switched to clocksource tsc [ 2.405700] [drm] Initialized nouveau 1.2.2 20120801 for 0000:01:00.0 on minor 0 [ 2.407026] rtc_cmos 00:01: RTC can wake from S4 [ 2.407541] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 2.407623] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 2.408175] NET: Registered protocol family 10 [ 2.409093] NET: Registered protocol family 17 [ 4.413914] rtc_cmos 00:01: setting system clock to 2015-06-20 04:27:11 UTC (1434774431) [ 4.414743] Freeing unused kernel memory: 964K (ffffffff81af6000 - ffffffff81be7000) [ 4.414754] Write protecting the kernel read-only data: 10240k [ 4.415654] Freeing unused kernel memory: 1036K (ffff8800014fd000 - ffff880001600000) [ 4.416640] Freeing unused kernel memory: 1716K (ffff880001853000 - ffff880001a00000) [ 4.428210] random: systemd-tmpfile urandom read with 8 bits of entropy available [ 4.490058] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1 [ 4.490078] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 4.490305] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.502166] ACPI: bus type USB registered [ 4.502324] usbcore: registered new interface driver usbfs [ 4.502551] usbcore: registered new interface driver hub [ 4.502641] usbcore: registered new device driver usb [ 4.503120] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.504440] SCSI subsystem initialized [ 4.506366] libata version 3.00 loaded. [ 4.507377] ahci 0000:00:1f.2: version 3.0 [ 4.508438] ehci-pci: EHCI PCI platform driver [ 4.519061] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x7 impl SATA mode [ 4.519076] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part apst [ 4.519225] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 4.522873] scsi host0: ahci [ 4.523394] scsi host1: ahci [ 4.523707] scsi host2: ahci [ 4.523968] scsi host3: ahci [ 4.524231] scsi host4: ahci [ 4.524496] scsi host5: ahci [ 4.524667] ata1: SATA max UDMA/133 abar m2048@0xf1304000 port 0xf1304100 irq 26 [ 4.524678] ata2: SATA max UDMA/133 abar m2048@0xf1304000 port 0xf1304180 irq 26 [ 4.524687] ata3: SATA max UDMA/133 abar m2048@0xf1304000 port 0xf1304200 irq 26 [ 4.525062] ata4: DUMMY [ 4.525429] ata5: DUMMY [ 4.525851] ata6: DUMMY [ 4.526912] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 4.527538] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 4.528017] ehci-pci 0000:00:1a.0: debug port 2 [ 4.532546] ehci-pci 0000:00:1a.0: cache line size of 32 is not supported [ 4.532604] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1305000 [ 4.542476] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 4.544483] hub 1-0:1.0: USB hub found [ 4.544882] hub 1-0:1.0: 3 ports detected [ 4.546791] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 4.547164] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 4.547554] ehci-pci 0000:00:1d.0: debug port 2 [ 4.551901] ehci-pci 0000:00:1d.0: cache line size of 32 is not supported [ 4.551924] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1305400 [ 4.559256] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 4.560372] hub 2-0:1.0: USB hub found [ 4.560753] hub 2-0:1.0: 3 ports detected [ 4.852620] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 4.865935] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 4.977475] hub 1-1:1.0: USB hub found [ 4.978058] hub 1-1:1.0: 6 ports detected [ 4.990118] hub 2-1:1.0: USB hub found [ 4.990755] hub 2-1:1.0: 8 ports detected [ 5.012563] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 5.018866] ata1.00: ATA-8: SAMSUNG HD502HJ, 1AJ10002, max UDMA/133 [ 5.019286] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 5.019751] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 5.020313] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 5.020948] ata3.00: ATAPI: TSSTcorp CDDVDW TS-H653G, SC01, max UDMA/100 [ 5.021971] ata2.00: ATA-8: ST3500312CS, SC13, max UDMA/133 [ 5.022420] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 5.022875] ata3.00: configured for UDMA/100 [ 5.024641] ata2.00: configured for UDMA/133 [ 5.026573] ata1.00: configured for UDMA/133 [ 5.027931] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD502HJ 0002 PQ: 0 ANSI: 5 [ 5.030459] scsi 1:0:0:0: Direct-Access ATA ST3500312CS SC13 PQ: 0 ANSI: 5 [ 5.032449] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW TS-H653G SC01 PQ: 0 ANSI: 5 [ 5.047791] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 5.047886] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) [ 5.047956] sd 1:0:0:0: [sdb] Write Protect is off [ 5.047958] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 5.047985] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.049416] sd 0:0:0:0: [sda] Write Protect is off [ 5.049763] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 5.049792] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.058324] sdb: sdb1 [ 5.059522] sd 1:0:0:0: [sdb] Attached SCSI disk [ 5.106532] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 > [ 5.109187] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.245904] usb 1-1.2: new low-speed USB device number 3 using ehci-pci [ 5.259107] usb 2-1.1: new high-speed USB device number 3 using ehci-pci [ 5.336056] hidraw: raw HID events driver (C) Jiri Kosina [ 5.339121] usbcore: registered new interface driver usbhid [ 5.339519] usbhid: USB HID core driver [ 5.340728] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:093A:2510.0001/input/input1 [ 5.341854] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-1.2/input0 [ 5.815047] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 5.891223] random: nonblocking pool is initialized [ 6.306833] systemd[1]: Failed to insert module 'autofs4' [ 6.362089] systemd[1]: systemd 220 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN) [ 6.362691] systemd[1]: Detected architecture x86-64. [ 6.392034] systemd[1]: Set hostname to . [ 7.019620] systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory. [ 7.022481] systemd[1]: Reached target Remote File Systems. [ 7.022964] systemd[1]: Starting Remote File Systems. [ 7.023546] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 7.023980] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ 7.026345] systemd[1]: Reached target Encrypted Volumes. [ 7.026778] systemd[1]: Starting Encrypted Volumes. [ 7.027229] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 7.027750] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 7.028287] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 7.030920] systemd[1]: Reached target Paths. [ 7.031361] systemd[1]: Starting Paths. [ 7.033968] systemd[1]: Created slice Root Slice. [ 7.034408] systemd[1]: Starting Root Slice. [ 7.037000] systemd[1]: Created slice User and Session Slice. [ 7.037440] systemd[1]: Starting User and Session Slice. [ 7.055948] systemd[1]: Listening on Journal Audit Socket. [ 7.058376] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 7.058814] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 7.061301] systemd[1]: Listening on Journal Socket. [ 7.061748] systemd[1]: Starting Journal Socket. [ 7.064204] systemd[1]: Listening on udev Control Socket. [ 7.064639] systemd[1]: Starting udev Control Socket. [ 7.067101] systemd[1]: Listening on Journal Socket (/dev/log). [ 7.067537] systemd[1]: Starting Journal Socket (/dev/log). [ 7.070030] systemd[1]: Created slice System Slice. [ 7.070460] systemd[1]: Starting System Slice. [ 7.071674] systemd[1]: Started Load Kernel Modules. [ 7.072780] systemd[1]: Starting Journal Service... [ 7.089906] systemd[1]: Mounting Temporary Directory... [ 7.092852] systemd[1]: Starting File System Check on Root Device... [ 7.097276] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 7.097690] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 7.098619] systemd[1]: Mounting POSIX Message Queue File System... [ 7.101583] systemd[1]: Mounting Debug File System... [ 7.104613] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 7.107723] systemd[1]: Mounting Configuration File System... [ 7.112351] systemd[1]: Created slice system-getty.slice. [ 7.112887] systemd[1]: Starting system-getty.slice. [ 7.113861] systemd[1]: Starting Setup Virtual Console... [ 7.132608] systemd[1]: Started Set Up Additional Binary Formats. [ 7.133082] systemd[1]: Mounted FUSE Control File System. [ 7.134042] systemd[1]: Mounting Huge Pages File System... [ 7.138311] systemd[1]: Reached target Slices. [ 7.138698] systemd[1]: Starting Slices. [ 7.140941] systemd[1]: Listening on udev Kernel Socket. [ 7.141307] systemd[1]: Starting udev Kernel Socket. [ 7.143588] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 7.143949] systemd[1]: Starting Device-mapper event daemon FIFOs. [ 7.144855] systemd[1]: Starting Apply Kernel Variables... [ 7.149848] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 7.302097] systemd[1]: Started Setup Virtual Console. [ 7.336681] systemd[1]: Mounted Debug File System. [ 7.338854] systemd[1]: Mounted Configuration File System. [ 7.341123] systemd[1]: Mounted Huge Pages File System. [ 7.343341] systemd[1]: Mounted POSIX Message Queue File System. [ 7.345515] systemd[1]: Mounted Temporary Directory. [ 7.410965] systemd[1]: Started Apply Kernel Variables. [ 7.539971] systemd[1]: Started Journal Service. [ 7.596609] EXT4-fs (sda2): re-mounted. Opts: (null) [ 7.757291] systemd-journald[127]: Received request to flush runtime journal from PID 1 [ 9.124755] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 9.125607] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000102F (\_SB_.PCI0.LPC0.PMIO) (20150515/utaddress-254) [ 9.126042] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.126447] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011AF (\_SB_.PCI0.LPC0.GPOX) (20150515/utaddress-254) [ 9.126918] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.127632] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 9.161470] gpio_ich: GPIO from 436 to 511 on gpio_ich [ 9.181355] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 9.182719] r8169 0000:06:00.0 eth0: RTL8168d/8111d at 0xffffc900000b4000, 00:24:54:91:f9:63, XID 083000c0 IRQ 27 [ 9.183121] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 9.273847] r8169 0000:06:00.0 enp6s0: renamed from eth0 [ 9.283796] mousedev: PS/2 mouse device common for all mice [ 9.334780] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) [ 9.618676] snd_hda_intel 0000:01:00.1: Disabling MSI [ 9.700349] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 9.700758] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 9.701164] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 9.701830] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 9.702501] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 9.703180] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19 [ 9.703838] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18 [ 9.704501] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a [ 9.718525] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input2 [ 9.719461] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3 [ 9.720124] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4 [ 9.720786] input: HDA Intel MID Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 9.721446] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 10.267332] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 10.302851] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null) [ 10.380107] Adding 8388604k swap on /dev/sda5. Priority:-1 extents:1 across:8388604k [ 10.690556] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null) [ 10.826461] snd_hda_codec_hdmi hdaudioC1D0: HDMI: audio coding type 0 not expected [ 11.034306] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input7 [ 11.035017] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input8 [ 11.035828] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input9 [ 11.036594] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input10 [ 11.658459] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null) [ 11.839887] snd_hda_codec_hdmi hdaudioC1D0: HDMI: audio coding type 0 not expected [ 12.038659] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null) --wzJLGUyc3ArbnUjN-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/