linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 4.6-rc3 - lockdep chain_key collision during usb driver probe
@ 2016-04-13  2:11 Shuah Khan
  0 siblings, 0 replies; only message in thread
From: Shuah Khan @ 2016-04-13  2:11 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 9863 bytes --]

I am seeing the following lockdep warning during driver bind. The 8
lock depth sequence start when the device probe happens. I am not
sure which one of these locks could be suspect.

Any tips on debugging this problem? Full dmesg attached.

thanks,
-- Shuah

[  386.190872] bus: 'usb': driver_probe_device: matched device 1-5:1.0 with driv
er uvcvideo
[  386.217246] ------------[ cut here ]------------
[  386.217276] WARNING: CPU: 0 PID: 1774 at kernel/locking/lockdep.c:2096 __lock
_acquire+0x2f15/0x5f30
[  386.217283] DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)
[  386.217288] Modules linked in:
[  386.217294]  nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_R
EJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_f
ilter ip6_tables iptable_filter ip_tables x_tables snd_usb_audio snd_usbmidi_lib
 snd_seq_midi snd_seq_midi_event snd_seq binfmt_misc snd_rawmidi ir_lirc_codec s
nd_seq_device lirc_dev rc_hauppauge au8522_dig nls_iso8859_1 xc5000 tuner au8522
_decoder au8522_common hp_wmi sparse_keymap au0828 ghash_clmulni_intel aesni_int
el aes_x86_64 ablk_helper cryptd lrw tveeprom gf128mul uvcvideo glue_helper dvb_
core rc_core v4l2_common videobuf2_vmalloc videobuf2_memops joydev videobuf2_v4l
2 videobuf2_core serio_raw videodev media k10temp i2c_piix4 snd_hda_codec_idt sn
d_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel snd_hda_codec tpm_infineon
snd_hda_core
[  386.217442]  snd_hwdep snd_pcm hp_accel kvm_amd lis3lv02d input_polldev snd_t
imer kvm mac_hid tpm_tis irqbypass parport_pc ppdev lp parport autofs4 pl2303 us
bserial hid_generic radeon psmouse i2c_algo_bit usbhid ttm hid drm_kms_helper sy
scopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci sdhci_pci firewire_cor
e r8169 drm sdhci crc_itu_t mii wmi video
[  386.217539] CPU: 0 PID: 1774 Comm: bash Not tainted 4.6.0-rc3m+ #4
[  386.217546] Hardware name: Hewlett-Packard HP ProBook 6475b/180F, BIOS 68TTU
Ver. F.04 08/03/2012
[  386.217552]  ffffffff82a72e00 ffff8801f5977040 ffffffff81aeccb3 ffff8801f5977
0b8
[  386.217565]  0000000000000000 ffff8801f5977088 ffffffff811136c2 0000000000000
009
[  386.217576]  ffff880100000830 ffffed003eb2ee13 ffffffff837d6b80 0000000000000
002
[  386.217588] Call Trace:
[  386.217599]  [<ffffffff81aeccb3>] dump_stack+0x67/0x94
[  386.217610]  [<ffffffff811136c2>] __warn+0x172/0x1b0
[  386.217620]  [<ffffffff81113797>] warn_slowpath_fmt+0x97/0xb0
[  386.217628]  [<ffffffff81113700>] ? __warn+0x1b0/0x1b0
[  386.217639]  [<ffffffff81210a25>] __lock_acquire+0x2f15/0x5f30
[  386.217647]  [<ffffffff81205185>] ? __bfs+0x25/0x610
[  386.217657]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.217666]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.217676]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.217687]  [<ffffffff812b78f2>] ? __module_address+0x252/0x350
[  386.217696]  [<ffffffff81215bcb>] lock_acquire+0x17b/0x2c0
[  386.217705]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.217715]  [<ffffffff828454a7>] _raw_spin_lock_irq+0x37/0x50
[  386.217723]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.217731]  [<ffffffff8210e190>] usb_hcd_submit_urb+0x470/0x2000
[  386.217715]  [<ffffffff828454a7>] _raw_spin_lock_irq+0x37/0x50
[  386.217723]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.217731]  [<ffffffff8210e190>] usb_hcd_submit_urb+0x470/0x2000
[  386.217741]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.217749]  [<ffffffff8210dd20>] ? usb_create_hcd+0x20/0x20
[  386.217757]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.217766]  [<ffffffff8120cfb8>] ? mark_held_locks+0xc8/0x120
[  386.217775]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.217783]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.217792]  [<ffffffff82113005>] usb_submit_urb+0xb65/0x1200
[  386.217801]  [<ffffffff82114704>] usb_start_wait_urb+0x104/0x4e0
[  386.217809]  [<ffffffff82114600>] ? sg_clean+0x200/0x200
[  386.217818]  [<ffffffff8153d0c6>] ? kasan_unpoison_shadow+0x36/0x50
[  386.217827]  [<ffffffff82111eac>] ? usb_alloc_urb+0x1c/0xa0
[  386.217836]  [<ffffffff8153d258>] ? memset+0x28/0x30
[  386.217844]  [<ffffffff82114dff>] usb_control_msg+0x31f/0x4e0
[  386.217853]  [<ffffffff82114ae0>] ? usb_start_wait_urb+0x4e0/0x4e0
[  386.217862]  [<ffffffff8120d5ed>] ? trace_hardirqs_on+0xd/0x10
[  386.217871]  [<ffffffff820fd6a2>] ? usb_port_resume+0x222/0x1290
[  386.217880]  [<ffffffff820ede13>] hub_ext_port_status+0x113/0x420
[  386.217890]  [<ffffffff820fd6ca>] usb_port_resume+0x24a/0x1290
[  386.217900]  [<ffffffff820fd480>] ? usb_port_suspend+0xbb0/0xbb0
[  386.217909]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.217921]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217929]  [<ffffffff8213b3eb>] generic_resume+0x3b/0x60
[  386.217937]  [<ffffffff8211f23a>] usb_resume_both+0x41a/0x630
[  386.217946]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217955]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217963]  [<ffffffff82122a0a>] usb_runtime_resume+0x1a/0x20
[  386.217972]  [<ffffffff81ec2032>] __rpm_callback+0x62/0xe0
[  386.217981]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217989]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217997]  [<ffffffff81ec2215>] rpm_callback+0x165/0x210
[  386.218006]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218014]  [<ffffffff81ec3988>] rpm_resume+0xb68/0x15f0
[  386.218023]  [<ffffffff81ec2e20>] ?
pm_runtime_autosuspend_expiration+0x60/0x60
[  386.218031]  [<ffffffff81ec6f5a>] ? __pm_runtime_resume+0x6a/0xa0
[  386.218041]  [<ffffffff81ec6f68>] __pm_runtime_resume+0x78/0xa0
[  386.218052]  [<ffffffff81ea8b4c>] driver_probe_device+0x8c/0xc20
[  386.218062]  [<ffffffff81ea45c6>] bind_store+0x216/0x320
[  386.218071]  [<ffffffff81ea43b0>] ? bus_uevent_store+0xe0/0xe0
[  386.218080]  [<ffffffff81ea20f0>] ? drv_attr_show+0xa0/0xa0
[  386.218088]  [<ffffffff81ea215c>] drv_attr_store+0x6c/0xb0
[  386.218097]  [<ffffffff816df605>] sysfs_kf_write+0x115/0x180
[  386.218105]  [<ffffffff816df4f0>] ? sysfs_file_ops+0x170/0x170
[  386.218113]  [<ffffffff816dcda5>] kernfs_fop_write+0x275/0x3a0
[  386.218122]  [<ffffffff8156e0a0>] __vfs_write+0xe0/0x3e0
[  386.218131]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.218140]  [<ffffffff815c8a2f>] ? __fd_install+0x1df/0x480
[  386.218148]  [<ffffffff8156dfc0>] ? __vfs_read+0x3d0/0x3d0
[  386.218158]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218168]  [<ffffffff8125b9f5>] ? rcu_sync_lockdep_assert+0x75/0xb0
[  386.218176]  [<ffffffff8120226b>] ? update_fast_ctr+0x1b/0x90
[  386.218184]  [<ffffffff81202359>] ? percpu_down_read+0x49/0x90
[  386.218192]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218201]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218209]  [<ffffffff815710af>] vfs_write+0x13f/0x4a0
[  386.218217]  [<ffffffff81574fc1>] SyS_write+0x111/0x230
[  386.218225]  [<ffffffff81574eb0>] ? SyS_read+0x230/0x230
[  386.218234]  [<ffffffff8100301b>] ? trace_hardirqs_on_thunk+0x1b/0x1d
[  386.218243]  [<ffffffff82845ce5>] entry_SYSCALL_64_fastpath+0x18/0xa8
[  386.218251] ---[ end trace fa30ce7efe7386b6 ]---

[  386.218260] ======================
[  386.218264] [chain_key collision ]
[  386.218270] 4.6.0-rc3m+ #4 Tainted: G        W
[  386.218274] ----------------------
[  386.218278] bash/1774: Hash chain already cached but the contents
don't match!
[  386.218284] Held locks:depth: 8
[  386.218292]  class_idx:644 -> chain_key:0000000000000284
(sb_writers#6){.+.+.+}, at: [<ffffffff81579147>]
__sb_start_write+0xb7/0xf0
[  386.218315]  class_idx:651 -> chain_key:000000000050828b
(&of->mutex){+.+.+.}, at: [<ffffffff816dcc25>]
kernfs_fop_write+0xf5/0x3a0
[  386.218332]  class_idx:432 -> chain_key:0000000a105161b0
(s_active#2){++++.+}, at: [<ffffffff816dcc48>]
kernfs_fop_write+0x118/0x3a0
[  386.218352]  class_idx:183 -> chain_key:0001420a2c3600b7
(&dev->mutex){......}, at: [<ffffffff81ea45a1>] bind_store+0x1f1/0x320
[  386.218369]  class_idx:183 -> chain_key:28414586c016e0b7
(&dev->mutex){......}, at: [<ffffffff81ea45b7>] bind_store+0x207/0x320
[  386.218387]  class_idx:507 -> chain_key:28b0d802dc16e4f3
(&port_dev->status_lock){+.+.+.}, at: [<ffffffff820fd6a2>]
usb_port_resume+0x222/0x1290
[  386.218405]  class_idx:494 -> chain_key:1b005b82dc9e64f8
(&hub->status_mutex){+.+.+.}, at: [<ffffffff820edd4a>]
hub_ext_port_status+0x4a/0x420
[  386.218423]  class_idx:486 -> chain_key:0b705b93cc9f0286
(hcd_root_hub_lock){-.-...}, at: [<ffffffff8210e190>]
usb_hcd_submit_urb+0x470/0x2000
[  386.218439] Locks in cached chain:depth: 8
[  386.218446]  class_idx:644 -> chain_key:0000000000000284
(sb_writers#6){.+.+.+}
[  386.218459]  class_idx:651 -> chain_key:000000000050828b (&of->mutex){+.+.+.}
[  386.218470]  class_idx:433 -> chain_key:0000000a105161b1 (s_active#3){++++.+}
[  386.218482]  class_idx:183 -> chain_key:0001420a2c3620b7
(&dev->mutex){......}
[  386.218493]  class_idx:183 -> chain_key:28414586c416e0b7
(&dev->mutex){......}
[  386.218504]  class_idx:507 -> chain_key:28b0d882dc16e4f3
(&port_dev->status_lock){+.+.+.}
[  386.218515]  class_idx:494 -> chain_key:1b105b82dc9e64f8
(&hub->status_mutex){+.+.+.}
[  386.218527]  class_idx:484 -> chain_key:0b705b93cc9f0286
(&(&ehci->lock)->rlock){-.-...}
[  386.218538]
               stack backtrace:
[  386.218547] CPU: 0 PID: 1774 Comm: bash Tainted: G        W
4.6.0-rc3m+ #4
[  386.218553] Hardware name: Hewlett-Packard HP ProBook 6475b/180F,
BIOS 68TTU Ver. F.04 08/03/2012
[  386.218558]  0000000000000008 ffff8801f59770d8 ffffffff81aeccb3
ffffffff837d6b80
[  386.218570]  0b705b93cc9f0286 ffff8801f5977130 ffffffff81209530 ffff880100000

[-- Attachment #2: dmesg_chain_lock_collision --]
[-- Type: application/octet-stream, Size: 238217 bytes --]

[    3.236103] PM: Adding info for acpi:device:17
[    3.238939] device: 'device:18': device_add
[    3.239086] bus: 'acpi': add device device:18
[    3.239863] PM: Adding info for acpi:device:18
[    3.242687] device: 'device:19': device_add
[    3.242835] bus: 'acpi': add device device:19
[    3.243608] PM: Adding info for acpi:device:19
[    3.246433] device: 'device:1a': device_add
[    3.246580] bus: 'acpi': add device device:1a
[    3.247343] PM: Adding info for acpi:device:1a
[    3.255581] device: 'device:1b': device_add
[    3.255729] bus: 'acpi': add device device:1b
[    3.256490] PM: Adding info for acpi:device:1b
[    3.264714] device: 'device:1c': device_add
[    3.264863] bus: 'acpi': add device device:1c
[    3.265629] PM: Adding info for acpi:device:1c
[    3.270729] device: 'device:1d': device_add
[    3.270877] bus: 'acpi': add device device:1d
[    3.271656] PM: Adding info for acpi:device:1d
[    3.276147] ACPI: Power Resource [APPR] (off)
[    3.276245] device: 'LNXPOWER:00': device_add
[    3.276411] bus: 'acpi': add device LNXPOWER:00
[    3.277272] PM: Adding info for acpi:LNXPOWER:00
[    3.285726] device: 'device:1e': device_add
[    3.285877] bus: 'acpi': add device device:1e
[    3.286643] PM: Adding info for acpi:device:1e
[    3.297757] device: 'device:1f': device_add
[    3.297907] bus: 'acpi': add device device:1f
[    3.298675] PM: Adding info for acpi:device:1f
[    3.301527] device: 'device:20': device_add
[    3.301675] bus: 'acpi': add device device:20
[    3.302445] PM: Adding info for acpi:device:20
[    3.305268] device: 'device:21': device_add
[    3.305416] bus: 'acpi': add device device:21
[    3.306185] PM: Adding info for acpi:device:21
[    3.309017] device: 'device:22': device_add
[    3.309164] bus: 'acpi': add device device:22
[    3.309935] PM: Adding info for acpi:device:22
[    3.320703] device: 'device:23': device_add
[    3.320851] bus: 'acpi': add device device:23
[    3.321613] PM: Adding info for acpi:device:23
[    3.324466] device: 'device:24': device_add
[    3.324613] bus: 'acpi': add device device:24
[    3.325373] PM: Adding info for acpi:device:24
[    3.328197] device: 'device:25': device_add
[    3.328344] bus: 'acpi': add device device:25
[    3.329106] PM: Adding info for acpi:device:25
[    3.331949] device: 'device:26': device_add
[    3.332097] bus: 'acpi': add device device:26
[    3.332858] PM: Adding info for acpi:device:26
[    3.343637] device: 'device:27': device_add
[    3.343787] bus: 'acpi': add device device:27
[    3.344549] PM: Adding info for acpi:device:27
[    3.348597] device: 'device:28': device_add
[    3.348747] bus: 'acpi': add device device:28
[    3.349508] PM: Adding info for acpi:device:28
[    3.352355] device: 'device:29': device_add
[    3.352503] bus: 'acpi': add device device:29
[    3.353265] PM: Adding info for acpi:device:29
[    3.356092] device: 'device:2a': device_add
[    3.356240] bus: 'acpi': add device device:2a
[    3.357001] PM: Adding info for acpi:device:2a
[    3.364677] device: 'device:2b': device_add
[    3.364825] bus: 'acpi': add device device:2b
[    3.365581] PM: Adding info for acpi:device:2b
[    3.368414] device: 'device:2c': device_add
[    3.368561] bus: 'acpi': add device device:2c
[    3.369315] PM: Adding info for acpi:device:2c
[    3.372147] device: 'device:2d': device_add
[    3.372295] bus: 'acpi': add device device:2d
[    3.373052] PM: Adding info for acpi:device:2d
[    3.375892] device: 'device:2e': device_add
[    3.376045] bus: 'acpi': add device device:2e
[    3.376803] PM: Adding info for acpi:device:2e
[    3.384468] device: 'device:2f': device_add
[    3.384622] bus: 'acpi': add device device:2f
[    3.385382] PM: Adding info for acpi:device:2f
[    3.388212] device: 'device:30': device_add
[    3.388360] bus: 'acpi': add device device:30
[    3.389125] PM: Adding info for acpi:device:30
[    3.391958] device: 'device:31': device_add
[    3.392105] bus: 'acpi': add device device:31
[    3.392869] PM: Adding info for acpi:device:31
[    3.395704] device: 'device:32': device_add
[    3.395850] bus: 'acpi': add device device:32
[    3.396615] PM: Adding info for acpi:device:32
[    3.399451] device: 'device:33': device_add
[    3.399599] bus: 'acpi': add device device:33
[    3.400362] PM: Adding info for acpi:device:33
[    3.408016] device: 'device:34': device_add
[    3.408164] bus: 'acpi': add device device:34
[    3.408929] PM: Adding info for acpi:device:34
[    3.416585] device: 'device:35': device_add
[    3.416733] bus: 'acpi': add device device:35
[    3.417496] PM: Adding info for acpi:device:35
[    3.420337] device: 'device:36': device_add
[    3.420485] bus: 'acpi': add device device:36
[    3.421246] PM: Adding info for acpi:device:36
[    3.424148] device: 'device:37': device_add
[    3.424295] bus: 'acpi': add device device:37
[    3.425055] PM: Adding info for acpi:device:37
[    3.429102] device: 'PNP0C09:00': device_add
[    3.429251] bus: 'acpi': add device PNP0C09:00
[    3.430022] PM: Adding info for acpi:PNP0C09:00
[    3.433807] device: 'PNP0200:00': device_add
[    3.433954] bus: 'acpi': add device PNP0200:00
[    3.434714] PM: Adding info for acpi:PNP0200:00
[    3.437571] device: 'PNP0C04:00': device_add
[    3.437729] bus: 'acpi': add device PNP0C04:00
[    3.438489] PM: Adding info for acpi:PNP0C04:00
[    3.443852] device: 'PNP0C02:01': device_add
[    3.444001] bus: 'acpi': add device PNP0C02:01
[    3.444765] PM: Adding info for acpi:PNP0C02:01
[    3.453508] device: 'IFX0102:00': device_add
[    3.453656] bus: 'acpi': add device IFX0102:00
[    3.454430] PM: Adding info for acpi:IFX0102:00
[    3.457405] device: 'PNP0800:00': device_add
[    3.457551] bus: 'acpi': add device PNP0800:00
[    3.458323] PM: Adding info for acpi:PNP0800:00
[    3.461182] device: 'PNP0000:00': device_add
[    3.461334] bus: 'acpi': add device PNP0000:00
[    3.462104] PM: Adding info for acpi:PNP0000:00
[    3.465066] device: 'PNP0C02:02': device_add
[    3.465214] bus: 'acpi': add device PNP0C02:02
[    3.465985] PM: Adding info for acpi:PNP0C02:02
[    3.468896] device: 'PNP0C01:00': device_add
[    3.469042] bus: 'acpi': add device PNP0C01:00
[    3.469814] PM: Adding info for acpi:PNP0C01:00
[    3.472660] device: 'PNP0B00:00': device_add
[    3.472808] bus: 'acpi': add device PNP0B00:00
[    3.473570] PM: Adding info for acpi:PNP0B00:00
[    3.476434] device: 'PNP0100:00': device_add
[    3.476581] bus: 'acpi': add device PNP0100:00
[    3.477344] PM: Adding info for acpi:PNP0100:00
[    3.487683] device: 'PNP0103:00': device_add
[    3.487831] bus: 'acpi': add device PNP0103:00
[    3.488595] PM: Adding info for acpi:PNP0103:00
[    3.491575] device: 'PNP0A06:00': device_add
[    3.491722] bus: 'acpi': add device PNP0A06:00
[    3.492483] PM: Adding info for acpi:PNP0A06:00
[    3.498068] device: 'PNP0C02:03': device_add
[    3.498216] bus: 'acpi': add device PNP0C02:03
[    3.498983] PM: Adding info for acpi:PNP0C02:03
[    3.514370] ACPI: Power Resource [COMP] (off)
[    3.514488] device: 'LNXPOWER:01': device_add
[    3.514661] bus: 'acpi': add device LNXPOWER:01
[    3.515544] PM: Adding info for acpi:LNXPOWER:01
[    3.516648] device: 'PNP0501:00': device_add
[    3.516796] bus: 'acpi': add device PNP0501:00
[    3.517556] PM: Adding info for acpi:PNP0501:00
[    3.549655] ACPI: Power Resource [LPP] (on)
[    3.549778] device: 'LNXPOWER:02': device_add
[    3.549947] bus: 'acpi': add device LNXPOWER:02
[    3.550813] PM: Adding info for acpi:LNXPOWER:02
[    3.560423] device: 'PNP0401:00': device_add
[    3.560572] bus: 'acpi': add device PNP0401:00
[    3.561337] PM: Adding info for acpi:PNP0401:00
[    3.564593] device: 'PNP0303:00': device_add
[    3.564740] bus: 'acpi': add device PNP0303:00
[    3.565502] PM: Adding info for acpi:PNP0303:00
[    3.571430] device: 'SYN017E:00': device_add
[    3.571579] bus: 'acpi': add device SYN017E:00
[    3.572344] PM: Adding info for acpi:SYN017E:00
[    3.575302] device: 'device:38': device_add
[    3.575461] bus: 'acpi': add device device:38
[    3.576225] PM: Adding info for acpi:device:38
[    3.579707] device: 'device:39': device_add
[    3.579855] bus: 'acpi': add device device:39
[    3.580641] PM: Adding info for acpi:device:39
[    3.586640] device: 'device:3a': device_add
[    3.586794] bus: 'acpi': add device device:3a
[    3.587573] PM: Adding info for acpi:device:3a
[    3.593569] device: 'device:3b': device_add
[    3.593725] bus: 'acpi': add device device:3b
[    3.594494] PM: Adding info for acpi:device:3b
[    3.597887] device: 'device:3c': device_add
[    3.598035] bus: 'acpi': add device device:3c
[    3.598802] PM: Adding info for acpi:device:3c
[    3.604670] device: 'device:3d': device_add
[    3.604819] bus: 'acpi': add device device:3d
[    3.605587] PM: Adding info for acpi:device:3d
[    3.611602] device: 'device:3e': device_add
[    3.611750] bus: 'acpi': add device device:3e
[    3.612514] PM: Adding info for acpi:device:3e
[    3.621868] device: 'device:3f': device_add
[    3.622017] bus: 'acpi': add device device:3f
[    3.622782] PM: Adding info for acpi:device:3f
[    3.625678] device: 'device:40': device_add
[    3.625827] bus: 'acpi': add device device:40
[    3.626589] PM: Adding info for acpi:device:40
[    3.629416] device: 'device:41': device_add
[    3.629562] bus: 'acpi': add device device:41
[    3.630330] PM: Adding info for acpi:device:41
[    3.633146] device: 'device:42': device_add
[    3.633293] bus: 'acpi': add device device:42
[    3.634064] PM: Adding info for acpi:device:42
[    3.643236] device: 'device:43': device_add
[    3.643386] bus: 'acpi': add device device:43
[    3.644164] PM: Adding info for acpi:device:43
[    3.647141] device: 'device:44': device_add
[    3.647289] bus: 'acpi': add device device:44
[    3.648063] PM: Adding info for acpi:device:44
[    3.650903] device: 'device:45': device_add
[    3.651050] bus: 'acpi': add device device:45
[    3.651825] PM: Adding info for acpi:device:45
[    3.654732] device: 'device:46': device_add
[    3.654879] bus: 'acpi': add device device:46
[    3.655657] PM: Adding info for acpi:device:46
[    3.658480] device: 'device:47': device_add
[    3.658627] bus: 'acpi': add device device:47
[    3.659399] PM: Adding info for acpi:device:47
[    3.662224] device: 'device:48': device_add
[    3.662372] bus: 'acpi': add device device:48
[    3.663135] PM: Adding info for acpi:device:48
[    3.665970] device: 'device:49': device_add
[    3.666118] bus: 'acpi': add device device:49
[    3.666879] PM: Adding info for acpi:device:49
[    3.669718] device: 'device:4a': device_add
[    3.669865] bus: 'acpi': add device device:4a
[    3.670626] PM: Adding info for acpi:device:4a
[    3.673456] device: 'device:4b': device_add
[    3.673605] bus: 'acpi': add device device:4b
[    3.674369] PM: Adding info for acpi:device:4b
[    3.682609] device: 'device:4c': device_add
[    3.682759] bus: 'acpi': add device device:4c
[    3.683531] PM: Adding info for acpi:device:4c
[    3.692210] device: 'device:4d': device_add
[    3.692360] bus: 'acpi': add device device:4d
[    3.693122] PM: Adding info for acpi:device:4d
[    3.695974] device: 'device:4e': device_add
[    3.696127] bus: 'acpi': add device device:4e
[    3.696886] PM: Adding info for acpi:device:4e
[    3.699715] device: 'device:4f': device_add
[    3.699867] bus: 'acpi': add device device:4f
[    3.700625] PM: Adding info for acpi:device:4f
[    3.703452] device: 'device:50': device_add
[    3.703598] bus: 'acpi': add device device:50
[    3.704362] PM: Adding info for acpi:device:50
[    3.707185] device: 'device:51': device_add
[    3.707331] bus: 'acpi': add device device:51
[    3.708107] PM: Adding info for acpi:device:51
[    3.710926] device: 'device:52': device_add
[    3.711073] bus: 'acpi': add device device:52
[    3.711852] PM: Adding info for acpi:device:52
[    3.714669] device: 'device:53': device_add
[    3.714816] bus: 'acpi': add device device:53
[    3.715590] PM: Adding info for acpi:device:53
[    3.718408] device: 'device:54': device_add
[    3.718556] bus: 'acpi': add device device:54
[    3.719322] PM: Adding info for acpi:device:54
[    3.724611] device: 'HPQ6000:00': device_add
[    3.724759] bus: 'acpi': add device HPQ6000:00
[    3.725522] PM: Adding info for acpi:HPQ6000:00
[    3.743486] device: 'PNP0C0A:00': device_add
[    3.743636] bus: 'acpi': add device PNP0C0A:00
[    3.744403] PM: Adding info for acpi:PNP0C0A:00
[    3.760072] device: 'PNP0C0A:01': device_add
[    3.760221] bus: 'acpi': add device PNP0C0A:01
[    3.760986] PM: Adding info for acpi:PNP0C0A:01
[    3.764076] device: 'ACPI0003:00': device_add
[    3.764223] bus: 'acpi': add device ACPI0003:00
[    3.764987] PM: Adding info for acpi:ACPI0003:00
[    3.767854] device: 'PNP0C0E:00': device_add
[    3.768001] bus: 'acpi': add device PNP0C0E:00
[    3.768764] PM: Adding info for acpi:PNP0C0E:00
[    3.771623] device: 'PNP0C0D:00': device_add
[    3.771770] bus: 'acpi': add device PNP0C0D:00
[    3.772539] PM: Adding info for acpi:PNP0C0D:00
[    3.780339] device: 'PNP0C32:00': device_add
[    3.780487] bus: 'acpi': add device PNP0C32:00
[    3.781254] PM: Adding info for acpi:PNP0C32:00
[    3.784692] device: 'PNP0C14:00': device_add
[    3.784845] bus: 'acpi': add device PNP0C14:00
[    3.785604] PM: Adding info for acpi:PNP0C14:00
[    3.790983] device: 'PNP0C0F:00': device_add
[    3.791132] bus: 'acpi': add device PNP0C0F:00
[    3.791900] PM: Adding info for acpi:PNP0C0F:00
[    3.796880] device: 'PNP0C0F:01': device_add
[    3.797029] bus: 'acpi': add device PNP0C0F:01
[    3.797795] PM: Adding info for acpi:PNP0C0F:01
[    3.802798] device: 'PNP0C0F:02': device_add
[    3.802947] bus: 'acpi': add device PNP0C0F:02
[    3.803722] PM: Adding info for acpi:PNP0C0F:02
[    3.808718] device: 'PNP0C0F:03': device_add
[    3.808866] bus: 'acpi': add device PNP0C0F:03
[    3.809629] PM: Adding info for acpi:PNP0C0F:03
[    3.814623] device: 'PNP0C0F:04': device_add
[    3.814770] bus: 'acpi': add device PNP0C0F:04
[    3.815545] PM: Adding info for acpi:PNP0C0F:04
[    3.820526] device: 'PNP0C0F:05': device_add
[    3.820674] bus: 'acpi': add device PNP0C0F:05
[    3.821444] PM: Adding info for acpi:PNP0C0F:05
[    3.826449] device: 'PNP0C0F:06': device_add
[    3.826598] bus: 'acpi': add device PNP0C0F:06
[    3.827367] PM: Adding info for acpi:PNP0C0F:06
[    3.832356] device: 'PNP0C0F:07': device_add
[    3.832504] bus: 'acpi': add device PNP0C0F:07
[    3.833269] PM: Adding info for acpi:PNP0C0F:07
[    3.836859] device: 'LNXSYBUS:01': device_add
[    3.837013] bus: 'acpi': add device LNXSYBUS:01
[    3.837785] PM: Adding info for acpi:LNXSYBUS:01
[    3.839004] device: 'LNXTHERM:00': device_add
[    3.839157] bus: 'acpi': add device LNXTHERM:00
[    3.839923] PM: Adding info for acpi:LNXTHERM:00
[    3.841070] device: 'LNXTHERM:01': device_add
[    3.841223] bus: 'acpi': add device LNXTHERM:01
[    3.841984] PM: Adding info for acpi:LNXTHERM:01
[    3.843145] device: 'LNXTHERM:02': device_add
[    3.843296] bus: 'acpi': add device LNXTHERM:02
[    3.844061] PM: Adding info for acpi:LNXTHERM:02
[    3.845200] device: 'LNXTHERM:03': device_add
[    3.845351] bus: 'acpi': add device LNXTHERM:03
[    3.846111] PM: Adding info for acpi:LNXTHERM:03
[    3.847252] device: 'LNXTHERM:04': device_add
[    3.847415] bus: 'acpi': add device LNXTHERM:04
[    3.848178] PM: Adding info for acpi:LNXTHERM:04
[    3.862264] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.862370] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.905545] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.905570] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    3.916897] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cf9ff])
[    3.917067] device: 'pci0000:00': device_add
[    3.918877] PM: Adding info for No Bus:pci0000:00
[    3.918930] device: '0000:00': device_add
[    3.920418] PM: Adding info for No Bus:0000:00
[    3.927804] PCI host bridge to bus 0000:00
[    3.927841] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.927877] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.927914] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.927957] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    3.928000] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    3.928043] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    3.928086] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    3.928129] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    3.928171] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    3.928214] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    3.928256] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    3.928305] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    3.928349] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    3.928392] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    3.928436] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    3.928479] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    3.928523] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfffdffff window]
[    3.928567] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.928837] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[    3.929365] device: '0000:00:00.0': device_add
[    3.933243] bus: 'pci': add device 0000:00:00.0
[    3.935576] PM: Adding info for pci:0000:00:00.0
[    3.935903] pci 0000:00:01.0: [1002:9900] type 00 class 0x030000
[    3.935928] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    3.935943] pci 0000:00:01.0: reg 0x14: [io  0x6000-0x60ff]
[    3.935958] pci 0000:00:01.0: reg 0x18: [mem 0xd8000000-0xd803ffff]
[    3.936282] pci 0000:00:01.0: supports D1 D2
[    3.936320] device: '0000:00:01.0': device_add
[    3.941215] bus: 'pci': add device 0000:00:01.0
[    3.943570] PM: Adding info for pci:0000:00:01.0
[    3.943734] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[    3.943755] pci 0000:00:01.1: reg 0x10: [mem 0xd8044000-0xd8047fff]
[    3.944080] pci 0000:00:01.1: supports D1 D2
[    3.944118] device: '0000:00:01.1': device_add
[    3.947982] bus: 'pci': add device 0000:00:01.1
[    3.950296] PM: Adding info for pci:0000:00:01.1
[    3.950522] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[    3.950861] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    3.950999] device: '0000:00:04.0': device_add
[    3.955967] pci 0000:00:04.0: System wakeup disabled by ACPI
[    3.956208] bus: 'pci': add device 0000:00:04.0
[    3.959250] PM: Adding info for pci:0000:00:04.0
[    3.959426] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
[    3.959765] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    3.959809] device: '0000:00:05.0': device_add
[    3.964716] pci 0000:00:05.0: System wakeup disabled by ACPI
[    3.964957] bus: 'pci': add device 0000:00:05.0
[    3.968012] PM: Adding info for pci:0000:00:05.0
[    3.968225] pci 0000:00:07.0: [1022:1417] type 01 class 0x060400
[    3.968564] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    3.968608] device: '0000:00:07.0': device_add
[    3.973515] pci 0000:00:07.0: System wakeup disabled by ACPI
[    3.973761] bus: 'pci': add device 0000:00:07.0
[    3.976830] PM: Adding info for pci:0000:00:07.0
[    3.977083] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330
[    3.977129] pci 0000:00:10.0: reg 0x10: [mem 0xd8048000-0xd8049fff 64bit]
[    3.977593] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    3.977657] device: '0000:00:10.0': device_add
[    3.982551] pci 0000:00:10.0: System wakeup disabled by ACPI
[    3.982792] bus: 'pci': add device 0000:00:10.0
[    3.985864] PM: Adding info for pci:0000:00:10.0
[    3.986098] pci 0000:00:10.1: [1022:7812] type 00 class 0x0c0330
[    3.986144] pci 0000:00:10.1: reg 0x10: [mem 0xd804a000-0xd804bfff 64bit]
[    3.986606] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    3.986664] device: '0000:00:10.1': device_add
[    3.991573] pci 0000:00:10.1: System wakeup disabled by ACPI
[    3.991813] bus: 'pci': add device 0000:00:10.1
[    3.994863] PM: Adding info for pci:0000:00:10.1
[    3.995097] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    3.995136] pci 0000:00:11.0: reg 0x10: [io  0x6118-0x611f]
[    3.995159] pci 0000:00:11.0: reg 0x14: [io  0x6124-0x6127]
[    3.995181] pci 0000:00:11.0: reg 0x18: [io  0x6110-0x6117]
[    3.995203] pci 0000:00:11.0: reg 0x1c: [io  0x6120-0x6123]
[    3.995225] pci 0000:00:11.0: reg 0x20: [io  0x6100-0x610f]
[    3.995247] pci 0000:00:11.0: reg 0x24: [mem 0xd8051000-0xd80517ff]
[    3.995638] device: '0000:00:11.0': device_add
[    4.000249] bus: 'pci': add device 0000:00:11.0
[    4.002544] PM: Adding info for pci:0000:00:11.0
[    4.002752] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    4.002784] pci 0000:00:12.0: reg 0x10: [mem 0xd8050000-0xd8050fff]
[    4.003196] device: '0000:00:12.0': device_add
[    4.009539] pci 0000:00:12.0: System wakeup disabled by ACPI
[    4.009793] bus: 'pci': add device 0000:00:12.0
[    4.012851] PM: Adding info for pci:0000:00:12.0
[    4.013072] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    4.013106] pci 0000:00:12.2: reg 0x10: [mem 0xd804f000-0xd804f0ff]
[    4.013511] pci 0000:00:12.2: supports D1 D2
[    4.013515] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    4.013559] device: '0000:00:12.2': device_add
[    4.018460] pci 0000:00:12.2: System wakeup disabled by ACPI
[    4.018699] bus: 'pci': add device 0000:00:12.2
[    4.021768] PM: Adding info for pci:0000:00:12.2
[    4.021992] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    4.022024] pci 0000:00:13.0: reg 0x10: [mem 0xd804e000-0xd804efff]
[    4.022436] device: '0000:00:13.0': device_add
[    4.028742] pci 0000:00:13.0: System wakeup disabled by ACPI
[    4.028983] bus: 'pci': add device 0000:00:13.0
[    4.032048] PM: Adding info for pci:0000:00:13.0
[    4.032268] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    4.032303] pci 0000:00:13.2: reg 0x10: [mem 0xd804d000-0xd804d0ff]
[    4.032707] pci 0000:00:13.2: supports D1 D2
[    4.032712] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    4.032755] device: '0000:00:13.2': device_add
[    4.037661] pci 0000:00:13.2: System wakeup disabled by ACPI
[    4.037902] bus: 'pci': add device 0000:00:13.2
[    4.040965] PM: Adding info for pci:0000:00:13.2
[    4.041188] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    4.041627] device: '0000:00:14.0': device_add
[    4.046225] bus: 'pci': add device 0000:00:14.0
[    4.048551] PM: Adding info for pci:0000:00:14.0
[    4.048772] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    4.048820] pci 0000:00:14.2: reg 0x10: [mem 0xd8040000-0xd8043fff 64bit]
[    4.049223] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    4.049264] device: '0000:00:14.2': device_add
[    4.054165] pci 0000:00:14.2: System wakeup disabled by ACPI
[    4.054410] bus: 'pci': add device 0000:00:14.2
[    4.057458] PM: Adding info for pci:0000:00:14.2
[    4.057674] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    4.058111] device: '0000:00:14.3': device_add
[    4.062708] bus: 'pci': add device 0000:00:14.3
[    4.065030] PM: Adding info for pci:0000:00:14.3
[    4.065239] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    4.065607] device: '0000:00:14.4': device_add
[    4.069465] bus: 'pci': add device 0000:00:14.4
[    4.071792] PM: Adding info for pci:0000:00:14.4
[    4.072000] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    4.072032] pci 0000:00:14.5: reg 0x10: [mem 0xd804c000-0xd804cfff]
[    4.072443] device: '0000:00:14.5': device_add
[    4.077077] bus: 'pci': add device 0000:00:14.5
[    4.079409] PM: Adding info for pci:0000:00:14.5
[    4.079635] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[    4.080081] pci 0000:00:15.0: supports D1 D2
[    4.080132] device: '0000:00:15.0': device_add
[    4.085031] pci 0000:00:15.0: System wakeup disabled by ACPI
[    4.085276] bus: 'pci': add device 0000:00:15.0
[    4.088354] PM: Adding info for pci:0000:00:15.0
[    4.088584] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[    4.088883] device: '0000:00:18.0': device_add
[    4.092748] bus: 'pci': add device 0000:00:18.0
[    4.095061] PM: Adding info for pci:0000:00:18.0
[    4.095217] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[    4.095518] device: '0000:00:18.1': device_add
[    4.099383] bus: 'pci': add device 0000:00:18.1
[    4.101694] PM: Adding info for pci:0000:00:18.1
[    4.101857] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[    4.102147] device: '0000:00:18.2': device_add
[    4.106012] bus: 'pci': add device 0000:00:18.2
[    4.108332] PM: Adding info for pci:0000:00:18.2
[    4.108491] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[    4.108797] device: '0000:00:18.3': device_add
[    4.112662] bus: 'pci': add device 0000:00:18.3
[    4.114979] PM: Adding info for pci:0000:00:18.3
[    4.115135] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[    4.115436] device: '0000:00:18.4': device_add
[    4.119287] bus: 'pci': add device 0000:00:18.4
[    4.121618] PM: Adding info for pci:0000:00:18.4
[    4.121775] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[    4.122065] device: '0000:00:18.5': device_add
[    4.125929] bus: 'pci': add device 0000:00:18.5
[    4.128248] PM: Adding info for pci:0000:00:18.5
[    4.128540] device: '0000:01': device_add
[    4.130131] PM: Adding info for No Bus:0000:01
[    4.130650] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    4.130681] pci 0000:01:00.0: reg 0x10: [io  0x5000-0x50ff]
[    4.130722] pci 0000:01:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    4.130750] pci 0000:01:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    4.131378] pci 0000:01:00.0: supports D1 D2
[    4.131383] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    4.131474] device: '0000:01:00.0': device_add
[    4.133121] pci 0000:01:00.0: System wakeup disabled by ACPI
[    4.133380] bus: 'pci': add device 0000:01:00.0
[    4.136740] PM: Adding info for pci:0000:01:00.0
[    4.143696] pci 0000:00:04.0: PCI bridge to [bus 01]
[    4.143777] pci 0000:00:04.0:   bridge window [io  0x5000-0x5fff]
[    4.143803] pci 0000:00:04.0:   bridge window [mem 0xd7000000-0xd7ffffff]
[    4.143832] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[    4.144231] device: '0000:02': device_add
[    4.146166] PM: Adding info for No Bus:0000:02
[    4.147715] pci 0000:02:00.0: [197b:2380] type 00 class 0x0c0010
[    4.147757] pci 0000:02:00.0: reg 0x10: [mem 0xd6000000-0xd60007ff]
[    4.147782] pci 0000:02:00.0: reg 0x14: [mem 0xd6005000-0xd60050ff]
[    4.148499] device: '0000:02:00.0': device_add
[    4.150343] bus: 'pci': add device 0000:02:00.0
[    4.152866] PM: Adding info for pci:0000:02:00.0
[    4.153054] pci 0000:02:00.1: [197b:2392] type 00 class 0x088000
[    4.153084] pci 0000:02:00.1: reg 0x10: [mem 0xd6004000-0xd60040ff]
[    4.153157] pci 0000:02:00.1: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[    4.153761] device: '0000:02:00.1': device_add
[    4.155605] bus: 'pci': add device 0000:02:00.1
[    4.158112] PM: Adding info for pci:0000:02:00.1
[    4.158302] pci 0000:02:00.2: [197b:2391] type 00 class 0x080501
[    4.158336] pci 0000:02:00.2: reg 0x10: [mem 0xd6003000-0xd60030ff]
[    4.159026] device: '0000:02:00.2': device_add
[    4.160863] bus: 'pci': add device 0000:02:00.2
[    4.163386] PM: Adding info for pci:0000:02:00.2
[    4.171648] pci 0000:00:05.0: PCI bridge to [bus 02]
[    4.171730] pci 0000:00:05.0:   bridge window [io  0x4000-0x4fff]
[    4.171755] pci 0000:00:05.0:   bridge window [mem 0xd6000000-0xd6ffffff]
[    4.171785] pci 0000:00:05.0:   bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[    4.172160] device: '0000:03': device_add
[    4.174182] PM: Adding info for No Bus:0000:03
[    4.174750] pci 0000:03:00.0: [14e4:4359] type 00 class 0x028000
[    4.174790] pci 0000:03:00.0: reg 0x10: [mem 0xd5000000-0xd5003fff 64bit]
[    4.175478] pci 0000:03:00.0: supports D1 D2
[    4.175483] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    4.175559] device: '0000:03:00.0': device_add
[    4.176901] bus: 'pci': add device 0000:03:00.0
[    4.180237] PM: Adding info for pci:0000:03:00.0
[    4.187523] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    4.187555] pci 0000:00:07.0:   bridge window [io  0x3000-0x3fff]
[    4.187565] pci 0000:00:07.0:   bridge window [mem 0xd5000000-0xd5ffffff]
[    4.187575] pci 0000:00:07.0:   bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[    4.187785] device: '0000:06': device_add
[    4.189398] PM: Adding info for No Bus:0000:06
[    4.189683] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
[    4.189743] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    4.189772] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    4.189800] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    4.189829] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
[    4.189857] pci 0000:00:14.4:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[    4.189885] pci 0000:00:14.4:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[    4.189913] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    4.189941] pci 0000:00:14.4:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    4.189969] pci 0000:00:14.4:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    4.189997] pci 0000:00:14.4:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    4.190025] pci 0000:00:14.4:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    4.190053] pci 0000:00:14.4:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    4.190081] pci 0000:00:14.4:   bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[    4.190109] pci 0000:00:14.4:   bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[    4.190136] pci 0000:00:14.4:   bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[    4.190164] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    4.190198] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfffdffff window] (subtractive decode)
[    4.190447] device: '0000:07': device_add
[    4.192044] PM: Adding info for No Bus:0000:07
[    4.194873] pci 0000:00:15.0: PCI bridge to [bus 07]
[    4.194900] pci 0000:00:15.0:   bridge window [io  0x2000-0x2fff]
[    4.194910] pci 0000:00:15.0:   bridge window [mem 0xd4000000-0xd4ffffff]
[    4.194925] pci 0000:00:15.0:   bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[    4.206378] Registering platform device 'PNP0C09:00'. Parent at 0000:00:14.3
[    4.206406] device: 'PNP0C09:00': device_add
[    4.206797] bus: 'platform': add device PNP0C09:00
[    4.207917] PM: Adding info for platform:PNP0C09:00
[    4.209244] Registering platform device 'PNP0C04:00'. Parent at 0000:00:14.3
[    4.209271] device: 'PNP0C04:00': device_add
[    4.209670] bus: 'platform': add device PNP0C04:00
[    4.210771] PM: Adding info for platform:PNP0C04:00
[    4.215477] Registering platform device 'PNP0800:00'. Parent at 0000:00:14.3
[    4.215503] device: 'PNP0800:00': device_add
[    4.215905] bus: 'platform': add device PNP0800:00
[    4.217007] PM: Adding info for platform:PNP0800:00
[    4.233178] Registering platform device 'PNP0103:00'. Parent at 0000:00:14.3
[    4.233206] device: 'PNP0103:00': device_add
[    4.233610] bus: 'platform': add device PNP0103:00
[    4.234708] PM: Adding info for platform:PNP0103:00
[    4.235023] device: 'PNP0A06:00': device_add
[    4.235455] bus: 'container': add device PNP0A06:00
[    4.236289] PM: Adding info for container:PNP0A06:00
[    4.282658] Registering platform device 'HPQ6000:00'. Parent at pci0000:00
[    4.282684] device: 'HPQ6000:00': device_add
[    4.283063] bus: 'platform': add device HPQ6000:00
[    4.284131] PM: Adding info for platform:HPQ6000:00
[    4.291782] Registering platform device 'PNP0C0A:00'. Parent at platform
[    4.291807] device: 'PNP0C0A:00': device_add
[    4.292159] bus: 'platform': add device PNP0C0A:00
[    4.293151] PM: Adding info for platform:PNP0C0A:00
[    4.299701] Registering platform device 'PNP0C0A:01'. Parent at platform
[    4.299725] device: 'PNP0C0A:01': device_add
[    4.300075] bus: 'platform': add device PNP0C0A:01
[    4.301068] PM: Adding info for platform:PNP0C0A:01
[    4.301420] Registering platform device 'ACPI0003:00'. Parent at platform
[    4.301443] device: 'ACPI0003:00': device_add
[    4.301799] bus: 'platform': add device ACPI0003:00
[    4.302800] PM: Adding info for platform:ACPI0003:00
[    4.303154] Registering platform device 'PNP0C0E:00'. Parent at platform
[    4.303178] device: 'PNP0C0E:00': device_add
[    4.303540] bus: 'platform': add device PNP0C0E:00
[    4.304532] PM: Adding info for platform:PNP0C0E:00
[    4.304886] Registering platform device 'PNP0C0D:00'. Parent at platform
[    4.304909] device: 'PNP0C0D:00': device_add
[    4.305259] bus: 'platform': add device PNP0C0D:00
[    4.306260] PM: Adding info for platform:PNP0C0D:00
[    4.307966] Registering platform device 'PNP0C14:00'. Parent at platform
[    4.307989] device: 'PNP0C14:00': device_add
[    4.308338] bus: 'platform': add device PNP0C14:00
[    4.309331] PM: Adding info for platform:PNP0C14:00
[    4.313241] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.319456] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.326020] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.332563] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.338087] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.342501] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.346911] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.351336] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    4.352933] device: 'LNXPWRBN:00': device_add
[    4.353062] bus: 'acpi': add device LNXPWRBN:00
[    4.353721] PM: Adding info for acpi:LNXPWRBN:00
[    4.354447] ACPI: Enabled 7 GPEs in block 00 to 1F
[    4.354471] bus: 'acpi': add driver ec
[    4.354608] bus: 'acpi': driver_probe_device: matched device PNP0C09:00 with driver ec
[    4.354616] bus: 'acpi': really_probe: probing driver ec with device PNP0C09:00
[    4.354732] devices_kset: Moving PNP0C09:00 to end of list
[    4.355445] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[    4.355512] driver: 'ec': driver_bound: bound to device 'PNP0C09:00'
[    4.355519] bus: 'acpi': really_probe: bound device PNP0C09:00 to driver ec
[    4.356140] bus: 'pnp': registered
[    4.356165] bus: 'platform': add driver 88pm860x-regulator
[    4.356437] device class 'misc': registering
[    4.356588] device class 'tpm': registering
[    4.356796] device: 'vga_arbiter': device_add
[    4.357621] PM: Adding info for No Bus:vga_arbiter
[    4.358375] vgaarb: setting as boot device: PCI:0000:00:01.0
[    4.358392] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    4.358447] vgaarb: loaded
[    4.358460] vgaarb: bridge control possible 0000:00:01.0
[    4.358624] bus: 'i2c': add driver 88PM860x
[    4.358858] bus: 'i2c': add driver WM8400
[    4.359083] bus: 'i2c': add driver wm831x
[    4.359331] bus: 'spi': add driver wm831x
[    4.359553] bus: 'i2c': add driver wm8350
[    4.359782] bus: 'i2c': add driver tps65910
[    4.360006] bus: 'spi': add driver ezx-pcap
[    4.360226] bus: 'i2c': add driver da903x
[    4.360447] bus: 'spi': add driver da9052
[    4.360674] bus: 'i2c': add driver da9052
[    4.360899] bus: 'i2c': add driver max77693
[    4.361122] bus: 'i2c': add driver max8925
[    4.361345] bus: 'i2c': add driver max8997
[    4.361575] bus: 'i2c': add driver max8998
[    4.361802] bus: 'i2c': add driver ab3100
[    4.362024] bus: 'i2c': add driver tps6586x
[    4.362245] bus: 'i2c': add driver tps65090
[    4.362466] bus: 'i2c': add driver aat2870
[    4.362693] bus: 'i2c': add driver palmas
[    4.362916] bus: 'i2c': add driver rc5t583
[    4.365344] device class 'scsi_host': registering
[    4.365784] bus: 'scsi': registered
[    4.365788] device class 'scsi_device': registering
[    4.365933] SCSI subsystem initialized
[    4.366704] device class 'ata_link': registering
[    4.366836] device class 'ata_port': registering
[    4.366939] device class 'ata_device': registering
[    4.367116] libata version 3.00 loaded.
[    4.367142] device class 'mdio_bus': registering
[    4.367547] bus: 'mdio_bus': registered
[    4.367553] bus: 'mdio_bus': add driver Generic PHY
[    4.367769] bus: 'mdio_bus': add driver Generic 10G PHY
[    4.368105] ACPI: bus type USB registered
[    4.368404] bus: 'usb': registered
[    4.368441] bus: 'usb': add driver usbfs
[    4.368888] usbcore: registered new interface driver usbfs
[    4.368925] bus: 'usb': add driver hub
[    4.369310] usbcore: registered new interface driver hub
[    4.369415] bus: 'usb': add driver usb
[    4.369639] usbcore: registered new device driver usb
[    4.369964] bus: 'serio': registered
[    4.369986] device class 'input': registering
[    4.370219] device class 'rtc': registering
[    4.370347] device class 'power_supply': registering
[    4.370478] device class 'hwmon': registering
[    4.371695] bus: 'mmc': registered
[    4.371703] device class 'mmc_host': registering
[    4.372085] bus: 'sdio': registered
[    4.372118] device class 'leds': registering
[    4.374160] device class 'devfreq': registering
[    4.374928] device class 'sound': registering
[    4.375584] Advanced Linux Sound Architecture Driver Initialized.
[    4.375623] PCI: Using ACPI for IRQ routing
[    4.387622] PCI: pci_cache_line_size set to 64 bytes
[    4.387863] e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
[    4.387906] e820: reserve RAM buffer [mem 0x9e088000-0x9fffffff]
[    4.387920] e820: reserve RAM buffer [mem 0x9f800000-0x9fffffff]
[    4.387940] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[    4.388244] device class 'net': registering
[    4.388516] device: 'lo': device_add
[    4.391999] PM: Adding info for No Bus:lo
[    4.393808] NetLabel: Initializing
[    4.393821] NetLabel:  domain hash size = 128
[    4.393834] NetLabel:  protocols = UNLABELED CIPSOv4
[    4.394208] NetLabel:  unlabeled traffic allowed by default
[    4.394244] device class 'rfkill': registering
[    4.394361] device: 'rfkill': device_add
[    4.394993] PM: Adding info for No Bus:rfkill
[    4.396129] device class 'watchdog': registering
[    4.396497] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.396522] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    4.398976] clocksource: Switched to clocksource hpet
[    4.641080] VFS: Disk quotas dquot_6.6.0
[    4.641218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.644239] AppArmor: AppArmor Filesystem Enabled
[    4.644420] device: 'fbcon': device_add
[    4.645249] PM: Adding info for No Bus:fbcon
[    4.645715] bus: 'pnp': add driver system
[    4.645946] pnp: PnP ACPI init
[    4.646061] device: 'pnp0': device_add
[    4.646586] PM: Adding info for No Bus:pnp0
[    4.647811] device: '00:00': device_add
[    4.648113] bus: 'pnp': add device 00:00
[    4.648994] PM: Adding info for pnp:00:00
[    4.649072] bus: 'pnp': driver_probe_device: matched device 00:00 with driver system
[    4.649078] bus: 'pnp': really_probe: probing driver system with device 00:00
[    4.649235] devices_kset: Moving 00:00 to end of list
[    4.649287] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    4.649344] system 00:00: [mem 0xfeb00000-0xfeb00fff] has been reserved
[    4.649435] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    4.649491] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    4.649507] driver: 'system': driver_bound: bound to device '00:00'
[    4.649514] bus: 'pnp': really_probe: bound device 00:00 to driver system
[    4.649579] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    4.657834] device: '00:01': device_add
[    4.658125] bus: 'pnp': add device 00:01
[    4.659064] PM: Adding info for pnp:00:01
[    4.659144] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    4.661969] device: '00:02': device_add
[    4.662254] bus: 'pnp': add device 00:02
[    4.663199] PM: Adding info for pnp:00:02
[    4.663273] bus: 'pnp': driver_probe_device: matched device 00:02 with driver system
[    4.663278] bus: 'pnp': really_probe: probing driver system with device 00:02
[    4.663424] devices_kset: Moving 00:02 to end of list
[    4.663505] system 00:02: [io  0x0400-0x04cf] could not be reserved
[    4.663561] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    4.663615] system 00:02: [io  0x04d6] has been reserved
[    4.663668] system 00:02: [io  0x0680-0x06ff] has been reserved
[    4.663721] system 00:02: [io  0x077a] has been reserved
[    4.663774] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    4.663827] system 00:02: [io  0x0c14] has been reserved
[    4.663880] system 00:02: [io  0x0c50-0x0c52] has been reserved
[    4.663940] system 00:02: [io  0x0c6c] has been reserved
[    4.663993] system 00:02: [io  0x0c6f] has been reserved
[    4.664053] system 00:02: [io  0x0cd0-0x0cdb] has been reserved
[    4.664108] system 00:02: [io  0x0220-0x0227] has been reserved
[    4.664163] system 00:02: [io  0x0260-0x0273] has been reserved
[    4.664217] system 00:02: [io  0x0800] has been reserved
[    4.664271] system 00:02: [io  0x0804] has been reserved
[    4.664325] system 00:02: [io  0x087f] has been reserved
[    4.664379] system 00:02: [io  0x0cdc-0x0cdf] has been reserved
[    4.664434] system 00:02: [io  0x0b00-0x0b0f] has been reserved
[    4.664488] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    4.664576] system 00:02: [io  0x0200-0x027f] could not be reserved
[    4.664631] system 00:02: [io  0x0840-0x0847] has been reserved
[    4.664646] driver: 'system': driver_bound: bound to device '00:02'
[    4.664652] bus: 'pnp': really_probe: bound device 00:02 to driver system
[    4.664664] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    4.668335] device: '00:03': device_add
[    4.668619] bus: 'pnp': add device 00:03
[    4.669497] PM: Adding info for pnp:00:03
[    4.669570] bus: 'pnp': driver_probe_device: matched device 00:03 with driver system
[    4.669576] bus: 'pnp': really_probe: probing driver system with device 00:03
[    4.669721] devices_kset: Moving 00:03 to end of list
[    4.669801] system 00:03: [mem 0x00000000-0x0009ffff] could not be reserved
[    4.669891] system 00:03: [mem 0x00100000-0xbfffffff] could not be reserved
[    4.669979] system 00:03: [mem 0xffe00000-0xffffffff] could not be reserved
[    4.669995] driver: 'system': driver_bound: bound to device '00:03'
[    4.670001] bus: 'pnp': really_probe: bound device 00:03 to driver system
[    4.670012] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    4.671496] device: '00:04': device_add
[    4.671798] bus: 'pnp': add device 00:04
[    4.672676] PM: Adding info for pnp:00:04
[    4.672755] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    4.715235] pnp 00:05: [dma 0 disabled]
[    4.716512] device: '00:05': device_add
[    4.716796] bus: 'pnp': add device 00:05
[    4.717677] PM: Adding info for pnp:00:05
[    4.717757] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
[    4.718136] device: '00:06': device_add
[    4.718416] bus: 'pnp': add device 00:06
[    4.719360] PM: Adding info for pnp:00:06
[    4.719439] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    4.719835] device: '00:07': device_add
[    4.720121] bus: 'pnp': add device 00:07
[    4.720990] PM: Adding info for pnp:00:07
[    4.721069] pnp 00:07: Plug and Play ACPI device, IDs SYN017e SYN0100 SYN0002 PNP0f13 (active)
[    4.749623] pnp: PnP ACPI: found 8 devices
[    4.749703] device class 'mem': registering
[    4.749837] device: 'mem': device_add
[    4.750514] PM: Adding info for No Bus:mem
[    4.751543] device: 'null': device_add
[    4.752186] PM: Adding info for No Bus:null
[    4.752950] device: 'port': device_add
[    4.753598] PM: Adding info for No Bus:port
[    4.754344] device: 'zero': device_add
[    4.755087] PM: Adding info for No Bus:zero
[    4.755686] device: 'full': device_add
[    4.756347] PM: Adding info for No Bus:full
[    4.756884] device: 'random': device_add
[    4.757511] PM: Adding info for No Bus:random
[    4.757951] device: 'urandom': device_add
[    4.758576] PM: Adding info for No Bus:urandom
[    4.759056] device: 'kmsg': device_add
[    4.759680] PM: Adding info for No Bus:kmsg
[    4.760141] device: 'tty': device_add
[    4.760826] PM: Adding info for No Bus:tty
[    4.761360] device: 'console': device_add
[    4.762033] PM: Adding info for No Bus:console
[    4.762544] device: 'tty0': device_add
[    4.763295] PM: Adding info for No Bus:tty0
[    4.763797] device class 'vc': registering
[    4.763924] device: 'vcs': device_add
[    4.764621] PM: Adding info for No Bus:vcs
[    4.765111] device: 'vcsa': device_add
[    4.765750] PM: Adding info for No Bus:vcsa
[    4.766205] device: 'vcs1': device_add
[    4.766877] PM: Adding info for No Bus:vcs1
[    4.767398] device: 'vcsa1': device_add
[    4.768070] PM: Adding info for No Bus:vcsa1
[    4.768648] device: 'tty1': device_add
[    4.769362] PM: Adding info for No Bus:tty1
[    4.769896] device: 'tty2': device_add
[    4.770603] PM: Adding info for No Bus:tty2
[    4.771211] device: 'tty3': device_add
[    4.771929] PM: Adding info for No Bus:tty3
[    4.772426] device: 'tty4': device_add
[    4.773132] PM: Adding info for No Bus:tty4
[    4.773617] device: 'tty5': device_add
[    4.774322] PM: Adding info for No Bus:tty5
[    4.774847] device: 'tty6': device_add
[    4.775631] PM: Adding info for No Bus:tty6
[    4.776120] device: 'tty7': device_add
[    4.776819] PM: Adding info for No Bus:tty7
[    4.777360] device: 'tty8': device_add
[    4.778061] PM: Adding info for No Bus:tty8
[    4.778858] device: 'tty9': device_add
[    4.779674] PM: Adding info for No Bus:tty9
[    4.780492] device: 'tty10': device_add
[    4.781225] PM: Adding info for No Bus:tty10
[    4.782024] device: 'tty11': device_add
[    4.782763] PM: Adding info for No Bus:tty11
[    4.783323] device: 'tty12': device_add
[    4.784031] PM: Adding info for No Bus:tty12
[    4.784561] device: 'tty13': device_add
[    4.785269] PM: Adding info for No Bus:tty13
[    4.786056] device: 'tty14': device_add
[    4.786798] PM: Adding info for No Bus:tty14
[    4.787604] device: 'tty15': device_add
[    4.788346] PM: Adding info for No Bus:tty15
[    4.789147] device: 'tty16': device_add
[    4.789884] PM: Adding info for No Bus:tty16
[    4.790436] device: 'tty17': device_add
[    4.791226] PM: Adding info for No Bus:tty17
[    4.791774] device: 'tty18': device_add
[    4.792481] PM: Adding info for No Bus:tty18
[    4.792969] device: 'tty19': device_add
[    4.793674] PM: Adding info for No Bus:tty19
[    4.794160] device: 'tty20': device_add
[    4.794864] PM: Adding info for No Bus:tty20
[    4.795423] device: 'tty21': device_add
[    4.796130] PM: Adding info for No Bus:tty21
[    4.796617] device: 'tty22': device_add
[    4.797323] PM: Adding info for No Bus:tty22
[    4.797853] device: 'tty23': device_add
[    4.798560] PM: Adding info for No Bus:tty23
[    4.799098] device: 'tty24': device_add
[    4.799797] PM: Adding info for No Bus:tty24
[    4.800301] device: 'tty25': device_add
[    4.801001] PM: Adding info for No Bus:tty25
[    4.801491] device: 'tty26': device_add
[    4.802192] PM: Adding info for No Bus:tty26
[    4.802676] device: 'tty27': device_add
[    4.803454] PM: Adding info for No Bus:tty27
[    4.803947] device: 'tty28': device_add
[    4.804657] PM: Adding info for No Bus:tty28
[    4.805230] device: 'tty29': device_add
[    4.805939] PM: Adding info for No Bus:tty29
[    4.806738] device: 'tty30': device_add
[    4.807563] PM: Adding info for No Bus:tty30
[    4.808372] device: 'tty31': device_add
[    4.809111] PM: Adding info for No Bus:tty31
[    4.809916] device: 'tty32': device_add
[    4.810655] PM: Adding info for No Bus:tty32
[    4.811333] device: 'tty33': device_add
[    4.812053] PM: Adding info for No Bus:tty33
[    4.812595] device: 'tty34': device_add
[    4.813303] PM: Adding info for No Bus:tty34
[    4.814097] device: 'tty35': device_add
[    4.814835] PM: Adding info for No Bus:tty35
[    4.815731] device: 'tty36': device_add
[    4.816468] PM: Adding info for No Bus:tty36
[    4.817269] device: 'tty37': device_add
[    4.818007] PM: Adding info for No Bus:tty37
[    4.818676] device: 'tty38': device_add
[    4.819502] PM: Adding info for No Bus:tty38
[    4.820050] device: 'tty39': device_add
[    4.820758] PM: Adding info for No Bus:tty39
[    4.821245] device: 'tty40': device_add
[    4.821974] PM: Adding info for No Bus:tty40
[    4.822460] device: 'tty41': device_add
[    4.823231] PM: Adding info for No Bus:tty41
[    4.823722] device: 'tty42': device_add
[    4.824427] PM: Adding info for No Bus:tty42
[    4.824918] device: 'tty43': device_add
[    4.825620] PM: Adding info for No Bus:tty43
[    4.826148] device: 'tty44': device_add
[    4.826857] PM: Adding info for No Bus:tty44
[    4.827752] device: 'tty45': device_add
[    4.828482] PM: Adding info for No Bus:tty45
[    4.829294] device: 'tty46': device_add
[    4.830023] PM: Adding info for No Bus:tty46
[    4.830838] device: 'tty47': device_add
[    4.831656] PM: Adding info for No Bus:tty47
[    4.832241] device: 'tty48': device_add
[    4.832947] PM: Adding info for No Bus:tty48
[    4.833478] device: 'tty49': device_add
[    4.834184] PM: Adding info for No Bus:tty49
[    4.835061] device: 'tty50': device_add
[    4.835797] PM: Adding info for No Bus:tty50
[    4.836615] device: 'tty51': device_add
[    4.837346] PM: Adding info for No Bus:tty51
[    4.838250] device: 'tty52': device_add
[    4.839074] PM: Adding info for No Bus:tty52
[    4.839624] device: 'tty53': device_add
[    4.840336] PM: Adding info for No Bus:tty53
[    4.840870] device: 'tty54': device_add
[    4.841575] PM: Adding info for No Bus:tty54
[    4.842066] device: 'tty55': device_add
[    4.842771] PM: Adding info for No Bus:tty55
[    4.843271] device: 'tty56': device_add
[    4.843975] PM: Adding info for No Bus:tty56
[    4.844464] device: 'tty57': device_add
[    4.845168] PM: Adding info for No Bus:tty57
[    4.845653] device: 'tty58': device_add
[    4.846351] PM: Adding info for No Bus:tty58
[    4.846888] device: 'tty59': device_add
[    4.847654] PM: Adding info for No Bus:tty59
[    4.848195] device: 'tty60': device_add
[    4.848897] PM: Adding info for No Bus:tty60
[    4.849384] device: 'tty61': device_add
[    4.850093] PM: Adding info for No Bus:tty61
[    4.850579] device: 'tty62': device_add
[    4.851353] PM: Adding info for No Bus:tty62
[    4.851845] device: 'tty63': device_add
[    4.852556] PM: Adding info for No Bus:tty63
[    4.853553] device class 'firmware': registering
[    4.853786] device class 'thermal': registering
[    4.859028] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.859382] bus: 'ssb': registered
[    4.859420] bus: 'pci': add driver b43-pci-bridge
[    4.859833] pci 0000:02:00.1: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
[    4.859971] pci 0000:00:04.0: PCI bridge to [bus 01]
[    4.859989] pci 0000:00:04.0:   bridge window [io  0x5000-0x5fff]
[    4.860011] pci 0000:00:04.0:   bridge window [mem 0xd7000000-0xd7ffffff]
[    4.860031] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
[    4.860084] pci 0000:02:00.1: BAR 6: assigned [mem 0xd6008000-0xd600ffff pref]
[    4.860122] pci 0000:00:05.0: PCI bridge to [bus 02]
[    4.860139] pci 0000:00:05.0:   bridge window [io  0x4000-0x4fff]
[    4.860159] pci 0000:00:05.0:   bridge window [mem 0xd6000000-0xd6ffffff]
[    4.860178] pci 0000:00:05.0:   bridge window [mem 0xd1000000-0xd1ffffff 64bit pref]
[    4.860208] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    4.860224] pci 0000:00:07.0:   bridge window [io  0x3000-0x3fff]
[    4.860244] pci 0000:00:07.0:   bridge window [mem 0xd5000000-0xd5ffffff]
[    4.860263] pci 0000:00:07.0:   bridge window [mem 0xd2000000-0xd2ffffff 64bit pref]
[    4.860294] pci 0000:00:14.4: PCI bridge to [bus 06]
[    4.860378] pci 0000:00:15.0: PCI bridge to [bus 07]
[    4.860396] pci 0000:00:15.0:   bridge window [io  0x2000-0x2fff]
[    4.860419] pci 0000:00:15.0:   bridge window [mem 0xd4000000-0xd4ffffff]
[    4.860441] pci 0000:00:15.0:   bridge window [mem 0xd3000000-0xd3ffffff 64bit pref]
[    4.860477] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    4.860481] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    4.860485] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    4.860490] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    4.860494] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    4.860498] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    4.860502] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
[    4.860506] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
[    4.860510] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
[    4.860514] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
[    4.860518] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
[    4.860522] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    4.860526] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    4.860530] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    4.860534] pci_bus 0000:00: resource 18 [mem 0x000f0000-0x000fffff window]
[    4.860538] pci_bus 0000:00: resource 19 [mem 0xc0000000-0xdfffffff window]
[    4.860543] pci_bus 0000:00: resource 20 [mem 0xf0000000-0xfffdffff window]
[    4.860547] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    4.860550] pci_bus 0000:01: resource 1 [mem 0xd7000000-0xd7ffffff]
[    4.860554] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
[    4.860559] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    4.860563] pci_bus 0000:02: resource 1 [mem 0xd6000000-0xd6ffffff]
[    4.860566] pci_bus 0000:02: resource 2 [mem 0xd1000000-0xd1ffffff 64bit pref]
[    4.860571] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    4.860574] pci_bus 0000:03: resource 1 [mem 0xd5000000-0xd5ffffff]
[    4.860578] pci_bus 0000:03: resource 2 [mem 0xd2000000-0xd2ffffff 64bit pref]
[    4.860583] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7 window]
[    4.860587] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff window]
[    4.860591] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[    4.860595] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000c3fff window]
[    4.860599] pci_bus 0000:06: resource 8 [mem 0x000c4000-0x000c7fff window]
[    4.860603] pci_bus 0000:06: resource 9 [mem 0x000c8000-0x000cbfff window]
[    4.860607] pci_bus 0000:06: resource 10 [mem 0x000d0000-0x000d3fff window]
[    4.860611] pci_bus 0000:06: resource 11 [mem 0x000d4000-0x000d7fff window]
[    4.860615] pci_bus 0000:06: resource 12 [mem 0x000d8000-0x000dbfff window]
[    4.860619] pci_bus 0000:06: resource 13 [mem 0x000dc000-0x000dffff window]
[    4.860623] pci_bus 0000:06: resource 14 [mem 0x000e0000-0x000e3fff window]
[    4.860627] pci_bus 0000:06: resource 15 [mem 0x000e4000-0x000e7fff window]
[    4.860631] pci_bus 0000:06: resource 16 [mem 0x000e8000-0x000ebfff window]
[    4.860635] pci_bus 0000:06: resource 17 [mem 0x000ec000-0x000effff window]
[    4.860639] pci_bus 0000:06: resource 18 [mem 0x000f0000-0x000fffff window]
[    4.860643] pci_bus 0000:06: resource 19 [mem 0xc0000000-0xdfffffff window]
[    4.860647] pci_bus 0000:06: resource 20 [mem 0xf0000000-0xfffdffff window]
[    4.860651] pci_bus 0000:07: resource 0 [io  0x2000-0x2fff]
[    4.860654] pci_bus 0000:07: resource 1 [mem 0xd4000000-0xd4ffffff]
[    4.860658] pci_bus 0000:07: resource 2 [mem 0xd3000000-0xd3ffffff 64bit pref]
[    4.861081] NET: Registered protocol family 2
[    4.864227] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    4.865265] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    4.872431] TCP: Hash tables configured (established 65536 bind 65536)
[    4.872940] UDP hash table entries: 4096 (order: 7, 655360 bytes)
[    4.874007] UDP-Lite hash table entries: 4096 (order: 7, 655360 bytes)
[    4.875999] NET: Registered protocol family 1
[    4.876183] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.876287] pci 0000:00:10.0: enabling device (0000 -> 0002)
[    4.945645] pci 0000:00:10.1: enabling device (0000 -> 0002)
[    5.140066] pci 0000:00:12.2: enabling device (0000 -> 0002)
[    5.333747] pci 0000:00:13.2: enabling device (0000 -> 0002)
[    5.403168] PCI: CLS mismatch (64 != 32), using 64 bytes
[    5.531322] Trying to unpack rootfs image as initramfs...
[   14.847512] Freeing initrd memory: 264704K (ffff880017af0000 - ffff880027d70000)
[   14.847597] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   14.847615] software IO TLB [mem 0x8e789000-0x92789000] (64MB) mapped at [ffff88008e789000-ffff880092788fff]
[   14.847924] perf: AMD NB counters detected
[   14.848284] LVT offset 0 assigned for vector 0x400
[   14.848388] perf: AMD IBS detected (0x000000ff)
[   14.848906] Registering platform device 'pcspkr'. Parent at platform
[   14.848925] device: 'pcspkr': device_add
[   14.849052] bus: 'platform': add device pcspkr
[   14.849729] PM: Adding info for platform:pcspkr
[   14.849830] Scanning for low memory corruption every 60 seconds
[   14.849995] Registering platform device 'efi-framebuffer.0'. Parent at platform
[   14.850012] device: 'efi-framebuffer.0': device_add
[   14.850124] bus: 'platform': add device efi-framebuffer.0
[   14.850898] PM: Adding info for platform:efi-framebuffer.0
[   14.853283] device: 'snapshot': device_add
[   14.853922] PM: Adding info for No Bus:snapshot
[   14.855284] bus: 'clocksource': registered
[   14.855319] device: 'clocksource': device_add
[   14.855852] PM: Adding info for No Bus:clocksource
[   14.855887] device: 'clocksource0': device_add
[   14.855989] bus: 'clocksource': add device clocksource0
[   14.856504] PM: Adding info for clocksource:clocksource0
[   14.856871] bus: 'platform': add driver alarmtimer
[   14.857143] Registering platform device 'alarmtimer'. Parent at platform
[   14.857159] device: 'alarmtimer': device_add
[   14.857277] bus: 'platform': add device alarmtimer
[   14.857982] PM: Adding info for platform:alarmtimer
[   14.858052] bus: 'platform': driver_probe_device: matched device alarmtimer with driver alarmtimer
[   14.858058] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer
[   14.858183] devices_kset: Moving alarmtimer to end of list
[   14.858189] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer'
[   14.858195] bus: 'platform': really_probe: bound device alarmtimer to driver alarmtimer
[   14.858664] bus: 'clockevents': registered
[   14.858690] device: 'clockevents': device_add
[   14.859215] PM: Adding info for No Bus:clockevents
[   14.859247] device: 'clockevent0': device_add
[   14.859348] bus: 'clockevents': add device clockevent0
[   14.859868] PM: Adding info for clockevents:clockevent0
[   14.860070] device: 'clockevent1': device_add
[   14.860171] bus: 'clockevents': add device clockevent1
[   14.860689] PM: Adding info for clockevents:clockevent1
[   14.860845] device: 'clockevent2': device_add
[   14.860945] bus: 'clockevents': add device clockevent2
[   14.861465] PM: Adding info for clockevents:clockevent2
[   14.861620] device: 'clockevent3': device_add
[   14.861720] bus: 'clockevents': add device clockevent3
[   14.862238] PM: Adding info for clockevents:clockevent3
[   14.862381] device: 'broadcast': device_add
[   14.862538] bus: 'clockevents': add device broadcast
[   14.863052] PM: Adding info for clockevents:broadcast
[   14.863294] futex hash table entries: 1024 (order: 5, 131072 bytes)
[   14.863687] audit: initializing netlink subsys (disabled)
[   14.864013] audit: type=2000 audit(1460498026.724:1): initialized
[   14.866334] bus: 'event_source': registered
[   14.866369] device: 'msr': device_add
[   14.866805] bus: 'event_source': add device msr
[   14.867383] PM: Adding info for event_source:msr
[   14.867525] device: 'ibs_op': device_add
[   14.867688] bus: 'event_source': add device ibs_op
[   14.868244] PM: Adding info for event_source:ibs_op
[   14.868315] device: 'ibs_fetch': device_add
[   14.868477] bus: 'event_source': add device ibs_fetch
[   14.869033] PM: Adding info for event_source:ibs_fetch
[   14.869104] device: 'amd_nb': device_add
[   14.869345] bus: 'event_source': add device amd_nb
[   14.869900] PM: Adding info for event_source:amd_nb
[   14.869970] device: 'cpu': device_add
[   14.870750] bus: 'event_source': add device cpu
[   14.871305] PM: Adding info for event_source:cpu
[   14.871375] device: 'breakpoint': device_add
[   14.871459] bus: 'event_source': add device breakpoint
[   14.872013] PM: Adding info for event_source:breakpoint
[   14.872084] device: 'tracepoint': device_add
[   14.872167] bus: 'event_source': add device tracepoint
[   14.872721] PM: Adding info for event_source:tracepoint
[   14.872792] device: 'software': device_add
[   14.872875] bus: 'event_source': add device software
[   14.873428] PM: Adding info for event_source:software
[   14.875177] workingset: timestamp_bits=54 max_order=21 bucket_order=0
[   15.020712] kasan: WARNING: KASAN doesn't support memory hot-add
[   15.020732] kasan: Memory hot-add will be disabled
[   15.071166] fuse init (API version 7.24)
[   15.073827] device: 'fuse': device_add
[   15.074544] PM: Adding info for No Bus:fuse
[   15.084172] device class 'bsg': registering
[   15.084310] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   15.084893] io scheduler noop registered
[   15.084928] io scheduler deadline registered (default)
[   15.087771] io scheduler cfq registered
[   15.089205] device class 'phy': registering
[   15.091156] bus: 'pci_express': registered
[   15.091163] bus: 'pci': add driver pcieport
[   15.091232] bus: 'pci': driver_probe_device: matched device 0000:00:04.0 with driver pcieport
[   15.091240] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:04.0
[   15.091382] devices_kset: Moving 0000:00:04.0 to end of list
[   15.132053] device: '0000:00:04.0:pcie01': device_add
[   15.132195] bus: 'pci_express': add device 0000:00:04.0:pcie01
[   15.132901] PM: Adding info for pci_express:0000:00:04.0:pcie01
[   15.133091] device: '0000:00:04.0:pcie04': device_add
[   15.133226] bus: 'pci_express': add device 0000:00:04.0:pcie04
[   15.133925] PM: Adding info for pci_express:0000:00:04.0:pcie04
[   15.134048] driver: 'pcieport': driver_bound: bound to device '0000:00:04.0'
[   15.134056] bus: 'pci': really_probe: bound device 0000:00:04.0 to driver pcieport
[   15.134066] bus: 'pci': driver_probe_device: matched device 0000:00:05.0 with driver pcieport
[   15.134071] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:05.0
[   15.134171] devices_kset: Moving 0000:00:05.0 to end of list
[   15.175292] device: '0000:00:05.0:pcie01': device_add
[   15.175428] bus: 'pci_express': add device 0000:00:05.0:pcie01
[   15.176132] PM: Adding info for pci_express:0000:00:05.0:pcie01
[   15.176256] device: '0000:00:05.0:pcie04': device_add
[   15.176390] bus: 'pci_express': add device 0000:00:05.0:pcie04
[   15.177090] PM: Adding info for pci_express:0000:00:05.0:pcie04
[   15.177210] driver: 'pcieport': driver_bound: bound to device '0000:00:05.0'
[   15.177217] bus: 'pci': really_probe: bound device 0000:00:05.0 to driver pcieport
[   15.177227] bus: 'pci': driver_probe_device: matched device 0000:00:07.0 with driver pcieport
[   15.177232] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:07.0
[   15.177332] devices_kset: Moving 0000:00:07.0 to end of list
[   15.217806] device: '0000:00:07.0:pcie01': device_add
[   15.217944] bus: 'pci_express': add device 0000:00:07.0:pcie01
[   15.218724] PM: Adding info for pci_express:0000:00:07.0:pcie01
[   15.218853] device: '0000:00:07.0:pcie04': device_add
[   15.218990] bus: 'pci_express': add device 0000:00:07.0:pcie04
[   15.219691] PM: Adding info for pci_express:0000:00:07.0:pcie04
[   15.219811] driver: 'pcieport': driver_bound: bound to device '0000:00:07.0'
[   15.219819] bus: 'pci': really_probe: bound device 0000:00:07.0 to driver pcieport
[   15.219841] bus: 'pci': driver_probe_device: matched device 0000:00:15.0 with driver pcieport
[   15.219847] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:15.0
[   15.219947] devices_kset: Moving 0000:00:15.0 to end of list
[   15.220007] pcieport 0000:00:15.0: enabling device (0000 -> 0003)
[   15.260679] device: '0000:00:15.0:pcie01': device_add
[   15.260817] bus: 'pci_express': add device 0000:00:15.0:pcie01
[   15.261519] PM: Adding info for pci_express:0000:00:15.0:pcie01
[   15.261643] device: '0000:00:15.0:pcie04': device_add
[   15.261778] bus: 'pci_express': add device 0000:00:15.0:pcie04
[   15.262548] PM: Adding info for pci_express:0000:00:15.0:pcie04
[   15.262750] driver: 'pcieport': driver_bound: bound to device '0000:00:15.0'
[   15.262757] bus: 'pci': really_probe: bound device 0000:00:15.0 to driver pcieport
[   15.263066] bus: 'pci_express': add driver aer
[   15.263310] bus: 'pci_express': add driver pcie_pme
[   15.263375] bus: 'pci_express': driver_probe_device: matched device 0000:00:04.0:pcie01 with driver pcie_pme
[   15.263382] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:04.0:pcie01
[   15.263479] devices_kset: Moving 0000:00:04.0:pcie01 to end of list
[   15.263908] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[   15.263927] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[   15.263948] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[   15.263951] driver: 'pcie_pme': driver_bound: bound to device '0000:00:04.0:pcie01'
[   15.263958] bus: 'pci_express': really_probe: bound device 0000:00:04.0:pcie01 to driver pcie_pme
[   15.263966] bus: 'pci_express': driver_probe_device: matched device 0000:00:05.0:pcie01 with driver pcie_pme
[   15.263971] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:05.0:pcie01
[   15.264068] devices_kset: Moving 0000:00:05.0:pcie01 to end of list
[   15.264452] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
[   15.264470] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[   15.264486] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[   15.264502] pci 0000:02:00.2: Signaling PME through PCIe PME interrupt
[   15.264521] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
[   15.264525] driver: 'pcie_pme': driver_bound: bound to device '0000:00:05.0:pcie01'
[   15.264531] bus: 'pci_express': really_probe: bound device 0000:00:05.0:pcie01 to driver pcie_pme
[   15.264539] bus: 'pci_express': driver_probe_device: matched device 0000:00:07.0:pcie01 with driver pcie_pme
[   15.264544] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:07.0:pcie01
[   15.264645] devices_kset: Moving 0000:00:07.0:pcie01 to end of list
[   15.265022] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
[   15.265040] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[   15.265060] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
[   15.265064] driver: 'pcie_pme': driver_bound: bound to device '0000:00:07.0:pcie01'
[   15.265070] bus: 'pci_express': really_probe: bound device 0000:00:07.0:pcie01 to driver pcie_pme
[   15.265077] bus: 'pci_express': driver_probe_device: matched device 0000:00:15.0:pcie01 with driver pcie_pme
[   15.265082] bus: 'pci_express': really_probe: probing driver pcie_pme with device 0000:00:15.0:pcie01
[   15.265179] devices_kset: Moving 0000:00:15.0:pcie01 to end of list
[   15.265613] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[   15.265681] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[   15.265685] driver: 'pcie_pme': driver_bound: bound to device '0000:00:15.0:pcie01'
[   15.265691] bus: 'pci_express': really_probe: bound device 0000:00:15.0:pcie01 to driver pcie_pme
[   15.265882] bus: 'rapidio': add driver tsi57x
[   15.266126] bus: 'rapidio': add driver idtcps
[   15.266365] bus: 'rapidio': add driver tsi568
[   15.266693] bus: 'rapidio': add driver idt_gen2
[   15.266934] bus: 'pci': add driver tsi721
[   15.267452] bus: 'pci': add driver imsttfb
[   15.267835] bus: 'pci': add driver asiliantfb
[   15.268188] bus: 'platform': add driver efi-framebuffer
[   15.268261] bus: 'platform': driver_probe_device: matched device efi-framebuffer.0 with driver efi-framebuffer
[   15.268267] bus: 'platform': really_probe: probing driver efi-framebuffer with device efi-framebuffer.0
[   15.268364] devices_kset: Moving efi-framebuffer.0 to end of list
[   15.268369] efifb: probing for efifb
[   15.268490] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90001400000, using 3072k, total 3072k
[   15.268515] efifb: mode is 1024x768x32, linelength=4096, pages=1
[   15.268529] efifb: scrolling: redraw
[   15.268542] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   15.268750] device: 'fb0': device_add
[   15.269928] PM: Adding info for No Bus:fb0
[   15.272092] device: 'vtcon1': device_add
[   15.273366] PM: Adding info for No Bus:vtcon1
[   15.279121] Console: switching to colour frame buffer device 128x48
[   15.283487] fb0: EFI VGA frame buffer device
[   15.283529] driver: 'efi-framebuffer': driver_bound: bound to device 'efi-framebuffer.0'
[   15.283537] bus: 'platform': really_probe: bound device efi-framebuffer.0 to driver efi-framebuffer
[   15.283750] bus: 'acpi': add driver ac
[   15.283926] bus: 'acpi': driver_probe_device: matched device ACPI0003:00 with driver ac
[   15.283932] bus: 'acpi': really_probe: probing driver ac with device ACPI0003:00
[   15.284030] devices_kset: Moving ACPI0003:00 to end of list
[   15.292452] device: 'AC': device_add
[   15.293960] PM: Adding info for No Bus:AC
[   15.294132] ACPI: AC Adapter [AC] (on-line)
[   15.294204] driver: 'ac': driver_bound: bound to device 'ACPI0003:00'
[   15.294212] bus: 'acpi': really_probe: bound device ACPI0003:00 to driver ac
[   15.294495] bus: 'acpi': add driver button
[   15.294652] bus: 'acpi': driver_probe_device: matched device PNP0C0E:00 with driver button
[   15.294658] bus: 'acpi': really_probe: probing driver button with device PNP0C0E:00
[   15.294756] devices_kset: Moving PNP0C0E:00 to end of list
[   15.294827] device: 'input0': device_add
[   15.296623] PM: Adding info for No Bus:input0
[   15.296771] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[   15.296959] ACPI: Sleep Button [SLPB]
[   15.297023] driver: 'button': driver_bound: bound to device 'PNP0C0E:00'
[   15.297030] bus: 'acpi': really_probe: bound device PNP0C0E:00 to driver button
[   15.297038] bus: 'acpi': driver_probe_device: matched device PNP0C0D:00 with driver button
[   15.297043] bus: 'acpi': really_probe: probing driver button with device PNP0C0D:00
[   15.297145] devices_kset: Moving PNP0C0D:00 to end of list
[   15.297373] device: 'input1': device_add
[   15.299241] PM: Adding info for No Bus:input1
[   15.299325] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   15.300385] ACPI: Lid Switch [LID]
[   15.300447] driver: 'button': driver_bound: bound to device 'PNP0C0D:00'
[   15.300454] bus: 'acpi': really_probe: bound device PNP0C0D:00 to driver button
[   15.300474] bus: 'acpi': driver_probe_device: matched device LNXPWRBN:00 with driver button
[   15.300480] bus: 'acpi': really_probe: probing driver button with device LNXPWRBN:00
[   15.300578] devices_kset: Moving LNXPWRBN:00 to end of list
[   15.300646] device: 'input2': device_add
[   15.306571] PM: Adding info for No Bus:input2
[   15.306695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   15.306828] ACPI: Power Button [PWRF]
[   15.306939] driver: 'button': driver_bound: bound to device 'LNXPWRBN:00'
[   15.306948] bus: 'acpi': really_probe: bound device LNXPWRBN:00 to driver button
[   15.307226] bus: 'platform': add driver acpi-fan
[   15.307603] bus: 'cpu': add driver processor
[   15.307690] bus: 'cpu': driver_probe_device: matched device cpu0 with driver processor
[   15.307697] bus: 'cpu': really_probe: probing driver processor with device cpu0
[   15.307847] devices_kset: Moving cpu0 to end of list
[   15.315436] device: 'cooling_device0': device_add
[   15.316862] PM: Adding info for No Bus:cooling_device0
[   15.317186] driver: 'processor': driver_bound: bound to device 'cpu0'
[   15.317196] bus: 'cpu': really_probe: bound device cpu0 to driver processor
[   15.317207] bus: 'cpu': driver_probe_device: matched device cpu1 with driver processor
[   15.317214] bus: 'cpu': really_probe: probing driver processor with device cpu1
[   15.317358] devices_kset: Moving cpu1 to end of list
[   15.326115] device: 'cooling_device1': device_add
[   15.327046] PM: Adding info for No Bus:cooling_device1
[   15.327212] driver: 'processor': driver_bound: bound to device 'cpu1'
[   15.327219] bus: 'cpu': really_probe: bound device cpu1 to driver processor
[   15.327227] bus: 'cpu': driver_probe_device: matched device cpu2 with driver processor
[   15.327232] bus: 'cpu': really_probe: probing driver processor with device cpu2
[   15.327330] devices_kset: Moving cpu2 to end of list
[   15.329331] device: 'cooling_device2': device_add
[   15.330190] PM: Adding info for No Bus:cooling_device2
[   15.330348] driver: 'processor': driver_bound: bound to device 'cpu2'
[   15.330355] bus: 'cpu': really_probe: bound device cpu2 to driver processor
[   15.330363] bus: 'cpu': driver_probe_device: matched device cpu3 with driver processor
[   15.330367] bus: 'cpu': really_probe: probing driver processor with device cpu3
[   15.330531] devices_kset: Moving cpu3 to end of list
[   15.332485] device: 'cooling_device3': device_add
[   15.333338] PM: Adding info for No Bus:cooling_device3
[   15.333494] driver: 'processor': driver_bound: bound to device 'cpu3'
[   15.333501] bus: 'cpu': really_probe: bound device cpu3 to driver processor
[   15.334094] bus: 'acpi': add driver thermal
[   15.334269] bus: 'acpi': driver_probe_device: matched device LNXTHERM:00 with driver thermal
[   15.334275] bus: 'acpi': really_probe: probing driver thermal with device LNXTHERM:00
[   15.334375] devices_kset: Moving LNXTHERM:00 to end of list
[   15.457353] device: 'thermal_zone0': device_add
[   15.458208] PM: Adding info for No Bus:thermal_zone0
[   15.459745] device: 'hwmon0': device_add
[   15.460710] PM: Adding info for No Bus:hwmon0
[   15.482248] thermal LNXTHERM:00: registered as thermal_zone0
[   15.482312] ACPI: Thermal Zone [CPUZ] (44 C)
[   15.482383] driver: 'thermal': driver_bound: bound to device 'LNXTHERM:00'
[   15.482461] bus: 'acpi': really_probe: bound device LNXTHERM:00 to driver thermal
[   15.482474] bus: 'acpi': driver_probe_device: matched device LNXTHERM:01 with driver thermal
[   15.482481] bus: 'acpi': really_probe: probing driver thermal with device LNXTHERM:01
[   15.482594] devices_kset: Moving LNXTHERM:01 to end of list
[   15.579433] device: 'thermal_zone1': device_add
[   15.580284] PM: Adding info for No Bus:thermal_zone1
[   15.605818] thermal LNXTHERM:01: registered as thermal_zone1
[   15.605888] ACPI: Thermal Zone [GFXZ] (0 C)
[   15.605958] driver: 'thermal': driver_bound: bound to device 'LNXTHERM:01'
[   15.605968] bus: 'acpi': really_probe: bound device LNXTHERM:01 to driver thermal
[   15.605982] bus: 'acpi': driver_probe_device: matched device LNXTHERM:02 with driver thermal
[   15.605989] bus: 'acpi': really_probe: probing driver thermal with device LNXTHERM:02
[   15.606089] devices_kset: Moving LNXTHERM:02 to end of list
[   15.649651] device: 'thermal_zone2': device_add
[   15.650585] PM: Adding info for No Bus:thermal_zone2
[   15.667949] thermal LNXTHERM:02: registered as thermal_zone2
[   15.668019] ACPI: Thermal Zone [EXTZ] (45 C)
[   15.668089] driver: 'thermal': driver_bound: bound to device 'LNXTHERM:02'
[   15.668100] bus: 'acpi': really_probe: bound device LNXTHERM:02 to driver thermal
[   15.668113] bus: 'acpi': driver_probe_device: matched device LNXTHERM:03 with driver thermal
[   15.668120] bus: 'acpi': really_probe: probing driver thermal with device LNXTHERM:03
[   15.668234] devices_kset: Moving LNXTHERM:03 to end of list
[   15.707878] device: 'thermal_zone3': device_add
[   15.708736] PM: Adding info for No Bus:thermal_zone3
[   15.727593] thermal LNXTHERM:03: registered as thermal_zone3
[   15.727663] ACPI: Thermal Zone [LOCZ] (0 C)
[   15.727733] driver: 'thermal': driver_bound: bound to device 'LNXTHERM:03'
[   15.727744] bus: 'acpi': really_probe: bound device LNXTHERM:03 to driver thermal
[   15.727757] bus: 'acpi': driver_probe_device: matched device LNXTHERM:04 with driver thermal
[   15.727764] bus: 'acpi': really_probe: probing driver thermal with device LNXTHERM:04
[   15.727867] devices_kset: Moving LNXTHERM:04 to end of list
[   15.814486] device: 'thermal_zone4': device_add
[   15.815343] PM: Adding info for No Bus:thermal_zone4
[   15.838691] thermal LNXTHERM:04: registered as thermal_zone4
[   15.838761] ACPI: Thermal Zone [BATZ] (26 C)
[   15.838832] driver: 'thermal': driver_bound: bound to device 'LNXTHERM:04'
[   15.838842] bus: 'acpi': really_probe: bound device LNXTHERM:04 to driver thermal
[   15.839248] bus: 'acpi': add driver hardware_error_device
[   15.839765] GHES: HEST is not enabled!
[   15.839830] bus: 'pci': add driver virtio-pci
[   15.840336] bus: 'acpi': add driver battery
[   15.840716] bus: 'acpi': driver_probe_device: matched device PNP0C0A:00 with driver battery
[   15.840746] bus: 'acpi': really_probe: probing driver battery with device PNP0C0A:00
[   15.840771] device: 'ptmx': device_add
[   15.841009] devices_kset: Moving PNP0C0A:00 to end of list
[   15.841771] PM: Adding info for No Bus:ptmx
[   15.842509] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   15.842849] bus: 'pnp': add driver serial
[   15.843323] Registering platform device 'serial8250'. Parent at platform
[   15.843345] device: 'serial8250': device_add
[   15.843502] bus: 'platform': add device serial8250
[   15.844440] PM: Adding info for platform:serial8250
[   15.845060] device: 'ttyS0': device_add
[   15.846735] tsc: Refined TSC clocksource calibration: 2295.824 MHz
[   15.846818] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2117cc288f5, max_idle_ns: 440795214337 ns
[   15.848077] PM: Adding info for No Bus:ttyS0
[   15.849658] device: 'ttyS1': device_add
[   15.851805] PM: Adding info for No Bus:ttyS1
[   15.853398] device: 'ttyS2': device_add
[   15.855555] PM: Adding info for No Bus:ttyS2
[   15.856943] device: 'ttyS3': device_add
[   15.859084] PM: Adding info for No Bus:ttyS3
[   15.860617] device: 'ttyS4': device_add
[   15.862784] PM: Adding info for No Bus:ttyS4
[   15.864083] device: 'ttyS5': device_add
[   15.866158] PM: Adding info for No Bus:ttyS5
[   15.867691] device: 'ttyS6': device_add
[   15.869759] PM: Adding info for No Bus:ttyS6
[   15.871198] device: 'ttyS7': device_add
[   15.873276] PM: Adding info for No Bus:ttyS7
[   15.874679] device: 'ttyS8': device_add
[   15.876105] PM: Adding info for No Bus:ttyS8
[   15.877135] device: 'ttyS9': device_add
[   15.878647] PM: Adding info for No Bus:ttyS9
[   15.880020] device: 'ttyS10': device_add
[   15.881421] PM: Adding info for No Bus:ttyS10
[   15.882921] device: 'ttyS11': device_add
[   15.884627] PM: Adding info for No Bus:ttyS11
[   15.885937] device: 'ttyS12': device_add
[   15.888088] PM: Adding info for No Bus:ttyS12
[   15.889602] device: 'ttyS13': device_add
[   15.891712] PM: Adding info for No Bus:ttyS13
[   15.892687] device: 'ttyS14': device_add
[   15.894061] PM: Adding info for No Bus:ttyS14
[   15.895563] device: 'ttyS15': device_add
[   15.896952] PM: Adding info for No Bus:ttyS15
[   15.898222] device: 'ttyS16': device_add
[   15.899743] PM: Adding info for No Bus:ttyS16
[   15.900661] device: 'ttyS17': device_add
[   15.902042] PM: Adding info for No Bus:ttyS17
[   15.902956] device: 'ttyS18': device_add
[   15.904338] PM: Adding info for No Bus:ttyS18
[   15.905182] device: 'ttyS19': device_add
[   15.906616] PM: Adding info for No Bus:ttyS19
[   15.907559] device: 'ttyS20': device_add
[   15.908960] PM: Adding info for No Bus:ttyS20
[   15.909886] device: 'ttyS21': device_add
[   15.911321] PM: Adding info for No Bus:ttyS21
[   15.912222] device: 'ttyS22': device_add
[   15.913628] PM: Adding info for No Bus:ttyS22
[   15.914995] device: 'ttyS23': device_add
[   15.916442] PM: Adding info for No Bus:ttyS23
[   15.917748] device: 'ttyS24': device_add
[   15.919242] PM: Adding info for No Bus:ttyS24
[   15.920148] device: 'ttyS25': device_add
[   15.921526] PM: Adding info for No Bus:ttyS25
[   15.922498] device: 'ttyS26': device_add
[   15.923882] PM: Adding info for No Bus:ttyS26
[   15.924779] device: 'ttyS27': device_add
[   15.926170] PM: Adding info for No Bus:ttyS27
[   15.927104] device: 'ttyS28': device_add
[   15.928485] PM: Adding info for No Bus:ttyS28
[   15.929383] device: 'ttyS29': device_add
[   15.930832] PM: Adding info for No Bus:ttyS29
[   15.931782] device: 'ttyS30': device_add
[   15.933172] PM: Adding info for No Bus:ttyS30
[   15.934083] device: 'ttyS31': device_add
[   15.935533] PM: Adding info for No Bus:ttyS31
[   15.936365] bus: 'platform': add driver serial8250
[   15.936451] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[   15.936458] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[   15.936562] devices_kset: Moving serial8250 to end of list
[   15.936568] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[   15.936576] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[   15.936784] bus: 'pci': add driver serial
[   15.937433] device: 'ttyprintk': device_add
[   15.938154] PM: Adding info for No Bus:ttyprintk
[   15.938651] device: 'hpet': device_add
[   15.939280] PM: Adding info for No Bus:hpet
[   15.939738] bus: 'acpi': add driver hpet
[   15.939883] bus: 'acpi': driver_probe_device: matched device PNP0103:00 with driver hpet
[   15.939889] bus: 'acpi': really_probe: probing driver hpet with device PNP0103:00
[   15.939989] devices_kset: Moving PNP0103:00 to end of list
[   15.999478] hpet: probe of PNP0103:00 rejects match -19
[   15.999797] device: 'hw_random': device_add
[   15.999889] device: 'BAT0': device_add
[   16.000671] PM: Adding info for No Bus:hw_random
[   16.001796] Linux agpgart interface v0.103
[   16.003825] bus: 'pci': add driver agpgart-amd64
[   16.004119] PM: Adding info for No Bus:BAT0
[   16.004332] bus: 'pci': driver_probe_device: matched device 0000:00:00.0 with driver agpgart-amd64
[   16.004341] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:00.0
[   16.004445] devices_kset: Moving 0000:00:00.0 to end of list
[   16.004501] agpgart-amd64: probe of 0000:00:00.0 rejects match -19
[   16.004511] bus: 'pci': driver_probe_device: matched device 0000:00:01.0 with driver agpgart-amd64
[   16.004516] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:01.0
[   16.004619] devices_kset: Moving 0000:00:01.0 to end of list
[   16.004672] agpgart-amd64: probe of 0000:00:01.0 rejects match -19
[   16.004681] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver agpgart-amd64
[   16.004686] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:01.1
[   16.004783] devices_kset: Moving 0000:00:01.1 to end of list
[   16.004837] agpgart-amd64: probe of 0000:00:01.1 rejects match -19
[   16.004851] bus: 'pci': driver_probe_device: matched device 0000:00:10.0 with driver agpgart-amd64
[   16.004857] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:10.0
[   16.004954] devices_kset: Moving 0000:00:10.0 to end of list
[   16.005061] agpgart-amd64: probe of 0000:00:10.0 rejects match -19
[   16.005070] bus: 'pci': driver_probe_device: matched device 0000:00:10.1 with driver agpgart-amd64
[   16.005075] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:10.1
[   16.005172] devices_kset: Moving 0000:00:10.1 to end of list
[   16.005279] agpgart-amd64: probe of 0000:00:10.1 rejects match -19
[   16.005287] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver agpgart-amd64
[   16.005292] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:11.0
[   16.005388] devices_kset: Moving 0000:00:11.0 to end of list
[   16.005488] agpgart-amd64: probe of 0000:00:11.0 rejects match -19
[   16.005496] bus: 'pci': driver_probe_device: matched device 0000:00:12.0 with driver agpgart-amd64
[   16.005501] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:12.0
[   16.005596] devices_kset: Moving 0000:00:12.0 to end of list
[   16.005688] agpgart-amd64: probe of 0000:00:12.0 rejects match -19
[   16.005696] bus: 'pci': driver_probe_device: matched device 0000:00:12.2 with driver agpgart-amd64
[   16.005701] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:12.2
[   16.005797] devices_kset: Moving 0000:00:12.2 to end of list
[   16.005897] agpgart-amd64: probe of 0000:00:12.2 rejects match -19
[   16.005905] bus: 'pci': driver_probe_device: matched device 0000:00:13.0 with driver agpgart-amd64
[   16.005910] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:13.0
[   16.006006] devices_kset: Moving 0000:00:13.0 to end of list
[   16.006097] agpgart-amd64: probe of 0000:00:13.0 rejects match -19
[   16.006105] bus: 'pci': driver_probe_device: matched device 0000:00:13.2 with driver agpgart-amd64
[   16.006110] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:13.2
[   16.006206] devices_kset: Moving 0000:00:13.2 to end of list
[   16.006305] agpgart-amd64: probe of 0000:00:13.2 rejects match -19
[   16.006313] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver agpgart-amd64
[   16.006318] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:14.0
[   16.006476] devices_kset: Moving 0000:00:14.0 to end of list
[   16.006569] agpgart-amd64: probe of 0000:00:14.0 rejects match -19
[   16.006577] bus: 'pci': driver_probe_device: matched device 0000:00:14.2 with driver agpgart-amd64
[   16.006582] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:14.2
[   16.006679] devices_kset: Moving 0000:00:14.2 to end of list
[   16.006777] agpgart-amd64: probe of 0000:00:14.2 rejects match -19
[   16.006786] bus: 'pci': driver_probe_device: matched device 0000:00:14.3 with driver agpgart-amd64
[   16.006791] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:14.3
[   16.006887] devices_kset: Moving 0000:00:14.3 to end of list
[   16.006979] agpgart-amd64: probe of 0000:00:14.3 rejects match -19
[   16.006988] bus: 'pci': driver_probe_device: matched device 0000:00:14.4 with driver agpgart-amd64
[   16.006993] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:14.4
[   16.007089] devices_kset: Moving 0000:00:14.4 to end of list
[   16.007181] agpgart-amd64: probe of 0000:00:14.4 rejects match -19
[   16.007190] bus: 'pci': driver_probe_device: matched device 0000:00:14.5 with driver agpgart-amd64
[   16.007194] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:14.5
[   16.007290] devices_kset: Moving 0000:00:14.5 to end of list
[   16.007382] agpgart-amd64: probe of 0000:00:14.5 rejects match -19
[   16.007393] bus: 'pci': driver_probe_device: matched device 0000:00:18.0 with driver agpgart-amd64
[   16.007397] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.0
[   16.007493] devices_kset: Moving 0000:00:18.0 to end of list
[   16.007539] agpgart-amd64: probe of 0000:00:18.0 rejects match -19
[   16.007548] bus: 'pci': driver_probe_device: matched device 0000:00:18.1 with driver agpgart-amd64
[   16.007553] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.1
[   16.007648] devices_kset: Moving 0000:00:18.1 to end of list
[   16.007694] agpgart-amd64: probe of 0000:00:18.1 rejects match -19
[   16.007702] bus: 'pci': driver_probe_device: matched device 0000:00:18.2 with driver agpgart-amd64
[   16.007707] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.2
[   16.007803] devices_kset: Moving 0000:00:18.2 to end of list
[   16.007848] agpgart-amd64: probe of 0000:00:18.2 rejects match -19
[   16.007856] bus: 'pci': driver_probe_device: matched device 0000:00:18.3 with driver agpgart-amd64
[   16.007861] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.3
[   16.007957] devices_kset: Moving 0000:00:18.3 to end of list
[   16.008005] agpgart-amd64: probe of 0000:00:18.3 rejects match -19
[   16.008013] bus: 'pci': driver_probe_device: matched device 0000:00:18.4 with driver agpgart-amd64
[   16.008018] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.4
[   16.008113] devices_kset: Moving 0000:00:18.4 to end of list
[   16.008158] agpgart-amd64: probe of 0000:00:18.4 rejects match -19
[   16.008166] bus: 'pci': driver_probe_device: matched device 0000:00:18.5 with driver agpgart-amd64
[   16.008171] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:00:18.5
[   16.008267] devices_kset: Moving 0000:00:18.5 to end of list
[   16.008312] agpgart-amd64: probe of 0000:00:18.5 rejects match -19
[   16.008320] bus: 'pci': driver_probe_device: matched device 0000:01:00.0 with driver agpgart-amd64
[   16.008325] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:01:00.0
[   16.008421] devices_kset: Moving 0000:01:00.0 to end of list
[   16.008479] agpgart-amd64: probe of 0000:01:00.0 rejects match -19
[   16.008486] bus: 'pci': driver_probe_device: matched device 0000:02:00.0 with driver agpgart-amd64
[   16.008491] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:02:00.0
[   16.008587] devices_kset: Moving 0000:02:00.0 to end of list
[   16.008643] agpgart-amd64: probe of 0000:02:00.0 rejects match -19
[   16.008650] bus: 'pci': driver_probe_device: matched device 0000:02:00.1 with driver agpgart-amd64
[   16.008655] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:02:00.1
[   16.008751] devices_kset: Moving 0000:02:00.1 to end of list
[   16.008806] agpgart-amd64: probe of 0000:02:00.1 rejects match -19
[   16.008814] bus: 'pci': driver_probe_device: matched device 0000:02:00.2 with driver agpgart-amd64
[   16.008818] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:02:00.2
[   16.008914] devices_kset: Moving 0000:02:00.2 to end of list
[   16.008968] agpgart-amd64: probe of 0000:02:00.2 rejects match -19
[   16.008976] bus: 'pci': driver_probe_device: matched device 0000:03:00.0 with driver agpgart-amd64
[   16.008981] bus: 'pci': really_probe: probing driver agpgart-amd64 with device 0000:03:00.0
[   16.009076] devices_kset: Moving 0000:03:00.0 to end of list
[   16.009148] agpgart-amd64: probe of 0000:03:00.0 rejects match -19
[   16.009490] bus: 'pci': remove driver agpgart-amd64
[   16.009561] driver: 'agpgart-amd64': driver_release
[   16.009594] bus: 'pci': add driver agpgart-intel
[   16.009966] bus: 'pci': add driver agpgart-via
[   16.011703] device: 'cache': device_add
[   16.012307] PM: Adding info for No Bus:cache
[   16.012404] device: 'index0': device_add
[   16.013419] PM: Adding info for No Bus:index0
[   16.013464] device: 'index1': device_add
[   16.014537] PM: Adding info for No Bus:index1
[   16.014583] device: 'index2': device_add
[   16.015598] PM: Adding info for No Bus:index2
[   16.015713] device: 'cache': device_add
[   16.016283] PM: Adding info for No Bus:cache
[   16.016342] device: 'index0': device_add
[   16.017356] PM: Adding info for No Bus:index0
[   16.017403] device: 'index1': device_add
[   16.018481] PM: Adding info for No Bus:index1
[   16.018526] device: 'index2': device_add
[   16.019561] PM: Adding info for No Bus:index2
[   16.019613] device: 'cache': device_add
[   16.020181] PM: Adding info for No Bus:cache
[   16.020236] device: 'index0': device_add
[   16.021239] PM: Adding info for No Bus:index0
[   16.021283] device: 'index1': device_add
[   16.022329] PM: Adding info for No Bus:index1
[   16.022436] device: 'index2': device_add
[   16.023469] PM: Adding info for No Bus:index2
[   16.023590] device: 'cache': device_add
[   16.024162] PM: Adding info for No Bus:cache
[   16.024216] device: 'index0': device_add
[   16.025218] PM: Adding info for No Bus:index0
[   16.025262] device: 'index1': device_add
[   16.026271] PM: Adding info for No Bus:index1
[   16.026315] device: 'index2': device_add
[   16.027414] PM: Adding info for No Bus:index2
[   16.027444] device class 'devcoredump': registering
[   16.043330] device: '1:0': device_add
[   16.044417] PM: Adding info for No Bus:1:0
[   16.044738] device: 'ram0': device_add
[   16.046004] PM: Adding info for No Bus:ram0
[   16.049620] device: '1:1': device_add
[   16.050693] PM: Adding info for No Bus:1:1
[   16.050876] device: 'ram1': device_add
[   16.052088] PM: Adding info for No Bus:ram1
[   16.055144] device: '1:2': device_add
[   16.056115] PM: Adding info for No Bus:1:2
[   16.056293] device: 'ram2': device_add
[   16.057502] PM: Adding info for No Bus:ram2
[   16.060542] device: '1:3': device_add
[   16.061517] PM: Adding info for No Bus:1:3
[   16.061697] device: 'ram3': device_add
[   16.061901] ACPI: Battery Slot [BAT0] (battery present)
[   16.062984] PM: Adding info for No Bus:ram3
[   16.064743] driver: 'battery': driver_bound: bound to device 'PNP0C0A:00'
[   16.064769] bus: 'acpi': really_probe: bound device PNP0C0A:00 to driver battery
[   16.065405] bus: 'acpi': driver_probe_device: matched device PNP0C0A:01 with driver battery
[   16.065412] bus: 'acpi': really_probe: probing driver battery with device PNP0C0A:01
[   16.065566] devices_kset: Moving PNP0C0A:01 to end of list
[   16.066104] device: '1:4': device_add
[   16.067166] PM: Adding info for No Bus:1:4
[   16.067360] device: 'ram4': device_add
[   16.068571] PM: Adding info for No Bus:ram4
[   16.071744] device: '1:5': device_add
[   16.072717] PM: Adding info for No Bus:1:5
[   16.072897] device: 'ram5': device_add
[   16.074107] PM: Adding info for No Bus:ram5
[   16.077071] device: '1:6': device_add
[   16.078045] PM: Adding info for No Bus:1:6
[   16.078221] device: 'ram6': device_add
[   16.079518] PM: Adding info for No Bus:ram6
[   16.082563] device: '1:7': device_add
[   16.083538] PM: Adding info for No Bus:1:7
[   16.083726] device: 'ram7': device_add
[   16.084931] PM: Adding info for No Bus:ram7
[   16.087958] device: '1:8': device_add
[   16.088964] PM: Adding info for No Bus:1:8
[   16.089138] device: 'ram8': device_add
[   16.090405] PM: Adding info for No Bus:ram8
[   16.093391] device: '1:9': device_add
[   16.094484] PM: Adding info for No Bus:1:9
[   16.094658] device: 'ram9': device_add
[   16.095857] PM: Adding info for No Bus:ram9
[   16.099416] device: '1:10': device_add
[   16.100396] PM: Adding info for No Bus:1:10
[   16.100589] device: 'ram10': device_add
[   16.101798] PM: Adding info for No Bus:ram10
[   16.104934] device: '1:11': device_add
[   16.105928] PM: Adding info for No Bus:1:11
[   16.106101] device: 'ram11': device_add
[   16.107341] PM: Adding info for No Bus:ram11
[   16.110464] device: '1:12': device_add
[   16.111437] PM: Adding info for No Bus:1:12
[   16.111646] device: 'ram12': device_add
[   16.112855] PM: Adding info for No Bus:ram12
[   16.116091] device: '1:13': device_add
[   16.117057] PM: Adding info for No Bus:1:13
[   16.117236] device: 'ram13': device_add
[   16.118474] PM: Adding info for No Bus:ram13
[   16.121860] device: '1:14': device_add
[   16.122950] PM: Adding info for No Bus:1:14
[   16.123141] device: 'ram14': device_add
[   16.124389] PM: Adding info for No Bus:ram14
[   16.127926] device: '1:15': device_add
[   16.128911] PM: Adding info for No Bus:1:15
[   16.129102] device: 'ram15': device_add
[   16.130313] PM: Adding info for No Bus:ram15
[   16.133376] brd: module loaded
[   16.135454] device: 'loop-control': device_add
[   16.136113] PM: Adding info for No Bus:loop-control
[   16.138223] device: '7:0': device_add
[   16.139453] PM: Adding info for No Bus:7:0
[   16.139750] device: 'loop0': device_add
[   16.140918] PM: Adding info for No Bus:loop0
[   16.146121] device: '7:1': device_add
[   16.147151] PM: Adding info for No Bus:7:1
[   16.147338] device: 'loop1': device_add
[   16.148502] PM: Adding info for No Bus:loop1
[   16.153554] device: '7:2': device_add
[   16.154558] PM: Adding info for No Bus:7:2
[   16.154732] device: 'loop2': device_add
[   16.155902] PM: Adding info for No Bus:loop2
[   16.160961] device: '7:3': device_add
[   16.161905] PM: Adding info for No Bus:7:3
[   16.162080] device: 'loop3': device_add
[   16.163357] PM: Adding info for No Bus:loop3
[   16.168329] device: '7:4': device_add
[   16.169265] PM: Adding info for No Bus:7:4
[   16.169437] device: 'loop4': device_add
[   16.170672] PM: Adding info for No Bus:loop4
[   16.175671] device: '7:5': device_add
[   16.176609] PM: Adding info for No Bus:7:5
[   16.176781] device: 'loop5': device_add
[   16.177946] PM: Adding info for No Bus:loop5
[   16.182966] device: '7:6': device_add
[   16.183908] PM: Adding info for No Bus:7:6
[   16.184080] device: 'loop6': device_add
[   16.185260] PM: Adding info for No Bus:loop6
[   16.190258] device: '7:7': device_add
[   16.191266] PM: Adding info for No Bus:7:7
[   16.191433] device: 'loop7': device_add
[   16.192605] PM: Adding info for No Bus:loop7
[   16.196590] loop: module loaded
[   16.198703] bus: 'virtio': add driver virtio_blk
[   16.198961] device class 'mei': registering
[   16.199384] bus: 'mei': registered
[   16.199413] bus: 'pci': add driver mei_me
[   16.199802] bus: 'i2c': add driver htcpld-chip
[   16.200026] bus: 'platform': add driver i2c-htcpld
[   16.200203] bus: 'platform': remove driver i2c-htcpld
[   16.200267] driver: 'i2c-htcpld': driver_release
[   16.200301] bus: 'i2c': add driver wm8994
[   16.200542] bus: 'i2c': add driver tps65912
[   16.200781] bus: 'spi': add driver tps65912
[   16.201024] bus: 'i2c': add driver twl6040
[   16.201265] bus: 'i2c': add driver adp5520
[   16.201532] device class 'spi_transport': registering
[   16.201633] device class 'spi_host': registering
[   16.202096] device class 'scsi_disk': registering
[   16.203622] bus: 'scsi': add driver sd
[   16.203871] bus: 'scsi': add driver sr
[   16.204133] device class 'scsi_generic': registering
[   16.204618] bus: 'pci': add driver ahci
[   16.204703] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver ahci
[   16.204711] bus: 'pci': really_probe: probing driver ahci with device 0000:00:11.0
[   16.204815] devices_kset: Moving 0000:00:11.0 to end of list
[   16.204825] ahci 0000:00:11.0: version 3.0
[   16.241760] device: 'BAT1': device_add
[   16.243943] PM: Adding info for No Bus:BAT1
[   16.251105] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 5 ports 3 Gbps 0x1f impl SATA mode
[   16.253051] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[   16.256623] device: 'ata1': device_add
[   16.257475] PM: Adding info for No Bus:ata1
[   16.257521] device: 'ata1': device_add
[   16.259038] PM: Adding info for No Bus:ata1
[   16.259591] device: 'link1': device_add
[   16.260413] PM: Adding info for No Bus:link1
[   16.260441] device: 'link1': device_add
[   16.261657] PM: Adding info for No Bus:link1
[   16.262788] device: 'dev1.0': device_add
[   16.263614] PM: Adding info for No Bus:dev1.0
[   16.263649] device: 'dev1.0': device_add
[   16.264839] PM: Adding info for No Bus:dev1.0
[   16.265619] device: 'ata2': device_add
[   16.266491] PM: Adding info for No Bus:ata2
[   16.266521] device: 'ata2': device_add
[   16.267723] PM: Adding info for No Bus:ata2
[   16.268099] device: 'link2': device_add
[   16.268922] PM: Adding info for No Bus:link2
[   16.268949] device: 'link2': device_add
[   16.270136] PM: Adding info for No Bus:link2
[   16.271255] device: 'dev2.0': device_add
[   16.272119] PM: Adding info for No Bus:dev2.0
[   16.272155] device: 'dev2.0': device_add
[   16.273365] PM: Adding info for No Bus:dev2.0
[   16.274146] device: 'ata3': device_add
[   16.275027] PM: Adding info for No Bus:ata3
[   16.275059] device: 'ata3': device_add
[   16.276261] PM: Adding info for No Bus:ata3
[   16.276640] device: 'link3': device_add
[   16.277469] PM: Adding info for No Bus:link3
[   16.277498] device: 'link3': device_add
[   16.278742] PM: Adding info for No Bus:link3
[   16.279771] device: 'dev3.0': device_add
[   16.280628] PM: Adding info for No Bus:dev3.0
[   16.280658] device: 'dev3.0': device_add
[   16.281872] PM: Adding info for No Bus:dev3.0
[   16.282725] device: 'ata4': device_add
[   16.283544] PM: Adding info for No Bus:ata4
[   16.283576] device: 'ata4': device_add
[   16.284746] PM: Adding info for No Bus:ata4
[   16.285119] device: 'link4': device_add
[   16.285949] PM: Adding info for No Bus:link4
[   16.285979] device: 'link4': device_add
[   16.287241] PM: Adding info for No Bus:link4
[   16.299043] ACPI: Battery Slot [BAT1] (battery present)
[   16.299602] device: 'dev4.0': device_add
[   16.300458] PM: Adding info for No Bus:dev4.0
[   16.300492] device: 'dev4.0': device_add
[   16.301744] PM: Adding info for No Bus:dev4.0
[   16.301885] driver: 'battery': driver_bound: bound to device 'PNP0C0A:01'
[   16.301897] bus: 'acpi': really_probe: bound device PNP0C0A:01 to driver battery
[   16.302683] device: 'ata5': device_add
[   16.303503] PM: Adding info for No Bus:ata5
[   16.303538] device: 'ata5': device_add
[   16.304707] PM: Adding info for No Bus:ata5
[   16.305085] device: 'link5': device_add
[   16.305908] PM: Adding info for No Bus:link5
[   16.305938] device: 'link5': device_add
[   16.307216] PM: Adding info for No Bus:link5
[   16.308252] device: 'dev5.0': device_add
[   16.309083] PM: Adding info for No Bus:dev5.0
[   16.309112] device: 'dev5.0': device_add
[   16.310305] PM: Adding info for No Bus:dev5.0
[   16.312590] scsi host0: ahci
[   16.319884] device: 'host0': device_add
[   16.320054] bus: 'scsi': add device host0
[   16.320890] PM: Adding info for scsi:host0
[   16.321083] device: 'host0': device_add
[   16.323447] PM: Adding info for No Bus:host0
[   16.325897] scsi host1: ahci
[   16.328007] device: 'host1': device_add
[   16.328186] bus: 'scsi': add device host1
[   16.329036] PM: Adding info for scsi:host1
[   16.329163] device: 'host1': device_add
[   16.331526] PM: Adding info for No Bus:host1
[   16.333434] scsi host2: ahci
[   16.335515] device: 'host2': device_add
[   16.335693] bus: 'scsi': add device host2
[   16.336540] PM: Adding info for scsi:host2
[   16.336664] device: 'host2': device_add
[   16.339042] PM: Adding info for No Bus:host2
[   16.340970] scsi host3: ahci
[   16.342992] device: 'host3': device_add
[   16.343165] bus: 'scsi': add device host3
[   16.343997] PM: Adding info for scsi:host3
[   16.344117] device: 'host3': device_add
[   16.346745] PM: Adding info for No Bus:host3
[   16.348673] scsi host4: ahci
[   16.350684] device: 'host4': device_add
[   16.350864] bus: 'scsi': add device host4
[   16.351712] PM: Adding info for scsi:host4
[   16.351840] device: 'host4': device_add
[   16.354135] PM: Adding info for No Bus:host4
[   16.354941] ata1: SATA max UDMA/133 abar m2048@0xd8051000 port 0xd8051100 irq 28
[   16.356835] ata2: SATA max UDMA/133 abar m2048@0xd8051000 port 0xd8051180 irq 28
[   16.358739] ata3: SATA max UDMA/133 abar m2048@0xd8051000 port 0xd8051200 irq 28
[   16.360636] ata4: SATA max UDMA/133 abar m2048@0xd8051000 port 0xd8051280 irq 28
[   16.362505] ata5: SATA max UDMA/133 abar m2048@0xd8051000 port 0xd8051300 irq 28
[   16.364450] driver: 'ahci': driver_bound: bound to device '0000:00:11.0'
[   16.364460] bus: 'pci': really_probe: bound device 0000:00:11.0 to driver ahci
[   16.365705] bus: 'pci': add driver ata_piix
[   16.366457] bus: 'pci': add driver pata_sis
[   16.367137] bus: 'pci': add driver pata_acpi
[   16.367731] bus: 'pci': add driver ata_generic
[   16.368354] bus: 'mdio_bus': add driver Marvell 88E1101
[   16.368586] bus: 'mdio_bus': add driver Marvell 88E1112
[   16.368813] bus: 'mdio_bus': add driver Marvell 88E1111
[   16.369038] bus: 'mdio_bus': add driver Marvell 88E1118
[   16.369267] bus: 'mdio_bus': add driver Marvell 88E1121R
[   16.369494] bus: 'mdio_bus': add driver Marvell 88E1318S
[   16.369719] bus: 'mdio_bus': add driver Marvell 88E1145
[   16.369944] bus: 'mdio_bus': add driver Marvell 88E1149R
[   16.370167] bus: 'mdio_bus': add driver Marvell 88E1240
[   16.370466] bus: 'mdio_bus': add driver Marvell 88E1116R
[   16.370692] bus: 'mdio_bus': add driver Marvell 88E1510
[   16.370916] bus: 'mdio_bus': add driver Marvell 88E1540
[   16.371140] bus: 'mdio_bus': add driver Marvell 88E3016
[   16.371390] bus: 'mdio_bus': add driver Davicom DM9161E
[   16.371616] bus: 'mdio_bus': add driver Davicom DM9161B/C
[   16.371867] bus: 'mdio_bus': add driver Davicom DM9161A
[   16.372091] bus: 'mdio_bus': add driver Davicom DM9131
[   16.372340] bus: 'mdio_bus': add driver Cicada Cis8201
[   16.372565] bus: 'mdio_bus': add driver Cicada Cis8204
[   16.372809] bus: 'mdio_bus': add driver LXT970
[   16.373034] bus: 'mdio_bus': add driver LXT971
[   16.373271] bus: 'mdio_bus': add driver LXT973-A2
[   16.373497] bus: 'mdio_bus': add driver LXT973
[   16.373743] bus: 'mdio_bus': add driver QS6612
[   16.373987] bus: 'mdio_bus': add driver SMSC LAN83C185
[   16.374212] bus: 'mdio_bus': add driver SMSC LAN8187
[   16.374508] bus: 'mdio_bus': add driver SMSC LAN8700
[   16.374734] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY
[   16.374961] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720
[   16.375211] bus: 'mdio_bus': add driver SMSC LAN8740
[   16.375462] bus: 'mdio_bus': add driver Vitesse VSC8234
[   16.375688] bus: 'mdio_bus': add driver Vitesse VSC8244
[   16.375914] bus: 'mdio_bus': add driver Vitesse VSC8514
[   16.376138] bus: 'mdio_bus': add driver Vitesse VSC8574
[   16.376368] bus: 'mdio_bus': add driver Vitesse VSC8601
[   16.376594] bus: 'mdio_bus': add driver Vitesse VSC8662
[   16.376820] bus: 'mdio_bus': add driver Vitesse VSC8221
[   16.377045] bus: 'mdio_bus': add driver Vitesse VSC8211
[   16.377293] bus: 'mdio_bus': add driver Broadcom BCM5411
[   16.377520] bus: 'mdio_bus': add driver Broadcom BCM5421
[   16.377746] bus: 'mdio_bus': add driver Broadcom BCM5461
[   16.377971] bus: 'mdio_bus': add driver Broadcom BCM54616S
[   16.378195] bus: 'mdio_bus': add driver Broadcom BCM5464
[   16.378491] bus: 'mdio_bus': add driver Broadcom BCM5481
[   16.378717] bus: 'mdio_bus': add driver Broadcom BCM5482
[   16.378942] bus: 'mdio_bus': add driver Broadcom BCM50610
[   16.379166] bus: 'mdio_bus': add driver Broadcom BCM50610M
[   16.379397] bus: 'mdio_bus': add driver Broadcom BCM57780
[   16.379624] bus: 'mdio_bus': add driver Broadcom BCMAC131
[   16.379849] bus: 'mdio_bus': add driver Broadcom BCM5241
[   16.380102] bus: 'mdio_bus': add driver ICPlus IP175C
[   16.380333] bus: 'mdio_bus': add driver ICPlus IP1001
[   16.380560] bus: 'mdio_bus': add driver ICPlus IP101A/G
[   16.380831] bus: 'mdio_bus': add driver RTL8201CP Ethernet
[   16.381058] bus: 'mdio_bus': add driver RTL8211B Gigabit Ethernet
[   16.381288] bus: 'mdio_bus': add driver RTL8211DN Gigabit Ethernet
[   16.381515] bus: 'mdio_bus': add driver RTL8211E Gigabit Ethernet
[   16.381741] bus: 'mdio_bus': add driver RTL8211F Gigabit Ethernet
[   16.381986] bus: 'mdio_bus': add driver ET1011C
[   16.382260] Registering platform device 'Fixed MDIO bus.0'. Parent at platform
[   16.382277] device: 'Fixed MDIO bus.0': device_add
[   16.382464] bus: 'platform': add device Fixed MDIO bus.0
[   16.383145] PM: Adding info for platform:Fixed MDIO bus.0
[   16.383257] device: 'fixed-0': device_add
[   16.384037] PM: Adding info for No Bus:fixed-0
[   16.384238] libphy: Fixed MDIO Bus: probed
[   16.386026] bus: 'mdio_bus': add driver NatSemi DP83865
[   16.386279] bus: 'mdio_bus': add driver STe101p
[   16.386572] bus: 'mdio_bus': add driver STe100p
[   16.386818] bus: 'mdio_bus': add driver Micrel KS8737
[   16.387044] bus: 'mdio_bus': add driver Micrel KSZ8021 or KSZ8031
[   16.387275] bus: 'mdio_bus': add driver Micrel KSZ8031
[   16.387503] bus: 'mdio_bus': add driver Micrel KSZ8041
[   16.387729] bus: 'mdio_bus': add driver Micrel KSZ8041RNLI
[   16.387955] bus: 'mdio_bus': add driver Micrel KSZ8051
[   16.388180] bus: 'mdio_bus': add driver Micrel KSZ8001 or KS8721
[   16.388413] bus: 'mdio_bus': add driver Micrel KSZ8081 or KSZ8091
[   16.388639] bus: 'mdio_bus': add driver Micrel KSZ8061
[   16.388865] bus: 'mdio_bus': add driver Micrel KSZ9021 Gigabit PHY
[   16.389090] bus: 'mdio_bus': add driver Micrel KSZ9031 Gigabit PHY
[   16.389322] bus: 'mdio_bus': add driver Micrel KSZ8873MLL Switch
[   16.389549] bus: 'mdio_bus': add driver Micrel KSZ886X Switch
[   16.389794] bus: 'mdio_bus': add driver AM79C874
[   16.390037] tun: Universal TUN/TAP device driver, 1.6
[   16.391849] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   16.393649] device: 'tun': device_add
[   16.394280] PM: Adding info for No Bus:tun
[   16.395698] bus: 'virtio': add driver virtio_net
[   16.395981] PPP generic driver version 2.4.2
[   16.397807] device class 'ppp': registering
[   16.397946] device: 'ppp': device_add
[   16.398765] PM: Adding info for No Bus:ppp
[   16.399677] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   16.401512] ehci-pci: EHCI PCI platform driver
[   16.403332] bus: 'pci': add driver ehci-pci
[   16.403423] bus: 'pci': driver_probe_device: matched device 0000:00:12.2 with driver ehci-pci
[   16.403431] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:12.2
[   16.403536] devices_kset: Moving 0000:00:12.2 to end of list
[   16.441203] QUIRK: Enable AMD PLL fix
[   16.441509] ehci-pci 0000:00:12.2: EHCI Host Controller
[   16.443895] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   16.445798] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   16.447662] ehci-pci 0000:00:12.2: debug port 1
[   16.450460] ehci-pci 0000:00:12.2: irq 17, io mem 0xd804f000
[   16.462829] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   16.468559] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   16.470252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.471976] usb usb1: Product: EHCI Host Controller
[   16.473619] usb usb1: Manufacturer: Linux 4.6.0-rc3m+ ehci_hcd
[   16.475306] usb usb1: SerialNumber: 0000:00:12.2
[   16.476980] device: 'usb1': device_add
[   16.479489] bus: 'usb': add device usb1
[   16.480843] PM: Adding info for usb:usb1
[   16.483881] bus: 'usb': driver_probe_device: matched device usb1 with driver usb
[   16.483905] bus: 'usb': really_probe: probing driver usb with device usb1
[   16.484498] devices_kset: Moving usb1 to end of list
[   16.486572] device: '1-0:1.0': device_add
[   16.487457] bus: 'usb': add device 1-0:1.0
[   16.488105] PM: Adding info for usb:1-0:1.0
[   16.488327] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub
[   16.488333] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[   16.488569] devices_kset: Moving 1-0:1.0 to end of list
[   16.488596] hub 1-0:1.0: USB hub found
[   16.490642] hub 1-0:1.0: 5 ports detected
[   16.493288] device: 'usb1-port1': device_add
[   16.495416] PM: Adding info for No Bus:usb1-port1
[   16.495972] device: 'usb1-port2': device_add
[   16.497699] PM: Adding info for No Bus:usb1-port2
[   16.497887] device: 'usb1-port3': device_add
[   16.503135] PM: Adding info for No Bus:usb1-port3
[   16.503325] device: 'usb1-port4': device_add
[   16.505057] PM: Adding info for No Bus:usb1-port4
[   16.505243] device: 'usb1-port5': device_add
[   16.510243] PM: Adding info for No Bus:usb1-port5
[   16.511875] driver: 'hub': driver_bound: bound to device '1-0:1.0'
[   16.511910] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[   16.512137] device: 'ep_81': device_add
[   16.513743] PM: Adding info for No Bus:ep_81
[   16.513770] driver: 'usb': driver_bound: bound to device 'usb1'
[   16.513780] bus: 'usb': really_probe: bound device usb1 to driver usb
[   16.513847] device: 'ep_00': device_add
[   16.515161] PM: Adding info for No Bus:ep_00
[   16.515392] driver: 'ehci-pci': driver_bound: bound to device '0000:00:12.2'
[   16.515401] bus: 'pci': really_probe: bound device 0000:00:12.2 to driver ehci-pci
[   16.515415] bus: 'pci': driver_probe_device: matched device 0000:00:13.2 with driver ehci-pci
[   16.515421] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:13.2
[   16.515527] devices_kset: Moving 0000:00:13.2 to end of list
[   16.553167] ehci-pci 0000:00:13.2: EHCI Host Controller
[   16.554953] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   16.556596] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   16.558282] ehci-pci 0000:00:13.2: debug port 1
[   16.560285] ehci-pci 0000:00:13.2: irq 17, io mem 0xd804d000
[   16.570716] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   16.573961] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   16.575620] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.577286] usb usb2: Product: EHCI Host Controller
[   16.578930] usb usb2: Manufacturer: Linux 4.6.0-rc3m+ ehci_hcd
[   16.580512] usb usb2: SerialNumber: 0000:00:13.2
[   16.582133] device: 'usb2': device_add
[   16.584413] bus: 'usb': add device usb2
[   16.585741] PM: Adding info for usb:usb2
[   16.587049] bus: 'usb': driver_probe_device: matched device usb2 with driver usb
[   16.587057] bus: 'usb': really_probe: probing driver usb with device usb2
[   16.587229] devices_kset: Moving usb2 to end of list
[   16.587570] device: '2-0:1.0': device_add
[   16.588448] bus: 'usb': add device 2-0:1.0
[   16.589090] PM: Adding info for usb:2-0:1.0
[   16.589201] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub
[   16.589207] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0
[   16.589408] devices_kset: Moving 2-0:1.0 to end of list
[   16.589422] hub 2-0:1.0: USB hub found
[   16.591405] hub 2-0:1.0: 5 ports detected
[   16.593500] device: 'usb2-port1': device_add
[   16.595340] PM: Adding info for No Bus:usb2-port1
[   16.595534] device: 'usb2-port2': device_add
[   16.597270] PM: Adding info for No Bus:usb2-port2
[   16.597458] device: 'usb2-port3': device_add
[   16.602676] PM: Adding info for No Bus:usb2-port3
[   16.602868] device: 'usb2-port4': device_add
[   16.604604] PM: Adding info for No Bus:usb2-port4
[   16.604790] device: 'usb2-port5': device_add
[   16.609799] PM: Adding info for No Bus:usb2-port5
[   16.611477] driver: 'hub': driver_bound: bound to device '2-0:1.0'
[   16.611489] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub
[   16.611621] device: 'ep_81': device_add
[   16.613564] PM: Adding info for No Bus:ep_81
[   16.613574] driver: 'usb': driver_bound: bound to device 'usb2'
[   16.613582] bus: 'usb': really_probe: bound device usb2 to driver usb
[   16.613647] device: 'ep_00': device_add
[   16.614960] PM: Adding info for No Bus:ep_00
[   16.615191] driver: 'ehci-pci': driver_bound: bound to device '0000:00:13.2'
[   16.615200] bus: 'pci': really_probe: bound device 0000:00:13.2 to driver ehci-pci
[   16.615526] ehci-platform: EHCI generic platform driver
[   16.617003] bus: 'platform': add driver ehci-platform
[   16.617274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   16.618955] ohci-pci: OHCI PCI platform driver
[   16.620433] bus: 'pci': add driver ohci-pci
[   16.620507] bus: 'pci': driver_probe_device: matched device 0000:00:12.0 with driver ohci-pci
[   16.620514] bus: 'pci': really_probe: probing driver ohci-pci with device 0000:00:12.0
[   16.620615] devices_kset: Moving 0000:00:12.0 to end of list
[   16.659024] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   16.660645] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[   16.662901] ohci-pci 0000:00:12.0: irq 18, io mem 0xd8050000
[   16.677270] ata4: SATA link down (SStatus 0 SControl 300)
[   16.679159] ata3: SATA link down (SStatus 0 SControl 300)
[   16.681000] ata5: SATA link down (SStatus 0 SControl 300)
[   16.723999] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   16.725555] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.727131] usb usb3: Product: OHCI PCI host controller
[   16.728667] usb usb3: Manufacturer: Linux 4.6.0-rc3m+ ohci_hcd
[   16.730233] usb usb3: SerialNumber: 0000:00:12.0
[   16.731896] device: 'usb3': device_add
[   16.734098] bus: 'usb': add device usb3
[   16.735481] PM: Adding info for usb:usb3
[   16.738511] bus: 'usb': driver_probe_device: matched device usb3 with driver usb
[   16.738537] bus: 'usb': really_probe: probing driver usb with device usb3
[   16.738965] devices_kset: Moving usb3 to end of list
[   16.739270] device: '3-0:1.0': device_add
[   16.740148] bus: 'usb': add device 3-0:1.0
[   16.740792] PM: Adding info for usb:3-0:1.0
[   16.740901] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub
[   16.740907] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0
[   16.741106] devices_kset: Moving 3-0:1.0 to end of list
[   16.741123] hub 3-0:1.0: USB hub found
[   16.743098] hub 3-0:1.0: 5 ports detected
[   16.745322] device: 'usb3-port1': device_add
[   16.747154] PM: Adding info for No Bus:usb3-port1
[   16.747345] device: 'usb3-port2': device_add
[   16.749080] PM: Adding info for No Bus:usb3-port2
[   16.749318] device: 'usb3-port3': device_add
[   16.754536] PM: Adding info for No Bus:usb3-port3
[   16.754731] device: 'usb3-port4': device_add
[   16.756461] PM: Adding info for No Bus:usb3-port4
[   16.756648] device: 'usb3-port5': device_add
[   16.761650] PM: Adding info for No Bus:usb3-port5
[   16.762857] driver: 'hub': driver_bound: bound to device '3-0:1.0'
[   16.762865] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub
[   16.762947] device: 'ep_81': device_add
[   16.764545] PM: Adding info for No Bus:ep_81
[   16.764553] driver: 'usb': driver_bound: bound to device 'usb3'
[   16.764561] bus: 'usb': really_probe: bound device usb3 to driver usb
[   16.764623] device: 'ep_00': device_add
[   16.765846] PM: Adding info for No Bus:ep_00
[   16.766160] driver: 'ohci-pci': driver_bound: bound to device '0000:00:12.0'
[   16.766168] bus: 'pci': really_probe: bound device 0000:00:12.0 to driver ohci-pci
[   16.766182] bus: 'pci': driver_probe_device: matched device 0000:00:13.0 with driver ohci-pci
[   16.766188] bus: 'pci': really_probe: probing driver ohci-pci with device 0000:00:13.0
[   16.766290] devices_kset: Moving 0000:00:13.0 to end of list
[   16.804646] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   16.806433] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
[   16.808425] ohci-pci 0000:00:13.0: irq 18, io mem 0xd804e000
[   16.834706] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   16.838560] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   16.841890] ata2.00: ATAPI: hp      DVD A  DS8A8SH, KH61, max UDMA/100
[   16.845350] ata1.00: ATA-8: Hitachi HTS727550A9E364, JF3OA0E0, max UDMA/100
[   16.847049] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   16.848988] clocksource: Switched to clocksource tsc
[   16.854026] ata1.00: configured for UDMA/100
[   16.858505] ata2.00: configured for UDMA/100
[   16.861783] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS72755 A0E0 PQ: 0 ANSI: 5
[   16.872898] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   16.874564] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.876141] usb usb4: Product: OHCI PCI host controller
[   16.877710] usb usb4: Manufacturer: Linux 4.6.0-rc3m+ ohci_hcd
[   16.878414] usb 1-5: new high-speed USB device number 3 using ehci-pci
[   16.881035] usb usb4: SerialNumber: 0000:00:13.0
[   16.882788] device: 'usb4': device_add
[   16.885003] bus: 'usb': add device usb4
[   16.886400] PM: Adding info for usb:usb4
[   16.887606] bus: 'usb': driver_probe_device: matched device usb4 with driver usb
[   16.887615] bus: 'usb': really_probe: probing driver usb with device usb4
[   16.887789] devices_kset: Moving usb4 to end of list
[   16.888096] device: '4-0:1.0': device_add
[   16.889039] bus: 'usb': add device 4-0:1.0
[   16.889681] PM: Adding info for usb:4-0:1.0
[   16.889791] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub
[   16.889796] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0
[   16.890014] devices_kset: Moving 4-0:1.0 to end of list
[   16.890030] hub 4-0:1.0: USB hub found
[   16.892054] hub 4-0:1.0: 5 ports detected
[   16.894293] device: 'usb4-port1': device_add
[   16.896084] PM: Adding info for No Bus:usb4-port1
[   16.896278] device: 'usb4-port2': device_add
[   16.898016] PM: Adding info for No Bus:usb4-port2
[   16.898203] device: 'usb4-port3': device_add
[   16.903546] PM: Adding info for No Bus:usb4-port3
[   16.903751] device: 'usb4-port4': device_add
[   16.905494] PM: Adding info for No Bus:usb4-port4
[   16.905687] device: 'usb4-port5': device_add
[   16.910887] PM: Adding info for No Bus:usb4-port5
[   16.912050] driver: 'hub': driver_bound: bound to device '4-0:1.0'
[   16.912059] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub
[   16.912142] device: 'ep_81': device_add
[   16.913749] PM: Adding info for No Bus:ep_81
[   16.913757] driver: 'usb': driver_bound: bound to device 'usb4'
[   16.913765] bus: 'usb': really_probe: bound device usb4 to driver usb
[   16.913828] device: 'ep_00': device_add
[   16.915149] PM: Adding info for No Bus:ep_00
[   16.915334] driver: 'ohci-pci': driver_bound: bound to device '0000:00:13.0'
[   16.915342] bus: 'pci': really_probe: bound device 0000:00:13.0 to driver ohci-pci
[   16.915360] bus: 'pci': driver_probe_device: matched device 0000:00:14.5 with driver ohci-pci
[   16.915366] bus: 'pci': really_probe: probing driver ohci-pci with device 0000:00:14.5
[   16.915467] devices_kset: Moving 0000:00:14.5 to end of list
[   16.953434] ohci-pci 0000:00:14.5: OHCI PCI host controller
[   16.954703] device: 'target0:0:0': device_add
[   16.955256] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 5
[   16.955486] bus: 'scsi': add device target0:0:0
[   16.956837] PM: Adding info for scsi:target0:0:0
[   16.957037] device: '0:0:0:0': device_add
[   16.957249] ohci-pci 0000:00:14.5: irq 18, io mem 0xd804c000
[   16.959152] bus: 'scsi': add device 0:0:0:0
[   16.959908] PM: Adding info for scsi:0:0:0:0
[   16.959991] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd
[   16.959998] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0
[   16.960198] devices_kset: Moving 0:0:0:0 to end of list
[   16.960784] device: '0:0:0:0': device_add
[   16.963056] PM: Adding info for No Bus:0:0:0:0
[   16.963415] driver: 'sd': driver_bound: bound to device '0:0:0:0'
[   16.963444] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd
[   16.963492] device: '0:0:0:0': device_add
[   16.964597] PM: Adding info for No Bus:0:0:0:0
[   16.964665] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[   16.965234] device: 'sg0': device_add
[   16.966341] sd 0:0:0:0: [sda] 4096-byte physical blocks
[   16.966684] PM: Adding info for No Bus:sg0
[   16.967550] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   16.967755] device: '0:0:0:0': device_add
[   16.969166] PM: Adding info for No Bus:0:0:0:0
[   16.970899] sd 0:0:0:0: [sda] Write Protect is off
[   16.972574] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   16.973050] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.974817] device: '8:0': device_add
[   16.976075] PM: Adding info for No Bus:8:0
[   16.976376] device: 'sda': device_add
[   16.977875] PM: Adding info for No Bus:sda
[   16.982724] scsi 1:0:0:0: CD-ROM            hp       DVD A  DS8A8SH   KH61 PQ: 0 ANSI: 5
[   16.999191] device: 'target1:0:0': device_add
[   16.999367] bus: 'scsi': add device target1:0:0
[   17.000151] PM: Adding info for scsi:target1:0:0
[   17.000278] device: '1:0:0:0': device_add
[   17.002252] bus: 'scsi': add device 1:0:0:0
[   17.003061] PM: Adding info for scsi:1:0:0:0
[   17.003145] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with driver sd
[   17.003152] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:0
[   17.003337] devices_kset: Moving 1:0:0:0 to end of list
[   17.003485] sd: probe of 1:0:0:0 rejects match -19
[   17.003493] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with driver sr
[   17.003498] bus: 'scsi': really_probe: probing driver sr with device 1:0:0:0
[   17.003676] devices_kset: Moving 1:0:0:0 to end of list
[   17.019914] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   17.021600] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.023290] usb usb5: Product: OHCI PCI host controller
[   17.025029] usb usb5: Manufacturer: Linux 4.6.0-rc3m+ ohci_hcd
[   17.026705] usb usb5: SerialNumber: 0000:00:14.5
[   17.028525] device: 'usb5': device_add
[   17.028761] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   17.030777] bus: 'usb': add device usb5
[   17.032108] PM: Adding info for usb:usb5
[   17.033789] cdrom: Uniform CD-ROM driver Revision: 3.20
[   17.034162] bus: 'usb': driver_probe_device: matched device usb5 with driver usb
[   17.034168] bus: 'usb': really_probe: probing driver usb with device usb5
[   17.034372] devices_kset: Moving usb5 to end of list
[   17.034685] device: '5-0:1.0': device_add
[   17.035587] bus: 'usb': add device 5-0:1.0
[   17.035786] device: '11:0': device_add
[   17.036311] PM: Adding info for usb:5-0:1.0
[   17.036424] bus: 'usb': driver_probe_device: matched device 5-0:1.0 with driver hub
[   17.036430] bus: 'usb': really_probe: probing driver hub with device 5-0:1.0
[   17.036676] devices_kset: Moving 5-0:1.0 to end of list
[   17.036692] hub 5-0:1.0: USB hub found
[   17.037535] PM: Adding info for No Bus:11:0
[   17.038006] device: 'sr0': device_add
[   17.038741] hub 5-0:1.0: 2 ports detected
[   17.040432] PM: Adding info for No Bus:sr0
[   17.041047] device: 'usb5-port1': device_add
[   17.042743] PM: Adding info for No Bus:usb5-port1
[   17.042939] device: 'usb5-port2': device_add
[   17.046382] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   17.046389] driver: 'sr': driver_bound: bound to device '1:0:0:0'
[   17.046398] bus: 'scsi': really_probe: bound device 1:0:0:0 to driver sr
[   17.046429] device: '1:0:0:0': device_add
[   17.047767] PM: Adding info for No Bus:1:0:0:0
[   17.048034] PM: Adding info for No Bus:usb5-port2
[   17.048040] device: 'sg1': device_add
[   17.048584] driver: 'hub': driver_bound: bound to device '5-0:1.0'
[   17.048594] bus: 'usb': really_probe: bound device 5-0:1.0 to driver hub
[   17.048678] device: 'ep_81': device_add
[   17.049764] PM: Adding info for No Bus:sg1
[   17.050241] sr 1:0:0:0: Attached scsi generic sg1 type 5
[   17.050878] PM: Adding info for No Bus:ep_81
[   17.050886] driver: 'usb': driver_bound: bound to device 'usb5'
[   17.050892] bus: 'usb': really_probe: bound device usb5 to driver usb
[   17.050953] device: 'ep_00': device_add
[   17.052044] device: '1:0:0:0': device_add
[   17.052206] PM: Adding info for No Bus:ep_00
[   17.052414] driver: 'ohci-pci': driver_bound: bound to device '0000:00:14.5'
[   17.052423] bus: 'pci': really_probe: bound device 0000:00:14.5 to driver ohci-pci
[   17.052810] ohci-platform: OHCI generic platform driver
[   17.053295] PM: Adding info for No Bus:1:0:0:0
[   17.054599] bus: 'platform': add driver ohci-platform
[   17.054868] uhci_hcd: USB Universal Host Controller Interface driver
[   17.058002] bus: 'pci': add driver uhci_hcd
[   17.058582] bus: 'pci': add driver xhci_hcd
[   17.058650] bus: 'pci': driver_probe_device: matched device 0000:00:10.0 with driver xhci_hcd
[   17.058657] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:00:10.0
[   17.058760] devices_kset: Moving 0000:00:10.0 to end of list
[   17.096322] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   17.098206] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
[   17.100608] xhci_hcd 0000:00:10.0: hcc params 0x014042c3 hci version 0x96 quirks 0x00000608
[   17.106359] usb 3-1: new low-speed USB device number 2 using ohci-pci
[   17.109424] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[   17.111234] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.113060] usb usb6: Product: xHCI Host Controller
[   17.114870] usb usb6: Manufacturer: Linux 4.6.0-rc3m+ xhci-hcd
[   17.116684] usb usb6: SerialNumber: 0000:00:10.0
[   17.118553] device: 'usb6': device_add
[   17.120545] bus: 'usb': add device usb6
[   17.121907] PM: Adding info for usb:usb6
[   17.124713] bus: 'usb': driver_probe_device: matched device usb6 with driver usb
[   17.124724] bus: 'usb': really_probe: probing driver usb with device usb6
[   17.124898] devices_kset: Moving usb6 to end of list
[   17.125220] device: '6-0:1.0': device_add
[   17.126121] bus: 'usb': add device 6-0:1.0
[   17.126821] PM: Adding info for usb:6-0:1.0
[   17.126933] bus: 'usb': driver_probe_device: matched device 6-0:1.0 with driver hub
[   17.126939] bus: 'usb': really_probe: probing driver hub with device 6-0:1.0
[   17.127144] devices_kset: Moving 6-0:1.0 to end of list
[   17.127160] hub 6-0:1.0: USB hub found
[   17.129383] hub 6-0:1.0: 2 ports detected
[   17.131838] device: 'usb6-port1': device_add
[   17.133185] PM: Adding info for No Bus:usb6-port1
[   17.133386] device: 'usb6-port2': device_add
[   17.135529] PM: Adding info for No Bus:usb6-port2
[   17.136228] driver: 'hub': driver_bound: bound to device '6-0:1.0'
[   17.136240] bus: 'usb': really_probe: bound device 6-0:1.0 to driver hub
[   17.136347] device: 'ep_81': device_add
[   17.138595] PM: Adding info for No Bus:ep_81
[   17.138607] driver: 'usb': driver_bound: bound to device 'usb6'
[   17.138618] bus: 'usb': really_probe: bound device usb6 to driver usb
[   17.138700] device: 'ep_00': device_add
[   17.140360] PM: Adding info for No Bus:ep_00
[   17.140623] xhci_hcd 0000:00:10.0: xHCI Host Controller
[   17.142686] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 7
[   17.145456] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
[   17.148384] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
[   17.150243] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.152234] usb usb7: Product: xHCI Host Controller
[   17.154046] usb usb7: Manufacturer: Linux 4.6.0-rc3m+ xhci-hcd
[   17.155951] usb usb7: SerialNumber: 0000:00:10.0
[   17.157901] usb 1-5: New USB device found, idVendor=04f2, idProduct=b270
[   17.158049] device: 'usb7': device_add
[   17.159714] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   17.161069] bus: 'usb': add device usb7
[   17.161507] usb 1-5: Product: HP HD Webcam [Fixed]
[   17.162399] PM: Adding info for usb:usb7
[   17.163306] usb 1-5: Manufacturer: Chicony
[   17.163572] bus: 'usb': driver_probe_device: matched device usb7 with driver usb
[   17.163577] bus: 'usb': really_probe: probing driver usb with device usb7
[   17.163772] devices_kset: Moving usb7 to end of list
[   17.164312] device: '7-0:1.0': device_add
[   17.165136] device: '1-5': device_add
[   17.165182] bus: 'usb': add device 7-0:1.0
[   17.165882] PM: Adding info for usb:7-0:1.0
[   17.166000] bus: 'usb': driver_probe_device: matched device 7-0:1.0 with driver hub
[   17.166006] bus: 'usb': really_probe: probing driver hub with device 7-0:1.0
[   17.166275] devices_kset: Moving 7-0:1.0 to end of list
[   17.166374] hub 7-0:1.0: USB hub found
[   17.167326] bus: 'usb': add device 1-5
[   17.168152] PM: Adding info for usb:1-5
[   17.168655] hub 7-0:1.0: 2 ports detected
[   17.169269] bus: 'usb': driver_probe_device: matched device 1-5 with driver usb
[   17.169273] bus: 'usb': really_probe: probing driver usb with device 1-5
[   17.169471] devices_kset: Moving 1-5 to end of list
[   17.170640] device: '1-5:1.0': device_add
[   17.171197] device: 'usb7-port1': device_add
[   17.172239] bus: 'usb': add device 1-5:1.0
[   17.172735] PM: Adding info for No Bus:usb7-port1
[   17.173007] PM: Adding info for usb:1-5:1.0
[   17.173364] device: 'usb7-port2': device_add
[   17.174793] PM: Adding info for No Bus:usb7-port2
[   17.175505] driver: 'hub': driver_bound: bound to device '7-0:1.0'
[   17.175515] bus: 'usb': really_probe: bound device 7-0:1.0 to driver hub
[   17.175601] device: 'ep_81': device_add
[   17.177172] PM: Adding info for No Bus:ep_81
[   17.177181] driver: 'usb': driver_bound: bound to device 'usb7'
[   17.177190] bus: 'usb': really_probe: bound device usb7 to driver usb
[   17.177254] device: 'ep_00': device_add
[   17.178498] PM: Adding info for No Bus:ep_00
[   17.178612] driver: 'xhci_hcd': driver_bound: bound to device '0000:00:10.0'
[   17.178621] bus: 'pci': really_probe: bound device 0000:00:10.0 to driver xhci_hcd
[   17.178634] bus: 'pci': driver_probe_device: matched device 0000:00:10.1 with driver xhci_hcd
[   17.178640] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:00:10.1
[   17.178745] devices_kset: Moving 0000:00:10.1 to end of list
[   17.216586] xhci_hcd 0000:00:10.1: xHCI Host Controller
[   17.218517] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 8
[   17.220949] xhci_hcd 0000:00:10.1: hcc params 0x014042c3 hci version 0x96 quirks 0x00000608
[   17.227585] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[   17.229399] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.231202] usb usb8: Product: xHCI Host Controller
[   17.232983] usb usb8: Manufacturer: Linux 4.6.0-rc3m+ xhci-hcd
[   17.234781] usb usb8: SerialNumber: 0000:00:10.1
[   17.236594] device: 'usb8': device_add
[   17.238516] bus: 'usb': add device usb8
[   17.239853] PM: Adding info for usb:usb8
[   17.240836] bus: 'usb': driver_probe_device: matched device usb8 with driver usb
[   17.240843] bus: 'usb': really_probe: probing driver usb with device usb8
[   17.241006] devices_kset: Moving usb8 to end of list
[   17.241296] device: '8-0:1.0': device_add
[   17.242180] bus: 'usb': add device 8-0:1.0
[   17.242891] PM: Adding info for usb:8-0:1.0
[   17.243001] bus: 'usb': driver_probe_device: matched device 8-0:1.0 with driver hub
[   17.243008] bus: 'usb': really_probe: probing driver hub with device 8-0:1.0
[   17.243210] devices_kset: Moving 8-0:1.0 to end of list
[   17.243223] hub 8-0:1.0: USB hub found
[   17.245298] hub 8-0:1.0: 2 ports detected
[   17.247689] device: 'usb8-port1': device_add
[   17.249022] PM: Adding info for No Bus:usb8-port1
[   17.249223] device: 'usb8-port2': device_add
[   17.250610] PM: Adding info for No Bus:usb8-port2
[   17.251207] driver: 'hub': driver_bound: bound to device '8-0:1.0'
[   17.251216] bus: 'usb': really_probe: bound device 8-0:1.0 to driver hub
[   17.251302] device: 'ep_81': device_add
[   17.252932] PM: Adding info for No Bus:ep_81
[   17.252941] driver: 'usb': driver_bound: bound to device 'usb8'
[   17.252948] bus: 'usb': really_probe: bound device usb8 to driver usb
[   17.253012] device: 'ep_00': device_add
[   17.254266] PM: Adding info for No Bus:ep_00
[   17.254504] xhci_hcd 0000:00:10.1: xHCI Host Controller
[   17.256288] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 9
[   17.258569] usb usb9: We don't know the algorithms for LPM for this host, disabling LPM.
[   17.261395] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[   17.263167] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.265106] usb usb9: Product: xHCI Host Controller
[   17.266983] usb usb9: Manufacturer: Linux 4.6.0-rc3m+ xhci-hcd
[   17.268912] usb usb9: SerialNumber: 0000:00:10.1
[   17.270662] device: 'usb9': device_add
[   17.272477] bus: 'usb': add device usb9
[   17.273759] PM: Adding info for usb:usb9
[   17.275412] bus: 'usb': driver_probe_device: matched device usb9 with driver usb
[   17.275419] bus: 'usb': really_probe: probing driver usb with device usb9
[   17.275580] devices_kset: Moving usb9 to end of list
[   17.276002] device: '9-0:1.0': device_add
[   17.276853] bus: 'usb': add device 9-0:1.0
[   17.277473] PM: Adding info for usb:9-0:1.0
[   17.277579] bus: 'usb': driver_probe_device: matched device 9-0:1.0 with driver hub
[   17.277584] bus: 'usb': really_probe: probing driver hub with device 9-0:1.0
[   17.277780] devices_kset: Moving 9-0:1.0 to end of list
[   17.277792] hub 9-0:1.0: USB hub found
[   17.279809] hub 9-0:1.0: 2 ports detected
[   17.282116] device: 'usb9-port1': device_add
[   17.283569] PM: Adding info for No Bus:usb9-port1
[   17.283992] device: 'usb9-port2': device_add
[   17.285384] PM: Adding info for No Bus:usb9-port2
[   17.286088] driver: 'hub': driver_bound: bound to device '9-0:1.0'
[   17.286096] bus: 'usb': really_probe: bound device 9-0:1.0 to driver hub
[   17.286177] device: 'ep_81': device_add
[   17.287815] PM: Adding info for No Bus:ep_81
[   17.287824] driver: 'usb': driver_bound: bound to device 'usb9'
[   17.287831] bus: 'usb': really_probe: bound device usb9 to driver usb
[   17.287899] device: 'ep_00': device_add
[   17.289093] PM: Adding info for No Bus:ep_00
[   17.289207] driver: 'xhci_hcd': driver_bound: bound to device '0000:00:10.1'
[   17.289215] bus: 'pci': really_probe: bound device 0000:00:10.1 to driver xhci_hcd
[   17.289542] bus: 'ssb': add driver ssb_hcd
[   17.289809] usbip_core: USB/IP Core v1.0.0
[   17.289872] usb 3-1: New USB device found, idVendor=0461, idProduct=4d0f
[   17.289877] usb 3-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   17.289880] usb 3-1: Product: USB Optical Mouse
[   17.289910] device: '3-1': device_add
[   17.291681] bus: 'usb': add device 3-1
[   17.292396] PM: Adding info for usb:3-1
[   17.293293] bus: 'usb': driver_probe_device: matched device 3-1 with driver usb
[   17.293298] bus: 'usb': really_probe: probing driver usb with device 3-1
[   17.293456] devices_kset: Moving 3-1 to end of list
[   17.295648] device: '3-1:1.0': device_add
[   17.296527] bus: 'usb': add device 3-1:1.0
[   17.296649] bus: 'platform': add driver vhci_hcd
[   17.296967] Registering platform device 'vhci_hcd'. Parent at platform
[   17.296982] device: 'vhci_hcd': device_add
[   17.297124] bus: 'platform': add device vhci_hcd
[   17.297206] PM: Adding info for usb:3-1:1.0
[   17.297475] device: 'ep_81': device_add
[   17.297890] PM: Adding info for platform:vhci_hcd
[   17.297963] bus: 'platform': driver_probe_device: matched device vhci_hcd with driver vhci_hcd
[   17.297969] bus: 'platform': really_probe: probing driver vhci_hcd with device vhci_hcd
[   17.298089] devices_kset: Moving vhci_hcd to end of list
[   17.298129] vhci_hcd vhci_hcd: USB/IP Virtual Host Controller
[   17.299397] PM: Adding info for No Bus:ep_81
[   17.299427] driver: 'usb': driver_bound: bound to device '3-1'
[   17.299453] bus: 'usb': really_probe: bound device 3-1 to driver usb
[   17.299650] device: 'ep_00': device_add
[   17.299928] vhci_hcd vhci_hcd: new USB bus registered, assigned bus number 10
[   17.300868] PM: Adding info for No Bus:ep_00
[   17.305429] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[   17.307137] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.308978] usb usb10: Product: USB/IP Virtual Host Controller
[   17.309586]  sda: sda1 sda2 sda3
[   17.309775] device: 'sda1': device_add
[   17.311980] PM: Adding info for No Bus:sda1
[   17.312321] usb usb10: Manufacturer: Linux 4.6.0-rc3m+ vhci_hcd
[   17.312656] device: 'sda2': device_add
[   17.314003] usb usb10: SerialNumber: vhci_hcd
[   17.314610] PM: Adding info for No Bus:sda2
[   17.315037] device: 'sda3': device_add
[   17.315716] device: 'usb10': device_add
[   17.317208] PM: Adding info for No Bus:sda3
[   17.317981] bus: 'usb': add device usb10
[   17.319535] PM: Adding info for usb:usb10
[   17.320876] bus: 'usb': driver_probe_device: matched device usb10 with driver usb
[   17.320886] bus: 'usb': really_probe: probing driver usb with device usb10
[   17.321153] devices_kset: Moving usb10 to end of list
[   17.321584] device: '10-0:1.0': device_add
[   17.322536] bus: 'usb': add device 10-0:1.0
[   17.323187] PM: Adding info for usb:10-0:1.0
[   17.323308] bus: 'usb': driver_probe_device: matched device 10-0:1.0 with driver hub
[   17.323314] bus: 'usb': really_probe: probing driver hub with device 10-0:1.0
[   17.323570] devices_kset: Moving 10-0:1.0 to end of list
[   17.323600] hub 10-0:1.0: USB hub found
[   17.323617] sd 0:0:0:0: [sda] Attached SCSI disk
[   17.327439] hub 10-0:1.0: 8 ports detected
[   17.329838] device: 'usb10-port1': device_add
[   17.331244] PM: Adding info for No Bus:usb10-port1
[   17.332066] device: 'usb10-port2': device_add
[   17.333406] PM: Adding info for No Bus:usb10-port2
[   17.333851] device: 'usb10-port3': device_add
[   17.335386] PM: Adding info for No Bus:usb10-port3
[   17.335833] device: 'usb10-port4': device_add
[   17.337175] PM: Adding info for No Bus:usb10-port4
[   17.337622] device: 'usb10-port5': device_add
[   17.338974] PM: Adding info for No Bus:usb10-port5
[   17.339428] device: 'usb10-port6': device_add
[   17.340765] PM: Adding info for No Bus:usb10-port6
[   17.341211] device: 'usb10-port7': device_add
[   17.342563] PM: Adding info for No Bus:usb10-port7
[   17.343014] device: 'usb10-port8': device_add
[   17.344341] PM: Adding info for No Bus:usb10-port8
[   17.346556] driver: 'hub': driver_bound: bound to device '10-0:1.0'
[   17.346566] bus: 'usb': really_probe: bound device 10-0:1.0 to driver hub
[   17.346663] device: 'ep_81': device_add
[   17.348309] PM: Adding info for No Bus:ep_81
[   17.348319] driver: 'usb': driver_bound: bound to device 'usb10'
[   17.348328] bus: 'usb': really_probe: bound device usb10 to driver usb
[   17.348396] device: 'ep_00': device_add
[   17.349666] PM: Adding info for No Bus:ep_00
[   17.349788] driver: 'vhci_hcd': driver_bound: bound to device 'vhci_hcd'
[   17.349797] bus: 'platform': really_probe: bound device vhci_hcd to driver vhci_hcd
[   17.349806] vhci_hcd: USB/IP 'Virtual' Host Controller (VHCI) Driver v1.0.0
[   17.352840] bus: 'usb': add driver usbip-host
[   17.390575] usb 5-2: new full-speed USB device number 2 using ohci-pci
[   17.400319] device: 'ep_87': device_add
[   17.401905] PM: Adding info for No Bus:ep_87
[   17.401936] device: '1-5:1.1': device_add
[   17.403246] bus: 'usb': add device 1-5:1.1
[   17.403867] PM: Adding info for usb:1-5:1.1
[   17.403981] driver: 'usb': driver_bound: bound to device '1-5'
[   17.403989] bus: 'usb': really_probe: bound device 1-5 to driver usb
[   17.404160] device: 'ep_00': device_add
[   17.405352] PM: Adding info for No Bus:ep_00
[   17.560024] usb 5-2: New USB device found, idVendor=138a, idProduct=003d
[   17.561732] usb 5-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[   17.562606] usb 8-2: new high-speed USB device number 2 using xhci_hcd
[   17.565270] usb 5-2: SerialNumber: 002054e5368c
[   17.566980] device: '5-2': device_add
[   17.568714] bus: 'usb': add device 5-2
[   17.569427] PM: Adding info for usb:5-2
[   17.571936] bus: 'usb': driver_probe_device: matched device 5-2 with driver usb
[   17.571961] bus: 'usb': really_probe: probing driver usb with device 5-2
[   17.572427] devices_kset: Moving 5-2 to end of list
[   17.574854] device: '5-2:1.0': device_add
[   17.575711] bus: 'usb': add device 5-2:1.0
[   17.576335] PM: Adding info for usb:5-2:1.0
[   17.576535] device: 'ep_01': device_add
[   17.578128] PM: Adding info for No Bus:ep_01
[   17.578205] device: 'ep_81': device_add
[   17.579784] PM: Adding info for No Bus:ep_81
[   17.579864] device: 'ep_82': device_add
[   17.581421] PM: Adding info for No Bus:ep_82
[   17.581497] device: 'ep_83': device_add
[   17.583073] PM: Adding info for No Bus:ep_83
[   17.583083] driver: 'usb': driver_bound: bound to device '5-2'
[   17.583092] bus: 'usb': really_probe: bound device 5-2 to driver usb
[   17.583261] device: 'ep_00': device_add
[   17.584463] PM: Adding info for No Bus:ep_00
[   17.720334] usb 8-2: New USB device found, idVendor=2040, idProduct=7200
[   17.722268] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=10
[   17.723985] usb 8-2: Product: WinTV HVR-950
[   17.725657] usb 8-2: Manufacturer: Hauppauge
[   17.727331] usb 8-2: SerialNumber: 4035198866
[   17.729025] device: '8-2': device_add
[   17.730883] bus: 'usb': add device 8-2
[   17.731600] PM: Adding info for usb:8-2
[   17.734164] bus: 'usb': driver_probe_device: matched device 8-2 with driver usb
[   17.734189] bus: 'usb': really_probe: probing driver usb with device 8-2
[   17.734714] devices_kset: Moving 8-2 to end of list
[   17.737159] device: '8-2:1.0': device_add
[   17.739828] bus: 'usb': add device 8-2:1.0
[   17.741710] PM: Adding info for usb:8-2:1.0
[   17.741911] device: 'ep_81': device_add
[   17.743495] PM: Adding info for No Bus:ep_81
[   17.743570] device: 'ep_82': device_add
[   17.745131] PM: Adding info for No Bus:ep_82
[   17.745159] device: '8-2:1.1': device_add
[   17.746007] bus: 'usb': add device 8-2:1.1
[   17.746637] PM: Adding info for usb:8-2:1.1
[   17.760843] device: '8-2:1.2': device_add
[   17.763006] bus: 'usb': add device 8-2:1.2
[   17.763626] PM: Adding info for usb:8-2:1.2
[   17.777268] device: 'ep_84': device_add
[   17.778895] PM: Adding info for No Bus:ep_84
[   17.778925] device: '8-2:1.3': device_add
[   17.779772] bus: 'usb': add device 8-2:1.3
[   17.780395] PM: Adding info for usb:8-2:1.3
[   17.780575] device: 'ep_83': device_add
[   17.782141] PM: Adding info for No Bus:ep_83
[   17.782150] driver: 'usb': driver_bound: bound to device '8-2'
[   17.782159] bus: 'usb': really_probe: bound device 8-2 to driver usb
[   17.782346] device: 'ep_00': device_add
[   17.783542] PM: Adding info for No Bus:ep_00
[   17.784001] usbcore: registered new device driver usbip-host
[   17.785793] usbip_host: USB/IP Host Driver v1.0.0
[   17.787539] bus: 'pnp': add driver i8042 kbd
[   17.787624] bus: 'pnp': driver_probe_device: matched device 00:06 with driver i8042 kbd
[   17.787633] bus: 'pnp': really_probe: probing driver i8042 kbd with device 00:06
[   17.787749] devices_kset: Moving 00:06 to end of list
[   17.787761] driver: 'i8042 kbd': driver_bound: bound to device '00:06'
[   17.787769] bus: 'pnp': really_probe: bound device 00:06 to driver i8042 kbd
[   17.787959] bus: 'pnp': add driver i8042 aux
[   17.788033] bus: 'pnp': driver_probe_device: matched device 00:07 with driver i8042 aux
[   17.788039] bus: 'pnp': really_probe: probing driver i8042 aux with device 00:07
[   17.788146] devices_kset: Moving 00:07 to end of list
[   17.788154] driver: 'i8042 aux': driver_bound: bound to device '00:07'
[   17.788160] bus: 'pnp': really_probe: bound device 00:07 to driver i8042 aux
[   17.788344] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   17.790241] Registering platform device 'i8042'. Parent at platform
[   17.790258] device: 'i8042': device_add
[   17.790395] bus: 'platform': add device i8042
[   17.791105] PM: Adding info for platform:i8042
[   17.791186] bus: 'platform': add driver i8042
[   17.791270] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[   17.791276] bus: 'platform': really_probe: probing driver i8042 with device i8042
[   17.791387] devices_kset: Moving i8042 to end of list
[   17.793630] i8042: Detected active multiplexing controller, rev 1.1
[   17.796891] serio: i8042 KBD port at 0x60,0x64 irq 1
[   17.798794] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   17.800692] device: 'serio0': device_add
[   17.801407] bus: 'serio': add device serio0
[   17.802551] PM: Adding info for serio:serio0
[   17.802694] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   17.802748] device: 'serio1': device_add
[   17.803324] bus: 'serio': add device serio1
[   17.804349] PM: Adding info for serio:serio1
[   17.805844] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   17.807546] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   17.809189] driver: 'i8042': driver_bound: bound to device 'i8042'
[   17.809201] bus: 'platform': really_probe: bound device i8042 to driver i8042
[   17.809664] device: 'mice': device_add
[   17.810365] PM: Adding info for No Bus:mice
[   17.810531] device: 'serio2': device_add
[   17.811115] bus: 'serio': add device serio2
[   17.811560] device: 'psaux': device_add
[   17.812476] PM: Adding info for No Bus:psaux
[   17.812781] PM: Adding info for serio:serio2
[   17.812893] device: 'serio3': device_add
[   17.813081] mousedev: PS/2 mouse device common for all mice
[   17.813819] bus: 'serio': add device serio3
[   17.815448] PM: Adding info for serio:serio3
[   17.815519] device: 'event0': device_add
[   17.815579] device: 'serio4': device_add
[   17.816493] bus: 'serio': add device serio4
[   17.816698] PM: Adding info for No Bus:event0
[   17.817816] device: 'event1': device_add
[   17.817927] PM: Adding info for serio:serio4
[   17.818542] PM: Adding info for No Bus:event1
[   17.819140] device: 'event2': device_add
[   17.819767] PM: Adding info for No Bus:event2
[   17.820402] bus: 'serio': add driver atkbd
[   17.820909] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[   17.820920] bus: 'serio': really_probe: probing driver atkbd with device serio0
[   17.821095] devices_kset: Moving serio0 to end of list
[   17.821687] device: 'uinput': device_add
[   17.822564] PM: Adding info for No Bus:uinput
[   17.823246] bus: 'pnp': add driver rtc_cmos
[   17.823336] bus: 'pnp': driver_probe_device: matched device 00:04 with driver rtc_cmos
[   17.823344] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:04
[   17.823450] devices_kset: Moving 00:04 to end of list
[   17.823526] rtc_cmos 00:04: RTC can wake from S4
[   17.826178] rtc rtc0: alarm rollover: day
[   17.826221] device: 'rtc0': device_add
[   17.827519] PM: Adding info for No Bus:rtc0
[   17.828120] rtc rtc0: rtc_cmos: dev (252:0)
[   17.828175] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   17.830054] rtc_cmos 00:04: alarms up to one month, 114 bytes nvram, hpet irqs
[   17.831731] driver: 'rtc_cmos': driver_bound: bound to device '00:04'
[   17.831787] bus: 'pnp': really_probe: bound device 00:04 to driver rtc_cmos
[   17.837429] device-mapper: uevent: version 1.0.3
[   17.841956] device: 'device-mapper': device_add
[   17.842629] PM: Adding info for No Bus:device-mapper
[   17.843847] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   17.845642] EFI Variables Facility v0.08 2004-May-17
[   17.847421] device: 'input3': device_add
[   17.849704] PM: Adding info for No Bus:input3
[   17.849901] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   17.851802] device: 'input3::numlock': device_add
[   17.853303] PM: Adding info for No Bus:input3::numlock
[   17.854053] device: 'input3::capslock': device_add
[   17.855320] PM: Adding info for No Bus:input3::capslock
[   17.855610] device: 'input3::scrolllock': device_add
[   17.856844] PM: Adding info for No Bus:input3::scrolllock
[   17.857068] device: 'event3': device_add
[   17.857989] PM: Adding info for No Bus:event3
[   17.858576] driver: 'atkbd': driver_bound: bound to device 'serio0'
[   17.858601] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[   17.858625] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[   17.858632] bus: 'serio': really_probe: probing driver atkbd with device serio1
[   17.858749] devices_kset: Moving serio1 to end of list
[   17.860832] atkbd: probe of serio1 rejects match -19
[   17.860849] bus: 'serio': driver_probe_device: matched device serio2 with driver atkbd
[   17.860856] bus: 'serio': really_probe: probing driver atkbd with device serio2
[   17.860982] devices_kset: Moving serio2 to end of list
[   17.862755] atkbd: probe of serio2 rejects match -19
[   17.862774] bus: 'serio': driver_probe_device: matched device serio3 with driver atkbd
[   17.862782] bus: 'serio': really_probe: probing driver atkbd with device serio3
[   17.862909] devices_kset: Moving serio3 to end of list
[   17.865622] atkbd: probe of serio3 rejects match -19
[   17.865639] bus: 'serio': driver_probe_device: matched device serio4 with driver atkbd
[   17.865646] bus: 'serio': really_probe: probing driver atkbd with device serio4
[   17.865778] devices_kset: Moving serio4 to end of list
[   17.870977] atkbd: probe of serio4 rejects match -19
[   18.806613] pstore: Registered efi as persistent store backend
[   18.811027] device: 'ashmem': device_add
[   18.811677] PM: Adding info for No Bus:ashmem
[   18.812098] ashmem: initialized
[   18.813825] device class 'timed_output': registering
[   18.813990] device class 'extcon': registering
[   18.814790] device: 'binder': device_add
[   18.815432] PM: Adding info for No Bus:binder
[   18.826187] NET: Registered protocol family 10
[   18.837627] NET: Registered protocol family 17
[   18.839693] Key type dns_resolver registered
[   18.841741] bus: 'machinecheck': registered
[   18.841779] device: 'machinecheck': device_add
[   18.842351] PM: Adding info for No Bus:machinecheck
[   18.842399] device: 'machinecheck0': device_add
[   18.842505] bus: 'machinecheck': add device machinecheck0
[   18.843060] PM: Adding info for machinecheck:machinecheck0
[   18.843853] device: 'machinecheck1': device_add
[   18.843958] bus: 'machinecheck': add device machinecheck1
[   18.844496] PM: Adding info for machinecheck:machinecheck1
[   18.845206] device: 'machinecheck2': device_add
[   18.845316] bus: 'machinecheck': add device machinecheck2
[   18.845849] PM: Adding info for machinecheck:machinecheck2
[   18.846579] device: 'machinecheck3': device_add
[   18.846684] bus: 'machinecheck': add device machinecheck3
[   18.847223] PM: Adding info for machinecheck:machinecheck3
[   18.847929] device: 'mcelog': device_add
[   18.848576] PM: Adding info for No Bus:mcelog
[   18.854336] Registering platform device 'microcode'. Parent at platform
[   18.854358] device: 'microcode': device_add
[   18.854483] bus: 'platform': add device microcode
[   18.855178] PM: Adding info for platform:microcode
[   18.855651] microcode: CPU0: patch_level=0x0600110f
[   18.857588] microcode: CPU1: patch_level=0x0600110f
[   18.859409] microcode: CPU2: patch_level=0x0600110f
[   18.861235] microcode: CPU3: patch_level=0x0600110f
[   18.863432] device: 'microcode': device_add
[   18.864117] PM: Adding info for No Bus:microcode
[   18.865009] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   18.867137] device: 'cpu_dma_latency': device_add
[   18.867811] PM: Adding info for No Bus:cpu_dma_latency
[   18.868654] device: 'network_latency': device_add
[   18.869334] PM: Adding info for No Bus:network_latency
[   18.870602] device: 'network_throughput': device_add
[   18.871355] PM: Adding info for No Bus:network_throughput
[   18.871922] device: 'memory_bandwidth': device_add
[   18.872572] PM: Adding info for No Bus:memory_bandwidth
[   18.875068] registered taskstats version 1
[   18.900572] Key type trusted registered
[   18.941766] Key type encrypted registered
[   18.943562] AppArmor: AppArmor sha1 policy hashing enabled
[   18.945186] evm: HMAC attrs: 0x1
[   18.959254]   Magic number: 12:456:904
[   18.962765] usb usb2-port5: hash matches
[   18.964733] rtc_cmos 00:04: setting system clock to 2016-04-12 21:53:51 UTC (1460498031)
[   18.967076] bus: 'platform': add driver charger-manager
[   18.970833] acpi-cpufreq: overriding BIOS provided _PSD data
[   18.983182] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   18.984825] EDD information not available.
[   18.989262] PM: Hibernation image not present or could not be loaded.
[   18.989308] ALSA device list:
[   18.990944]   No soundcards found.
[   18.996508] Freeing unused kernel memory: 1652K (ffffffff834dc000 - ffffffff83679000)
[   18.998163] Write protecting the kernel read-only data: 32768k
[   19.002428] Freeing unused kernel memory: 1624K (ffff88000286a000 - ffff880002a00000)
[   19.004600] Freeing unused kernel memory: 80K (ffff880002fec000 - ffff880003000000)
[   19.172002] random: systemd-udevd urandom read with 35 bits of entropy available
[   19.940024] bus: 'acpi': add driver video
[   19.940510] bus: 'acpi': driver_probe_device: matched device LNXVIDEO:00 with driver video
[   19.940550] bus: 'acpi': really_probe: probing driver video with device LNXVIDEO:00
[   19.940873] devices_kset: Moving LNXVIDEO:00 to end of list
[   20.077995] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.089885] device class 'wmi': registering
[   20.093556] bus: 'acpi': add driver wmi
[   20.093919] bus: 'acpi': driver_probe_device: matched device PNP0C14:00 with driver wmi
[   20.093930] bus: 'acpi': really_probe: probing driver wmi with device PNP0C14:00
[   20.094184] devices_kset: Moving PNP0C14:00 to end of list
[   20.153038] sdhci: Secure Digital Host Controller Interface driver
[   20.154764] bus: 'pci': add driver r8169
[   20.155027] bus: 'pci': driver_probe_device: matched device 0000:01:00.0 with driver r8169
[   20.155035] bus: 'pci': really_probe: probing driver r8169 with device 0000:01:00.0
[   20.155280] devices_kset: Moving 0000:01:00.0 to end of list
[   20.155286] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   20.155459] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   20.162987] sdhci: Copyright(c) Pierre Ossman
[   20.188092] bus: 'pci': add driver sdhci-pci
[   20.188372] bus: 'pci': driver_probe_device: matched device 0000:02:00.1 with driver sdhci-pci
[   20.188384] bus: 'pci': really_probe: probing driver sdhci-pci with device 0000:02:00.1
[   20.188639] devices_kset: Moving 0000:02:00.1 to end of list
[   20.188653] sdhci-pci 0000:02:00.1: SDHCI controller found [197b:2392] (rev 30)
[   20.188683] device class 'drm': registering
[   20.189301] [drm] Initialized drm 1.1.0 20060810
[   20.193306] sdhci-pci 0000:02:00.1: found 1 slot(s)
[   20.193326] sdhci-pci 0000:02:00.1: enabling device (0000 -> 0002)
[   20.196681] bus: 'firewire': registered
[   20.213662] bus: 'pci': add driver firewire_ohci
[   20.294516] bus: 'hid': registered
[   20.294582] device class 'hidraw': registering
[   20.295007] hidraw: raw HID events driver (C) Jiri Kosina
[   20.307831] device: 'ttm': device_add
[   20.310025] PM: Adding info for No Bus:ttm
[   20.323537] bus: 'usb': add driver usbhid
[   20.323805] bus: 'usb': driver_probe_device: matched device 3-1:1.0 with driver usbhid
[   20.323816] bus: 'usb': really_probe: probing driver usbhid with device 3-1:1.0
[   20.324475] devices_kset: Moving 3-1:1.0 to end of list
[   20.330625] device: '0003:0461:4D0F.0001': device_add
[   20.330956] bus: 'hid': add device 0003:0461:4D0F.0001
[   20.346563] PM: Adding info for hid:0003:0461:4D0F.0001
[   20.347319] driver: 'usbhid': driver_bound: bound to device '3-1:1.0'
[   20.347375] bus: 'usb': really_probe: bound device 3-1:1.0 to driver usbhid
[   20.348702] usbcore: registered new interface driver usbhid
[   20.350954] usbhid: USB HID core driver
[   20.389383] bus: 'serio': add driver psmouse
[   20.390996] bus: 'serio': driver_probe_device: matched device serio1 with driver psmouse
[   20.391008] bus: 'serio': really_probe: probing driver psmouse with device serio1
[   20.391217] devices_kset: Moving serio1 to end of list
[   20.392507] psmouse: probe of serio1 rejects match -19
[   20.392522] bus: 'serio': driver_probe_device: matched device serio2 with driver psmouse
[   20.392530] bus: 'serio': really_probe: probing driver psmouse with device serio2
[   20.392705] devices_kset: Moving serio2 to end of list
[   20.393686] psmouse: probe of serio2 rejects match -19
[   20.393700] bus: 'serio': driver_probe_device: matched device serio3 with driver psmouse
[   20.393708] bus: 'serio': really_probe: probing driver psmouse with device serio3
[   20.393880] devices_kset: Moving serio3 to end of list
[   20.394692] psmouse: probe of serio3 rejects match -19
[   20.394705] bus: 'serio': driver_probe_device: matched device serio4 with driver psmouse
[   20.394714] bus: 'serio': really_probe: probing driver psmouse with device serio4
[   20.394920] devices_kset: Moving serio4 to end of list
[   20.416755] [drm] radeon kernel modesetting enabled.
[   20.419396] bus: 'pci': add driver radeon
[   20.419676] bus: 'pci': driver_probe_device: matched device 0000:00:01.0 with driver radeon
[   20.419687] bus: 'pci': really_probe: probing driver radeon with device 0000:00:01.0
[   20.419974] devices_kset: Moving 0000:00:01.0 to end of list
[   20.420036] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[   20.420041] fb: switching to radeondrmfb from EFI VGA
[   20.424542] Console: switching to colour dummy device 80x25
[   20.424645] device: 'fb0': device_unregister
[   20.435789] PM: Removing info for No Bus:fb0
[   20.441632] device: 'fb0': device_create_release
[   20.442161] device: 'vtcon1': device_unregister
[   20.443622] PM: Removing info for No Bus:vtcon1
[   20.444041] device: 'vtcon1': device_create_release
[   20.765902] device: 'eth0': device_add
[   20.766162] sdhci [sdhci_add_host()]: mmc0: Auto-CMD23 unavailable
[   20.766334] sdhci-pci 0000:02:00.1: No vmmc regulator found
[   20.766340] sdhci-pci 0000:02:00.1: No vqmmc regulator found
[   20.768568] sdhci: =========== REGISTER DUMP (mmc0)===========
[   20.768578] sdhci: Sys addr: 0x00000000 | Version:  0x0000ad01
[   20.768586] sdhci: Blk size: 0x00000000 | Blk cnt:  0x00000000
[   20.768593] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[   20.768600] sdhci: Present:  0x00080000 | Host ctl: 0x00000000
[   20.768607] sdhci: Power:    0x00000000 | Blk gap:  0x00000000
[   20.768614] sdhci: Wake-up:  0x00000000 | Clock:    0x00000000
[   20.768621] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[   20.768628] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
[   20.768634] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[   20.768641] sdhci: Caps:     0x054032b2 | Caps_1:   0x00000007
[   20.768647] sdhci: Cmd:      0x00000000 | Max curr: 0x00000000
[   20.768652] sdhci: Host ctl2: 0x00000000
[   20.768656] sdhci: ===========================================
[   20.768798] device: 'mmc0::': device_add
[   20.772618] PM: Adding info for No Bus:mmc0::
[   20.773023] device: 'mmc0': device_add
[   20.784835] PM: Adding info for No Bus:eth0
[   20.786580] bus: 'hid': add driver hid-generic
[   20.786874] PM: Adding info for No Bus:mmc0
[   20.786967] bus: 'hid': driver_probe_device: matched device 0003:0461:4D0F.0001 with driver hid-generic
[   20.786981] bus: 'hid': really_probe: probing driver hid-generic with device 0003:0461:4D0F.0001
[   20.787233] devices_kset: Moving 0003:0461:4D0F.0001 to end of list
[   20.788697] device: 'input12': device_add
[   20.788835] mmc0: clock 0Hz busmode 2 powermode 0 cs 0 Vdd 0 width 1 timing 0
[   20.794062] mmc0: SDHCI controller on PCI [0000:02:00.1] using DMA
[   20.794097] driver: 'sdhci-pci': driver_bound: bound to device '0000:02:00.1'
[   20.795333] PM: Adding info for No Bus:input12
[   20.795460] bus: 'pci': really_probe: bound device 0000:02:00.1 to driver sdhci-pci
[   20.795494] bus: 'pci': driver_probe_device: matched device 0000:02:00.0 with driver firewire_ohci
[   20.795503] bus: 'pci': really_probe: probing driver firewire_ohci with device 0000:02:00.0
[   20.795754] devices_kset: Moving 0000:02:00.0 to end of list
[   20.795780] input: USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/0003:0461:4D0F.0001/input/input12
[   20.796193] device: 'mouse0': device_add
[   20.798520] PM: Adding info for No Bus:mouse0
[   20.800139] device: 'event4': device_add
[   20.801736] PM: Adding info for No Bus:event4
[   20.804149] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000001a000, e4:11:5b:5e:05:d0, XID 0c900880 IRQ 39
[   20.804194] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   20.804364] driver: 'r8169': driver_bound: bound to device '0000:01:00.0'
[   20.804516] bus: 'pci': really_probe: bound device 0000:01:00.0 to driver r8169
[   20.806275] device: 'hidraw0': device_add
[   20.816263] PM: Adding info for No Bus:hidraw0
[   20.818039] hid-generic 0003:0461:4D0F.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:12.0-1/input0
[   20.818073] driver: 'hid-generic': driver_bound: bound to device '0003:0461:4D0F.0001'
[   20.818097] bus: 'hid': really_probe: bound device 0003:0461:4D0F.0001 to driver hid-generic
[   20.824847] device: '5FB7F034-2C63-45E9-BE91-3D44E2C707E4': device_add
[   20.829729] PM: Adding info for No Bus:5FB7F034-2C63-45E9-BE91-3D44E2C707E4
[   20.830321] device: '95F24279-4D7B-4334-9387-ACCDC67EF61C': device_add
[   20.832786] PM: Adding info for No Bus:95F24279-4D7B-4334-9387-ACCDC67EF61C
[   20.833167] device: '2B814318-4BE8-4707-9D84-A190A859B5D0': device_add
[   20.844550] PM: Adding info for No Bus:2B814318-4BE8-4707-9D84-A190A859B5D0
[   20.844629] device: 'controlD64': device_add
[   20.844930] device: '05901221-D566-11D1-B2F0-00A0C9062910': device_add
[   20.848544] PM: Adding info for No Bus:05901221-D566-11D1-B2F0-00A0C9062910
[   20.848930] device: '1F4C91EB-DC5C-460B-951D-C7CB9B4B8D5E': device_add
[   20.849620] PM: Adding info for No Bus:controlD64
[   20.854452] device: 'renderD128': device_add
[   20.855062] PM: Adding info for No Bus:1F4C91EB-DC5C-460B-951D-C7CB9B4B8D5E
[   20.855309] device: '2D114B49-2DFB-4130-B8FE-4A3C09E75133': device_add
[   20.858972] PM: Adding info for No Bus:renderD128
[   20.860985] PM: Adding info for No Bus:2D114B49-2DFB-4130-B8FE-4A3C09E75133
[   20.861341] device: '988D08E3-68F4-4C35-AF3E-6A1B8106F83C': device_add
[   20.863987] PM: Adding info for No Bus:988D08E3-68F4-4C35-AF3E-6A1B8106F83C
[   20.864380] device: '14EA9746-CE1F-4098-A0E0-7045CB4DA745': device_add
[   20.865544] device: 'card0': device_add
[   20.867479] PM: Adding info for No Bus:14EA9746-CE1F-4098-A0E0-7045CB4DA745
[   20.867843] device: '322F2028-0F84-4901-988E-015176049E2D': device_add
[   20.868649] PM: Adding info for No Bus:card0
[   20.869788] PM: Adding info for No Bus:322F2028-0F84-4901-988E-015176049E2D
[   20.869810] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9900 0x103C:0x180F).
[   20.870106] [drm] register mmio base: 0xD8000000
[   20.870170] device: '8232DE3D-663D-4327-A8F4-E293ADB9BF05': device_add
[   20.870305] [drm] register mmio size: 262144
[   20.872036] ATOM BIOS: HP
[   20.872055] PM: Adding info for No Bus:8232DE3D-663D-4327-A8F4-E293ADB9BF05
[   20.872404] device: '8F1F6436-9F42-42C8-BADC-0E9424F20C9A': device_add
[   20.872774] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[   20.872816] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[   20.872849] [drm] Detected VRAM RAM=512M, BAR=256M
[   20.872871] [drm] RAM width 64bits DDR
[   20.875246] PM: Adding info for No Bus:8F1F6436-9F42-42C8-BADC-0E9424F20C9A
[   20.875588] device: '8F1F6435-9F42-42C8-BADC-0E9424F20C9A': device_add
[   20.877596] PM: Adding info for No Bus:8F1F6435-9F42-42C8-BADC-0E9424F20C9A
[   20.877958] device: '7391A661-223A-47DB-A77A-7BE84C60822D': device_add
[   20.880245] [TTM] Zone  kernel: Available graphics memory: 3291608 kiB
[   20.880273] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   20.880297] [TTM] Initializing pool allocator
[   20.880928] PM: Adding info for No Bus:7391A661-223A-47DB-A77A-7BE84C60822D
[   20.881351] device: 'DF4E63B6-3BBC-4858-9737-C74F82F821F3': device_add
[   20.881556] [TTM] Initializing DMA pool allocator
[   20.883472] PM: Adding info for No Bus:DF4E63B6-3BBC-4858-9737-C74F82F821F3
[   20.883790] driver: 'wmi': driver_bound: bound to device 'PNP0C14:00'
[   20.883816] bus: 'acpi': really_probe: bound device PNP0C14:00 to driver wmi
[   20.884354] wmi: Mapper loaded
[   20.885376] [drm] radeon: 512M of VRAM memory ready
[   20.885424] [drm] radeon: 1024M of GTT memory ready.
[   20.887528] [drm] Loading ARUBA Microcode
[   20.887829] __allocate_fw_buf: fw-radeon/ARUBA_pfp.bin buf=ffff8801d1f3c7c0
[   20.888549] radeon 0000:00:01.0: loading /lib/firmware/updates/4.6.0-rc3m+/radeon/ARUBA_pfp.bin failed with error -2
[   20.888768] radeon 0000:00:01.0: loading /lib/firmware/updates/radeon/ARUBA_pfp.bin failed with error -2
[   20.888985] radeon 0000:00:01.0: loading /lib/firmware/4.6.0-rc3m+/radeon/ARUBA_pfp.bin failed with error -2
[   20.889282] radeon 0000:00:01.0: direct-loading radeon/ARUBA_pfp.bin
[   20.889667] fw_set_page_data: fw-radeon/ARUBA_pfp.bin buf=ffff8801d1f3c7c0 data=ffffc900012f7000 size=8704
[   20.889778] __allocate_fw_buf: fw-radeon/ARUBA_me.bin buf=ffff8801d1f3d550
[   20.890049] radeon 0000:00:01.0: loading /lib/firmware/updates/4.6.0-rc3m+/radeon/ARUBA_me.bin failed with error -2
[   20.890343] radeon 0000:00:01.0: loading /lib/firmware/updates/radeon/ARUBA_me.bin failed with error -2
[   20.890560] radeon 0000:00:01.0: loading /lib/firmware/4.6.0-rc3m+/radeon/ARUBA_me.bin failed with error -2
[   20.890806] radeon 0000:00:01.0: direct-loading radeon/ARUBA_me.bin
[   20.890901] fw_set_page_data: fw-radeon/ARUBA_me.bin buf=ffff8801d1f3d550 data=ffffc90001306000 size=8704
[   20.890994] __allocate_fw_buf: fw-radeon/ARUBA_rlc.bin buf=ffff8801d1f3c9b0
[   20.891243] radeon 0000:00:01.0: loading /lib/firmware/updates/4.6.0-rc3m+/radeon/ARUBA_rlc.bin failed with error -2
[   20.891461] radeon 0000:00:01.0: loading /lib/firmware/updates/radeon/ARUBA_rlc.bin failed with error -2
[   20.891808] radeon 0000:00:01.0: loading /lib/firmware/4.6.0-rc3m+/radeon/ARUBA_rlc.bin failed with error -2
[   20.892050] radeon 0000:00:01.0: direct-loading radeon/ARUBA_rlc.bin
[   20.892145] fw_set_page_data: fw-radeon/ARUBA_rlc.bin buf=ffff8801d1f3c9b0 data=ffffc9000130a000 size=6144
[   20.892153] [drm] Internal thermal controller without fan control
[   20.892777] device: 'hwmon1': device_add
[   20.895239] PM: Adding info for No Bus:hwmon1
[   20.896745] [drm] radeon: dpm initialized
[   20.896848] __allocate_fw_buf: fw-radeon/TAHITI_uvd.bin buf=ffff8801d1f3cba0
[   20.897099] radeon 0000:00:01.0: loading /lib/firmware/updates/4.6.0-rc3m+/radeon/TAHITI_uvd.bin failed with error -2
[   20.897312] radeon 0000:00:01.0: loading /lib/firmware/updates/radeon/TAHITI_uvd.bin failed with error -2
[   20.897523] radeon 0000:00:01.0: loading /lib/firmware/4.6.0-rc3m+/radeon/TAHITI_uvd.bin failed with error -2
[   20.898516] radeon 0000:00:01.0: direct-loading radeon/TAHITI_uvd.bin
[   20.898614] fw_set_page_data: fw-radeon/TAHITI_uvd.bin buf=ffff8801d1f3cba0 data=ffffc9000133a000 size=219672
[   20.899513] __allocate_fw_buf: fw-radeon/TAHITI_vce.bin buf=ffff8801d1f3d170
[   20.899787] radeon 0000:00:01.0: loading /lib/firmware/updates/4.6.0-rc3m+/radeon/TAHITI_vce.bin failed with error -2
[   20.900008] radeon 0000:00:01.0: loading /lib/firmware/updates/radeon/TAHITI_vce.bin failed with error -2
[   20.900228] radeon 0000:00:01.0: loading /lib/firmware/4.6.0-rc3m+/radeon/TAHITI_vce.bin failed with error -2
[   20.900826] radeon 0000:00:01.0: direct-loading radeon/TAHITI_vce.bin
[   20.900968] fw_set_page_data: fw-radeon/TAHITI_vce.bin buf=ffff8801d1f3d170 data=ffffc90001371000 size=48424
[   20.901846] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[   20.902334] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   20.910794] firewire_ohci 0000:02:00.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x10
[   20.910852] driver: 'firewire_ohci': driver_bound: bound to device '0000:02:00.0'
[   20.911087] bus: 'pci': really_probe: bound device 0000:02:00.0 to driver firewire_ohci
[   20.913099] bus: 'pci': driver_probe_device: matched device 0000:02:00.2 with driver sdhci-pci
[   20.913112] bus: 'pci': really_probe: probing driver sdhci-pci with device 0000:02:00.2
[   20.913406] devices_kset: Moving 0000:02:00.2 to end of list
[   20.913421] sdhci-pci 0000:02:00.2: SDHCI controller found [197b:2391] (rev 30)
[   20.913473] sdhci-pci 0000:02:00.2: found 1 slot(s)
[   20.924359] [drm] PCIE GART of 1024M enabled (table at 0x00000000002E8000).
[   20.927681] radeon 0000:00:01.0: WB enabled
[   20.927704] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8801d1e05c00
[   20.928532] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90001435a18
[   20.933823] device: 'acpi_video0': device_add
[   20.935739] sdhci-pci 0000:02:00.2: Refusing to bind to secondary interface.
[   20.938912] PM: Adding info for No Bus:acpi_video0
[   20.949665] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000020000c18 and cpu addr 0xffff8801d1e05c18
[   20.949704] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000020000c1c and cpu addr 0xffff8801d1e05c1c
[   20.949737] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000020000c04 and cpu addr 0xffff8801d1e05c04
[   20.949769] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000020000c08 and cpu addr 0xffff8801d1e05c08
[   20.949800] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8801d1e05c0c
[   20.949831] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000020000c10 and cpu addr 0xffff8801d1e05c10
[   20.949917] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   20.949935] [drm] Driver supports precise vblank timestamp query.
[   20.949954] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[   20.950816] sdhci-pci: probe of 0000:02:00.2 rejects match -19
[   20.952034] radeon 0000:00:01.0: radeon: using MSI.
[   20.954597] [drm] radeon: irq initialized.
[   20.954886] device: 'cooling_device4': device_add
[   20.958289] PM: Adding info for No Bus:cooling_device4
[   20.958726] acpi device:00: registered as cooling_device4
[   20.971891] device: 'input13': device_add
[   20.976744] PM: Adding info for No Bus:input13
[   20.977394] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[   20.977809] device: 'event5': device_add
[   20.979479] PM: Adding info for No Bus:event5
[   20.982028] driver: 'video': driver_bound: bound to device 'LNXVIDEO:00'
[   20.982219] bus: 'acpi': really_probe: bound device LNXVIDEO:00 to driver video
[   20.982268] bus: 'acpi': driver_probe_device: matched device LNXVIDEO:01 with driver video
[   20.982277] bus: 'acpi': really_probe: probing driver video with device LNXVIDEO:01
[   20.982473] devices_kset: Moving LNXVIDEO:01 to end of list
[   20.983414] video: probe of LNXVIDEO:01 rejects match -19
[   21.011951] [drm] ring test on 0 succeeded in 1 usecs
[   21.012031] [drm] ring test on 3 succeeded in 3 usecs
[   21.012114] [drm] ring test on 4 succeeded in 2 usecs
[   21.059458] [drm] ring test on 5 succeeded in 1 usecs
[   21.079361] [drm] UVD initialized successfully.
[   21.190208] [drm] ring test on 6 succeeded in 17 usecs
[   21.190237] [drm] ring test on 7 succeeded in 3 usecs
[   21.190254] [drm] VCE initialized successfully.
[   21.210823] [drm] ib test on ring 0 succeeded in 0 usecs
[   21.211520] [drm] ib test on ring 3 succeeded in 0 usecs
[   21.212168] [drm] ib test on ring 4 succeeded in 0 usecs
[   21.232447] [drm] ib test on ring 5 succeeded
[   21.260169] psmouse serio4: synaptics: queried max coordinates: x [..5728], y [..4916]
[   21.340095] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x640000/0xa0400/0x0, board id: 1623, fw id: 753753
[   21.392352] device: 'input11': device_add
[   21.395312] PM: Adding info for No Bus:input11
[   21.395931] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11
[   21.396236] device: 'mouse1': device_add
[   21.397816] PM: Adding info for No Bus:mouse1
[   21.399337] device: 'event6': device_add
[   21.401042] PM: Adding info for No Bus:event6
[   21.407469] driver: 'psmouse': driver_bound: bound to device 'serio4'
[   21.407650] bus: 'serio': really_probe: bound device serio4 to driver psmouse
[   21.411250] device: 'fw0': device_add
[   21.412182] bus: 'firewire': add device fw0
[   21.412879] PM: Adding info for firewire:fw0
[   21.414007] firewire_core 0000:02:00.0: created device fw0: GUID ffe473fffffffffe, S400
[   21.751016] [drm] ib test on ring 6 succeeded
[   21.751747] [drm] ib test on ring 7 succeeded
[   21.755801] device: 'i2c-0': device_add
[   21.756469] bus: 'i2c': add device i2c-0
[   21.757965] PM: Adding info for i2c:i2c-0
[   21.760073] device: 'i2c-1': device_add
[   21.760723] bus: 'i2c': add device i2c-1
[   21.762234] PM: Adding info for i2c:i2c-1
[   21.763154] device: 'i2c-2': device_add
[   21.763804] bus: 'i2c': add device i2c-2
[   21.765288] PM: Adding info for i2c:i2c-2
[   21.766221] device: 'i2c-3': device_add
[   21.766873] bus: 'i2c': add device i2c-3
[   21.768352] PM: Adding info for i2c:i2c-3
[   21.769277] device: 'i2c-4': device_add
[   21.769933] bus: 'i2c': add device i2c-4
[   21.771437] PM: Adding info for i2c:i2c-4
[   21.772337] device: 'i2c-5': device_add
[   21.772988] bus: 'i2c': add device i2c-5
[   21.774498] PM: Adding info for i2c:i2c-5
[   21.781634] device: 'card0-DP-1': device_add
[   21.784827] PM: Adding info for No Bus:card0-DP-1
[   21.785898] device: 'i2c-6': device_add
[   21.786666] bus: 'i2c': add device i2c-6
[   21.788344] PM: Adding info for i2c:i2c-6
[   21.790534] device: 'card0-VGA-1': device_add
[   21.793653] PM: Adding info for No Bus:card0-VGA-1
[   21.794695] device: 'i2c-7': device_add
[   21.795441] bus: 'i2c': add device i2c-7
[   21.797124] PM: Adding info for i2c:i2c-7
[   21.799225] device: 'card0-LVDS-1': device_add
[   21.802349] PM: Adding info for No Bus:card0-LVDS-1
[   21.803366] device: 'i2c-8': device_add
[   21.804106] bus: 'i2c': add device i2c-8
[   21.805773] PM: Adding info for i2c:i2c-8
[   21.807421] device: 'card0-DP-2': device_add
[   21.810555] PM: Adding info for No Bus:card0-DP-2
[   21.811629] device: 'i2c-9': device_add
[   21.812367] bus: 'i2c': add device i2c-9
[   21.814029] PM: Adding info for i2c:i2c-9
[   21.815585] device: 'card0-DP-3': device_add
[   21.818726] PM: Adding info for No Bus:card0-DP-3
[   21.819761] device: 'i2c-10': device_add
[   21.820500] bus: 'i2c': add device i2c-10
[   21.822199] PM: Adding info for i2c:i2c-10
[   21.823202] device: 'radeon_bl0': device_add
[   21.826050] PM: Adding info for No Bus:radeon_bl0
[   21.827903] [drm] radeon atom DIG backlight initialized
[   21.827924] [drm] Radeon Display Connectors
[   21.827940] [drm] Connector 0:
[   21.827954] [drm]   DP-1
[   21.827968] [drm]   HPD1
[   21.827983] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[   21.828010] [drm]   Encoders:
[   21.828024] [drm]     DFP1: INTERNAL_UNIPHY2
[   21.828039] [drm] Connector 1:
[   21.828053] [drm]   VGA-1
[   21.828066] [drm]   HPD2
[   21.828081] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[   21.828107] [drm]   Encoders:
[   21.828120] [drm]     CRT1: INTERNAL_UNIPHY2
[   21.828135] [drm]     CRT1: TRAVIS
[   21.828149] [drm] Connector 2:
[   21.828162] [drm]   LVDS-1
[   21.828176] [drm]   HPD3
[   21.828190] [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[   21.828215] [drm]   Encoders:
[   21.828229] [drm]     LCD1: INTERNAL_UNIPHY
[   21.828244] [drm]     LCD1: TRAVIS
[   21.828257] [drm] Connector 3:
[   21.828271] [drm]   DP-2
[   21.828284] [drm]   HPD5
[   21.828298] [drm]   DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[   21.828323] [drm]   Encoders:
[   21.828337] [drm]     DFP2: INTERNAL_UNIPHY1
[   21.828352] [drm] Connector 4:
[   21.828365] [drm]   DP-3
[   21.828378] [drm]   HPD4
[   21.828392] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[   21.828418] [drm]   Encoders:
[   21.828431] [drm]     DFP3: INTERNAL_UNIPHY1
[   22.389092] [drm] fb mappable at 0xC04EC000
[   22.389115] [drm] vram apper at 0xC0000000
[   22.389130] [drm] size 5787648
[   22.389144] [drm] fb depth is 24
[   22.389158] [drm]    pitch is 6400
[   22.389352] device: 'fb0': device_add
[   22.391669] PM: Adding info for No Bus:fb0
[   22.394652] fbcon: radeondrmfb (fb0) is primary device
[   22.394945] device: 'vtcon1': device_add
[   22.397226] PM: Adding info for No Bus:vtcon1
[   22.840756] Console: switching to colour frame buffer device 200x56
[   22.850527] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   22.918916] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:01.0 on minor 0
[   22.919015] driver: 'radeon': driver_bound: bound to device '0000:00:01.0'
[   22.919098] bus: 'pci': really_probe: bound device 0000:00:01.0 to driver radeon
[   23.011806] bus: 'usb-serial': registered
[   23.011933] bus: 'usb': add driver usbserial
[   23.012913] usbcore: registered new interface driver usbserial
[   23.013019] bus: 'usb': add driver usbserial_generic
[   23.013873] usbcore: registered new interface driver usbserial_generic
[   23.014322] bus: 'usb-serial': add driver generic
[   23.015660] usbserial: USB Serial support registered for generic
[   23.040598] bus: 'usb': add driver pl2303
[   23.041493] usbcore: registered new interface driver pl2303
[   23.041575] bus: 'usb-serial': add driver pl2303
[   23.042718] usbserial: USB Serial support registered for pl2303
[   23.683044] random: nonblocking pool is initialized
[   24.051799] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   26.274441] device: 'autofs': device_add
[   26.275762] PM: Adding info for No Bus:autofs
[   26.299822] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[   27.356284] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   27.358924] systemd[1]: Detected architecture x86-64.
[   27.398917] systemd[1]: Set hostname to <anduin>.
[   30.964808] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   30.966561] systemd[1]: Created slice Root Slice.
[   30.974582] systemd[1]: Created slice System Slice.
[   31.007256] systemd[1]: Starting Increase datagram queue length...
[   31.013990] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   31.020877] systemd[1]: Listening on udev Kernel Socket.
[   31.029267] systemd[1]: Reached target Encrypted Volumes.
[   31.037740] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   31.046672] systemd[1]: Created slice User and Session Slice.
[   31.058179] systemd[1]: Listening on Journal Socket.
[   31.090831] systemd[1]: Mounting Huge Pages File System...
[   31.108496] systemd[1]: Starting Uncomplicated firewall...
[   31.128068] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   31.152194] systemd[1]: Started Braille Device Support.
[   31.175365] systemd[1]: Mounting Debug File System...
[   31.282736] systemd[1]: Mounting POSIX Message Queue File System...
[   31.290821] systemd[1]: Listening on fsck to fsckd communication Socket.
[   31.298196] systemd[1]: Listening on Journal Socket (/dev/log).
[   31.305871] systemd[1]: Listening on udev Control Socket.
[   31.343693] systemd[1]: Starting udev Coldplug all Devices...
[   31.354073] systemd[1]: Listening on Journal Audit Socket.
[   31.363988] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   31.371234] systemd[1]: Reached target Slices.
[   31.378382] systemd[1]: Reached target Remote File Systems (Pre).
[   31.407849] systemd[1]: Started Read required files in advance.
[   31.419401] systemd[1]: Created slice system-getty.slice.
[   31.619321] systemd[1]: Starting Load Kernel Modules...
[   31.630148] systemd[1]: Reached target User and Group Name Lookups.
[   31.653286] systemd[1]: Starting Setup Virtual Console...
[   31.677875] systemd[1]: Mounted POSIX Message Queue File System.
[   31.687654] systemd[1]: Mounted Debug File System.
[   31.694992] systemd[1]: Mounted Huge Pages File System.
[   31.708802] systemd[1]: Started Increase datagram queue length.
[   31.720806] systemd[1]: Started Uncomplicated firewall.
[   31.731903] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   31.760763] systemd[1]: Started Setup Virtual Console.
[   31.851844] systemd[1]: Starting Create Static Device Nodes in /dev...
[   31.859781] systemd[1]: Listening on Syslog Socket.
[   31.879503] systemd[1]: Starting Journal Service...
[   31.934067] bus: 'parport': registered
[   32.142540] device class 'printer': registering
[   32.296073] lp: driver loaded but no devices found
[   32.412689] device class 'ppdev': registering
[   32.427458] ppdev: user-space parallel port driver
[   32.540924] bus: 'platform': add driver parport_pc
[   32.542846] bus: 'pnp': add driver parport_pc
[   32.543136] bus: 'pnp': driver_probe_device: matched device 00:05 with driver parport_pc
[   32.543148] bus: 'pnp': really_probe: probing driver parport_pc with device 00:05
[   32.543457] devices_kset: Moving 00:05 to end of list
[   32.543472] parport_pc 00:05: reported by Plug and Play ACPI
[   32.548776] device: 'parport0': device_add
[   32.549163] bus: 'parport': add device parport0
[   32.552058] PM: Adding info for parport:parport0
[   32.552888] parport0: PC-style at 0x378, irq 5 [PCSPP,EPP]
[   32.654796] device: 'parport0': device_add
[   32.658969] PM: Adding info for No Bus:parport0
[   32.661268] device: 'lp0': device_add
[   32.664457] PM: Adding info for No Bus:lp0
[   32.665709] lp0: using parport0 (interrupt-driven).
[   32.669463] driver: 'parport_pc': driver_bound: bound to device '00:05'
[   32.669500] bus: 'pnp': really_probe: bound device 00:05 to driver parport_pc
[   32.670494] Registering platform device 'parport_pc.956'. Parent at platform
[   32.670548] device: 'parport_pc.956': device_add
[   32.670949] bus: 'platform': add device parport_pc.956
[   32.673270] PM: Adding info for platform:parport_pc.956
[   32.673635] bus: 'platform': driver_probe_device: matched device parport_pc.956 with driver parport_pc
[   32.673647] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.956
[   32.674117] devices_kset: Moving parport_pc.956 to end of list
[   32.674127] driver: 'parport_pc': driver_bound: bound to device 'parport_pc.956'
[   32.674322] bus: 'platform': really_probe: bound device parport_pc.956 to driver parport_pc
[   32.674624] device: 'parport1': device_add
[   32.674990] bus: 'parport': add device parport1
[   32.676903] PM: Adding info for parport:parport1
[   32.677442] device: 'parport1': device_unregister
[   32.678232] bus: 'parport': remove device parport1
[   32.678241] PM: Removing info for parport:parport1
[   32.680472] bus: 'platform': remove device parport_pc.956
[   32.680781] PM: Removing info for platform:parport_pc.956
[   32.681380] Registering platform device 'parport_pc.888'. Parent at platform
[   32.681435] device: 'parport_pc.888': device_add
[   32.681826] bus: 'platform': add device parport_pc.888
[   32.684077] PM: Adding info for platform:parport_pc.888
[   32.684397] bus: 'platform': driver_probe_device: matched device parport_pc.888 with driver parport_pc
[   32.684407] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.888
[   32.684775] devices_kset: Moving parport_pc.888 to end of list
[   32.684784] driver: 'parport_pc': driver_bound: bound to device 'parport_pc.888'
[   32.684809] bus: 'platform': really_probe: bound device parport_pc.888 to driver parport_pc
[   32.685096] device: 'parport1': device_add
[   32.685492] bus: 'parport': add device parport1
[   32.687549] PM: Adding info for parport:parport1
[   32.687935] device: 'parport1': device_unregister
[   32.688829] bus: 'parport': remove device parport1
[   32.688835] PM: Removing info for parport:parport1
[   32.690924] bus: 'platform': remove device parport_pc.888
[   32.691075] PM: Removing info for platform:parport_pc.888
[   32.691677] Registering platform device 'parport_pc.632'. Parent at platform
[   32.691734] device: 'parport_pc.632': device_add
[   32.692104] bus: 'platform': add device parport_pc.632
[   32.694382] PM: Adding info for platform:parport_pc.632
[   32.694651] bus: 'platform': driver_probe_device: matched device parport_pc.632 with driver parport_pc
[   32.694659] bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.632
[   32.694919] devices_kset: Moving parport_pc.632 to end of list
[   32.694926] driver: 'parport_pc': driver_bound: bound to device 'parport_pc.632'
[   32.694946] bus: 'platform': really_probe: bound device parport_pc.632 to driver parport_pc
[   32.695155] device: 'parport1': device_add
[   32.695409] bus: 'parport': add device parport1
[   32.697210] PM: Adding info for parport:parport1
[   32.697905] device: 'parport1': device_unregister
[   32.698744] bus: 'parport': remove device parport1
[   32.698751] PM: Removing info for parport:parport1
[   32.700295] bus: 'platform': remove device parport_pc.632
[   32.700493] PM: Removing info for platform:parport_pc.632
[   32.701006] bus: 'pci': add driver parport_pc
[   32.765250] systemd[1]: Started Load Kernel Modules.
[   32.811082] systemd[1]: Starting Apply Kernel Variables...
[   32.834318] systemd[1]: Mounting FUSE Control File System...
[   32.876095] systemd[1]: Mounted FUSE Control File System.
[   33.050668] systemd[1]: Started Create Static Device Nodes in /dev.
[   33.106864] systemd[1]: Starting udev Kernel Device Manager...
[   33.271041] systemd[1]: Started Apply Kernel Variables.
[   33.324842] systemd[1]: Started udev Coldplug all Devices.
[   33.513408] systemd[1]: Started Journal Service.
[   35.509348] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   35.880706] systemd-journald[290]: Received request to flush runtime journal from PID 1
[   36.838431] bus: 'platform': add driver tpm_tis
[   36.839970] bus: 'acpi': add driver tpm_tis
[   36.841097] bus: 'pnp': add driver tpm_tis
[   36.841561] bus: 'pnp': driver_probe_device: matched device 00:01 with driver tpm_tis
[   36.841574] bus: 'pnp': really_probe: probing driver tpm_tis with device 00:01
[   36.841890] devices_kset: Moving 00:01 to end of list
[   36.902400] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
[   37.153444] tpm_tis 00:01: TPM is disabled/deactivated (0x7)
[   37.208293] device: 'timer': device_add
[   37.212593] PM: Adding info for No Bus:timer
[   37.393875] kvm: Nested Virtualization enabled
[   37.394053] kvm: Nested Paging enabled
[   37.410816] device: 'kvm': device_add
[   37.413044] PM: Adding info for No Bus:kvm
[   37.443674] bus: 'acpi': add driver hp_accel
[   37.444115] bus: 'acpi': driver_probe_device: matched device HPQ6000:00 with driver hp_accel
[   37.444128] bus: 'acpi': really_probe: probing driver hp_accel with device HPQ6000:00
[   37.444438] devices_kset: Moving HPQ6000:00 to end of list
[   37.659514] hp_accel: hardware type HPB64xx found
[   37.689434] device: 'tpm0': device_add
[   37.701207] PM: Adding info for No Bus:tpm0
[   37.707792] driver: 'tpm_tis': driver_bound: bound to device '00:01'
[   37.707825] bus: 'pnp': really_probe: bound device 00:01 to driver tpm_tis
[   37.731657] bus: 'hdaudio': registered
[   37.792130] lis3lv02d: 8 bits 3DC sensor found
[   37.792278] Registering platform device 'lis3lv02d'. Parent at platform
[   37.792331] device: 'lis3lv02d': device_add
[   37.792704] bus: 'platform': add device lis3lv02d
[   37.804982] PM: Adding info for platform:lis3lv02d
[   37.810673] bus: 'pnp': add driver tpm_inf_pnp
[   38.115365] bus: 'pci': add driver snd_hda_intel
[   38.115662] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver snd_hda_intel
[   38.115674] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:01.1
[   38.115980] devices_kset: Moving 0000:00:01.1 to end of list
[   38.117094] snd_hda_intel 0000:00:01.1: enabling device (0000 -> 0002)
[   38.358514] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[   38.358593] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:01.1'
[   38.362687] bus: 'pci': really_probe: bound device 0000:00:01.1 to driver snd_hda_intel
[   38.362745] bus: 'pci': driver_probe_device: matched device 0000:00:14.2 with driver snd_hda_intel
[   38.362756] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:14.2
[   38.369570] device: 'hdaudioC0D0': device_add
[   38.371118] bus: 'hdaudio': add device hdaudioC0D0
[   38.372365] devices_kset: Moving 0000:00:14.2 to end of list
[   38.389434] PM: Adding info for hdaudio:hdaudioC0D0
[   38.489621] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:14.2'
[   38.490843] bus: 'pci': really_probe: bound device 0000:00:14.2 to driver snd_hda_intel
[   38.502121] device: 'hdaudioC1D0': device_add
[   38.503732] bus: 'hdaudio': add device hdaudioC1D0
[   38.505632] device: 'input14': device_add
[   38.512034] PM: Adding info for hdaudio:hdaudioC1D0
[   38.521951] PM: Adding info for No Bus:input14
[   38.522382] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
[   38.522758] device: 'event7': device_add
[   38.537788] bus: 'hdaudio': add driver snd_hda_codec_hdmi
[   38.538091] bus: 'hdaudio': driver_probe_device: matched device hdaudioC0D0 with driver snd_hda_codec_hdmi
[   38.538104] bus: 'hdaudio': really_probe: probing driver snd_hda_codec_hdmi with device hdaudioC0D0
[   38.538419] devices_kset: Moving hdaudioC0D0 to end of list
[   38.556043] PM: Adding info for No Bus:event7
[   38.563081] device: 'freefall': device_add
[   38.563368] driver: 'snd_hda_codec_hdmi': driver_bound: bound to device 'hdaudioC0D0'
[   38.563407] bus: 'hdaudio': really_probe: bound device hdaudioC0D0 to driver snd_hda_codec_hdmi
[   38.567053] device: 'card0': device_add
[   38.569177] PM: Adding info for No Bus:card0
[   38.569506] device: 'controlC0': device_add
[   38.571060] PM: Adding info for No Bus:controlC0
[   38.572704] device: 'pcmC0D3p': device_add
[   38.579409] PM: Adding info for No Bus:pcmC0D3p
[   38.580090] PM: Adding info for No Bus:freefall
[   38.580562] device: 'pcmC0D7p': device_add
[   38.583316] device: 'hp::hddprotect': device_add
[   38.590392] PM: Adding info for No Bus:pcmC0D7p
[   38.591380] device: 'pcmC0D8p': device_add
[   38.593604] PM: Adding info for No Bus:pcmC0D8p
[   38.594468] device: 'pcmC0D9p': device_add
[   38.596382] PM: Adding info for No Bus:pcmC0D9p
[   38.602634] PM: Adding info for No Bus:hp::hddprotect
[   38.602975] driver: 'hp_accel': driver_bound: bound to device 'HPQ6000:00'
[   38.603007] bus: 'acpi': really_probe: bound device HPQ6000:00 to driver hp_accel
[   38.604573] device: 'hwC0D0': device_add
[   38.615307] PM: Adding info for No Bus:hwC0D0
[   38.616358] device: 'input15': device_add
[   38.621524] PM: Adding info for No Bus:input15
[   38.621807] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input15
[   38.622207] device: 'event8': device_add
[   38.633107] PM: Adding info for No Bus:event8
[   38.634850] device: 'input16': device_add
[   38.667367] PM: Adding info for No Bus:input16
[   38.667617] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input16
[   38.667830] device: 'event9': device_add
[   38.670036] PM: Adding info for No Bus:event9
[   38.673769] device: 'input17': device_add
[   38.677749] PM: Adding info for No Bus:input17
[   38.677994] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/sound/card0/input17
[   38.678203] device: 'event10': device_add
[   38.683217] PM: Adding info for No Bus:event10
[   38.684005] device: 'input18': device_add
[   38.702220] PM: Adding info for No Bus:input18
[   38.702472] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/sound/card0/input18
[   38.702685] device: 'event11': device_add
[   38.710048] PM: Adding info for No Bus:event11
[   38.719115] bus: 'hdaudio': add driver snd_hda_codec_generic
[   38.794570] bus: 'hdaudio': add driver snd_hda_codec_idt
[   38.794867] bus: 'hdaudio': driver_probe_device: matched device hdaudioC1D0 with driver snd_hda_codec_idt
[   38.794880] bus: 'hdaudio': really_probe: probing driver snd_hda_codec_idt with device hdaudioC1D0
[   38.795204] devices_kset: Moving hdaudioC1D0 to end of list
[   38.799429] snd_hda_codec_idt hdaudioC1D0: autoconfig for 92HD81B1X5: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[   38.799441] snd_hda_codec_idt hdaudioC1D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   38.799450] snd_hda_codec_idt hdaudioC1D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   38.799457] snd_hda_codec_idt hdaudioC1D0:    mono: mono_out=0x0
[   38.799463] snd_hda_codec_idt hdaudioC1D0:    inputs:
[   38.799475] snd_hda_codec_idt hdaudioC1D0:      Mic=0xc
[   38.799485] snd_hda_codec_idt hdaudioC1D0:      Internal Mic=0x11
[   38.799494] snd_hda_codec_idt hdaudioC1D0:      Line=0xf
[   38.878232] driver: 'snd_hda_codec_idt': driver_bound: bound to device 'hdaudioC1D0'
[   38.878266] bus: 'hdaudio': really_probe: bound device hdaudioC1D0 to driver snd_hda_codec_idt
[   38.890983] device: 'hdaudioC1D1': device_add
[   38.895165] bus: 'hdaudio': add device hdaudioC1D1
[   38.896351] PM: Adding info for hdaudio:hdaudioC1D1
[   38.943111] bus: 'hdaudio': driver_probe_device: matched device hdaudioC1D1 with driver snd_hda_codec_hdmi
[   38.943126] bus: 'hdaudio': really_probe: probing driver snd_hda_codec_hdmi with device hdaudioC1D1
[   38.943561] devices_kset: Moving hdaudioC1D1 to end of list
[   38.944883] driver: 'snd_hda_codec_hdmi': driver_bound: bound to device 'hdaudioC1D1'
[   38.945165] bus: 'hdaudio': really_probe: bound device hdaudioC1D1 to driver snd_hda_codec_hdmi
[   38.946568] device: 'card1': device_add
[   38.948567] bus: 'pci': add driver piix4_smbus
[   38.954189] PM: Adding info for No Bus:card1
[   38.954459] device: 'controlC1': device_add
[   38.956856] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver piix4_smbus
[   38.956871] bus: 'pci': really_probe: probing driver piix4_smbus with device 0000:00:14.0
[   38.957485] devices_kset: Moving 0000:00:14.0 to end of list
[   38.958157] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\_SB.PCI0.SMBS.SMBO) (20160108/utaddress-255)
[   38.958216] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   38.958401] piix4_smbus: probe of 0000:00:14.0 rejects match -19
[   38.962810] PM: Adding info for No Bus:controlC1
[   38.963660] device: 'pcmC1D0p': device_add
[   38.985300] PM: Adding info for No Bus:pcmC1D0p
[   38.986183] device: 'pcmC1D0c': device_add
[   39.009097] PM: Adding info for No Bus:pcmC1D0c
[   39.010246] device: 'hwC1D0': device_add
[   39.028974] PM: Adding info for No Bus:hwC1D0
[   39.030000] device: 'hwC1D1': device_add
[   39.043264] PM: Adding info for No Bus:hwC1D1
[   39.044044] device: 'input19': device_add
[   39.047777] PM: Adding info for No Bus:input19
[   39.048019] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input19
[   39.048231] device: 'event12': device_add
[   39.049852] PM: Adding info for No Bus:event12
[   39.053075] device: 'input20': device_add
[   39.066205] PM: Adding info for No Bus:input20
[   39.066454] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input20
[   39.066664] device: 'event13': device_add
[   39.072017] PM: Adding info for No Bus:event13
[   39.072840] device: 'input21': device_add
[   39.081124] PM: Adding info for No Bus:input21
[   39.081620] input: HD-Audio Generic Dock Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input21
[   39.081837] device: 'event14': device_add
[   39.084131] PM: Adding info for No Bus:event14
[   39.084838] device: 'input22': device_add
[   39.089049] PM: Adding info for No Bus:input22
[   39.089604] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input22
[   39.089983] device: 'event15': device_add
[   39.091051] PM: Adding info for No Bus:event15
[   39.218035] bus: 'pci': add driver k10temp
[   39.218363] bus: 'pci': driver_probe_device: matched device 0000:00:18.3 with driver k10temp
[   39.218375] bus: 'pci': really_probe: probing driver k10temp with device 0000:00:18.3
[   39.218680] devices_kset: Moving 0000:00:18.3 to end of list
[   39.218957] device: 'hwmon2': device_add
[   39.231954] PM: Adding info for No Bus:hwmon2
[   39.232291] driver: 'k10temp': driver_bound: bound to device '0000:00:18.3'
[   39.232323] bus: 'pci': really_probe: bound device 0000:00:18.3 to driver k10temp
[   39.403495] media: Linux media interface: v0.10
[   39.404904] bus: 'media': registered
[   39.549333] bus: 'serio': add driver serio_raw
[   39.579619] Linux video capture interface: v2.00
[   39.579670] device class 'video4linux': registering
[   39.771699] device: 'js0': device_add
[   39.773897] PM: Adding info for No Bus:js0
[   39.989452] device class 'rc': registering
[   40.117525] device class 'dvb': registering
[   40.173790] bus: 'usb': add driver uvcvideo
[   40.174141] bus: 'usb': driver_probe_device: matched device 1-5:1.0 with driver uvcvideo
[   40.174153] bus: 'usb': really_probe: probing driver uvcvideo with device 1-5:1.0
[   40.174456] devices_kset: Moving 1-5:1.0 to end of list
[   40.174869] driver: 'uvcvideo': driver_bound: bound to device '1-5:1.1'
[   40.175250] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (04f2:b270)
[   40.201892] device: 'video0': device_add
[   40.205585] PM: Adding info for No Bus:video0
[   40.208313] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[   40.208705] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[   40.208793] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[   40.208879] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[   40.209526] device: 'media0': device_add
[   40.209844] bus: 'media': add device media0
[   40.212072] PM: Adding info for media:media0
[   40.214510] device: 'input23': device_add
[   40.230594] PM: Adding info for No Bus:input23
[   40.231170] input: HP HD Webcam [Fixed] as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5:1.0/input/input23
[   40.231592] device: 'event16': device_add
[   40.241937] PM: Adding info for No Bus:event16
[   40.243147] driver: 'uvcvideo': driver_bound: bound to device '1-5:1.0'
[   40.243184] bus: 'usb': really_probe: bound device 1-5:1.0 to driver uvcvideo
[   40.245349] usbcore: registered new interface driver uvcvideo
[   40.245356] USB Video Class driver (1.1.1)
[   40.460614] AVX version of gcm_enc/dec engaged.
[   40.460624] AES CTR mode by8 optimization enabled
[   40.572944] au0828: au0828 driver loaded
[   40.572962] bus: 'usb': add driver au0828
[   40.573558] bus: 'usb': driver_probe_device: matched device 8-2:1.0 with driver au0828
[   40.573572] bus: 'usb': really_probe: probing driver au0828 with device 8-2:1.0
[   40.573892] devices_kset: Moving 8-2:1.0 to end of list
[   40.858694] device: 'vcs2': device_add
[   40.860871] PM: Adding info for No Bus:vcs2
[   40.862334] device: 'vcsa2': device_add
[   40.864013] PM: Adding info for No Bus:vcsa2
[   40.918791] device: 'vcs3': device_add
[   40.925623] PM: Adding info for No Bus:vcs3
[   40.926328] device: 'vcsa3': device_add
[   40.936132] PM: Adding info for No Bus:vcsa3
[   40.945368] device: 'i2c-11': device_add
[   40.947423] bus: 'i2c': add device i2c-11
[   40.952693] PM: Adding info for i2c:i2c-11
[   40.956324] au0828: i2c bus registered
[   40.982483] device: 'vcs4': device_add
[   40.985518] PM: Adding info for No Bus:vcs4
[   40.987405] device: 'vcsa4': device_add
[   40.989908] PM: Adding info for No Bus:vcsa4
[   41.024220] device: 'vcs5': device_add
[   41.029603] PM: Adding info for No Bus:vcs5
[   41.030507] device: 'vcsa5': device_add
[   41.038956] PM: Adding info for No Bus:vcsa5
[   41.055712] device: 'vcs6': device_add
[   41.063477] PM: Adding info for No Bus:vcs6
[   41.064689] device: 'vcsa6': device_add
[   41.070047] PM: Adding info for No Bus:vcsa6
[   42.155161] Adding 10239996k swap on /dev/sda3.  Priority:-1 extents:1 across:10239996k FS
[   42.271687] tveeprom 11-0050: Hauppauge model 72001, rev E1H3, serial# 4035198866
[   42.271699] tveeprom 11-0050: MAC address is 00:0d:fe:84:3f:92
[   42.271706] tveeprom 11-0050: tuner model is Xceive XC5000C (idx 173, type 88)
[   42.271714] tveeprom 11-0050: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88)
[   42.271720] tveeprom 11-0050: audio processor is AU8522 (idx 44)
[   42.271727] tveeprom 11-0050: decoder processor is AU8522 (idx 42)
[   42.271733] tveeprom 11-0050: has no radio, has IR receiver, has no IR transmitter
[   42.271739] au0828: hauppauge_eeprom: hauppauge eeprom: model=72001
[   43.446615] device: 'input24': device_add
[   43.451714] PM: Adding info for No Bus:input24
[   43.452096] input: HP WMI hotkeys as /devices/virtual/input/input24
[   43.452443] device: 'event17': device_add
[   43.454926] PM: Adding info for No Bus:event17
[   43.456082] Registering platform device 'hp-wmi'. Parent at platform
[   43.456150] device: 'hp-wmi': device_add
[   43.456508] bus: 'platform': add device hp-wmi
[   43.459342] PM: Adding info for platform:hp-wmi
[   43.459682] bus: 'platform': add driver hp-wmi
[   43.460104] bus: 'platform': driver_probe_device: matched device hp-wmi with driver hp-wmi
[   43.460115] bus: 'platform': really_probe: probing driver hp-wmi with device hp-wmi
[   43.460448] devices_kset: Moving hp-wmi to end of list
[   45.656681] device: 'rfkill0': device_add
[   45.660487] PM: Adding info for No Bus:rfkill0
[   45.893074] device: 'rfkill1': device_add
[   45.895514] PM: Adding info for No Bus:rfkill1
[   46.143076] driver: 'hp-wmi': driver_bound: bound to device 'hp-wmi'
[   46.143111] bus: 'platform': really_probe: bound device hp-wmi to driver hp-wmi
[   47.638088] bus: 'i2c': add driver au8522
[   47.642451] device: '11-0047': device_add
[   47.643235] bus: 'i2c': add device 11-0047
[   47.644970] PM: Adding info for i2c:11-0047
[   47.645452] bus: 'i2c': driver_probe_device: matched device 11-0047 with driver au8522
[   47.645464] bus: 'i2c': really_probe: probing driver au8522 with device 11-0047
[   47.646063] devices_kset: Moving 11-0047 to end of list
[   47.646612] au8522 11-0047: creating new instance
[   47.646619] au8522_decoder creating new instance...
[   47.657961] driver: 'au8522': driver_bound: bound to device '11-0047'
[   47.658287] bus: 'i2c': really_probe: bound device 11-0047 to driver au8522
[   47.971697] bus: 'i2c': add driver tuner
[   47.975204] device: '11-0061': device_add
[   47.976156] bus: 'i2c': add device 11-0061
[   47.978520] PM: Adding info for i2c:11-0061
[   47.979255] bus: 'i2c': driver_probe_device: matched device 11-0061 with driver tuner
[   47.979268] bus: 'i2c': really_probe: probing driver tuner with device 11-0061
[   47.979799] devices_kset: Moving 11-0061 to end of list
[   47.979858] tuner 11-0061: Tuner -1 found with type(s) Radio TV.
[   47.979864] driver: 'tuner': driver_bound: bound to device '11-0061'
[   47.979888] bus: 'i2c': really_probe: bound device 11-0061 to driver tuner
[   48.129802] xc5000 11-0061: creating new instance
[   48.147045] xc5000: Successfully identified at address 0x61
[   48.147055] xc5000: Firmware has not been loaded previously
[   48.149373] device: 'ep_81': device_unregister
[   48.151714] PM: Removing info for No Bus:ep_81
[   48.151907] device: 'ep_82': device_unregister
[   48.152599] PM: Removing info for No Bus:ep_82
[   48.153106] device: 'ep_81': device_add
[   48.155539] PM: Adding info for No Bus:ep_81
[   48.155691] device: 'ep_82': device_add
[   48.158087] PM: Adding info for No Bus:ep_82
[   49.693988] audit: type=1400 audit(1460498062.228:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=523 comm="apparmor_parser"
[   49.694263] audit: type=1400 audit(1460498062.228:3): apparmor="STATUS" operation="profile_load" name="chromium" pid=523 comm="apparmor_parser"
[   49.725531] audit: type=1400 audit(1460498062.260:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=523 comm="apparmor_parser"
[   49.725973] audit: type=1400 audit(1460498062.260:5): apparmor="STATUS" operation="profile_load" name="chromium" pid=523 comm="apparmor_parser"
[   49.770271] audit: type=1400 audit(1460498062.304:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=523 comm="apparmor_parser"
[   49.770586] audit: type=1400 audit(1460498062.304:7): apparmor="STATUS" operation="profile_load" name="chromium" pid=523 comm="apparmor_parser"
[   49.795341] audit: type=1400 audit(1460498062.328:8): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=523 comm="apparmor_parser"
[   49.795635] audit: type=1400 audit(1460498062.328:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=523 comm="apparmor_parser"
[   49.795916] audit: type=1400 audit(1460498062.328:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=523 comm="apparmor_parser"
[   49.796215] audit: type=1400 audit(1460498062.328:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=523 comm="apparmor_parser"
[   50.658052] device: 'video1': device_add
[   50.660772] PM: Adding info for No Bus:video1
[   50.662098] device: 'vbi0': device_add
[   50.664245] PM: Adding info for No Bus:vbi0
[   50.703864] au8522 11-0047: attaching existing instance
[   50.723679] xc5000 11-0061: attaching existing instance
[   50.740135] xc5000: Successfully identified at address 0x61
[   50.740145] xc5000: Firmware has not been loaded previously
[   50.740450] DVB: registering new adapter (au0828)
[   50.740987] usb 8-2: DVB: registering adapter 0 frontend 0 (Auvitek AU8522 QAM/8VSB Frontend)...
[   50.741829] dvb_create_media_entity: media entity 'Auvitek AU8522 QAM/8VSB Frontend' registered.
[   50.742148] device: 'dvb0.frontend0': device_add
[   50.745462] PM: Adding info for No Bus:dvb0.frontend0
[   50.781700] dvb_create_media_entity: media entity 'dvb-demux' registered.
[   50.781878] device: 'dvb0.demux0': device_add
[   50.783582] PM: Adding info for No Bus:dvb0.demux0
[   50.831204] device: 'dvb0.dvr0': device_add
[   50.833051] PM: Adding info for No Bus:dvb0.dvr0
[   50.834692] device: 'dvb0.net0': device_add
[   50.838829] PM: Adding info for No Bus:dvb0.net0
[   52.356774] Registered IR keymap rc-hauppauge
[   52.357642] device: 'rc0': device_add
[   52.359726] PM: Adding info for No Bus:rc0
[   52.360328] device: 'input25': device_add
[   52.366762] PM: Adding info for No Bus:input25
[   52.367276] input: au0828 IR (Hauppauge HVR950Q) as /devices/pci0000:00/0000:00:10.1/usb8/8-2/rc/rc0/input25
[   52.387265] device: 'event18': device_add
[   52.389587] PM: Adding info for No Bus:event18
[   52.391002] rc rc0: au0828 IR (Hauppauge HVR950Q) as /devices/pci0000:00/0000:00:10.1/usb8/8-2/rc/rc0
[   52.394129] au0828: Remote controller au0828 IR (Hauppauge HVR950Q) initalized
[   52.394136] au0828: Registered device AU0828 [Hauppauge HVR950Q]
[   52.394250] device: 'media1': device_add
[   52.394510] bus: 'media': add device media1
[   52.396048] PM: Adding info for media:media1
[   52.397502] driver: 'au0828': driver_bound: bound to device '8-2:1.0'
[   52.397566] bus: 'usb': really_probe: bound device 8-2:1.0 to driver au0828
[   52.397584] bus: 'usb': driver_probe_device: matched device 8-2:1.1 with driver au0828
[   52.397593] bus: 'usb': really_probe: probing driver au0828 with device 8-2:1.1
[   52.397980] devices_kset: Moving 8-2:1.1 to end of list
[   52.398215] au0828: probe of 8-2:1.1 rejects match -19
[   52.398226] bus: 'usb': driver_probe_device: matched device 8-2:1.2 with driver au0828
[   52.398232] bus: 'usb': really_probe: probing driver au0828 with device 8-2:1.2
[   52.398565] devices_kset: Moving 8-2:1.2 to end of list
[   52.398733] au0828: probe of 8-2:1.2 rejects match -19
[   52.398746] bus: 'usb': driver_probe_device: matched device 8-2:1.3 with driver au0828
[   52.398755] bus: 'usb': really_probe: probing driver au0828 with device 8-2:1.3
[   52.399072] devices_kset: Moving 8-2:1.3 to end of list
[   52.399200] au0828: probe of 8-2:1.3 rejects match -19
[   52.403053] usbcore: registered new interface driver au0828
[   52.486691] device class 'lirc': registering
[   52.487323] lirc_dev: IR Remote Control driver registered, major 245 
[   52.511485] device: 'ep_81': device_unregister
[   52.512116] PM: Removing info for No Bus:ep_81
[   52.512202] device: 'ep_82': device_unregister
[   52.513328] PM: Removing info for No Bus:ep_82
[   52.513486] device: 'ep_81': device_add
[   52.514744] PM: Adding info for No Bus:ep_81
[   52.514796] device: 'ep_82': device_add
[   52.515986] PM: Adding info for No Bus:ep_82
[   52.574123] bus: 'snd_seq': registered
[   52.598141] device: 'lirc0': device_add
[   52.601058] PM: Adding info for No Bus:lirc0
[   52.602984] rc rc0: lirc_dev: driver ir-lirc-codec (au0828-input) registered at minor = 0
[   52.602991] IR LIRC bridge handler initialized
[   53.501700] device: 'seq': device_add
[   53.504140] PM: Adding info for No Bus:seq
[   53.798065] bus: 'snd_seq': add driver snd_seq_midi
[   54.585501] bus: 'usb': add driver snd-usb-audio
[   54.585976] bus: 'usb': driver_probe_device: matched device 8-2:1.1 with driver snd-usb-audio
[   54.585990] bus: 'usb': really_probe: probing driver snd-usb-audio with device 8-2:1.1
[   54.586714] devices_kset: Moving 8-2:1.1 to end of list
[   54.593928] device: 'ep_84': device_unregister
[   54.599974] PM: Removing info for No Bus:ep_84
[   54.615548] device: 'ep_84': device_add
[   54.642763] PM: Adding info for No Bus:ep_84
[   54.644875] device: 'ep_84': device_unregister
[   54.645751] PM: Removing info for No Bus:ep_84
[   54.646151] device: 'ep_84': device_add
[   54.653634] PM: Adding info for No Bus:ep_84
[   54.654104] driver: 'snd-usb-audio': driver_bound: bound to device '8-2:1.2'
[   54.655197] device: 'card2': device_add
[   54.677417] PM: Adding info for No Bus:card2
[   54.678880] device: 'controlC2': device_add
[   54.685022] PM: Adding info for No Bus:controlC2
[   54.686905] device: 'pcmC2D0c': device_add
[   54.691805] PM: Adding info for No Bus:pcmC2D0c
[   54.697395] driver: 'snd-usb-audio': driver_bound: bound to device '8-2:1.1'
[   54.697437] bus: 'usb': really_probe: bound device 8-2:1.1 to driver snd-usb-audio
[   54.706793] usbcore: registered new interface driver snd-usb-audio
[   54.779404] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   54.789632] __allocate_fw_buf: fw-rtl_nic/rtl8168e-3.fw buf=ffff88009a3bdb20
[   54.849132] r8169 0000:01:00.0: loading /lib/firmware/updates/4.6.0-rc3m+/rtl_nic/rtl8168e-3.fw failed with error -2
[   54.849420] r8169 0000:01:00.0: loading /lib/firmware/updates/rtl_nic/rtl8168e-3.fw failed with error -2
[   54.854981] r8169 0000:01:00.0: loading /lib/firmware/4.6.0-rc3m+/rtl_nic/rtl8168e-3.fw failed with error -2
[   54.923472] r8169 0000:01:00.0: direct-loading rtl_nic/rtl8168e-3.fw
[   54.923641] fw_set_page_data: fw-rtl_nic/rtl8168e-3.fw buf=ffff88009a3bdb20 data=ffffc900013c1000 size=3872
[   55.039370] r8169 0000:01:00.0 eth0: link down
[   55.039551] r8169 0000:01:00.0 eth0: link down
[   55.040500] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   56.699079] r8169 0000:01:00.0 eth0: link up
[   56.699119] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   62.683084] device: 'vcs7': device_add
[   62.684548] PM: Adding info for No Bus:vcs7
[   62.686008] device: 'vcsa7': device_add
[   62.688014] PM: Adding info for No Bus:vcsa7
[   63.225615] ip_tables: (C) 2000-2006 Netfilter Core Team
[   63.428271] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   63.680826] Ebtables v2.0 registered
[   64.594292] device: 'lo': device_add
[   64.600446] PM: Adding info for No Bus:lo
[   64.712221] PM: Removing info for No Bus:lo
[   64.897288] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   64.900136] device: 'virbr0': device_add
[   64.915046] PM: Adding info for No Bus:virbr0
[   64.936552] device: 'virbr0-nic': device_add
[   64.943029] PM: Adding info for No Bus:virbr0-nic
[   65.017921] virbr0: port 1(virbr0-nic) entered blocking state
[   65.017933] virbr0: port 1(virbr0-nic) entered disabled state
[   65.026595] device virbr0-nic entered promiscuous mode
[   66.329623] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   67.906745] device virbr0-nic left promiscuous mode
[   67.906761] virbr0: port 1(virbr0-nic) entered disabled state
[   67.920780] PM: Removing info for No Bus:virbr0-nic
[   67.987461] PM: Removing info for No Bus:virbr0
[   69.395458] device: '0:39': device_add
[   69.397315] PM: Adding info for No Bus:0:39
[   73.429017] device: 'lo': device_add
[   73.432899] PM: Adding info for No Bus:lo
[   74.444720] device: 'ep_84': device_unregister
[   74.445930] PM: Removing info for No Bus:ep_84
[   74.454988] device: 'ep_84': device_add
[   74.459582] PM: Adding info for No Bus:ep_84
[   74.484328] device: 'ep_84': device_unregister
[   74.486670] PM: Removing info for No Bus:ep_84
[   74.487252] device: 'ep_84': device_add
[   74.488887] PM: Adding info for No Bus:ep_84
[   74.498189] device: 'ep_84': device_unregister
[   74.499261] PM: Removing info for No Bus:ep_84
[   74.506981] device: 'ep_84': device_add
[   74.510108] PM: Adding info for No Bus:ep_84
[   74.514011] device: 'ep_84': device_unregister
[   74.514927] PM: Removing info for No Bus:ep_84
[   74.515188] device: 'ep_84': device_add
[   74.516840] PM: Adding info for No Bus:ep_84
[   74.597637] device: 'ep_84': device_unregister
[   74.598552] PM: Removing info for No Bus:ep_84
[   74.605802] device: 'ep_84': device_add
[   74.607807] PM: Adding info for No Bus:ep_84
[   80.364691] device: 'ep_84': device_unregister
[   80.365333] PM: Removing info for No Bus:ep_84
[   80.365635] device: 'ep_84': device_add
[   80.367643] PM: Adding info for No Bus:ep_84
[  216.182088] device: 'video0': device_unregister
[  216.185578] PM: Removing info for No Bus:video0
[  216.215470] PM: Removing info for No Bus:event16
[  216.251554] PM: Removing info for No Bus:input23
[  216.254552] device: 'media0': device_unregister
[  216.255349] bus: 'media': remove device media0
[  216.255358] PM: Removing info for media:media0
[  216.255914] uvcvideo 1-5:1.0: media_devnode_release
[  216.256055] uvcvideo 1-5:1.0: Media device released
[  386.190872] bus: 'usb': driver_probe_device: matched device 1-5:1.0 with driver uvcvideo
[  386.217246] ------------[ cut here ]------------
[  386.217276] WARNING: CPU: 0 PID: 1774 at kernel/locking/lockdep.c:2096 __lock_acquire+0x2f15/0x5f30
[  386.217283] DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)
[  386.217288] Modules linked in:
[  386.217294]  nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables snd_usb_audio snd_usbmidi_lib snd_seq_midi snd_seq_midi_event snd_seq binfmt_misc snd_rawmidi ir_lirc_codec snd_seq_device lirc_dev rc_hauppauge au8522_dig nls_iso8859_1 xc5000 tuner au8522_decoder au8522_common hp_wmi sparse_keymap au0828 ghash_clmulni_intel aesni_intel aes_x86_64 ablk_helper cryptd lrw tveeprom gf128mul uvcvideo glue_helper dvb_core rc_core v4l2_common videobuf2_vmalloc videobuf2_memops joydev videobuf2_v4l2 videobuf2_core serio_raw videodev media k10temp i2c_piix4 snd_hda_codec_idt snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel snd_hda_codec tpm_infineon snd_hda_core
[  386.217442]  snd_hwdep snd_pcm hp_accel kvm_amd lis3lv02d input_polldev snd_timer kvm mac_hid tpm_tis irqbypass parport_pc ppdev lp parport autofs4 pl2303 usbserial hid_generic radeon psmouse i2c_algo_bit usbhid ttm hid drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci sdhci_pci firewire_core r8169 drm sdhci crc_itu_t mii wmi video
[  386.217539] CPU: 0 PID: 1774 Comm: bash Not tainted 4.6.0-rc3m+ #4
[  386.217546] Hardware name: Hewlett-Packard HP ProBook 6475b/180F, BIOS 68TTU Ver. F.04 08/03/2012
[  386.217552]  ffffffff82a72e00 ffff8801f5977040 ffffffff81aeccb3 ffff8801f59770b8
[  386.217565]  0000000000000000 ffff8801f5977088 ffffffff811136c2 0000000000000009
[  386.217576]  ffff880100000830 ffffed003eb2ee13 ffffffff837d6b80 0000000000000002
[  386.217588] Call Trace:
[  386.217599]  [<ffffffff81aeccb3>] dump_stack+0x67/0x94
[  386.217610]  [<ffffffff811136c2>] __warn+0x172/0x1b0
[  386.217620]  [<ffffffff81113797>] warn_slowpath_fmt+0x97/0xb0
[  386.217628]  [<ffffffff81113700>] ? __warn+0x1b0/0x1b0
[  386.217639]  [<ffffffff81210a25>] __lock_acquire+0x2f15/0x5f30
[  386.217647]  [<ffffffff81205185>] ? __bfs+0x25/0x610
[  386.217657]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.217666]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.217676]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.217687]  [<ffffffff812b78f2>] ? __module_address+0x252/0x350
[  386.217696]  [<ffffffff81215bcb>] lock_acquire+0x17b/0x2c0
[  386.217705]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.217715]  [<ffffffff828454a7>] _raw_spin_lock_irq+0x37/0x50
[  386.217723]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.217731]  [<ffffffff8210e190>] usb_hcd_submit_urb+0x470/0x2000
[  386.217741]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.217749]  [<ffffffff8210dd20>] ? usb_create_hcd+0x20/0x20
[  386.217757]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.217766]  [<ffffffff8120cfb8>] ? mark_held_locks+0xc8/0x120
[  386.217775]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.217783]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.217792]  [<ffffffff82113005>] usb_submit_urb+0xb65/0x1200
[  386.217801]  [<ffffffff82114704>] usb_start_wait_urb+0x104/0x4e0
[  386.217809]  [<ffffffff82114600>] ? sg_clean+0x200/0x200
[  386.217818]  [<ffffffff8153d0c6>] ? kasan_unpoison_shadow+0x36/0x50
[  386.217827]  [<ffffffff82111eac>] ? usb_alloc_urb+0x1c/0xa0
[  386.217836]  [<ffffffff8153d258>] ? memset+0x28/0x30
[  386.217844]  [<ffffffff82114dff>] usb_control_msg+0x31f/0x4e0
[  386.217853]  [<ffffffff82114ae0>] ? usb_start_wait_urb+0x4e0/0x4e0
[  386.217862]  [<ffffffff8120d5ed>] ? trace_hardirqs_on+0xd/0x10
[  386.217871]  [<ffffffff820fd6a2>] ? usb_port_resume+0x222/0x1290
[  386.217880]  [<ffffffff820ede13>] hub_ext_port_status+0x113/0x420
[  386.217890]  [<ffffffff820fd6ca>] usb_port_resume+0x24a/0x1290
[  386.217900]  [<ffffffff820fd480>] ? usb_port_suspend+0xbb0/0xbb0
[  386.217909]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.217921]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217929]  [<ffffffff8213b3eb>] generic_resume+0x3b/0x60
[  386.217937]  [<ffffffff8211f23a>] usb_resume_both+0x41a/0x630
[  386.217946]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217955]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217963]  [<ffffffff82122a0a>] usb_runtime_resume+0x1a/0x20
[  386.217972]  [<ffffffff81ec2032>] __rpm_callback+0x62/0xe0
[  386.217981]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217989]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.217997]  [<ffffffff81ec2215>] rpm_callback+0x165/0x210
[  386.218006]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218014]  [<ffffffff81ec3988>] rpm_resume+0xb68/0x15f0
[  386.218023]  [<ffffffff81ec2e20>] ? pm_runtime_autosuspend_expiration+0x60/0x60
[  386.218031]  [<ffffffff81ec6f5a>] ? __pm_runtime_resume+0x6a/0xa0
[  386.218041]  [<ffffffff81ec6f68>] __pm_runtime_resume+0x78/0xa0
[  386.218052]  [<ffffffff81ea8b4c>] driver_probe_device+0x8c/0xc20
[  386.218062]  [<ffffffff81ea45c6>] bind_store+0x216/0x320
[  386.218071]  [<ffffffff81ea43b0>] ? bus_uevent_store+0xe0/0xe0
[  386.218080]  [<ffffffff81ea20f0>] ? drv_attr_show+0xa0/0xa0
[  386.218088]  [<ffffffff81ea215c>] drv_attr_store+0x6c/0xb0
[  386.218097]  [<ffffffff816df605>] sysfs_kf_write+0x115/0x180
[  386.218105]  [<ffffffff816df4f0>] ? sysfs_file_ops+0x170/0x170
[  386.218113]  [<ffffffff816dcda5>] kernfs_fop_write+0x275/0x3a0
[  386.218122]  [<ffffffff8156e0a0>] __vfs_write+0xe0/0x3e0
[  386.218131]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.218140]  [<ffffffff815c8a2f>] ? __fd_install+0x1df/0x480
[  386.218148]  [<ffffffff8156dfc0>] ? __vfs_read+0x3d0/0x3d0
[  386.218158]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218168]  [<ffffffff8125b9f5>] ? rcu_sync_lockdep_assert+0x75/0xb0
[  386.218176]  [<ffffffff8120226b>] ? update_fast_ctr+0x1b/0x90
[  386.218184]  [<ffffffff81202359>] ? percpu_down_read+0x49/0x90
[  386.218192]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218201]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.218209]  [<ffffffff815710af>] vfs_write+0x13f/0x4a0
[  386.218217]  [<ffffffff81574fc1>] SyS_write+0x111/0x230
[  386.218225]  [<ffffffff81574eb0>] ? SyS_read+0x230/0x230
[  386.218234]  [<ffffffff8100301b>] ? trace_hardirqs_on_thunk+0x1b/0x1d
[  386.218243]  [<ffffffff82845ce5>] entry_SYSCALL_64_fastpath+0x18/0xa8
[  386.218251] ---[ end trace fa30ce7efe7386b6 ]---

[  386.218260] ======================
[  386.218264] [chain_key collision ]
[  386.218270] 4.6.0-rc3m+ #4 Tainted: G        W      
[  386.218274] ----------------------
[  386.218278] bash/1774: Hash chain already cached but the contents don't match!
[  386.218284] Held locks:depth: 8
[  386.218292]  class_idx:644 -> chain_key:0000000000000284 (sb_writers#6){.+.+.+}, at: [<ffffffff81579147>] __sb_start_write+0xb7/0xf0
[  386.218315]  class_idx:651 -> chain_key:000000000050828b (&of->mutex){+.+.+.}, at: [<ffffffff816dcc25>] kernfs_fop_write+0xf5/0x3a0
[  386.218332]  class_idx:432 -> chain_key:0000000a105161b0 (s_active#2){++++.+}, at: [<ffffffff816dcc48>] kernfs_fop_write+0x118/0x3a0
[  386.218352]  class_idx:183 -> chain_key:0001420a2c3600b7 (&dev->mutex){......}, at: [<ffffffff81ea45a1>] bind_store+0x1f1/0x320
[  386.218369]  class_idx:183 -> chain_key:28414586c016e0b7 (&dev->mutex){......}, at: [<ffffffff81ea45b7>] bind_store+0x207/0x320
[  386.218387]  class_idx:507 -> chain_key:28b0d802dc16e4f3 (&port_dev->status_lock){+.+.+.}, at: [<ffffffff820fd6a2>] usb_port_resume+0x222/0x1290
[  386.218405]  class_idx:494 -> chain_key:1b005b82dc9e64f8 (&hub->status_mutex){+.+.+.}, at: [<ffffffff820edd4a>] hub_ext_port_status+0x4a/0x420
[  386.218423]  class_idx:486 -> chain_key:0b705b93cc9f0286 (hcd_root_hub_lock){-.-...}, at: [<ffffffff8210e190>] usb_hcd_submit_urb+0x470/0x2000
[  386.218439] Locks in cached chain:depth: 8
[  386.218446]  class_idx:644 -> chain_key:0000000000000284 (sb_writers#6){.+.+.+}
[  386.218459]  class_idx:651 -> chain_key:000000000050828b (&of->mutex){+.+.+.}
[  386.218470]  class_idx:433 -> chain_key:0000000a105161b1 (s_active#3){++++.+}
[  386.218482]  class_idx:183 -> chain_key:0001420a2c3620b7 (&dev->mutex){......}
[  386.218493]  class_idx:183 -> chain_key:28414586c416e0b7 (&dev->mutex){......}
[  386.218504]  class_idx:507 -> chain_key:28b0d882dc16e4f3 (&port_dev->status_lock){+.+.+.}
[  386.218515]  class_idx:494 -> chain_key:1b105b82dc9e64f8 (&hub->status_mutex){+.+.+.}
[  386.218527]  class_idx:484 -> chain_key:0b705b93cc9f0286 (&(&ehci->lock)->rlock){-.-...}
[  386.218538] 
               stack backtrace:
[  386.218547] CPU: 0 PID: 1774 Comm: bash Tainted: G        W       4.6.0-rc3m+ #4
[  386.218553] Hardware name: Hewlett-Packard HP ProBook 6475b/180F, BIOS 68TTU Ver. F.04 08/03/2012
[  386.218558]  0000000000000008 ffff8801f59770d8 ffffffff81aeccb3 ffffffff837d6b80
[  386.218570]  0b705b93cc9f0286 ffff8801f5977130 ffffffff81209530 ffff8801000001e3
[  386.218581]  1ffffffff06fad70 0000000000000003 fffffbfff06fad70 00000000000001b0
[  386.218593] Call Trace:
[  386.218601]  [<ffffffff81aeccb3>] dump_stack+0x67/0x94
[  386.218610]  [<ffffffff81209530>] print_collision+0x2e0/0x550
[  386.218620]  [<ffffffff81210a48>] __lock_acquire+0x2f38/0x5f30
[  386.218628]  [<ffffffff81205185>] ? __bfs+0x25/0x610
[  386.218638]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.218647]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.218657]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.218667]  [<ffffffff812b78f2>] ? __module_address+0x252/0x350
[  386.218676]  [<ffffffff81215bcb>] lock_acquire+0x17b/0x2c0
[  386.218683]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.218692]  [<ffffffff828454a7>] _raw_spin_lock_irq+0x37/0x50
[  386.218700]  [<ffffffff8210e190>] ? usb_hcd_submit_urb+0x470/0x2000
[  386.218708]  [<ffffffff8210e190>] usb_hcd_submit_urb+0x470/0x2000
[  386.218716]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.218724]  [<ffffffff8210dd20>] ? usb_create_hcd+0x20/0x20
[  386.218733]  [<ffffffff81537e75>] ? deactivate_slab+0x475/0x570
[  386.218741]  [<ffffffff8120cfb8>] ? mark_held_locks+0xc8/0x120
[  386.218750]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.218758]  [<ffffffff81207200>] ? lockdep_init_map+0xf0/0x1470
[  386.218766]  [<ffffffff82113005>] usb_submit_urb+0xb65/0x1200
[  386.218775]  [<ffffffff82114704>] usb_start_wait_urb+0x104/0x4e0
[  386.218784]  [<ffffffff82114600>] ? sg_clean+0x200/0x200
[  386.218793]  [<ffffffff8153d0c6>] ? kasan_unpoison_shadow+0x36/0x50
[  386.218801]  [<ffffffff82111eac>] ? usb_alloc_urb+0x1c/0xa0
[  386.218810]  [<ffffffff8153d258>] ? memset+0x28/0x30
[  386.218818]  [<ffffffff82114dff>] usb_control_msg+0x31f/0x4e0
[  386.218827]  [<ffffffff82114ae0>] ? usb_start_wait_urb+0x4e0/0x4e0
[  386.218836]  [<ffffffff8120d5ed>] ? trace_hardirqs_on+0xd/0x10
[  386.218844]  [<ffffffff820fd6a2>] ? usb_port_resume+0x222/0x1290
[  386.218853]  [<ffffffff820ede13>] hub_ext_port_status+0x113/0x420
[  386.218863]  [<ffffffff820fd6ca>] usb_port_resume+0x24a/0x1290
[  386.218873]  [<ffffffff820fd480>] ? usb_port_suspend+0xbb0/0xbb0
[  386.218882]  [<ffffffff8120eadd>] ? __lock_acquire+0xfcd/0x5f30
[  386.218893]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218901]  [<ffffffff8213b3eb>] generic_resume+0x3b/0x60
[  386.218909]  [<ffffffff8211f23a>] usb_resume_both+0x41a/0x630
[  386.218918]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218926]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218935]  [<ffffffff82122a0a>] usb_runtime_resume+0x1a/0x20
[  386.218943]  [<ffffffff81ec2032>] __rpm_callback+0x62/0xe0
[  386.218951]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218959]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218967]  [<ffffffff81ec2215>] rpm_callback+0x165/0x210
[  386.218976]  [<ffffffff821229f0>] ? usb_runtime_suspend+0x100/0x100
[  386.218984]  [<ffffffff81ec3988>] rpm_resume+0xb68/0x15f0
[  386.218993]  [<ffffffff81ec2e20>] ? pm_runtime_autosuspend_expiration+0x60/0x60
[  386.219001]  [<ffffffff81ec6f5a>] ? __pm_runtime_resume+0x6a/0xa0
[  386.219011]  [<ffffffff81ec6f68>] __pm_runtime_resume+0x78/0xa0
[  386.219021]  [<ffffffff81ea8b4c>] driver_probe_device+0x8c/0xc20
[  386.219030]  [<ffffffff81ea45c6>] bind_store+0x216/0x320
[  386.219039]  [<ffffffff81ea43b0>] ? bus_uevent_store+0xe0/0xe0
[  386.219047]  [<ffffffff81ea20f0>] ? drv_attr_show+0xa0/0xa0
[  386.219055]  [<ffffffff81ea215c>] drv_attr_store+0x6c/0xb0
[  386.219064]  [<ffffffff816df605>] sysfs_kf_write+0x115/0x180
[  386.219072]  [<ffffffff816df4f0>] ? sysfs_file_ops+0x170/0x170
[  386.219079]  [<ffffffff816dcda5>] kernfs_fop_write+0x275/0x3a0
[  386.219088]  [<ffffffff8156e0a0>] __vfs_write+0xe0/0x3e0
[  386.219096]  [<ffffffff8120db10>] ? debug_check_no_locks_freed+0x280/0x280
[  386.219105]  [<ffffffff815c8a2f>] ? __fd_install+0x1df/0x480
[  386.219112]  [<ffffffff8156dfc0>] ? __vfs_read+0x3d0/0x3d0
[  386.219122]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.219131]  [<ffffffff8125b9f5>] ? rcu_sync_lockdep_assert+0x75/0xb0
[  386.219139]  [<ffffffff8120226b>] ? update_fast_ctr+0x1b/0x90
[  386.219147]  [<ffffffff81202359>] ? percpu_down_read+0x49/0x90
[  386.219155]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.219163]  [<ffffffff81579147>] ? __sb_start_write+0xb7/0xf0
[  386.219171]  [<ffffffff815710af>] vfs_write+0x13f/0x4a0
[  386.219180]  [<ffffffff81574fc1>] SyS_write+0x111/0x230
[  386.219188]  [<ffffffff81574eb0>] ? SyS_read+0x230/0x230
[  386.219196]  [<ffffffff8100301b>] ? trace_hardirqs_on_thunk+0x1b/0x1d
[  386.219205]  [<ffffffff82845ce5>] entry_SYSCALL_64_fastpath+0x18/0xa8
[  386.278053] bus: 'usb': really_probe: probing driver uvcvideo with device 1-5:1.0
[  386.278215] devices_kset: Moving 1-5:1.0 to end of list
[  386.278441] driver: 'uvcvideo': driver_bound: bound to device '1-5:1.1'
[  386.278665] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (04f2:b270)
[  386.516406] device: 'video0': device_add
[  386.518488] PM: Adding info for No Bus:video0
[  386.519990] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[  386.520137] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[  386.520215] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[  386.520294] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[  386.520598] device: 'media0': device_add
[  386.520788] bus: 'media': add device media0
[  386.522110] PM: Adding info for media:media0
[  386.523387] device: 'input26': device_add
[  386.527902] PM: Adding info for No Bus:input26
[  386.528423] input: HP HD Webcam [Fixed] as /devices/pci0000:00/0000:00:12.2/usb1/1-5/1-5:1.0/input/input26
[  386.528650] device: 'event16': device_add
[  386.530220] PM: Adding info for No Bus:event16
[  386.533018] driver: 'uvcvideo': driver_bound: bound to device '1-5:1.0'
[  386.533040] bus: 'usb': really_probe: bound device 1-5:1.0 to driver uvcvideo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-13  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13  2:11 4.6-rc3 - lockdep chain_key collision during usb driver probe Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).