Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935357AbcKPKpk (ORCPT ); Wed, 16 Nov 2016 05:45:40 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.217]:25699 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbcKPKpc (ORCPT ); Wed, 16 Nov 2016 05:45:32 -0500 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+zrwiavkK6tmQaLfoxNM57Q/BzQY4OECwfUc= X-RZG-CLASS-ID: mo00 Date: Wed, 16 Nov 2016 11:45:28 +0100 From: Olaf Hering To: linux-kernel@vger.kernel.org Subject: 4.8.6, NULL pointer in __wake_up_common / drm / i915 Message-ID: <20161116104528.GA6957@aepfle.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline User-Agent: Mutt/1.6.2 (6759) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 82940 Lines: 1106 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline During boot into a current openSUSE Tumbleweed 20161108 this laptop starts to hang sometimes with 4.8.x. Today I was able to catch this crash in __wake_up_common caused by i915 or drm or whatever: ... [ 69.851635] BUG: unable to handle kernel NULL pointer dereference at (null) [ 69.851754] IP: [] __wake_up_common+0x25/0x80 [ 69.851797] PGD 12a0d7067 PUD 12a0d6067 PMD 0 [ 69.851854] Oops: 0000 [#1] PREEMPT SMP [ 69.851881] Modules linked in: af_packet bridge stp llc msr snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 69.852044] CPU: 0 PID: 1891 Comm: X Tainted: G W 4.8.6-2-default #1 [ 69.852044] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 69.852044] task: ffffa35ff907e000 task.stack: ffffa35fea1cc000 [ 69.852044] RIP: 0010:[] [] __wake_up_common+0x25/0x80 [ 69.852044] RSP: 0018:ffffa35fea1cf8a0 EFLAGS: 00010086 [ 69.852044] RAX: 0000000000000086 RBX: ffffa35fea362258 RCX: 0000000000000000 [ 69.852044] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffffa35fea362258 [ 69.852044] RBP: ffffa35fea362260 R08: 0000000000000000 R09: 0000000000000045 [ 69.852044] R10: 00000000000b6e53 R11: 0000000000000005 R12: 0000000000000086 [ 69.852044] R13: 0000000000000000 R14: 0000000000000003 R15: ffffa35ff09101c8 [ 69.852044] FS: 00007f00ad8bda00(0000) GS:ffffa35fffc00000(0000) knlGS:0000000000000000 [ 69.852044] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 69.852044] CR2: 0000000000000000 CR3: 000000012a1ae000 CR4: 00000000000006f0 [ 69.852044] Stack: [ 69.852044] 0000000000000045 ffffa35fea362258 ffffa35fea362250 0000000000000086 [ 69.852044] 0000000000000000 ffffa35ff09101b0 ffffa35ff09101c8 ffffffffa80bf291 [ 69.852044] ffffa35fe785a680 ffffa35fe785a680 dead000000000200 ffffffffc040c065 [ 69.852044] Call Trace: [ 69.852044] [] complete_all+0x31/0x40 [ 69.852044] [] drm_send_event_locked+0x25/0x100 [drm] [ 69.852044] [] drm_vblank_off+0x164/0x210 [drm] [ 69.852044] [] i9xx_crtc_disable+0x66/0x490 [i915] [ 69.852044] [] intel_atomic_commit_tail+0x159/0xf40 [i915] [ 69.852044] [] intel_atomic_commit+0x40c/0x510 [i915] [ 69.852044] [] intel_release_load_detect_pipe+0x1f/0x80 [i915] [ 69.852044] [] intel_tv_detect+0x33a/0x5c0 [i915] [ 69.852044] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 69.852044] [] drm_mode_getconnector+0x324/0x360 [drm] [ 69.852044] [] drm_ioctl+0x1b3/0x440 [drm] [ 69.861778] [] do_vfs_ioctl+0x8f/0x5d0 [ 69.863036] [] SyS_ioctl+0x74/0x80 [ 69.867371] [] entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.871293] DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x1e/0xa8 ... Full log below. Olaf root@esprimo:~ # dmesg [ 0.000000] microcode: microcode updated early to revision 0xa4, date = 2010-10-02 [ 0.000000] Linux version 4.8.6-2-default (geeko@buildhost) (gcc version 6.2.1 20160830 [gcc-6-branch revision 239856] (SUSE Linux) ) #1 SMP PREEMPT Thu Nov 3 13:00:34 UTC 2016 (1d89b44) [ 0.000000] Command line: BOOT_IMAGE=(lvm/sd240_crypt_lvm-sd240_btrfs)/tw_xfce/boot/vmlinuz quiet panic=9 net.ifnames=0 rootflags=subvol=/tw_xfce,noatime plymouth.enable=0 resume=/dev/disk/by-label/SD240_CRYPT_SWP [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf67ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bf680000-0x00000000bf690fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000bf691000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] DMI: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x140000 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-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0C0000000 mask FC0000000 uncachable [ 0.000000] 1 base 000000000 mask F00000000 write-back [ 0.000000] 2 base 100000000 mask FC0000000 write-back [ 0.000000] 3 base 0BF700000 mask FFFF00000 uncachable [ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] e820: update [mem 0xbf700000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xbf680 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f77a0-0x000f77af] mapped at [ffffa35ec00f77a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffffa35ec0099000] 99000 size 24576 [ 0.000000] BRK [0x124262000, 0x124262fff] PGTABLE [ 0.000000] BRK [0x124263000, 0x124263fff] PGTABLE [ 0.000000] BRK [0x124264000, 0x124264fff] PGTABLE [ 0.000000] BRK [0x124265000, 0x124265fff] PGTABLE [ 0.000000] BRK [0x124266000, 0x124266fff] PGTABLE [ 0.000000] BRK [0x124267000, 0x124267fff] PGTABLE [ 0.000000] BRK [0x124268000, 0x124268fff] PGTABLE [ 0.000000] BRK [0x124269000, 0x124269fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x35b51000-0x36d9ffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F7710 000024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 0x00000000BF688021 00008C (v01 FSC PC 06040000 LTP 00000000) [ 0.000000] ACPI: FACP 0x00000000BF68FD0C 0000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001) [ 0.000000] ACPI: DSDT 0x00000000BF689526 006772 (v02 IEC___ M11_____ 06040000 INTL 20050624) [ 0.000000] ACPI: FACS 0x00000000BF690FC0 000040 [ 0.000000] ACPI: FACS 0x00000000BF690FC0 000040 [ 0.000000] ACPI: APIC 0x00000000BF68FE00 000068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: HPET 0x00000000BF68FE68 000038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: MCFG 0x00000000BF68FEA0 00003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: SLIT 0x00000000BF68FEDC 00003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: TCPA 0x00000000BF68FF18 000032 (v01 Intel CRESTLN 06040000 00005A52) [ 0.000000] ACPI: TMOR 0x00000000BF68FF4A 000026 (v01 PTLTD 06040000 PTL 00000003) [ 0.000000] ACPI: APIC 0x00000000BF68FF70 000068 (v01 PTLTD ? APIC 06040000 LTP 00000000) [ 0.000000] ACPI: BOOT 0x00000000BF68FFD8 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: SSDT 0x00000000BF689249 0002DD (v01 SataRe SataAhci 00001000 INTL 20050624) [ 0.000000] ACPI: SSDT 0x00000000BF688639 00025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624) [ 0.000000] ACPI: SSDT 0x00000000BF688593 0000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624) [ 0.000000] ACPI: SSDT 0x00000000BF6880AD 0004E6 (v01 PmRef CpuPm 00003000 INTL 20050624) [ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0 [ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x13ffea000-0x13fffffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bf67ffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff] [ 0.000000] On node 0 totalpages: 1046046 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 12186 pages used for memmap [ 0.000000] DMA32 zone: 779904 pages, LIFO batch:31 [ 0.000000] Normal zone: 4096 pages used for memmap [ 0.000000] Normal zone: 262144 pages, LIFO batch:31 [ 0.000000] Reserving Intel graphics memory at 0x00000000bf800000-0x00000000bfffffff [ 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] 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 dfl dfl) [ 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: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff] [ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbf680000-0xbf690fff] [ 0.000000] PM: Registered nosave memory: [mem 0xbf691000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed13fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed19fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] percpu: Embedded 36 pages/cpu @ffffa35fffc00000 s109144 r8192 d30120 u1048576 [ 0.000000] pcpu-alloc: s109144 r8192 d30120 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1029679 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=(lvm/sd240_crypt_lvm-sd240_btrfs)/tw_xfce/boot/vmlinuz quiet panic=9 net.ifnames=0 rootflags=subvol=/tw_xfce,noatime plymouth.enable=0 resume=/dev/disk/by-label/SD240_CRYPT_SWP [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 4014264K/4184184K available (7012K kernel code, 1249K rwdata, 5108K rodata, 1672K init, 1524K bss, 169920K reserved, 0K cma-reserved) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:33024 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 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 1861.913 MHz processor [ 0.004016] Calibrating delay loop (skipped), value calculated using timer frequency.. 3723.82 BogoMIPS (lpj=7447652) [ 0.004019] pid_max: default: 32768 minimum: 301 [ 0.004048] ACPI: Core revision 20160422 [ 0.017739] ACPI: 5 ACPI AML tables successfully acquired and loaded [ 0.017828] Security Framework initialized [ 0.017840] AppArmor: AppArmor initialized [ 0.018259] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.021582] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.023279] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.023288] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.023965] CPU: Physical Processor ID: 0 [ 0.024013] CPU: Processor Core ID: 0 [ 0.024016] mce: CPU supports 6 MCE banks [ 0.024035] process: using mwait in idle threads [ 0.024042] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 [ 0.024044] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0 [ 0.024509] Freeing SMP alternatives memory: 28K (ffffffffa90dc000 - ffffffffa90e3000) [ 0.028009] ftrace: allocating 27899 entries in 109 pages [ 0.040187] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.040189] smpboot: Max logical packages: 1 [ 0.040636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084000] smpboot: CPU0: Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz (family: 0x6, model: 0xf, stepping: 0xd) [ 0.084000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver. [ 0.084000] core: PEBS disabled due to CPU errata [ 0.084000] ... version: 2 [ 0.084000] ... bit width: 40 [ 0.084000] ... generic registers: 2 [ 0.084000] ... value mask: 000000ffffffffff [ 0.084000] ... max period: 000000007fffffff [ 0.084000] ... fixed-purpose events: 3 [ 0.084000] ... event mask: 0000000700000003 [ 0.108121] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.128076] x86: Booting SMP configuration: [ 0.128078] .... node #0, CPUs: #1 [ 0.210031] x86: Booted up 1 node, 2 CPUs [ 0.210031] smpboot: Total of 2 processors activated (7447.80 BogoMIPS) [ 0.210031] devtmpfs: initialized [ 0.210031] x86/mm: Memory block size: 128MB [ 0.228088] PM: Registering ACPI NVS region [mem 0xbf680000-0xbf690fff] (69632 bytes) [ 0.228192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240017] pinctrl core: initialized pinctrl subsystem [ 0.240091] RTC time: 10:32:09, date: 11/16/16 [ 0.256141] NET: Registered protocol family 16 [ 0.272005] cpuidle: using governor ladder [ 0.288004] cpuidle: using governor menu [ 0.288058] Simple Boot Flag at 0x36 set to 0x80 [ 0.288074] ACPI: bus type PCI registered [ 0.288077] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316093] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.316096] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.316107] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override. [ 0.316668] PCI: Using configuration type 1 for base access [ 0.344119] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.368098] ACPI: Added _OSI(Module Device) [ 0.368101] ACPI: Added _OSI(Processor Device) [ 0.368102] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.368103] ACPI: Added _OSI(Processor Aggregator Device) [ 0.370796] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.373339] ACPI: Dynamic OEM Table Load: [ 0.373349] ACPI: SSDT 0xFFFFA35FFA4DD800 00027A (v01 PmRef Cpu0Ist 00003000 INTL 20050624) [ 0.374095] ACPI: Dynamic OEM Table Load: [ 0.374103] ACPI: SSDT 0xFFFFA35FFA4D8800 0005EA (v01 PmRef Cpu0Cst 00003001 INTL 20050624) [ 0.375274] ACPI: Dynamic OEM Table Load: [ 0.375280] ACPI: SSDT 0xFFFFA35FFA4CED00 0000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624) [ 0.375858] ACPI: Dynamic OEM Table Load: [ 0.375864] ACPI: SSDT 0xFFFFA35FFA4CDA80 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624) [ 0.376942] ACPI : EC: EC started [ 0.392106] ACPI: Interpreter enabled [ 0.392134] ACPI: (supports S0 S3 S4 S5) [ 0.392136] ACPI: Using IOAPIC for interrupt routing [ 0.392180] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.472157] acpi SADDLEST:00: ACPI dock station (docks/bays count: 1) [ 1.481495] ACPI: Power Resource [FN00] (on) [ 2.016827] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 2.016836] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 2.016844] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 2.017833] PCI host bridge to bus 0000:00 [ 2.017836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 2.017838] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 2.017840] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 2.017842] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 2.017844] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 2.017846] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 2.017848] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 2.017850] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.017862] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000 [ 2.018055] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000 [ 2.018071] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfc0fffff 64bit] [ 2.018082] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 2.018089] pci 0000:00:02.0: reg 0x20: [io 0x1800-0x1807] [ 2.018263] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000 [ 2.018277] pci 0000:00:02.1: reg 0x10: [mem 0xfc100000-0xfc1fffff 64bit] [ 2.018483] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300 [ 2.018541] pci 0000:00:1a.0: reg 0x20: [io 0x1840-0x185f] [ 2.018687] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 2.018760] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300 [ 2.018819] pci 0000:00:1a.1: reg 0x20: [io 0x1860-0x187f] [ 2.018962] pci 0000:00:1a.1: System wakeup disabled by ACPI [ 2.019048] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320 [ 2.019071] pci 0000:00:1a.7: reg 0x10: [mem 0xfc406000-0xfc4063ff] [ 2.019186] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 2.019273] pci 0000:00:1a.7: System wakeup disabled by ACPI [ 2.019352] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300 [ 2.019377] pci 0000:00:1b.0: reg 0x10: [mem 0xfc400000-0xfc403fff 64bit] [ 2.019487] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 2.019579] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 2.019656] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400 [ 2.019767] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 2.019929] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400 [ 2.020048] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 2.020211] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400 [ 2.020320] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 2.020488] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300 [ 2.020546] pci 0000:00:1d.0: reg 0x20: [io 0x1880-0x189f] [ 2.020690] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 2.020761] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300 [ 2.020819] pci 0000:00:1d.1: reg 0x20: [io 0x18a0-0x18bf] [ 2.020960] pci 0000:00:1d.1: System wakeup disabled by ACPI [ 2.021030] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300 [ 2.021088] pci 0000:00:1d.2: reg 0x20: [io 0x18c0-0x18df] [ 2.021230] pci 0000:00:1d.2: System wakeup disabled by ACPI [ 2.021315] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320 [ 2.021338] pci 0000:00:1d.7: reg 0x10: [mem 0xfc406400-0xfc4067ff] [ 2.021453] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 2.021543] pci 0000:00:1d.7: System wakeup disabled by ACPI [ 2.021615] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 [ 2.021823] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100 [ 2.021931] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO [ 2.021937] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO [ 2.021941] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0400 (mask 000f) [ 2.021945] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f) [ 2.022116] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a [ 2.022134] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007] [ 2.022146] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003] [ 2.022159] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007] [ 2.022171] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003] [ 2.022183] pci 0000:00:1f.1: reg 0x20: [io 0x18e0-0x18ef] [ 2.022211] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 2.022213] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 2.022215] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 2.022217] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 2.022365] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601 [ 2.022386] pci 0000:00:1f.2: reg 0x10: [io 0x1c30-0x1c37] [ 2.022397] pci 0000:00:1f.2: reg 0x14: [io 0x1c24-0x1c27] [ 2.022409] pci 0000:00:1f.2: reg 0x18: [io 0x1c28-0x1c2f] [ 2.022420] pci 0000:00:1f.2: reg 0x1c: [io 0x1c20-0x1c23] [ 2.022431] pci 0000:00:1f.2: reg 0x20: [io 0x1c00-0x1c1f] [ 2.022442] pci 0000:00:1f.2: reg 0x24: [mem 0xfc405000-0xfc4057ff] [ 2.022502] pci 0000:00:1f.2: PME# supported from D3hot [ 2.022652] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500 [ 2.022669] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff] [ 2.022710] pci 0000:00:1f.3: reg 0x20: [io 0x1c40-0x1c5f] [ 2.022963] pci 0000:00:1c.0: PCI bridge to [bus 02-03] [ 2.022968] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 2.022973] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff] [ 2.022981] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref] [ 2.023112] pci 0000:04:00.0: [11ab:4363] type 00 class 0x020000 [ 2.023146] pci 0000:04:00.0: reg 0x10: [mem 0xf8000000-0xf8003fff 64bit] [ 2.023162] pci 0000:04:00.0: reg 0x18: [io 0x3000-0x30ff] [ 2.023218] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] [ 2.023309] pci 0000:04:00.0: supports D1 D2 [ 2.023311] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.023358] pci 0000:04:00.0: System wakeup disabled by ACPI [ 2.036026] pci 0000:00:1c.1: PCI bridge to [bus 04-05] [ 2.036031] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] [ 2.036036] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff] [ 2.036043] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref] [ 2.036178] pci 0000:06:00.0: [168c:001c] type 00 class 0x020000 [ 2.036212] pci 0000:06:00.0: reg 0x10: [mem 0xfa000000-0xfa00ffff 64bit] [ 2.036427] pci 0000:06:00.0: System wakeup disabled by ACPI [ 2.036493] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 2.036505] pci 0000:00:1c.2: PCI bridge to [bus 06-07] [ 2.036509] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] [ 2.036514] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff] [ 2.036522] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref] [ 2.036703] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode) [ 2.036716] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 2.036718] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 2.036720] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 2.036723] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode) [ 2.036725] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode) [ 2.036727] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode) [ 2.036729] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode) [ 2.037020] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15) [ 2.037140] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 2.037262] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 [ 2.037380] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 2.037496] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 2.037614] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 [ 2.037731] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. [ 2.037849] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) [ 2.038741] ACPI: Enabled 2 GPEs in block 00 to 1F [ 2.048056] ACPI : EC: EC stopped [ 2.048096] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 [ 2.048097] ACPI : EC: EC started [ 2.064252] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 2.064252] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 2.064252] vgaarb: loaded [ 2.064252] vgaarb: bridge control possible 0000:00:02.0 [ 2.076095] SCSI subsystem initialized [ 2.076114] libata version 3.00 loaded. [ 2.076138] PCI: Using ACPI for IRQ routing [ 2.088431] PCI: pci_cache_line_size set to 64 bytes [ 2.088518] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff] [ 2.088521] e820: reserve RAM buffer [mem 0xbf680000-0xbfffffff] [ 2.088711] NetLabel: Initializing [ 2.088713] NetLabel: domain hash size = 128 [ 2.088713] NetLabel: protocols = UNLABELED CIPSOv4 [ 2.088740] NetLabel: unlabeled traffic allowed by default [ 2.088865] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 2.088871] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 2.088876] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 2.090906] clocksource: Switched to clocksource hpet [ 2.104834] VFS: Disk quotas dquot_6.6.0 [ 2.120025] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.136103] AppArmor: AppArmor Filesystem Enabled [ 2.136193] pnp: PnP ACPI init [ 2.688366] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 2.688369] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved [ 2.688371] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved [ 2.688374] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved [ 2.688376] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved [ 2.688379] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved [ 2.688381] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [ 2.688384] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved [ 2.688390] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.688983] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved [ 2.688989] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active) [ 2.689092] system 00:02: [io 0x0200-0x020f] has been reserved [ 2.689095] system 00:02: [io 0x0400-0x040f] has been reserved [ 2.689097] system 00:02: [io 0x0680-0x069f] has been reserved [ 2.689100] system 00:02: [io 0x0800-0x080f] has been reserved [ 2.689103] system 00:02: [io 0x1000-0x107f] has been reserved [ 2.689105] system 00:02: [io 0x1180-0x11bf] has been reserved [ 2.689107] system 00:02: [io 0x1640-0x164f] has been reserved [ 2.689110] system 00:02: [io 0xfe00] has been reserved [ 2.689114] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.689219] system 00:03: [io 0x06a0-0x06af] has been reserved [ 2.689222] system 00:03: [io 0x06b0-0x06ff] has been reserved [ 2.689226] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.689279] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 2.689620] pnp 00:05: [irq 0 disabled] [ 2.689701] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) [ 2.690491] pnp 00:06: Plug and Play ACPI device, IDs PNP0400 (active) [ 2.690542] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active) [ 2.690591] pnp 00:08: Plug and Play ACPI device, IDs SYN1907 SYN1900 SYN0002 PNP0f13 (active) [ 2.690625] pnp: PnP ACPI: found 9 devices [ 2.698675] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.698744] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff] [ 2.698754] pci 0000:00:1c.0: PCI bridge to [bus 02-03] [ 2.698758] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] [ 2.698764] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf7ffffff] [ 2.698769] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref] [ 2.698778] pci 0000:04:00.0: BAR 6: assigned [mem 0xf8020000-0xf803ffff pref] [ 2.698781] pci 0000:00:1c.1: PCI bridge to [bus 04-05] [ 2.698784] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff] [ 2.698790] pci 0000:00:1c.1: bridge window [mem 0xf8000000-0xf9ffffff] [ 2.698794] pci 0000:00:1c.1: bridge window [mem 0xf2000000-0xf3ffffff 64bit pref] [ 2.698803] pci 0000:00:1c.2: PCI bridge to [bus 06-07] [ 2.698806] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff] [ 2.698812] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfbffffff] [ 2.698816] pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf5ffffff 64bit pref] [ 2.698824] pci 0000:00:1e.0: PCI bridge to [bus 08] [ 2.698840] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 2.698842] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 2.698844] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.698846] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] [ 2.698848] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] [ 2.698850] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] [ 2.698852] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfebfffff window] [ 2.698854] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 2.698856] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff] [ 2.698858] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref] [ 2.698861] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff] [ 2.698862] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf9ffffff] [ 2.698864] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref] [ 2.698866] pci_bus 0000:06: resource 0 [io 0x4000-0x4fff] [ 2.698868] pci_bus 0000:06: resource 1 [mem 0xfa000000-0xfbffffff] [ 2.698870] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref] [ 2.698872] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7 window] [ 2.698875] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff window] [ 2.698877] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.698879] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000d3fff window] [ 2.698881] pci_bus 0000:08: resource 8 [mem 0x000d4000-0x000d7fff window] [ 2.698883] pci_bus 0000:08: resource 9 [mem 0x000d8000-0x000dbfff window] [ 2.698885] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xfebfffff window] [ 2.776014] NET: Registered protocol family 2 [ 2.792083] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 2.792246] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 2.792493] TCP: Hash tables configured (established 32768 bind 32768) [ 2.792584] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 2.792632] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 2.792808] NET: Registered protocol family 1 [ 2.792848] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 2.795785] PCI: CLS 64 bytes, default 64 [ 2.795894] Unpacking initramfs... [ 5.779634] Freeing initrd memory: 18748K (ffffa35ef5b51000 - ffffa35ef6da0000) [ 5.779645] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 5.779648] software IO TLB [mem 0xbb680000-0xbf680000] (64MB) mapped at [ffffa35f7b680000-ffffa35f7f67ffff] [ 5.779912] Scanning for low memory corruption every 60 seconds [ 5.796254] futex hash table entries: 512 (order: 3, 32768 bytes) [ 5.812021] audit: initializing netlink subsys (disabled) [ 5.812064] audit: type=2000 audit(1479292334.808:1): initialized [ 5.812765] workingset: timestamp_bits=37 max_order=20 bucket_order=0 [ 5.812792] zbud: loaded [ 6.004045] Key type big_key registered [ 6.005684] Key type asymmetric registered [ 6.005687] Asymmetric key parser 'x509' registered [ 6.024041] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 6.024095] io scheduler noop registered [ 6.024097] io scheduler deadline registered [ 6.024108] io scheduler cfq registered (default) [ 6.025308] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 6.025317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 6.025365] intel_idle: does not run on family 6 model 15 [ 6.025771] Monitor-Mwait will be used to enter C-1 state [ 6.025779] Monitor-Mwait will be used to enter C-2 state [ 6.025784] tsc: Marking TSC unstable due to TSC halts in idle [ 6.028142] GHES: HEST is not enabled! [ 6.028263] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 6.031370] Non-volatile memory driver v1.3 [ 6.031424] Linux agpgart interface v0.103 [ 6.031961] ahci 0000:00:1f.2: version 3.0 [ 6.032372] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode [ 6.032376] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum part [ 6.033274] scsi host0: ahci [ 6.033489] scsi host1: ahci [ 6.033654] scsi host2: ahci [ 6.033741] ata1: SATA max UDMA/133 abar m2048@0xfc405000 port 0xfc405100 irq 27 [ 6.033745] ata2: SATA max UDMA/133 abar m2048@0xfc405000 port 0xfc405180 irq 27 [ 6.033747] ata3: SATA max UDMA/133 abar m2048@0xfc405000 port 0xfc405200 irq 27 [ 6.033924] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 6.038406] i8042: Detected active multiplexing controller, rev 1.1 [ 6.041104] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 6.041171] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 6.041222] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 6.041271] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 6.041321] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 6.041542] mousedev: PS/2 mouse device common for all mice [ 6.041736] rtc_cmos 00:04: RTC can wake from S4 [ 6.041942] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 6.041977] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 6.042025] ledtrig-cpu: registered to indicate activity on CPUs [ 6.042048] hidraw: raw HID events driver (C) Jiri Kosina [ 6.080461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 6.100037] NET: Registered protocol family 10 [ 6.120378] microcode: sig=0x6fd, pf=0x80, revision=0xa4 [ 6.120458] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 6.120680] registered taskstats version 1 [ 6.120715] zswap: loaded using pool lzo/zbud [ 6.144462] Key type encrypted registered [ 6.144469] AppArmor: AppArmor sha1 policy hashing enabled [ 6.144980] Magic number: 8:769:527 [ 6.145173] rtc_cmos 00:04: setting system clock to 2016-11-16 10:32:15 UTC (1479292335) [ 6.145284] PM: Checking hibernation image partition /dev/disk/by-label/SD240_CRYPT_SWP [ 6.346637] ata2: SATA link down (SStatus 0 SControl 300) [ 6.346800] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 6.347480] ata1.00: unexpected _GTF length (8) [ 6.347995] ata1.00: ATA-9: SanDisk Ultra II 240GB, X41100RL, max UDMA/133 [ 6.347998] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 31/32), AA [ 6.348814] ata1.00: unexpected _GTF length (8) [ 6.349256] ata1.00: configured for UDMA/133 [ 6.349528] scsi 0:0:0:0: Direct-Access ATA SanDisk Ultra II 00RL PQ: 0 ANSI: 5 [ 6.351729] ata3: SATA link down (SStatus 0 SControl 300) [ 6.376270] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB) [ 6.376464] sd 0:0:0:0: [sda] Write Protect is off [ 6.376468] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 6.376529] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 6.377723] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 > [ 6.378710] sd 0:0:0:0: [sda] Attached SCSI disk [ 6.378724] PM: Hibernation image not present or could not be loaded. [ 6.381416] Freeing unused kernel memory: 1672K (ffffffffa8f3a000 - ffffffffa90dc000) [ 6.381421] Write protecting the kernel read-only data: 14336k [ 6.382628] Freeing unused kernel memory: 1164K (ffffa35fe36dd000 - ffffa35fe3800000) [ 6.386633] Freeing unused kernel memory: 1036K (ffffa35fe3cfd000 - ffffa35fe3e00000) [ 6.391505] random: systemd: uninitialized urandom read (16 bytes read) [ 6.391864] random: systemd: uninitialized urandom read (16 bytes read) [ 6.391883] random: systemd: uninitialized urandom read (16 bytes read) [ 6.406028] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN) [ 6.406247] systemd[1]: Detected architecture x86-64. [ 6.406250] systemd[1]: Running in initial RAM disk. [ 6.406281] systemd[1]: Set hostname to . [ 6.414801] random: systemd-cryptse: uninitialized urandom read (16 bytes read) [ 6.482801] random: systemd: uninitialized urandom read (16 bytes read) [ 6.482836] random: systemd: uninitialized urandom read (16 bytes read) [ 6.482888] random: systemd: uninitialized urandom read (16 bytes read) [ 6.482977] random: systemd: uninitialized urandom read (16 bytes read) [ 6.483908] random: systemd: uninitialized urandom read (16 bytes read) [ 6.484152] random: systemd: uninitialized urandom read (16 bytes read) [ 6.491787] systemd[1]: Listening on udev Kernel Socket. [ 6.491960] systemd[1]: Listening on udev Control Socket. [ 6.492158] systemd[1]: Listening on Journal Socket (/dev/log). [ 6.492184] systemd[1]: Reached target Timers. [ 6.492777] systemd[1]: Created slice System Slice. [ 6.492809] systemd[1]: Reached target Slices. [ 6.536679] audit: type=1130 audit(1479292335.888:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.540934] alua: device handler registered [ 6.541362] emc: device handler registered [ 6.541718] rdac: device handler registered [ 6.572735] device-mapper: uevent: version 1.0.3 [ 6.584972] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 6.608654] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 6.618252] audit: type=1130 audit(1479292335.968:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.784076] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x35ad41185f1, max_idle_ns: 881590725129 ns [ 6.808148] audit: type=1130 audit(1479292336.160:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.890015] audit: type=1130 audit(1479292336.240:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 6.900614] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04753/0x200000/0x0/0x0, board id: 0, fw id: 189075 [ 6.904358] audit: type=1130 audit(1479292336.256:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.933436] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8 [ 6.938467] audit: type=1130 audit(1479292336.288:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.973300] audit: type=1130 audit(1479292336.324:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.017420] audit: type=1130 audit(1479292336.368:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.135112] audit: type=1130 audit(1479292336.484:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.156620] ACPI: bus type USB registered [ 7.156669] usbcore: registered new interface driver usbfs [ 7.156690] usbcore: registered new interface driver hub [ 7.156739] usbcore: registered new device driver usb [ 7.157675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.158257] uhci_hcd: USB Universal Host Controller Interface driver [ 7.158595] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 7.158609] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 7.158621] uhci_hcd 0000:00:1a.0: detected 2 ports [ 7.158665] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001840 [ 7.164133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 7.164139] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.164141] usb usb1: Product: UHCI Host Controller [ 7.164143] usb usb1: Manufacturer: Linux 4.8.6-2-default uhci_hcd [ 7.164145] usb usb1: SerialNumber: 0000:00:1a.0 [ 7.164431] hub 1-0:1.0: USB hub found [ 7.164442] hub 1-0:1.0: 2 ports detected [ 7.164932] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 7.164944] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2 [ 7.164955] uhci_hcd 0000:00:1a.1: detected 2 ports [ 7.164996] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001860 [ 7.166706] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 7.166712] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.166714] usb usb2: Product: UHCI Host Controller [ 7.166716] usb usb2: Manufacturer: Linux 4.8.6-2-default uhci_hcd [ 7.166718] usb usb2: SerialNumber: 0000:00:1a.1 [ 7.166976] hub 2-0:1.0: USB hub found [ 7.166986] hub 2-0:1.0: 2 ports detected [ 7.167470] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 7.167483] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3 [ 7.167493] uhci_hcd 0000:00:1d.0: detected 2 ports [ 7.167530] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880 [ 7.167617] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 7.167620] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.167622] usb usb3: Product: UHCI Host Controller [ 7.167624] usb usb3: Manufacturer: Linux 4.8.6-2-default uhci_hcd [ 7.167626] usb usb3: SerialNumber: 0000:00:1d.0 [ 7.167852] hub 3-0:1.0: USB hub found [ 7.167862] hub 3-0:1.0: 2 ports detected [ 7.173522] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 7.173541] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4 [ 7.173553] uhci_hcd 0000:00:1d.1: detected 2 ports [ 7.173600] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0 [ 7.174452] ehci-pci: EHCI PCI platform driver [ 7.176481] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 7.176486] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.176488] usb usb4: Product: UHCI Host Controller [ 7.176490] usb usb4: Manufacturer: Linux 4.8.6-2-default uhci_hcd [ 7.176492] usb usb4: SerialNumber: 0000:00:1d.1 [ 7.176775] hub 4-0:1.0: USB hub found [ 7.178041] hub 4-0:1.0: 2 ports detected [ 7.181925] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 7.181938] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5 [ 7.181949] uhci_hcd 0000:00:1d.2: detected 2 ports [ 7.181999] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0 [ 7.182092] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 7.182095] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.182097] usb usb5: Product: UHCI Host Controller [ 7.182099] usb usb5: Manufacturer: Linux 4.8.6-2-default uhci_hcd [ 7.182101] usb usb5: SerialNumber: 0000:00:1d.2 [ 7.182332] hub 5-0:1.0: USB hub found [ 7.182342] hub 5-0:1.0: 2 ports detected [ 7.183345] ehci-pci 0000:00:1a.7: EHCI Host Controller [ 7.183365] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 6 [ 7.183395] ehci-pci 0000:00:1a.7: debug port 1 [ 7.187337] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported [ 7.187356] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfc406000 [ 7.200084] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 7.200204] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.200207] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.200209] usb usb6: Product: EHCI Host Controller [ 7.200211] usb usb6: Manufacturer: Linux 4.8.6-2-default ehci_hcd [ 7.200213] usb usb6: SerialNumber: 0000:00:1a.7 [ 7.201780] hub 6-0:1.0: USB hub found [ 7.201799] hub 6-0:1.0: 4 ports detected [ 7.228235] hub 1-0:1.0: USB hub found [ 7.228254] hub 1-0:1.0: 2 ports detected [ 7.256270] hub 2-0:1.0: USB hub found [ 7.256291] hub 2-0:1.0: 2 ports detected [ 7.257281] ehci-pci 0000:00:1d.7: EHCI Host Controller [ 7.257300] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 7 [ 7.257325] ehci-pci 0000:00:1d.7: debug port 1 [ 7.261247] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported [ 7.261266] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfc406400 [ 7.276056] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 7.276185] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.276189] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.276191] usb usb7: Product: EHCI Host Controller [ 7.276193] usb usb7: Manufacturer: Linux 4.8.6-2-default ehci_hcd [ 7.276195] usb usb7: SerialNumber: 0000:00:1d.7 [ 7.276514] hub 7-0:1.0: USB hub found [ 7.276529] hub 7-0:1.0: 6 ports detected [ 7.304238] hub 3-0:1.0: USB hub found [ 7.304256] hub 3-0:1.0: 2 ports detected [ 7.332233] hub 4-0:1.0: USB hub found [ 7.332249] hub 4-0:1.0: 2 ports detected [ 7.360259] hub 5-0:1.0: USB hub found [ 7.360279] hub 5-0:1.0: 2 ports detected [ 7.360472] ata_piix 0000:00:1f.1: version 2.13 [ 7.376174] scsi host3: ata_piix [ 7.392078] scsi host4: ata_piix [ 7.392225] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18e0 irq 14 [ 7.392227] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18e8 irq 15 [ 7.395059] random: fast init done [ 7.488665] raid6: sse2x1 gen() 2729 MB/s [ 7.563724] usb 6-2: new high-speed USB device number 2 using ehci-pci [ 7.604500] ata4.00: ATAPI: TSSTcorp CDDVDW TS-L632H, fs03, max UDMA/33 [ 7.628339] ata4.00: configured for UDMA/33 [ 7.639985] raid6: sse2x1 xor() 3521 MB/s [ 7.708215] scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L632H fs03 PQ: 0 ANSI: 5 [ 7.721914] scsi 3:0:0:0: Attached scsi generic sg1 type 5 [ 7.745242] sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 7.745250] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 7.745594] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ 7.746175] usb 6-2: New USB device found, idVendor=05e3, idProduct=0715 [ 7.746178] usb 6-2: New USB device strings: Mfr=3, Product=4, SerialNumber=2 [ 7.746181] usb 6-2: Product: USB Reader [ 7.746183] usb 6-2: Manufacturer: Genesys [ 7.746184] usb 6-2: SerialNumber: 000000009407 [ 7.751941] usb-storage 6-2:1.0: USB Mass Storage device detected [ 7.768267] scsi host5: usb-storage 6-2:1.0 [ 7.768498] usbcore: registered new interface driver usb-storage [ 7.769287] usbcore: registered new interface driver uas [ 7.797576] raid6: sse2x2 gen() 3375 MB/s [ 7.896262] raid6: sse2x2 xor() 3839 MB/s [ 7.965622] raid6: sse2x4 gen() 5441 MB/s [ 8.032170] raid6: sse2x4 xor() 3976 MB/s [ 8.032177] raid6: using algorithm sse2x4 gen() 5441 MB/s [ 8.032178] raid6: .... xor() 3976 MB/s, rmw enabled [ 8.032180] raid6: using ssse3x2 recovery algorithm [ 8.033073] xor: measuring software checksum speed [ 8.108071] prefetch64-sse: 7455.000 MB/sec [ 8.148358] generic_sse: 6591.000 MB/sec [ 8.148363] xor: using function: prefetch64-sse (7455.000 MB/sec) [ 8.284245] Btrfs loaded, crc32c=crc32c-generic, assert=on [ 8.291159] BTRFS: device label SD240_Android devid 1 transid 301 /dev/sda5 [ 8.292293] BTRFS: device label SD240_BOOT devid 1 transid 52 /dev/sda1 [ 8.723196] random: crng init done [ 8.802837] scsi 5:0:0:0: Direct-Access Generic STORAGE DEVICE 9407 PQ: 0 ANSI: 0 [ 8.803895] sd 5:0:0:0: Attached scsi generic sg2 type 0 [ 8.808463] sd 5:0:0:0: [sdb] Attached SCSI removable disk [ 18.195440] NET: Registered protocol family 38 [ 30.170518] atkbd serio0: Unknown key pressed (translated set 2, code 0x83 on isa0060/serio0). [ 30.170523] atkbd serio0: Use 'setkeycodes e003 ' to make it known. [ 38.372338] audit_printk_skb: 6 callbacks suppressed [ 38.372341] audit: type=1130 audit(1479292367.724:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@encrypted_lvm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.545124] BTRFS: device label SD240_CRYPT_LVM_BTRFS devid 1 transid 102149 /dev/dm-1 [ 38.654031] audit: type=1130 audit(1479292368.004:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.656203] PM: Starting manual resume from disk [ 38.656210] PM: Hibernation image partition 254:2 present [ 38.656212] PM: Looking for hibernation image. [ 38.656570] PM: Image not found (code -22) [ 38.656573] PM: Hibernation image not present or could not be loaded. [ 38.660692] audit: type=1130 audit(1479292368.012:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-disk-by\x2dlabel-SD240_CRYPT_SWP comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.660837] audit: type=1131 audit(1479292368.012:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hibernate-resume@dev-disk-by\x2dlabel-SD240_CRYPT_SWP comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.700458] audit: type=1130 audit(1479292368.052:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-mapper-sd240_crypt_lvm\x2dsd240_btrfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.724066] BTRFS info (device dm-1): disk space caching is enabled [ 38.724070] BTRFS info (device dm-1): has skinny extents [ 38.807930] BTRFS info (device dm-1): detected SSD devices, enabling SSD mode [ 39.486771] BTRFS info (device dm-1): checking UUID tree [ 39.736859] audit: type=1130 audit(1479292369.088:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 39.736890] audit: type=1131 audit(1479292369.088:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 39.770376] audit: type=1130 audit(1479292369.120:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 39.770404] audit: type=1131 audit(1479292369.120:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 39.772057] audit: type=1130 audit(1479292369.124:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-console comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 39.869030] systemd-journald[149]: Received SIGTERM from PID 1 (systemd). [ 39.923565] systemd: 18 output lines suppressed due to ratelimiting [ 40.480281] systemd-journald[1040]: File /var/log/journal/c84c07686162d91797693fa756f03536/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 40.600849] BTRFS info (device dm-1): disk space caching is enabled [ 40.826766] systemd-journald[1040]: Received request to flush runtime journal from PID 1 [ 41.218734] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9 [ 41.229840] ACPI: Lid Switch [LID0] [ 41.229990] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10 [ 41.230271] ACPI: Sleep Button [SLPB] [ 41.230373] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 [ 41.230450] ACPI: Power Button [PWRB] [ 41.230583] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12 [ 41.230727] ACPI: Power Button [PWRF] [ 41.246059] ACPI: AC Adapter [ADP1] (on-line) [ 41.259494] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 41.268977] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 41.269463] acpi device:05: registered as cooling_device2 [ 41.269591] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input13 [ 41.279443] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED [ 41.279523] [drm] Initialized drm 1.1.0 20060810 [ 41.295050] thermal LNXTHERM:00: registered as thermal_zone0 [ 41.295059] ACPI: Thermal Zone [TZ00] (27 C) [ 41.392945] ACPI: Invalid active1 threshold [ 41.393591] thermal LNXTHERM:01: registered as thermal_zone1 [ 41.393606] ACPI: Thermal Zone [TZ01] (56 C) [ 41.451717] sky2: driver version 1.30 [ 41.452845] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3 [ 41.454504] parport_pc 00:06: reported by Plug and Play ACPI [ 41.454607] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE] [ 41.454664] sky2 0000:04:00.0 eth0: addr 00:a0:d1:c8:8e:cb [ 41.472602] pci 0000:00:00.0: Intel 965GM Chipset [ 41.472637] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable [ 41.472993] pci 0000:00:00.0: detected 8192K stolen memory [ 41.473059] [drm] Memory usable by graphics device = 512M [ 41.473064] [drm] Replacing VGA console driver [ 41.474314] Console: switching to colour dummy device 80x25 [ 41.475188] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 41.475192] [drm] Driver supports precise vblank timestamp query. [ 41.475677] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 41.553333] ACPI: Battery Slot [BAT0] (battery present) [ 41.560171] ACPI: Battery Slot [BAT1] (battery absent) [ 41.632915] input: PC Speaker as /devices/platform/pcspkr/input/input14 [ 41.706696] ath5k 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control [ 41.706927] ath5k 0000:06:00.0: registered as 'phy0' [ 41.741258] intel_powerclamp: No package C-state available [ 41.768806] intel_powerclamp: No package C-state available [ 42.002101] ppdev: user-space parallel port driver [ 42.204548] [drm] RC6 disabled, disabling runtime PM support [ 42.204565] [drm] initialized overlay support [ 42.205239] [drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0 [ 42.205839] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\PMIO) (20160422/utaddress-255) [ 42.205851] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 42.205855] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160422/utaddress-255) [ 42.205860] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 42.205861] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011BB (\GPIO) (20160422/utaddress-255) [ 42.205866] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 42.205867] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 42.207782] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 42.214954] iTCO_vendor_support: vendor-support=0 [ 42.218702] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 42.218787] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060) [ 42.218999] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 42.306705] Adding 2097148k swap on /dev/mapper/sd240_crypt_lvm-sd240_swap. Priority:-1 extents:1 across:2097148k SSFS [ 42.485312] ath: EEPROM regdomain: 0x30 [ 42.485315] ath: EEPROM indicates we should expect a direct regpair map [ 42.485318] ath: Country alpha2 being used: AM [ 42.485319] ath: Regpair used: 0x30 [ 42.538081] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 42.538657] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70) [ 42.774622] snd_hda_codec_realtek hdaudioC0D0: ALC262: SKU not ready 0x598301f0 [ 42.775028] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC262: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line [ 42.775031] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 42.775033] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 42.775035] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 42.775037] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 42.775039] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19 [ 42.775042] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x1a [ 42.775044] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 42.796945] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 [ 42.797746] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 [ 42.798046] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 [ 42.798335] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 [ 42.798611] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19 [ 47.553640] audit_printk_skb: 522 callbacks suppressed [ 47.553647] audit: type=1131 audit(1479292376.904:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 52.448089] [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR* [CRTC:26:pipe A] flip_done timed out [ 52.548552] ------------[ cut here ]------------ [ 52.548607] WARNING: CPU: 1 PID: 966 at ../drivers/gpu/drm/drm_irq.c:1224 drm_wait_one_vblank+0x17d/0x190 [drm] [ 52.548610] vblank wait timed out on crtc 0 [ 52.548612] Modules linked in: snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 52.548754] CPU: 1 PID: 966 Comm: kworker/u4:6 Not tainted 4.8.6-2-default #1 [ 52.548757] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 52.548767] Workqueue: events_unbound async_run_entry_fn [ 52.548773] 0000000000000000 ffffffffa83a4272 ffffa35ff2e57a90 0000000000000000 [ 52.548782] ffffffffa807de2e ffffa35ff0910000 ffffa35ff2e57ae0 0000000000000000 [ 52.548790] 0000000001000001 ffffa35ffa770008 ffffa35fee3c1800 ffffffffa807de9f [ 52.548798] Call Trace: [ 52.548825] [] dump_trace+0x5e/0x310 [ 52.548835] [] show_stack_log_lvl+0x11b/0x1a0 [ 52.548844] [] show_stack+0x21/0x40 [ 52.548854] [] dump_stack+0x5c/0x7a [ 52.548863] [] __warn+0xbe/0xe0 [ 52.548874] [] warn_slowpath_fmt+0x4f/0x60 [ 52.548911] [] drm_wait_one_vblank+0x17d/0x190 [drm] [ 52.549052] [] intel_get_load_detect_pipe+0x65b/0x670 [i915] [ 52.549176] [] intel_tv_detect+0x13f/0x5c0 [i915] [ 52.549205] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 52.549236] [] drm_fb_helper_initial_config+0x7d/0x420 [drm_kms_helper] [ 52.549341] [] intel_fbdev_initial_config+0x14/0x30 [i915] [ 52.549352] [] async_run_entry_fn+0x32/0x140 [ 52.549361] [] process_one_work+0x1ed/0x4d0 [ 52.549371] [] worker_thread+0x47/0x4c0 [ 52.549379] [] kthread+0xbd/0xe0 [ 52.549389] [] ret_from_fork+0x1f/0x40 [ 52.552542] DWARF2 unwinder stuck at ret_from_fork+0x1f/0x40 [ 52.552542] Leftover inexact backtrace: [ 52.552542] [] ? kthread_worker_fn+0x170/0x170 [ 52.555311] ---[ end trace 84c79b7e59ca745f ]--- [ 52.704056] ------------[ cut here ]------------ [ 52.704133] WARNING: CPU: 1 PID: 966 at ../drivers/gpu/drm/drm_irq.c:1224 drm_wait_one_vblank+0x17d/0x190 [drm] [ 52.704136] vblank wait timed out on crtc 0 [ 52.704139] Modules linked in: snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 52.704282] CPU: 1 PID: 966 Comm: kworker/u4:6 Tainted: G W 4.8.6-2-default #1 [ 52.704285] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 52.704295] Workqueue: events_unbound async_run_entry_fn [ 52.704300] 0000000000000000 ffffffffa83a4272 ffffa35ff2e57988 0000000000000000 [ 52.704309] ffffffffa807de2e ffffa35ff0910000 ffffa35ff2e579d8 0000000000000000 [ 52.704316] 0000000002000001 ffffa35ffa770008 ffffa35fefc43c00 ffffffffa807de9f [ 52.704324] Call Trace: [ 52.704350] [] dump_trace+0x5e/0x310 [ 52.704360] [] show_stack_log_lvl+0x11b/0x1a0 [ 52.704368] [] show_stack+0x21/0x40 [ 52.704378] [] dump_stack+0x5c/0x7a [ 52.704387] [] __warn+0xbe/0xe0 [ 52.704398] [] warn_slowpath_fmt+0x4f/0x60 [ 52.704435] [] drm_wait_one_vblank+0x17d/0x190 [drm] [ 52.704589] [] intel_pre_plane_update+0x157/0x180 [i915] [ 52.704710] [] intel_atomic_commit_tail+0x137/0xf40 [i915] [ 52.704816] [] intel_atomic_commit+0x40c/0x510 [i915] [ 52.704924] [] intel_release_load_detect_pipe+0x1f/0x80 [i915] [ 52.705033] [] intel_tv_detect+0x33a/0x5c0 [i915] [ 52.705071] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 52.705102] [] drm_fb_helper_initial_config+0x7d/0x420 [drm_kms_helper] [ 52.705207] [] intel_fbdev_initial_config+0x14/0x30 [i915] [ 52.705217] [] async_run_entry_fn+0x32/0x140 [ 52.705228] [] process_one_work+0x1ed/0x4d0 [ 52.705238] [] worker_thread+0x47/0x4c0 [ 52.705245] [] kthread+0xbd/0xe0 [ 52.705255] [] ret_from_fork+0x1f/0x40 [ 52.708027] DWARF2 unwinder stuck at ret_from_fork+0x1f/0x40 [ 52.708027] Leftover inexact backtrace: [ 52.708027] [] ? kthread_worker_fn+0x170/0x170 [ 52.711134] ---[ end trace 84c79b7e59ca7460 ]--- [ 52.734012] fbcon: inteldrmfb (fb0) is primary device [ 53.498622] Console: switching to colour frame buffer device 160x50 [ 53.522015] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 53.582855] audit: type=1130 audit(1479292382.932:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.704489] audit: type=1130 audit(1479292383.056:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.847404] audit: type=1130 audit(1479292383.196:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.847436] audit: type=1131 audit(1479292383.196:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-activation-early comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.902218] audit: type=1130 audit(1479292383.252:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.902247] audit: type=1131 audit(1479292383.252:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 53.961250] BTRFS info (device sda1): disk space caching is enabled [ 53.961254] BTRFS info (device sda1): has skinny extents [ 53.973058] BTRFS info (device sda1): detected SSD devices, enabling SSD mode [ 54.234948] audit: type=1130 audit(1479292383.584:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 54.250688] audit: type=1130 audit(1479292383.600:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 54.253298] audit: type=1130 audit(1479292383.604:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 54.286430] audit: type=1305 audit(1479292383.636:122): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1 [ 55.676457] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 55.679620] sky2 0000:04:00.0 eth0: enabling interface [ 55.679762] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 55.723455] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 55.735451] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 55.769269] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 55.878791] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 55.925193] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready [ 56.067268] NET: Registered protocol family 17 [ 58.727081] sky2 0000:04:00.0 eth0: Link is up at 1000 Mbps, full duplex, flow control both [ 58.727104] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 58.734036] br0: port 1(eth0) entered blocking state [ 58.734055] br0: port 1(eth0) entered disabled state [ 58.734439] device eth0 entered promiscuous mode [ 58.734803] br0: port 1(eth0) entered blocking state [ 58.734807] br0: port 1(eth0) entered forwarding state [ 69.604108] [drm:drm_atomic_helper_commit_cleanup_done [drm_kms_helper]] *ERROR* [CRTC:26:pipe A] flip_done timed out [ 69.708038] ------------[ cut here ]------------ [ 69.708091] WARNING: CPU: 1 PID: 1891 at ../drivers/gpu/drm/drm_irq.c:1224 drm_wait_one_vblank+0x17d/0x190 [drm] [ 69.708092] vblank wait timed out on crtc 0 [ 69.708094] Modules linked in: af_packet bridge stp llc msr snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 69.708169] CPU: 1 PID: 1891 Comm: X Tainted: G W 4.8.6-2-default #1 [ 69.708170] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 69.708173] 0000000000000000 ffffffffa83a4272 ffffa35fea1cf9d0 0000000000000000 [ 69.708177] ffffffffa807de2e ffffa35ff0910000 ffffa35fea1cfa20 0000000000000000 [ 69.708180] 0000000003000002 ffffa35ffa770008 ffffa35fee3c1800 ffffffffa807de9f [ 69.708184] Call Trace: [ 69.708201] [] dump_trace+0x5e/0x310 [ 69.708206] [] show_stack_log_lvl+0x11b/0x1a0 [ 69.708210] [] show_stack+0x21/0x40 [ 69.708215] [] dump_stack+0x5c/0x7a [ 69.708220] [] __warn+0xbe/0xe0 [ 69.708225] [] warn_slowpath_fmt+0x4f/0x60 [ 69.708240] [] drm_wait_one_vblank+0x17d/0x190 [drm] [ 69.708322] [] intel_get_load_detect_pipe+0x65b/0x670 [i915] [ 69.708366] [] intel_tv_detect+0x13f/0x5c0 [i915] [ 69.708389] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 69.708411] [] drm_mode_getconnector+0x324/0x360 [drm] [ 69.708428] [] drm_ioctl+0x1b3/0x440 [drm] [ 69.708434] [] do_vfs_ioctl+0x8f/0x5d0 [ 69.708439] [] SyS_ioctl+0x74/0x80 [ 69.708445] [] entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.710981] DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.710984] Leftover inexact backtrace: [ 69.710988] ---[ end trace 84c79b7e59ca7461 ]--- [ 69.848457] ------------[ cut here ]------------ [ 69.848525] WARNING: CPU: 0 PID: 1891 at ../drivers/gpu/drm/drm_irq.c:1224 drm_wait_one_vblank+0x17d/0x190 [drm] [ 69.848528] vblank wait timed out on crtc 0 [ 69.848529] Modules linked in: af_packet bridge stp llc msr snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 69.848604] CPU: 0 PID: 1891 Comm: X Tainted: G W 4.8.6-2-default #1 [ 69.848605] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 69.848608] 0000000000000000 ffffffffa83a4272 ffffa35fea1cf8c8 0000000000000000 [ 69.848612] ffffffffa807de2e ffffa35ff0910000 ffffa35fea1cf918 0000000000000000 [ 69.848615] 0000000004000002 ffffa35ffa770008 ffffa35fea362540 ffffffffa807de9f [ 69.848619] Call Trace: [ 69.848637] [] dump_trace+0x5e/0x310 [ 69.848641] [] show_stack_log_lvl+0x11b/0x1a0 [ 69.848645] [] show_stack+0x21/0x40 [ 69.848650] [] dump_stack+0x5c/0x7a [ 69.848656] [] __warn+0xbe/0xe0 [ 69.848661] [] warn_slowpath_fmt+0x4f/0x60 [ 69.848677] [] drm_wait_one_vblank+0x17d/0x190 [drm] [ 69.848766] [] intel_pre_plane_update+0x157/0x180 [i915] [ 69.848809] [] intel_atomic_commit_tail+0x137/0xf40 [i915] [ 69.848844] [] intel_atomic_commit+0x40c/0x510 [i915] [ 69.848879] [] intel_release_load_detect_pipe+0x1f/0x80 [i915] [ 69.848914] [] intel_tv_detect+0x33a/0x5c0 [i915] [ 69.848938] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 69.848960] [] drm_mode_getconnector+0x324/0x360 [drm] [ 69.848977] [] drm_ioctl+0x1b3/0x440 [drm] [ 69.848983] [] do_vfs_ioctl+0x8f/0x5d0 [ 69.848987] [] SyS_ioctl+0x74/0x80 [ 69.848993] [] entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.851522] DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.851525] Leftover inexact backtrace: [ 69.851576] ---[ end trace 84c79b7e59ca7462 ]--- [ 69.851635] BUG: unable to handle kernel NULL pointer dereference at (null) [ 69.851754] IP: [] __wake_up_common+0x25/0x80 [ 69.851797] PGD 12a0d7067 PUD 12a0d6067 PMD 0 [ 69.851854] Oops: 0000 [#1] PREEMPT SMP [ 69.851881] Modules linked in: af_packet bridge stp llc msr snd_hda_codec_realtek snd_hda_codec_generic arc4 iTCO_wdt iTCO_vendor_support ppdev coretemp ath5k ath snd_hda_intel mac80211 pcspkr joydev snd_hda_codec snd_hda_core snd_hwdep i2c_i801 i2c_smbus snd_pcm cfg80211 lpc_ich mfd_core rfkill acpi_als kfifo_buf parport_pc industrialio sky2 parport snd_timer snd i915 drm_kms_helper thermal fan fjes drm video shpchp fb_sys_fops soundcore battery syscopyarea sysfillrect sysimgblt ac i2c_algo_bit acpi_cpufreq tpm_tis tpm_tis_core button tpm dm_crypt algif_skcipher af_alg btrfs xor zlib_deflate uas usb_storage sr_mod cdrom ata_generic raid6_pq ata_piix serio_raw ehci_pci uhci_hcd ehci_hcd usbcore usb_common dm_mirror dm_region_hash dm_log sg dm_multipath dm_mod scsi_dh_rdac scsi_dh_emc scsi_dh_alua [ 69.852044] CPU: 0 PID: 1891 Comm: X Tainted: G W 4.8.6-2-default #1 [ 69.852044] Hardware name: FUJITSU SIEMENS ESPRIMO Mobile M9400/M11D, BIOS 1.06 - R059 - 1566 04/22/2008 [ 69.852044] task: ffffa35ff907e000 task.stack: ffffa35fea1cc000 [ 69.852044] RIP: 0010:[] [] __wake_up_common+0x25/0x80 [ 69.852044] RSP: 0018:ffffa35fea1cf8a0 EFLAGS: 00010086 [ 69.852044] RAX: 0000000000000086 RBX: ffffa35fea362258 RCX: 0000000000000000 [ 69.852044] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffffa35fea362258 [ 69.852044] RBP: ffffa35fea362260 R08: 0000000000000000 R09: 0000000000000045 [ 69.852044] R10: 00000000000b6e53 R11: 0000000000000005 R12: 0000000000000086 [ 69.852044] R13: 0000000000000000 R14: 0000000000000003 R15: ffffa35ff09101c8 [ 69.852044] FS: 00007f00ad8bda00(0000) GS:ffffa35fffc00000(0000) knlGS:0000000000000000 [ 69.852044] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 69.852044] CR2: 0000000000000000 CR3: 000000012a1ae000 CR4: 00000000000006f0 [ 69.852044] Stack: [ 69.852044] 0000000000000045 ffffa35fea362258 ffffa35fea362250 0000000000000086 [ 69.852044] 0000000000000000 ffffa35ff09101b0 ffffa35ff09101c8 ffffffffa80bf291 [ 69.852044] ffffa35fe785a680 ffffa35fe785a680 dead000000000200 ffffffffc040c065 [ 69.852044] Call Trace: [ 69.852044] [] complete_all+0x31/0x40 [ 69.852044] [] drm_send_event_locked+0x25/0x100 [drm] [ 69.852044] [] drm_vblank_off+0x164/0x210 [drm] [ 69.852044] [] i9xx_crtc_disable+0x66/0x490 [i915] [ 69.852044] [] intel_atomic_commit_tail+0x159/0xf40 [i915] [ 69.852044] [] intel_atomic_commit+0x40c/0x510 [i915] [ 69.852044] [] intel_release_load_detect_pipe+0x1f/0x80 [i915] [ 69.852044] [] intel_tv_detect+0x33a/0x5c0 [i915] [ 69.852044] [] drm_helper_probe_single_connector_modes+0x26d/0x510 [drm_kms_helper] [ 69.852044] [] drm_mode_getconnector+0x324/0x360 [drm] [ 69.852044] [] drm_ioctl+0x1b3/0x440 [drm] [ 69.861778] [] do_vfs_ioctl+0x8f/0x5d0 [ 69.863036] [] SyS_ioctl+0x74/0x80 [ 69.867371] [] entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.871293] DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x1e/0xa8 [ 69.876976] Leftover inexact backtrace: [ 69.881967] Code: 66 0f 1f 44 00 00 66 66 66 66 90 41 57 41 56 41 89 f6 41 55 41 54 55 53 48 8d 6f 08 48 83 ec 08 89 54 24 04 48 8b 57 08 48 39 d5 <48> 8b 32 74 43 48 8d 42 e8 4c 8d 7e e8 41 89 cd 4d 89 c4 8b 18 [ 69.881967] RIP [] __wake_up_common+0x25/0x80 [ 69.890022] RSP [ 69.890022] CR2: 0000000000000000 [ 69.894367] ---[ end trace 84c79b7e59ca7463 ]--- [ 69.902800] note: X[1891] exited with preempt_count 2 [ 203.310737] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation root@esprimo:~ # --UugvWAfsgieZRqgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlgsOMQACgkQXUKg+qaYNn4NiACcChFfEq0irGsvpSIlTs0FrWyK gW0AoOdr9cKfEhMfmq29mcTQdDTaQkuY =tHs+ -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--