[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#968567: marked as done (linux-image-4.19.0-10-amd64: kernel failure when writing on a GFS2 partition)



Your message dated Fri, 18 Sep 2020 10:47:08 +0000
with message-id <E1kJDv2-0007hu-Er@fasolo.debian.org>
and subject line Bug#968567: fixed in linux 4.19.146-1
has caused the Debian Bug report #968567,
regarding linux-image-4.19.0-10-amd64: kernel failure when writing on a GFS2 partition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
968567: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968567
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.19.132-1
Severity: normal

Dear maintainer,

After upgrading to kernel 4.19.0-10, writing to a GFS2 volume makes the kernel
output a series of messages, and the server quickly becomes unusable. Before
trying to write, mounting the volume and reading its content works as expected.

The problem is reproductible on 2 different servers, using FC and iSCSI. They
both work well otherwise, the normal behavior is restored after switching to
previous kernel 4.19.0-9 

The kernel messages are the following:

Aug 12 16:31:26 ertok kernel: [   90.951413] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
Aug 12 16:31:26 ertok kernel: [   90.951415] PGD 0 P4D 0 
Aug 12 16:31:26 ertok kernel: [   90.951418] Oops: 0002 [#1] SMP PTI
Aug 12 16:31:26 ertok kernel: [   90.951420] CPU: 2 PID: 2140 Comm: libvirtd Not tainted 4.19.0-10-amd64 #1 Debian 4.19.132-1
Aug 12 16:31:26 ertok kernel: [   90.951420] Hardware name: HP ProLiant DL360p Gen8, BIOS P71 02/25/2012
Aug 12 16:31:26 ertok kernel: [   90.951433] RIP: 0010:gfs2_log_commit+0x104/0x400 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951435] Code: 60 4c 8d b3 dc 08 00 00 4c 89 f7 e8 f6 90 d2 dd 48 8b 55 70 48 8d 45 70 48 39 d0 74 29 49 8b 4c 24 78 48 8b 75 70 48 8b 55 78 <48> 89 4e 08 48 89 31 49 8d 4c 24 70 48 89 0a 49 89 54 24 78 48 89
Aug 12 16:31:26 ertok kernel: [   90.951435] RSP: 0018:ffffad46c24dfba8 EFLAGS: 00010282
Aug 12 16:31:26 ertok kernel: [   90.951437] RAX: ffff9caba6487b70 RBX: ffff9cab8bc32000 RCX: 0000000000000000
Aug 12 16:31:26 ertok kernel: [   90.951437] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9cab8bc328dc
Aug 12 16:31:26 ertok kernel: [   90.951438] RBP: ffff9caba6487b00 R08: ffff9caba6487b58 R09: ffff9caba33fe4d0
Aug 12 16:31:26 ertok kernel: [   90.951439] R10: ffff9cab54d8b000 R11: 0000000000000000 R12: ffff9caba94f9200
Aug 12 16:31:26 ertok kernel: [   90.951440] R13: ffff9cab8bc327c8 R14: ffff9cab8bc328dc R15: ffffd40b0f4b1740
Aug 12 16:31:26 ertok kernel: [   90.951441] FS:  00007f6a7cff9700(0000) GS:ffff9cabaea80000(0000) knlGS:0000000000000000
Aug 12 16:31:26 ertok kernel: [   90.951442] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 12 16:31:26 ertok kernel: [   90.951443] CR2: 0000000000000008 CR3: 00000003ebfd6005 CR4: 00000000000606e0
Aug 12 16:31:26 ertok kernel: [   90.951443] Call Trace:
Aug 12 16:31:26 ertok kernel: [   90.951481]  gfs2_trans_end+0x7d/0x160 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951492]  gfs2_dirty_inode+0x1bc/0x240 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951497]  ? iomap_readpage+0x85/0x110
Aug 12 16:31:26 ertok kernel: [   90.951506]  ? gfs2_dirty_inode+0x144/0x240 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951511]  __mark_inode_dirty+0x1ba/0x380
Aug 12 16:31:26 ertok kernel: [   90.951515]  generic_update_time+0xb6/0xd0
Aug 12 16:31:26 ertok kernel: [   90.951518]  touch_atime+0xbe/0xe0
Aug 12 16:31:26 ertok kernel: [   90.951522]  generic_file_read_iter+0x8ca/0xbc0
Aug 12 16:31:26 ertok kernel: [   90.951531]  ? gfs2_glock_add_to_lru.part.41+0x7c/0xd0 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951540]  gfs2_file_read_iter+0xe3/0xf0 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951544]  new_sync_read+0xf8/0x160
Aug 12 16:31:26 ertok kernel: [   90.951547]  vfs_read+0x91/0x140
Aug 12 16:31:26 ertok kernel: [   90.951549]  ksys_read+0x57/0xd0
Aug 12 16:31:26 ertok kernel: [   90.951552]  do_syscall_64+0x53/0x110
Aug 12 16:31:26 ertok kernel: [   90.951556]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Aug 12 16:31:26 ertok kernel: [   90.951558] RIP: 0033:0x7f6a91a43544
Aug 12 16:31:26 ertok kernel: [   90.951560] Code: 84 00 00 00 00 00 41 54 49 89 d4 55 48 89 f5 53 89 fb 48 83 ec 10 e8 5b fc ff ff 4c 89 e2 48 89 ee 89 df 41 89 c0 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 38 44 89 c7 48 89 44 24 08 e8 97 fc ff ff 48
Aug 12 16:31:26 ertok kernel: [   90.951561] RSP: 002b:00007f6a7cff84e0 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
Aug 12 16:31:26 ertok kernel: [   90.951562] RAX: ffffffffffffffda RBX: 0000000000000016 RCX: 00007f6a91a43544
Aug 12 16:31:26 ertok kernel: [   90.951564] RDX: 0000000000002000 RSI: 00007f6a40104ed0 RDI: 0000000000000016
Aug 12 16:31:26 ertok kernel: [   90.951564] RBP: 00007f6a40104ed0 R08: 0000000000000000 R09: 00007f6a40000560
Aug 12 16:31:26 ertok kernel: [   90.951565] R10: 00007f6a400008d0 R11: 0000000000000246 R12: 0000000000002000
Aug 12 16:31:26 ertok kernel: [   90.951566] R13: 0000000000000000 R14: 0000000000000016 R15: 0000000000002001
Aug 12 16:31:26 ertok kernel: [   90.951568] Modules linked in: gfs2 dlm ses enclosure sctp ip_gre ip_tunnel gre openvswitch nsh nf_nat_ipv6 nf_nat_ipv4 nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 intel_rapl sb_edac ipmi_ssif x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_cstate intel_uncore intel_rapl_perf serio_raw pcspkr mgag200 evdev ttm iTCO_wdt iTCO_vendor_support drm_kms_helper hpilo sg drm hpwdt i2c_algo_bit ipmi_si ipmi_devintf ipmi_msghandler acpi_power_meter button ioatdma pcc_cpufreq dca ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi configfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb btrfs zstd_decompress zstd_compress xxhash dm_mod raid10 raid456
Aug 12 16:31:26 ertok kernel: [   90.951604]  async_raid6_recov async_memcpy async_pq async_xor async_tx xor hid_generic usbhid hid raid6_pq libcrc32c raid1 raid0 multipath linear md_mod sd_mod ata_generic crc32c_intel aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ata_piix psmouse libata hpsa uhci_hcd lpc_ich mfd_core ehci_pci scsi_transport_sas ehci_hcd scsi_mod usbcore tg3 usb_common libphy thermal
Aug 12 16:31:26 ertok kernel: [   90.951623] CR2: 0000000000000008
Aug 12 16:31:26 ertok kernel: [   90.951626] ---[ end trace eb351a15a6419c5c ]---
Aug 12 16:31:26 ertok kernel: [   90.951635] RIP: 0010:gfs2_log_commit+0x104/0x400 [gfs2]
Aug 12 16:31:26 ertok kernel: [   90.951636] Code: 60 4c 8d b3 dc 08 00 00 4c 89 f7 e8 f6 90 d2 dd 48 8b 55 70 48 8d 45 70 48 39 d0 74 29 49 8b 4c 24 78 48 8b 75 70 48 8b 55 78 <48> 89 4e 08 48 89 31 49 8d 4c 24 70 48 89 0a 49 89 54 24 78 48 89
Aug 12 16:31:26 ertok kernel: [   90.951637] RSP: 0018:ffffad46c24dfba8 EFLAGS: 00010282
Aug 12 16:31:26 ertok kernel: [   90.951638] RAX: ffff9caba6487b70 RBX: ffff9cab8bc32000 RCX: 0000000000000000
Aug 12 16:31:26 ertok kernel: [   90.951639] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9cab8bc328dc
Aug 12 16:31:26 ertok kernel: [   90.951640] RBP: ffff9caba6487b00 R08: ffff9caba6487b58 R09: ffff9caba33fe4d0
Aug 12 16:31:26 ertok kernel: [   90.951641] R10: ffff9cab54d8b000 R11: 0000000000000000 R12: ffff9caba94f9200
Aug 12 16:31:26 ertok kernel: [   90.951642] R13: ffff9cab8bc327c8 R14: ffff9cab8bc328dc R15: ffffd40b0f4b1740
Aug 12 16:31:26 ertok kernel: [   90.951643] FS:  00007f6a7cff9700(0000) GS:ffff9cabaea80000(0000) knlGS:0000000000000000
Aug 12 16:31:26 ertok kernel: [   90.951644] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 12 16:31:26 ertok kernel: [   90.951645] CR2: 0000000000000008 CR3: 00000003ebfd6005 CR4: 00000000000606e0
Aug 12 16:32:16 ertok kernel: [  140.610569] rcu: INFO: rcu_sched self-detected stall on CPU
Aug 12 16:32:16 ertok kernel: [  140.610601] rcu: 	3-....: (5249 ticks this GP) idle=3be/1/0x4000000000000002 softirq=11079/11079 fqs=2624 
Aug 12 16:32:16 ertok kernel: [  140.610636] rcu: 	 (t=5250 jiffies g=18469 q=2151)
Aug 12 16:32:16 ertok kernel: [  140.610658] Sending NMI from CPU 3 to CPUs 1:
Aug 12 16:32:16 ertok kernel: [  140.610783] NMI backtrace for cpu 1
Aug 12 16:32:16 ertok kernel: [  140.610784] CPU: 1 PID: 301 Comm: kworker/1:1H Tainted: G      D           4.19.0-10-amd64 #1 Debian 4.19.132-1
Aug 12 16:32:16 ertok kernel: [  140.610785] Hardware name: HP ProLiant DL360p Gen8, BIOS P71 02/25/2012
Aug 12 16:32:16 ertok kernel: [  140.610785] Workqueue: glock_workqueue glock_work_func [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.610786] RIP: 0010:native_queued_spin_lock_slowpath+0x52/0x190
Aug 12 16:32:16 ertok kernel: [  140.610787] Code: 74 37 81 e6 00 ff ff ff 75 5f f0 0f ba 2f 08 8b 07 72 56 89 c2 30 e6 a9 00 00 ff ff 75 47 85 d2 74 0e 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 c3 8b 37 81 fe 00 01 00
Aug 12 16:32:16 ertok kernel: [  140.610787] RSP: 0018:ffffad46c211fbd8 EFLAGS: 00000202
Aug 12 16:32:16 ertok kernel: [  140.610788] RAX: 0000000000000101 RBX: ffff9cab8bc32000 RCX: ffff9cab7041a548
Aug 12 16:32:16 ertok kernel: [  140.610788] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff9cab8bc327c8
Aug 12 16:32:16 ertok kernel: [  140.610789] RBP: ffffd40b0f54db80 R08: ffff9cab8cc7dd89 R09: ffff9cab8cc7dd88
Aug 12 16:32:16 ertok kernel: [  140.610789] R10: 0000000000040000 R11: 0000000000000000 R12: ffff9cab8bc327c8
Aug 12 16:32:16 ertok kernel: [  140.610790] R13: ffff9cab8bc328dc R14: ffffad46c211fcd8 R15: 0000000000000001
Aug 12 16:32:16 ertok kernel: [  140.610790] FS:  0000000000000000(0000) GS:ffff9cabaea40000(0000) knlGS:0000000000000000
Aug 12 16:32:16 ertok kernel: [  140.610791] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 12 16:32:16 ertok kernel: [  140.610791] CR2: 000055f853c89f50 CR3: 000000009380a004 CR4: 00000000000606e0
Aug 12 16:32:16 ertok kernel: [  140.610791] Call Trace:
Aug 12 16:32:16 ertok kernel: [  140.610792]  _raw_spin_lock+0x1c/0x20
Aug 12 16:32:16 ertok kernel: [  140.610792]  gfs2_releasepage+0x73/0x1e0 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.610792]  truncate_cleanup_page+0x6f/0xc0
Aug 12 16:32:16 ertok kernel: [  140.610793]  truncate_inode_pages_range+0x1da/0x820
Aug 12 16:32:16 ertok kernel: [  140.610793]  ? load_balance+0x165/0x9f0
Aug 12 16:32:16 ertok kernel: [  140.610793]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610794]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610794]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610794]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610795]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610795]  ? native_usergs_sysret64+0x1/0x10
Aug 12 16:32:16 ertok kernel: [  140.610795]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610796]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610796]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610796]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610797]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610797]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610797]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610797]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610798]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610798]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610798]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610799]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610799]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:16 ertok kernel: [  140.610799]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:16 ertok kernel: [  140.610800]  inode_go_inval+0x4a/0x130 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.610800]  do_xmote+0x127/0x1c0 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.610800]  glock_work_func+0x5c/0x110 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.610801]  process_one_work+0x1a7/0x3a0
Aug 12 16:32:16 ertok kernel: [  140.610801]  worker_thread+0x30/0x390
Aug 12 16:32:16 ertok kernel: [  140.610801]  ? create_worker+0x1a0/0x1a0
Aug 12 16:32:16 ertok kernel: [  140.610802]  kthread+0x112/0x130
Aug 12 16:32:16 ertok kernel: [  140.610802]  ? kthread_bind+0x30/0x30
Aug 12 16:32:16 ertok kernel: [  140.610802]  ret_from_fork+0x35/0x40
Aug 12 16:32:16 ertok kernel: [  140.611686] NMI backtrace for cpu 3
Aug 12 16:32:16 ertok kernel: [  140.611717] CPU: 3 PID: 2119 Comm: gfs2_logd Tainted: G      D           4.19.0-10-amd64 #1 Debian 4.19.132-1
Aug 12 16:32:16 ertok kernel: [  140.611753] Hardware name: HP ProLiant DL360p Gen8, BIOS P71 02/25/2012
Aug 12 16:32:16 ertok kernel: [  140.611779] Call Trace:
Aug 12 16:32:16 ertok kernel: [  140.611791]  <IRQ>
Aug 12 16:32:16 ertok kernel: [  140.611804]  dump_stack+0x66/0x90
Aug 12 16:32:16 ertok kernel: [  140.612546]  nmi_cpu_backtrace.cold.4+0x13/0x50
Aug 12 16:32:16 ertok kernel: [  140.613283]  ? lapic_can_unplug_cpu.cold.31+0x37/0x37
Aug 12 16:32:16 ertok kernel: [  140.614014]  nmi_trigger_cpumask_backtrace+0xf9/0xfb
Aug 12 16:32:16 ertok kernel: [  140.614743]  rcu_dump_cpu_stacks+0x9b/0xcb
Aug 12 16:32:16 ertok kernel: [  140.615458]  rcu_check_callbacks.cold.81+0x1db/0x335
Aug 12 16:32:16 ertok kernel: [  140.616158]  ? tick_sched_do_timer+0x60/0x60
Aug 12 16:32:16 ertok kernel: [  140.616854]  update_process_times+0x28/0x60
Aug 12 16:32:16 ertok kernel: [  140.617555]  tick_sched_handle+0x22/0x60
Aug 12 16:32:16 ertok kernel: [  140.618238]  tick_sched_timer+0x37/0x70
Aug 12 16:32:16 ertok kernel: [  140.618898]  __hrtimer_run_queues+0x100/0x280
Aug 12 16:32:16 ertok kernel: [  140.619553]  hrtimer_interrupt+0x100/0x220
Aug 12 16:32:16 ertok kernel: [  140.620202]  ? handle_irq_event+0x47/0x5c
Aug 12 16:32:16 ertok kernel: [  140.620822]  smp_apic_timer_interrupt+0x6a/0x140
Aug 12 16:32:16 ertok kernel: [  140.621418]  apic_timer_interrupt+0xf/0x20
Aug 12 16:32:16 ertok kernel: [  140.622022]  </IRQ>
Aug 12 16:32:16 ertok kernel: [  140.622596] RIP: 0010:native_queued_spin_lock_slowpath+0x52/0x190
Aug 12 16:32:16 ertok kernel: [  140.623203] Code: 74 37 81 e6 00 ff ff ff 75 5f f0 0f ba 2f 08 8b 07 72 56 89 c2 30 e6 a9 00 00 ff ff 75 47 85 d2 74 0e 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 c3 8b 37 81 fe 00 01 00
Aug 12 16:32:16 ertok kernel: [  140.624500] RSP: 0018:ffffad46c22cfe38 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
Aug 12 16:32:16 ertok kernel: [  140.625164] RAX: 0000000000000101 RBX: ffff9cab8bc32000 RCX: 0000000000000000
Aug 12 16:32:16 ertok kernel: [  140.625830] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff9cab8bc328dc
Aug 12 16:32:16 ertok kernel: [  140.626471] RBP: ffff9cab8bc32050 R08: ffff9cabaeae2ae0 R09: 0000000000000000
Aug 12 16:32:16 ertok kernel: [  140.627371] R10: 0000000000000000 R11: 0000001bf5fa0fe4 R12: ffff9cab8bc32000
Aug 12 16:32:16 ertok kernel: [  140.628022] R13: ffff9cab8bc32838 R14: ffff9cab8bc32960 R15: ffffffffc0c08200
Aug 12 16:32:16 ertok kernel: [  140.628703]  ? gfs2_log_flush+0x6d0/0x6d0 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.629367]  ? schedule_timeout+0x173/0x390
Aug 12 16:32:16 ertok kernel: [  140.630028]  _raw_spin_lock+0x1c/0x20
Aug 12 16:32:16 ertok kernel: [  140.630706]  gfs2_ail1_empty+0x2a/0x290 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.631382]  ? __next_timer_interrupt+0xc0/0xc0
Aug 12 16:32:16 ertok kernel: [  140.632065]  ? gfs2_log_flush+0x6d0/0x6d0 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.632753]  gfs2_logd+0xa8/0x2f0 [gfs2]
Aug 12 16:32:16 ertok kernel: [  140.633445]  ? finish_wait+0x80/0x80
Aug 12 16:32:16 ertok kernel: [  140.634140]  kthread+0x112/0x130
Aug 12 16:32:16 ertok kernel: [  140.634835]  ? kthread_bind+0x30/0x30
Aug 12 16:32:16 ertok kernel: [  140.635519]  ret_from_fork+0x35/0x40
Aug 12 16:32:43 ertok kernel: [  167.834672] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [kworker/1:1H:301]
Aug 12 16:32:43 ertok kernel: [  167.835411] Modules linked in: gfs2 dlm ses enclosure sctp ip_gre ip_tunnel gre openvswitch nsh nf_nat_ipv6 nf_nat_ipv4 nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 intel_rapl sb_edac ipmi_ssif x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_cstate intel_uncore intel_rapl_perf serio_raw pcspkr mgag200 evdev ttm iTCO_wdt iTCO_vendor_support drm_kms_helper hpilo sg drm hpwdt i2c_algo_bit ipmi_si ipmi_devintf ipmi_msghandler acpi_power_meter button ioatdma pcc_cpufreq dca ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi configfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb btrfs zstd_decompress zstd_compress xxhash dm_mod raid10 raid456
Aug 12 16:32:43 ertok kernel: [  167.840671]  async_raid6_recov async_memcpy async_pq async_xor async_tx xor hid_generic usbhid hid raid6_pq libcrc32c raid1 raid0 multipath linear md_mod sd_mod ata_generic crc32c_intel aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ata_piix psmouse libata hpsa uhci_hcd lpc_ich mfd_core ehci_pci scsi_transport_sas ehci_hcd scsi_mod usbcore tg3 usb_common libphy thermal
Aug 12 16:32:43 ertok kernel: [  167.842665] watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [gfs2_logd:2119]
Aug 12 16:32:43 ertok kernel: [  167.843836] CPU: 1 PID: 301 Comm: kworker/1:1H Tainted: G      D           4.19.0-10-amd64 #1 Debian 4.19.132-1
Aug 12 16:32:43 ertok kernel: [  167.844951] Modules linked in: gfs2 dlm ses enclosure sctp ip_gre ip_tunnel gre openvswitch nsh nf_nat_ipv6 nf_nat_ipv4 nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 intel_rapl sb_edac ipmi_ssif x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_cstate intel_uncore intel_rapl_perf serio_raw pcspkr mgag200 evdev ttm iTCO_wdt iTCO_vendor_support drm_kms_helper hpilo sg drm hpwdt i2c_algo_bit ipmi_si ipmi_devintf ipmi_msghandler acpi_power_meter button ioatdma pcc_cpufreq dca ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi configfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb btrfs zstd_decompress zstd_compress xxhash dm_mod raid10 raid456
Aug 12 16:32:43 ertok kernel: [  167.846099] Hardware name: HP ProLiant DL360p Gen8, BIOS P71 02/25/2012
Aug 12 16:32:43 ertok kernel: [  167.853595]  async_raid6_recov async_memcpy async_pq async_xor async_tx xor hid_generic usbhid hid raid6_pq libcrc32c raid1 raid0 multipath linear md_mod sd_mod ata_generic crc32c_intel aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ata_piix psmouse libata hpsa uhci_hcd lpc_ich mfd_core ehci_pci scsi_transport_sas ehci_hcd scsi_mod usbcore tg3 usb_common libphy thermal
Aug 12 16:32:43 ertok kernel: [  167.854955] Workqueue: glock_workqueue glock_work_func [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.859166] CPU: 3 PID: 2119 Comm: gfs2_logd Tainted: G      D           4.19.0-10-amd64 #1 Debian 4.19.132-1
Aug 12 16:32:43 ertok kernel: [  167.860625] RIP: 0010:native_queued_spin_lock_slowpath+0x52/0x190
Aug 12 16:32:43 ertok kernel: [  167.862066] Hardware name: HP ProLiant DL360p Gen8, BIOS P71 02/25/2012
Aug 12 16:32:43 ertok kernel: [  167.862069] RIP: 0010:native_queued_spin_lock_slowpath+0x54/0x190
Aug 12 16:32:43 ertok kernel: [  167.863507] Code: 74 37 81 e6 00 ff ff ff 75 5f f0 0f ba 2f 08 8b 07 72 56 89 c2 30 e6 a9 00 00 ff ff 75 47 85 d2 74 0e 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 c3 8b 37 81 fe 00 01 00
Aug 12 16:32:43 ertok kernel: [  167.864959] Code: 81 e6 00 ff ff ff 75 5f f0 0f ba 2f 08 8b 07 72 56 89 c2 30 e6 a9 00 00 ff ff 75 47 85 d2 74 0e 8b 07 84 c0 74 08 f3 90 8b 07 <84> c0 75 f8 b8 01 00 00 00 66 89 07 c3 8b 37 81 fe 00 01 00 00 75
Aug 12 16:32:43 ertok kernel: [  167.866408] RSP: 0018:ffffad46c211fbd8 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
Aug 12 16:32:43 ertok kernel: [  167.869414] RSP: 0018:ffffad46c22cfe38 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff13
Aug 12 16:32:43 ertok kernel: [  167.872552] RAX: 0000000000000101 RBX: ffff9cab8bc32000 RCX: ffff9cab7041a548
Aug 12 16:32:43 ertok kernel: [  167.872553] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff9cab8bc327c8
Aug 12 16:32:43 ertok kernel: [  167.874140] RAX: 0000000000000101 RBX: ffff9cab8bc32000 RCX: 0000000000000000
Aug 12 16:32:43 ertok kernel: [  167.874141] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff9cab8bc328dc
Aug 12 16:32:43 ertok kernel: [  167.875733] RBP: ffffd40b0f54db80 R08: ffff9cab8cc7dd89 R09: ffff9cab8cc7dd88
Aug 12 16:32:43 ertok kernel: [  167.877562] RBP: ffff9cab8bc32050 R08: ffff9cabaeae2ae0 R09: 0000000000000000
Aug 12 16:32:43 ertok kernel: [  167.877564] R10: 0000000000000000 R11: 0000001bf5fa0fe4 R12: ffff9cab8bc32000
Aug 12 16:32:43 ertok kernel: [  167.879155] R10: 0000000000040000 R11: 0000000000000000 R12: ffff9cab8bc327c8
Aug 12 16:32:43 ertok kernel: [  167.880750] R13: ffff9cab8bc32838 R14: ffff9cab8bc32960 R15: ffffffffc0c08200
Aug 12 16:32:43 ertok kernel: [  167.880758] FS:  0000000000000000(0000) GS:ffff9cabaeac0000(0000) knlGS:0000000000000000
Aug 12 16:32:43 ertok kernel: [  167.882358] R13: ffff9cab8bc328dc R14: ffffad46c211fcd8 R15: 0000000000000001
Aug 12 16:32:43 ertok kernel: [  167.882359] FS:  0000000000000000(0000) GS:ffff9cabaea40000(0000) knlGS:0000000000000000
Aug 12 16:32:43 ertok kernel: [  167.883971] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 12 16:32:43 ertok kernel: [  167.883973] CR2: 0000559643664290 CR3: 000000009380a006 CR4: 00000000000606e0
Aug 12 16:32:43 ertok kernel: [  167.885573] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 12 16:32:43 ertok kernel: [  167.885574] CR2: 000055f853c89f50 CR3: 000000009380a004 CR4: 00000000000606e0
Aug 12 16:32:43 ertok kernel: [  167.887202] Call Trace:
Aug 12 16:32:43 ertok kernel: [  167.888794] Call Trace:
Aug 12 16:32:43 ertok kernel: [  167.890407]  _raw_spin_lock+0x1c/0x20
Aug 12 16:32:43 ertok kernel: [  167.892013]  _raw_spin_lock+0x1c/0x20
Aug 12 16:32:43 ertok kernel: [  167.893653]  gfs2_ail1_empty+0x2a/0x290 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.895264]  gfs2_releasepage+0x73/0x1e0 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.896833]  ? __next_timer_interrupt+0xc0/0xc0
Aug 12 16:32:43 ertok kernel: [  167.898405]  truncate_cleanup_page+0x6f/0xc0
Aug 12 16:32:43 ertok kernel: [  167.899966]  ? gfs2_log_flush+0x6d0/0x6d0 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.901542]  truncate_inode_pages_range+0x1da/0x820
Aug 12 16:32:43 ertok kernel: [  167.903102]  gfs2_logd+0xa8/0x2f0 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.904666]  ? load_balance+0x165/0x9f0
Aug 12 16:32:43 ertok kernel: [  167.906211]  ? finish_wait+0x80/0x80
Aug 12 16:32:43 ertok kernel: [  167.907747]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.909286]  kthread+0x112/0x130
Aug 12 16:32:43 ertok kernel: [  167.910798]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.912350]  ? kthread_bind+0x30/0x30
Aug 12 16:32:43 ertok kernel: [  167.913868]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.915411]  ret_from_fork+0x35/0x40
Aug 12 16:32:43 ertok kernel: [  167.916948]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.916949]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.933055]  ? native_usergs_sysret64+0x1/0x10
Aug 12 16:32:43 ertok kernel: [  167.934345]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.935613]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.936832]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.938045]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.939219]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.940367]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.941467]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.942529]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.943553]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.944531]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.945476]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.946401]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.947289]  ? __switch_to_asm+0x35/0x70
Aug 12 16:32:43 ertok kernel: [  167.948144]  ? __switch_to_asm+0x41/0x70
Aug 12 16:32:43 ertok kernel: [  167.948962]  inode_go_inval+0x4a/0x130 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.949772]  do_xmote+0x127/0x1c0 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.950584]  glock_work_func+0x5c/0x110 [gfs2]
Aug 12 16:32:43 ertok kernel: [  167.951371]  process_one_work+0x1a7/0x3a0
Aug 12 16:32:43 ertok kernel: [  167.952151]  worker_thread+0x30/0x390
Aug 12 16:32:43 ertok kernel: [  167.952917]  ? create_worker+0x1a0/0x1a0
Aug 12 16:32:43 ertok kernel: [  167.953659]  kthread+0x112/0x130
Aug 12 16:32:43 ertok kernel: [  167.954358]  ? kthread_bind+0x30/0x30
Aug 12 16:32:43 ertok kernel: [  167.955038]  ret_from_fork+0x35/0x40
[...]



-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: HP
product_name: ProLiant DL360p Gen8
product_version: 
chassis_vendor: HP
chassis_version: 
bios_vendor: HP
bios_version: P71

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E5/Core i7 DMI2 [8086:3c00] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMI2 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 0
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>

00:01.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1a [8086:3c02] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 1a [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #8, Speed 8GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:01.1 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1b [8086:3c03] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=11, subordinate=11, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 1b [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:02.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a [8086:3c04] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Memory behind bridge: f8000000-f80fffff
	Prefetchable memory behind bridge: 00000000fab00000-00000000fabfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 2a [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #16, Speed 8GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:02.1 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2b [8086:3c05] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=12, subordinate=12, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 2b [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:02.2 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2c [8086:3c06] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: fbe00000-fbffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 2c [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #18, Speed 8GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:02.3 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2d [8086:3c07] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 2d [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:03.0 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode [8086:3c08] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #24, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:03.1 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3b [8086:3c09] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=14, subordinate=14, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 3b [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:03.2 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3c [8086:3c0a] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=15, subordinate=15, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 3c [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:03.3 PCI bridge [0604]: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3d [8086:3c0b] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 24
	Bus: primary=00, secondary=16, subordinate=16, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Hewlett-Packard Company Xeon E5/Core i7 IIO PCI Express Root Port 3d [103c:18a8]
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport

00:04.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 0 [8086:3c20] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 0 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at facf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 1 [8086:3c21] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 1 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 7
	Region 0: Memory at face0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 2 [8086:3c22] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 2 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 10
	Region 0: Memory at facd0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 3 [8086:3c23] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 3 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 10
	Region 0: Memory at facc0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.4 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 4 [8086:3c24] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 4 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at facb0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.5 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 5 [8086:3c25] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 5 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 7
	Region 0: Memory at faca0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 6 [8086:3c26] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 6 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 10
	Region 0: Memory at fac90000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.7 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DMA Channel 7 [8086:3c27] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DMA Channel 7 [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 10
	Region 0: Memory at fac80000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:05.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management [8086:3c28] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Address Map, VTd_Misc, System Management [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors [8086:3c2a] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Control Status and Global Errors [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr+ UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.4 PIC [0800]: Intel Corporation Xeon E5/Core i7 I/O APIC [8086:3c2c] (rev 07) (prog-if 20 [IO(X)-APIC])
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 I/O APIC [103c:18a8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Region 0: Memory at fac70000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port [8086:1d3e] (rev 05) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=18, subordinate=18, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #17, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled+ CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [88] Subsystem: Hewlett-Packard Company C600/X79 series chipset PCI Express Virtual Root Port [103c:18a9]
	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [138 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport

00:1a.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d] (rev 05) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company C600/X79 series chipset USB2 Enhanced Host Controller [103c:18a9]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fac60000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1c.0 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 [8086:1d10] (rev b5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Hewlett-Packard Company C600/X79 series chipset PCI Express Root Port 1 [103c:18a9]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:1c.7 PCI bridge [0604]: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 [8086:1d1e] (rev b5) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 19
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: fad00000-fbdfffff
	Prefetchable memory behind bridge: 00000000f9000000-00000000f9ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #8, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Hewlett-Packard Company C600/X79 series chipset PCI Express Root Port 8 [103c:18a9]
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26] (rev 05) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company C600/X79 series chipset USB2 Enhanced Host Controller [103c:18a9]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at fac50000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a5) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=17, subordinate=17, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Hewlett-Packard Company 82801 PCI Bridge [103c:18a9]

00:1f.0 ISA bridge [0601]: Intel Corporation C600/X79 series chipset LPC Controller [8086:1d41] (rev 05)
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 IDE interface [0101]: Intel Corporation C600/X79 series chipset 4-Port SATA IDE Controller [8086:1d00] (rev 05) (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering])
	Subsystem: Hewlett-Packard Company C600/X79 series chipset 4-Port SATA IDE Controller [103c:18a9]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 17
	Region 0: I/O ports at 4000 [size=8]
	Region 1: I/O ports at 4008 [size=4]
	Region 2: I/O ports at 4010 [size=8]
	Region 3: I/O ports at 4018 [size=4]
	Region 4: I/O ports at 4020 [size=16]
	Region 5: I/O ports at 4030 [size=16]
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ata_piix
	Kernel modules: ata_piix, ata_generic

01:00.0 System peripheral [0880]: Hewlett-Packard Company Integrated Lights-Out Standard Slave Instrumentation & System Support [103c:3306] (rev 05)
	Subsystem: Hewlett-Packard Company iLO4 [103c:3381]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at 3000 [size=256]
	Region 1: Memory at fbdf0000 (32-bit, non-prefetchable) [size=512]
	Region 2: I/O ports at 3400 [size=256]
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: hpwdt
	Kernel modules: hpwdt

01:00.1 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. MGA G200EH [102b:0533] (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company iLO4 [103c:3381]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 16
	Region 0: Memory at f9000000 (32-bit, prefetchable) [size=16M]
	Region 1: Memory at fbde0000 (32-bit, non-prefetchable) [size=16K]
	Region 2: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [a8] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: mgag200
	Kernel modules: mgag200

01:00.2 System peripheral [0880]: Hewlett-Packard Company Integrated Lights-Out Standard Management Processor Support and Messaging [103c:3307] (rev 05)
	Subsystem: Hewlett-Packard Company iLO4 [103c:3381]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 16
	Region 0: I/O ports at 3800 [size=256]
	Region 1: Memory at faff0000 (32-bit, non-prefetchable) [size=256]
	Region 2: Memory at fae00000 (32-bit, non-prefetchable) [size=1M]
	Region 3: Memory at fad80000 (32-bit, non-prefetchable) [size=512K]
	Region 4: Memory at fad70000 (32-bit, non-prefetchable) [size=32K]
	Region 5: Memory at fad60000 (32-bit, non-prefetchable) [size=32K]
	[virtual] Expansion ROM at fad00000 [disabled] [size=64K]
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: hpilo
	Kernel modules: hpilo

01:00.4 USB controller [0c03]: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller [103c:3300] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company iLO4 [103c:3381]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 16
	Region 4: I/O ports at 3c00 [size=32]
	Capabilities: [70] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [f0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: uhci_hcd
	Kernel modules: uhci_hcd

02:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart Array Gen8 Controllers [103c:323b] (rev 01)
	Subsystem: Hewlett-Packard Company P420i [103c:3354]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 26
	Region 0: Memory at fbf00000 (64-bit, non-prefetchable) [size=1M]
	Region 2: Memory at fbef0000 (64-bit, non-prefetchable) [size=1K]
	Region 4: I/O ports at 5000 [size=256]
	[virtual] Expansion ROM at fbe00000 [disabled] [size=512K]
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable- Count=1/32 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [b0] MSI-X: Enable+ Count=64 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [c0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x8, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: hpsa
	Kernel modules: hpsa

03:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe [14e4:1657] (rev 01)
	Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331FLR Adapter [103c:169d]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 25
	Region 0: Memory at fabf0000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at fabe0000 (64-bit, prefetchable) [size=64K]
	Region 4: Memory at fabd0000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at f8000000 [disabled] [size=128K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: HP Ethernet 1Gb 4-port 331FLR Adapter
		Read-only fields:
			[PN] Part number: 629133-001
			[EC] Engineering changes: ECdate
			[SN] Serial number: serial number
			[V0] Vendor specific: PCIe x4 gen2, PW=5W
			[V2] Vendor specific: MFG Date
			[V4] Vendor specific: MAC address
			[V5] Vendor specific: Rev A
			[RV] Reserved: checksum good, 3 byte(s) reserved
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		Read/write fields:
			[V1] Vendor specific: N/A
			[V3] Vendor specific: FW ver 1.24
			[V6] Vendor specific: PXE ver 15.0.12
			[RW] Read-write area: 99 byte(s) free
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=17 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00001000
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-ac-16-2d-6e-9a-6c
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [230 v1] Transaction Processing Hints
		Interrupt vector mode supported
		Steering table in MSI-X table
	Kernel driver in use: tg3
	Kernel modules: tg3

03:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe [14e4:1657] (rev 01)
	Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331FLR Adapter [103c:169d]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 92
	Region 0: Memory at fabc0000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at fabb0000 (64-bit, prefetchable) [size=64K]
	Region 4: Memory at faba0000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at f8020000 [disabled] [size=128K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: HP Ethernet 1Gb 4-port 331FLR Adapter
		Read-only fields:
			[PN] Part number: 629133-001
			[EC] Engineering changes: ECdate
			[SN] Serial number: serial number
			[V0] Vendor specific: PCIe x4 gen2, PW=5W
			[V2] Vendor specific: MFG Date
			[V4] Vendor specific: MAC address
			[V5] Vendor specific: Rev A
			[RV] Reserved: checksum good, 3 byte(s) reserved
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		Read/write fields:
			[V1] Vendor specific: N/A
			[V3] Vendor specific: FW ver 1.24
			[V6] Vendor specific: PXE ver 15.0.12
			[RW] Read-write area: 99 byte(s) free
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=17 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00001000
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-ac-16-2d-6e-9a-6d
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [230 v1] Transaction Processing Hints
		Interrupt vector mode supported
		Steering table in MSI-X table
	Kernel driver in use: tg3
	Kernel modules: tg3

03:00.2 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe [14e4:1657] (rev 01)
	Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331FLR Adapter [103c:169d]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 25
	Region 0: Memory at fab90000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at fab80000 (64-bit, prefetchable) [size=64K]
	Region 4: Memory at fab70000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at f8040000 [disabled] [size=128K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: HP Ethernet 1Gb 4-port 331FLR Adapter
		Read-only fields:
			[PN] Part number: 629133-001
			[EC] Engineering changes: ECdate
			[SN] Serial number: serial number
			[V0] Vendor specific: PCIe x4 gen2, PW=5W
			[V2] Vendor specific: MFG Date
			[V4] Vendor specific: MAC address
			[V5] Vendor specific: Rev A
			[RV] Reserved: checksum good, 3 byte(s) reserved
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		Read/write fields:
			[V1] Vendor specific: N/A
			[V3] Vendor specific: FW ver 1.24
			[V6] Vendor specific: PXE ver 15.0.12
			[RW] Read-write area: 99 byte(s) free
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=17 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00001000
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-ac-16-2d-6e-9a-6e
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [230 v1] Transaction Processing Hints
		Interrupt vector mode supported
		Steering table in MSI-X table
	Kernel driver in use: tg3
	Kernel modules: tg3

03:00.3 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5719 Gigabit Ethernet PCIe [14e4:1657] (rev 01)
	Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331FLR Adapter [103c:169d]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 92
	Region 0: Memory at fab60000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at fab50000 (64-bit, prefetchable) [size=64K]
	Region 4: Memory at fab40000 (64-bit, prefetchable) [size=64K]
	[virtual] Expansion ROM at f8060000 [disabled] [size=128K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: HP Ethernet 1Gb 4-port 331FLR Adapter
		Read-only fields:
			[PN] Part number: 629133-001
			[EC] Engineering changes: ECdate
			[SN] Serial number: serial number
			[V0] Vendor specific: PCIe x4 gen2, PW=5W
			[V2] Vendor specific: MFG Date
			[V4] Vendor specific: MAC address
			[V5] Vendor specific: Rev A
			[RV] Reserved: checksum good, 3 byte(s) reserved
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		Read/write fields:
			[V1] Vendor specific: N/A
			[V3] Vendor specific: FW ver 1.24
			[V6] Vendor specific: PXE ver 15.0.12
			[RW] Read-write area: 99 byte(s) free
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
			[À?À?] Unknown: 
		End
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable- Count=17 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00001000
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <2us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-ac-16-2d-6e-9a-6f
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [230 v1] Transaction Processing Hints
		Interrupt vector mode supported
		Steering table in MSI-X table
	Kernel driver in use: tg3
	Kernel modules: tg3

1f:08.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link 0 [8086:3c80] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:08.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 [8086:3c83] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link Reut 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

1f:08.4 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 [8086:3c84] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link Reut 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:09.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link 1 [8086:3c90] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:09.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 [8086:3c93] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link Reut 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

1f:09.4 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 [8086:3c94] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QPI Link Reut 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0a.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 [8086:3cc0] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Power Control Unit 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0a.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 [8086:3cc1] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Power Control Unit 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0a.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 [8086:3cc2] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Power Control Unit 2 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0a.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 [8086:3cd0] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Power Control Unit 3 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0b.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers [8086:3ce0] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Interrupt Control Registers [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0b.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers [8086:3ce3] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0c.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Unicast Register 0 [8086:3ce8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Unicast Register 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0c.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Unicast Register 0 [8086:3ce8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Unicast Register 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0c.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 [8086:3cf4] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0c.7 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 System Address Decoder [8086:3cf6] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 System Address Decoder [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0d.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Unicast Register 0 [8086:3ce8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Unicast Register 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0d.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Unicast Register 0 [8086:3ce8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Unicast Register 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0d.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 [8086:3cf5] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0e.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Processor Home Agent [8086:3ca0] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Processor Home Agent [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:0e.1 Performance counters [1101]: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring [8086:3c46] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Processor Home Agent Performance Monitoring [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: snbep_uncore

1f:0f.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers [8086:3ca8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Registers [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers [8086:3c71] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller RAS Registers [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 [8086:3caa] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 [8086:3cab] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.4 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 [8086:3cac] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.5 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 [8086:3cad] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:0f.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 [8086:3cae] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:10.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 [8086:3cb0] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

1f:10.1 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 [8086:3cb1] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

1f:10.2 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 [8086:3cb2] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:10.3 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 [8086:3cb3] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:10.4 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 [8086:3cb4] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

1f:10.5 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 [8086:3cb5] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

1f:10.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 [8086:3cb6] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:10.7 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 [8086:3cb7] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

1f:11.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 DDRIO [8086:3cb8] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 DDRIO [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:13.0 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 R2PCIe [8086:3ce4] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 R2PCIe [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:13.1 Performance counters [1101]: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor [8086:3c43] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Ring to PCI Express Performance Monitor [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: snbep_uncore

1f:13.4 Performance counters [1101]: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers [8086:3ce6] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

1f:13.5 Performance counters [1101]: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor [8086:3c44] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: snbep_uncore

1f:13.6 System peripheral [0880]: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor [8086:3c45] (rev 07)
	Subsystem: Hewlett-Packard Company Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor [103c:18a8]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: snbep_uncore


** USB devices:
Bus 003 Device 003: ID 0424:2660 Standard Microsystems Corp. Hub
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 1b70:100f  
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 10.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-4.19.0-10-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133+deb10u1
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-4.19.0-10-amd64 recommends:
ii  apparmor             2.13.2-10
ii  firmware-linux-free  3.4

Versions of packages linux-image-4.19.0-10-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                3:6.04~git20190206.bf6db5b4+dfsg1-1
ii  grub-pc                 2.02+dfsg1-20+deb10u2
pn  linux-doc-4.19          <none>

Versions of packages linux-image-4.19.0-10-amd64 is related to:
ii  firmware-amd-graphics     20190114-2
pn  firmware-atheros          <none>
ii  firmware-bnx2             20190114-2
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20190114-2
ii  firmware-misc-nonfree     20190114-2
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
pn  firmware-realtek          <none>
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.19.146-1
Done: Salvatore Bonaccorso <carnil@debian.org>

We believe that the bug you reported is fixed in the latest version of
linux, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 968567@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <carnil@debian.org> (supplier of updated linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 17 Sep 2020 23:42:03 +0200
Source: linux
Architecture: source
Version: 4.19.146-1
Distribution: buster
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <carnil@debian.org>
Closes: 966846 966917 968567
Changes:
 linux (4.19.146-1) buster; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.133
     - [s390x] KVM: s390: reduce number of IO pins to 1
     - regmap: fix alignment issue
     - [arm64,armhf] drm/tegra: hub: Do not enable orphaned window group
     - [arm64,armhf] gpu: host1x: Detach driver on unregister
     - spi: spidev: fix a race between spidev_release and spidev_remove
     - spi: spidev: fix a potential use-after-free in spidev_release()
     - ixgbe: protect ring accesses with READ- and WRITE_ONCE
     - i40e: protect ring accesses with READ- and WRITE_ONCE
     - [x86] drm: panel-orientation-quirks: Add quirk for Asus T101HA panel
     - [x86] drm: panel-orientation-quirks: Use generic orientation-data for
       Acer S1003
     - cifs: update ctime and mtime during truncate
     - [armhf] imx6: add missing put_device() call in imx6q_suspend_init()
     - scsi: mptscsih: Fix read sense data size
     - [arm64] usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work
     - block: release bip in a right way in error path
     - nvme-rdma: assign completion vector correctly
     - [x86] entry: Increase entry_stack size to a full page
     - net: cxgb4: fix return error value in t4_prep_fw
     - smsc95xx: check return value of smsc95xx_reset
     - smsc95xx: avoid memory leak in smsc95xx_bind
     - [arm64] net: hns3: fix use-after-free when doing self test
     - [x86] ALSA: compress: fix partial_drain completion state
     - nbd: Fix memory leak in nbd_add_socket
     - cxgb4: fix all-mask IP address comparison
     - bnxt_en: fix NULL dereference in case SR-IOV configuration fails
     - [arm64] net: macb: mark device wake capable when "magic-packet" property
       present
     - ALSA: opl3: fix infoleak in opl3
     - ALSA: hda - let hs_mic be picked ahead of hp_mic
     - ALSA: usb-audio: add quirk for MacroSilicon MS2109
     - [arm64] KVM: Fix definition of PAGE_HYP_DEVICE
     - [arm64] KVM: Stop clobbering x0 for HVC_SOFT_RESTART
     - [x86] KVM: bit 8 of non-leaf PDPEs is not reserved
     - [x86] KVM: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit
       mode
     - [x86] KVM: Mark CR4.TSD as being possibly owned by the guest
     - kallsyms: Refactor kallsyms_show_value() to take cred
     - kernel: module: Use struct_size() helper
     - module: Refactor section attr into bin attribute
     - module: Do not expose section addresses to non-CAP_SYSLOG
     - kprobes: Do not expose probe addresses to non-CAP_SYSLOG
     - bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
     - btrfs: fix fatal extent_buffer readahead vs releasepage race
     - drm/radeon: fix double free
     - dm: use noio when sending kobject event
     - [s390x] mm: fix huge pte soft dirty copying
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.134
     - perf: Make perf able to build with latest libbfd
     - genetlink: remove genl_bind
     - ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg
     - l2tp: remove skb_dst_set() from l2tp_xmit_skb()
     - llc: make sure applications use ARPHRD_ETHER
     - net: Added pointer check for dst->ops->neigh_lookup in
       dst_neigh_lookup_skb
     - net_sched: fix a memory leak in atm_tc_init()
     - net: usb: qmi_wwan: add support for Quectel EG95 LTE modem
     - tcp: fix SO_RCVLOWAT possible hangs under high mem pressure
     - tcp: make sure listeners don't initialize congestion-control state
     - tcp: md5: add missing memory barriers in
       tcp_md5_do_add()/tcp_md5_hash_key()
     - tcp: md5: do not send silly options in SYNCOOKIES
     - tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
     - tcp: md5: allow changing MD5 keys in all socket states
     - cgroup: fix cgroup_sk_alloc() for sk_clone_lock() (CVE-2020-14356)
       (Closes: #966846)
     - cgroup: Fix sock_cgroup_data on big-endian.
     - sched: consistently handle layer3 header accesses in the presence of
       VLANs
     - vlan: consolidate VLAN parsing code and limit max parsing depth
     - [arm64] drm/msm: fix potential memleak in error branch
     - [arm64] alternatives: use subsections for replacement sequences
     - [arm64,x86] tpm_tis: extra chip->ops check on error path in
       tpm_tis_core_init
     - gfs2: read-only mounts should grab the sd_freeze_gl glock
     - [i386] i2c: eg20t: Load module automatically if ID matches
     - [arm64] alternatives: don't patch up internal branches
     - [armhf] iio: mma8452: Add missed iio_device_unregister() call in
       mma8452_probe()
     - [armhf] net: dsa: bcm_sf2: Fix node reference count
     - of: of_mdio: Correct loop scanning logic
     - Revert "usb/ohci-platform: Fix a warning when hibernating"
     - [arm64,armhf] Revert "usb/xhci-plat: Set PM runtime as active on resume"
     - Revert "usb/ehci-platform: Set PM runtime as active on resume"
     - [arm64,armhf] net: sfp: add support for module quirks
     - [arm64,armhf] net: sfp: add some quirks for GPON modules
     - HID: quirks: Remove ITE 8595 entry from hid_have_special_driver
     - ALSA: usb-audio: Create a registration quirk for Kingston HyperX Amp
       (0951:16d8)
     - mmc: sdhci: do not enable card detect interrupt for gpio cd type
     - ALSA: usb-audio: Rewrite registration quirk handling
     - [x86] ACPI: video: Use native backlight on Acer Aspire 5783z
     - ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha
       S
     - [x86] ACPI: video: Use native backlight on Acer TravelMate 5735Z
     - ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Flight
       S
     - [arm64,armhf] phy: sun4i-usb: fix dereference of pointer phy0 before it
       is null checked
     - [armhf] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock
       rate
     - [x86] staging: comedi: verify array index is correct before using it
     - regmap: debugfs: Don't sleep while atomic for fast_io regmaps
     - [x86] copy_xstate_to_kernel: Fix typo which caused GDB regression
     - apparmor: ensure that dfa state tables have entries
     - perf stat: Zero all the 'ena' and 'run' array slot stats for interval
       mode
     - [armhf] mtd: rawnand: marvell: Use nand_cleanup() when the device is not
       yet registered
     - [armhf] mtd: rawnand: marvell: Fix probe error path
     - mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
     - HID: magicmouse: do not set up autorepeat
     - HID: quirks: Always poll Obins Anne Pro 2 keyboard
     - HID: quirks: Ignore Simply Automated UPB PIM
     - ALSA: line6: Perform sanity check for each URB creation
     - ALSA: line6: Sync the pending work cancel at disconnection
     - ALSA: usb-audio: Fix race against the error recovery URB submission
     - [x86] ALSA: hda/realtek - change to suitable link model for ASUS platform
     - [x86] ALSA: hda/realtek - Enable Speaker for ASUS UX533 and UX534
     - [arm*] usb: dwc2: Fix shutdown callback in platform
     - [arm64,armhf] usb: chipidea: core: add wakeup support for extcon
     - USB: serial: iuu_phoenix: fix memory corruption
     - USB: serial: cypress_m8: enable Simply Automated UPB PIM
     - USB: serial: ch341: add new Product ID for CH340
     - USB: serial: option: add GosunCn GM500 series
     - USB: serial: option: add Quectel EG95 LTE modem
     - [x86] virt: vbox: Fix VBGL_IOCTL_VMMDEV_REQUEST_BIG and _LOG req numbers
       to match upstream
     - [x86] virt: vbox: Fix guest capabilities mask check
     - [arm64] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for
       rproc serial
     - ovl: inode reference leak in ovl_is_inuse true case.
     - ovl: relax WARN_ON() when decoding lower directory file handle
     - ovl: fix unneeded call to ovl_change_flags()
     - fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
     - Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
       (CVE-2020-10781)
     - [x86] mei: bus: don't clean driver pointer
     - timer: Prevent base->clk from moving backward
     - timer: Fix wheel index calculation on last level
     - [mips*] Fix build for LTS kernel caused by backporting lpj adjustment
     - hwmon: (emc2103) fix unable to change fan pwm1_enable attribute
     - [powerpc*] book3s64/pkeys: Fix pkey_access_permitted() for execute
       disable pkey
     - [x86] intel_th: pci: Add Jasper Lake CPU support
     - [x86] intel_th: pci: Add Tiger Lake PCH-H support
     - [x86] intel_th: pci: Add Emmitsburg PCH support
     - [x86] intel_th: Fix a NULL dereference when hub driver is not loaded
     - [arm*] thermal/drivers/cpufreq_cooling: Fix wrong frequency converted
       from power
     - [arm64] ptrace: Override SPSR.SS when single-stepping is enabled
     - [arm64] ptrace: Consistently use pseudo-singlestep exceptions
     - [arm64] compat: Ensure upper 32 bits of x0 are zero on syscall return
     - sched: Fix unreliable rseq cpu_id for new tasks
     - sched/fair: handle case of task_h_load() returning 0
     - genirq/affinity: Handle affinity setting on inactive interrupts
       correctly
     - printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
     - libceph: don't omit recovery_deletes in target_copy()
     - rxrpc: Fix trace string
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.135
     - mac80211: allow rx of mesh eapol frames with default rx key
     - scsi: scsi_transport_spi: Fix function pointer check
     - net: sky2: initialize return of gm_phy_read
     - drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
     - fuse: fix weird page warning
     - [x86] irqdomain/treewide: Keep firmware node unconditionally allocated
     - SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct
       IO compeletion")
     - tipc: clean up skb list lock handling on send path
     - IB/umem: fix reference count leak in ib_umem_odp_get()
     - uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to
       fix GDB regression
     - ALSA: info: Drop WARN_ON() from buffer NULL sanity check
     - btrfs: fix double free on ulist after backref resolution failure
     - btrfs: fix mount failure caused by race with umount
     - btrfs: fix page leaks after failure to lock page for delalloc
     - bnxt_en: Fix race when modifying pause settings.
     - [x86] hippi: Fix a size used in a 'pci_free_consistent()' in an error
       handling path
     - ax88172a: fix ax88172a_unbind() failures
     - ieee802154: fix one possible memleak in adf7242_probe
     - [arm64,armhf] drm: sun4i: hdmi: Fix inverted HPD result
     - [arm64,armhf] net: smc91x: Fix possible memory leak in smc_drv_probe()
     - bonding: check error value of register_netdevice() immediately
     - qed: suppress "don't support RoCE & iWARP" flooding on HW init
     - ipvs: fix the connection sync failed in some cases
     - bonding: check return value of register_netdevice() in bond_newlink()
     - serial: exar: Fix GPIO configuration for Sealevel cards based on
       XR17V35X
     - [arm64,x86] HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor
       override
     - HID: alps: support devices with report id 2
     - HID: steam: fixes race in handling device list.
     - HID: apple: Disable Fn-key key-re-mapping on clone keyboards
     - [arm64] dmaengine: tegra210-adma: Fix runtime PM imbalance on error
     - Input: add `SW_MACHINE_COVER`
     - regmap: dev_get_regmap_match(): fix string comparison
     - hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow
     - [amd64] dmaengine: ioat setting ioat timeout as module parameter
     - [x86] Input: synaptics - enable InterTouch for ThinkPad X1E 1st gen
     - [arm64] Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
     - [arm*] binder: Don't use mmput() from shrinker function.
     - usb: xhci: Fix ASM2142/ASM3142 DMA addressing
     - Revert "cifs: Fix the target file was deleted when rename failed."
       (Closes: #966917)
     - [x86] staging: wlan-ng: properly check endpoint types
     - [x86] staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG
       shift
     - [x86] staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
     - [x86] staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG
       shift
     - [x86] staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG
       shift
     - serial: 8250: fix null-ptr-deref in serial8250_start_tx()
     - fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.
     - vt: Reject zero-sized screen buffer size.
     - mm/memcg: fix refcount error while moving and swapping
     - mm: memcg/slab: synchronize access to kmem_cache dying flag using a
       spinlock
     - mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
     - io-mapping: indicate mapping failure
     - drm/amdgpu: Fix NULL dereference in dpm sysfs handlers
     - [x86] vmlinux.lds: Page-align end of ..page_aligned sections
     - [x86] ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on
       the Lenovo Miix 2 10
     - dm integrity: fix integrity recalculation that is improperly skipped
     - ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
     - ath9k: Fix regression with Atheros 9271
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.136
     - AX.25: Fix out-of-bounds read in ax25_connect()
     - AX.25: Prevent out-of-bounds read in ax25_sendmsg()
     - dev: Defer free of skbs in flush_backlog
     - ip6_gre: fix null-ptr-deref in ip6gre_init_net()
     - net-sysfs: add a newline when printing 'tx_timeout' by sysfs
     - net: udp: Fix wrong clean up for IS_UDPLITE macro
     - rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
     - tcp: allow at most one TLP probe per flight
     - AX.25: Prevent integer overflows in connect and sendmsg
     - sctp: shrink stream outq only when new outcnt < old outcnt
     - sctp: shrink stream outq when fails to do addstream reconf
     - udp: Copy has_conns in reuseport_grow().
     - udp: Improve load balancing for SO_REUSEPORT.
     - rtnetlink: Fix memory(net_device) leak when ->newlink fails
     - regmap: debugfs: check count when read regmap file
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.137
     - [x86] crypto: ccp - Release all allocated memory if sha type is invalid
       (CVE-2019-18808)
     - media: rc: prevent memory leak in cx23888_ir_probe (CVE-2019-19054)
     - iio: imu: adis16400: fix memory leak (CVE-2019-19061)
     - [x86] drm/amdgpu: fix multiple memory leaks in acp_hw_init
       (CVE-2019-19067)
     - tracing: Have error path in predicate_parse() free its allocated memory
       (CVE-2019-19072)
     - ath9k_htc: release allocated buffer if timed out (CVE-2019-19073)
     - ath9k: release allocated buffer if timed out (CVE-2019-19074)
     - drm/amd/display: prevent memory leak (CVE-2019-19082)
     - btrfs: inode: Verify inode mode to avoid NULL pointer dereference
       (CVE-2019-19813, CVE-2019-19816)
     - sctp: implement memory accounting on tx path (CVE-2019-3874)
     - Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
     - PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge
     - 9p/trans_fd: Fix concurrency del of req_list in
       p9_fd_cancelled/p9_read_work
     - wireless: Use offsetof instead of custom macro.
     - [armel,armhf] 8986/1: hw_breakpoint: Don't invoke overflow handler on
       uaccess watchpoints
     - Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
     - drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
     - drm: hold gem reference until object is no longer accessed
     - rds: Prevent kernel-infoleak in rds_notify_queue_get()
     - xfs: fix missed wakeup on l_flush_wait
     - xfrm: Fix crash when the hold queue is used.
     - net/mlx5: Verify Hardware supports requested ptp function on a given pin
     - net: lan78xx: add missing endpoint sanity check
     - net: lan78xx: fix transfer-buffer memory leak
     - mlx4: disable device on shutdown
     - bpf: Fix map leak in HASH_OF_MAPS map
     - mac80211: mesh: Free ie data when leaving mesh
     - mac80211: mesh: Free pending skb when destroying a mpath
     - [arm64] alternatives: move length validation inside the subsection
     - [arm64] csum: Fix handling of bad packets
     - Bluetooth: fix kernel oops in store_pending_adv_report
     - net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
     - qed: Disable "MFW indication via attention" SPAM every 5 minutes
     - [amd64] x86/unwind/orc: Fix ORC for newly forked tasks
     - cxgb4: add missing release on skb in uld_send()
     - xen-netfront: fix potential deadlock in xennet_remove()
     - [x86] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is
       hw disabled
     - [x86] i8259: Use printk_deferred() to prevent deadlock
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.138
     - random32: update the net random state on interrupt and activity
       (CVE-2020-16166)
     - [armel] ARM: percpu.h: fix build error
     - random: fix circular include dependency on arm64 after addition of
       percpu.h
     - random32: remove net_rand_state from the latent entropy gcc plugin
     - random32: move the pseudo-random 32-bit definitions to prandom.h
     - ext4: fix direct I/O read error
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.139
     - USB: serial: qcserial: add EM7305 QDL product ID
     - USB: iowarrior: fix up report size handling for some devices
     - usb: xhci: define IDs for various ASMedia host controllers
     - usb: xhci: Fix ASMedia ASM1142 DMA addressing
     - Revert "ALSA: hda: call runtime_allow() for all hda controllers"
     - [arm*] staging: android: ashmem: Fix lockdep warning for write operation
     - Bluetooth: Fix slab-out-of-bounds read in
       hci_extended_inquiry_result_evt()
     - Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
     - Bluetooth: Prevent out-of-bounds read in
       hci_inquiry_result_with_rssi_evt()
     - [arm*] binder: Prevent context manager from incrementing ref 0
     - vgacon: Fix for missing check in scrollback handling (CVE-2020-14331)
     - mtd: properly check all write ioctls for permissions
     - net/9p: validate fds in p9_fd_open
     - drm/nouveau/fbcon: fix module unload when fbcon init has failed for some
       reason
     - drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
     - usb: hso: check for return value in hso_serial_common_create()
     - firmware: Fix a reference count leak.
     - cfg80211: check vendor command doit pointer before use
     - igb: reinit_locked() should be called with rtnl_lock
     - atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent
     - tools lib traceevent: Fix memory leak in process_dynamic_array_len
     - [x86] Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
     - xattr: break delegations in {set,remove}xattr
     - ipv4: Silence suspicious RCU usage warning
     - ipv6: fix memory leaks on IPV6_ADDRFORM path
     - vxlan: Ensure FDB dump is performed under RCU
     - net: lan78xx: replace bogus endpoint lookup
     - [x86] hv_netvsc: do not use VF device if link is down
     - net: gre: recompute gre csum for sctp over gre tunnels
     - [arm64] net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
     - openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
     - Revert "vxlan: fix tos value before xmit"
     - rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
     - i40e: add num_vectors checker in iwarp handler
     - i40e: Wrong truncation from u16 to u8
     - i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
     - i40e: Memory leak in i40e_config_iwarp_qvlist
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.140
     - tracepoint: Mark __tracepoint_string's __used
     - HID: input: Fix devices that return multiple bytes in battery report
     - cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()
     - [x86] mce/inject: Fix a wrong assignment of i_mce.status
     - sched/fair: Fix NOHZ next idle balance
     - sched: correct SD_flags returned by tl->sd_flags()
     - EDAC: Fix reference count leaks
     - [x86] platform/x86: intel-hid: Fix return value check in
       check_acpi_dev()
     - [x86] platform/x86: intel-vbtn: Fix return value check in
       check_acpi_dev()
     - [armhf] drm/tilcdc: fix leak & null ref in panel_connector_get_modes
     - Bluetooth: add a mutex lock to avoid UAF in do_enale_set
     - loop: be paranoid on exit and prevent new additions / removals
     - fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
     - drm/amdgpu: avoid dereferencing a NULL pointer
     - drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
     - [x86] crypto: aesni - Fix build with LLVM_IAS=1
     - video: fbdev: neofb: fix memory leak in neo_scan_monitor()
     - md-cluster: fix wild pointer of unlock_all_bitmaps()
     - [arm64] dts: hisilicon: hikey: fixes to comply with adi, adv7533 DT
       binding
     - [armhf] drm/etnaviv: fix ref count leak via pm_runtime_get_sync
     - drm/nouveau: fix multiple instances of reference count leaks
     - drm/debugfs: fix plain echo to connector "force" attribute
     - drm/radeon: disable AGP by default
     - mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
     - brcmfmac: keep SDIO watchdog running when console_interval is non-zero
     - brcmfmac: To fix Bss Info flag definition Bug
     - brcmfmac: set state of hanger slot to FREE when flushing PSQ
     - iwlegacy: Check the return value of pcie_capability_read_*()
     - [arm64,armhf] gpu: host1x: debug: Fix multiple channels emitting
       messages simultaneously
     - usb: gadget: net2280: fix memory leak on probe error handling paths
     - dyndbg: fix a BUG_ON in ddebug_describe_flags
     - bcache: fix super block seq numbers comparision in register_cache_set()
     - [arm64,x86] ACPICA: Do not increment operation_region reference counts
       for field units
     - [arm64] drm/msm: ratelimit crtc event overflow error
     - [x86] agp/intel: Fix a memory leak on module initialisation failure
     - ath10k: Acquire tx_lock in tx error paths
     - [armhf] drm/etnaviv: Fix error path on failure to enable bus clk
     - [arm64] drm/arm: fix unintentional integer overflow on left shift
     - drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
     - [powerpc*] cxl: Fix kobject memleak
     - drm/radeon: fix array out-of-bounds read and write issues
     - ipvs: allow connection reuse for unconfirmed conntrack
     - xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
     - xfs: fix reflink quota reservation accounting error
     - RDMA/rxe: Skip dgid check in loopback mode
     - PCI: Fix pci_cfg_wait queue locking problem
     - leds: core: Flush scheduled work for system suspend
     - [arm64,armhf] drm: panel: simple: Fix bpc for LG LB070WV8 panel
     - [armhf] phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHY
     - scsi: scsi_debug: Add check for sdebug_max_queue during module init
     - mwifiex: Prevent memory corruption handling keys
     - [powerpc*] vdso: Fix vdso cpu truncation
     - RDMA/qedr: SRQ's bug fixes
     - RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send
       queue
     - [x86] staging: rtl8192u: fix a dubious looking mask before a shift
     - PCI/ASPM: Add missing newline in sysfs 'policy'
     - [powerpc*] book3s64/pkeys: Use PVR check instead of cpu feature
     - USB: serial: iuu_phoenix: fix led-activity helpers
     - usb: core: fix quirks_param_set() writing to a const pointer
     - [armhf] thermal: ti-soc-thermal: Fix reversed condition in
       ti_thermal_expose_sensor()
     - [mips*] OCTEON: add missing put_device() call in
       dwc3_octeon_device_init()
     - [arm*] usb: dwc2: Fix error path in gadget registration
     - [arm64,armhf] net: dsa: mv88e6xxx: MV88E6097 does not support jumbo
       configuration
     - RDMA/core: Fix return error value in _ib_modify_qp() to negative
     - Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flags
     - Bluetooth: hci_serdev: Only unregister device if it was registered
     - [x86] PCI: Release IVRS table in AMD ACS quirk
     - [s390x] qeth: don't process empty bridge port events
     - [arm64,armhf] wl1251: fix always return 0 error
     - [amd64] net: ethernet: aquantia: Fix wrong return value
     - liquidio: Fix wrong return value in cn23xx_get_pf_num()
     - dlm: Fix kobject memleak
     - ocfs2: fix unbalanced locking
     - [arm64,armhf] pinctrl-single: fix pcs_parse_pinconf() return value
     - svcrdma: Fix page leak in svc_rdma_recv_read_chunk()
     - [x86] fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task
     - [amd64] crypto: aesni - add compatibility with IAS
     - af_packet: TPACKET_V3: fix fill status rwlock imbalance
     - net/nfc/rawsock.c: add CAP_NET_RAW check.
     - net: Set fput_needed iff FDPUT_FPUT is set
     - net: refactor bind_bucket fastreuse into helper
     - net: initialize fastreuse on inet_inherit_port
     - USB: serial: cp210x: re-enable auto-RTS on open
     - USB: serial: cp210x: enable usb generic throttle/unthrottle
     - [x86] ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO
     - ALSA: usb-audio: Creative USB X-Fi Pro SB1095 volume knob support
     - ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109
     - ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109
     - [x86] crypto: qat - fix double free in qat_uclo_create_batch_init_list
     - [x86] crypto: ccp - Fix use of merged scatterlists
     - [arm64] crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not
       specified
     - bitfield.h: don't compile-time validate _val in FIELD_FIT
     - fs/minix: check return value of sb_getblk()
     - fs/minix: don't allow getting deleted inodes
     - fs/minix: reject too-large maximum file size
     - ALSA: usb-audio: add quirk for Pioneer DDJ-RB
     - 9p: Fix memory leak in v9fs_mount
     - drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
     - NFS: Don't move layouts to plh_return_segs list while in use
     - NFS: Don't return layout segments that are in use
     - [arm64] cpufreq: dt: fix oops on armada37xx
     - include/asm-generic/vmlinux.lds.h: align ro_after_init
     - spi: spidev: Align buffers for DMA
     - [x86] irqdomain/treewide: Free firmware node after domain removal
     - xen/balloon: fix accounting in alloc_xenballooned_pages error path
     - xen/balloon: make the balloon wait interruptible
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.141
     - smb3: warn on confusing error scenario with sec=krb5
     - genirq/affinity: Make affinity setting if activated opt-in
     - [arm64,x86] PCI: hotplug: ACPI: Fix context refcounting in
       acpiphp_grab_context()
     - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
     - PCI: Add device even if driver attach failed
     - [arm64] PCI: qcom: Define some PARF params needed for ipq8064 SoC
     - [arm64] PCI: qcom: Add support for tx term offset for rev 2.1.0
     - PCI: Probe bridge window attributes once at enumeration-time
     - btrfs: free anon block device right after subvolume deletion
     - btrfs: don't allocate anonymous block device for user invisible roots
     - btrfs: ref-verify: fix memory leak in add_block_entry
     - btrfs: don't traverse into the seed devices in show_devname
     - btrfs: open device without device_list_mutex
     - btrfs: fix messages after changing compression level by remount
     - btrfs: only search for left_info if there is no right_info in
       try_merge_free_space (CVE-2019-19448)
     - btrfs: fix memory leaks after failure to lookup checksums during inode
       logging
     - btrfs: fix return value mixup in btrfs_get_extent
     - cifs: Fix leak when handling lease break for cached root fid
     - [powerpc*] Allow 4224 bytes of stack expansion for the signal frame
     - [powerpc*] Fix circular dependency between percpu.h and mmu.h
     - [arm64] net: ethernet: stmmac: Disable hardware multicast filter
     - [arm64,armhf] net: stmmac: dwmac1000: provide multicast filter fallback
     - net/compat: Add missing sock updates for SCM_RIGHTS
     - md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
     - bcache: allocate meta data pages as compound pages
     - bcache: fix overflow in offset_to_stripe()
     - mac80211: fix misplaced while instead of if
     - driver core: Avoid binding drivers to dead devices
     - [mips*] CPU#0 is not hotpluggable
     - ocfs2: change slot number type s16 to u16
     - mm/page_counter.c: fix protection usage propagation
     - ftrace: Setup correct FTRACE_FL_REGS flags for module
     - kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler
     - tracing/hwlat: Honor the tracing_cpumask
     - tracing: Use trace_sched_process_free() instead of exit() for pid
       tracing
     - [x86] watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in
       watchdog_info.options
     - [x86] watchdog: f71808e_wdt: remove use of wrong watchdog_info option
     - [x86] watchdog: f71808e_wdt: clear watchdog timeout occurred flag
     - [powerpc*] pseries: Fix 64 bit logical memory block panic
     - module: Correctly truncate sysfs sections output
     - [armhf] drm/imx: imx-ldb: Disable both channels for split mode in
       enc->disable()
     - RDMA/ipoib: Return void from ipoib_ib_dev_stop()
     - RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
     - USB: serial: ftdi_sio: make process-packet buffer unsigned
     - USB: serial: ftdi_sio: clean up receive processing
     - [armhf] gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq
       handlers
     - dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
     - [amd64] iommu/vt-d: Enforce PASID devTLB field mask
     - scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying
       targetport
     - watchdog: initialize device before misc_register
     - Input: sentelic - fix error return when fsp_reg_write fails
     - [x86] drm/vmwgfx: Use correct vmw_legacy_display_unit pointer
     - [x86] drm/vmwgfx: Fix two list_for_each loop exit tests
     - [arm64] net: qcom/emac: add missed clk_disable_unprepare in error path
       of emac_clks_phase1_init
     - nfs: Fix getxattr kernel panic and memory overflow (CVE-2020-25212)
     - fs/minix: set s_maxbytes correctly
     - fs/minix: fix block limit check for V1 filesystems
     - fs/minix: remove expected error message in block_to_path()
     - fs/ufs: avoid potential u32 multiplication overflow
     - khugepaged: retract_page_tables() remember to test exit
     - [arm64] dts: marvell: espressobin: add ethernet alias
     - [x86] drm: Added orientation quirk for ASUS tablet model T103HAF
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.142
     - drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
     - perf probe: Fix memory leakage when the probe point is not found
     - khugepaged: khugepaged_test_exit() check mmget_still_valid()
     - khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
     - btrfs: export helpers for subvolume name/id resolution
     - btrfs: don't show full path of bind mounts in subvol=
     - btrfs: Move free_pages_out label in inline extent handling branch in
       compress_file_range
     - btrfs: inode: fix NULL pointer dereference if inode doesn't need
       compression
     - btrfs: sysfs: use NOFS for device creation
     - romfs: fix uninitialized memory leak in romfs_dev_read()
     - kernel/relay.c: fix memleak on destroy relay channel
     - mm: include CMA pages in lowmem_reserve at boot
     - mm, page_alloc: fix core hung in free_pcppages_bulk()
     - ext4: fix checking of directory entry validity for inline directories
     - jbd2: add the missing unlock_buffer() in the error path of
       jbd2_write_superblock()
     - [s390x] scsi: zfcp: Fix use-after-free in request timeout handlers
     - kthread: Do not preempt current task if it is going to call schedule()
     - spi: Prevent adding devices below an unregistering controller
     - scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices
     - [arm*] scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
     - media: budget-core: Improve exception handling in budget_register()
     - Input: psmouse - add a newline when printing 'proto' by sysfs
     - svcrdma: Fix another Receive buffer leak
     - xfs: fix inode quota reservation checks
     - jffs2: fix UAF problem
     - ceph: fix use-after-free for fsc->mdsc
     - [x86] cpufreq: intel_pstate: Fix cpuinfo_max_freq when
       MSR_TURBO_RATIO_LIMIT is 0
     - scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases
     - virtio_ring: Avoid loop when vq is broken in virtqueue_poll
     - xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
     - fs/signalfd.c: fix inconsistent return codes for signalfd4
     - ext4: fix potential negative array index in do_split() (CVE-2020-14314)
     - ext4: don't allow overlapping system zones
     - i40e: Set RX_ONLY mode for unicast promiscuous on VLAN
     - i40e: Fix crash during removing i40e driver
     - [armhf] net: fec: correct the error path for regulator disable in probe
     - bonding: show saner speed for broadcast mode
     - bonding: fix a potential double-unregister
     - [s390x] runtime_instrumentation: fix storage key handling
     - [s390x] ptrace: fix storage key handling
     - [x86] ASoC: intel: Fix memleak in sst_media_open
     - [amd64,arm64] vfio/type1: Add proper error unwind for
       vfio_iommu_replay()
     - [x86] kvm: Toggling CR4.SMAP does not load PDPTEs in PAE mode
     - [x86] kvm: Toggling CR4.PKE does not load PDPTEs in PAE mode
     - efi: avoid error message when booting under Xen
     - afs: Fix NULL deref in afs_dynroot_depopulate()
     - bonding: fix active-backup failover for current ARP slave
     - net: ena: Prevent reset after device destruction
     - [x86] hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
     - [armhf] net: dsa: b53: check for timeout
     - [powerpc*] pseries: Do not initiate shutdown when system is running on
       UPS
     - efi: add missed destroy_workqueue when efisubsys_init fails
     - epoll: Keep a reference on files added to the check list
     - do_epoll_ctl(): clean the failure exits up a bit
     - mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
     - xen: don't reschedule in preemption off sections
     - clk: Evict unregistered clks from parent caches
     - KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
     - [arm64] KVM: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.143
     - [powerpc*] 64s: Don't init FSCR_DSCR in __init_FSCR()
     - gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
     - net: Fix potential wrong skb->protocol in skb_vlan_untag()
     - net/smc: Prevent kernel-infoleak in __smc_diag_dump()
     - tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
     - net: ena: Make missed_tx stat incremental
     - ipvlan: fix device features
     - [x86] mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDs
     - [powerpc*] xive: Ignore kmemleak false positives
     - media: pci: ttpci: av7110: fix possible buffer overflow caused by bad
       DMA value in debiirq()
     - blktrace: ensure our debugfs dir exists
     - scsi: target: tcmu: Fix crash on ARM during cmd completion
     - [arm*] iommu/iova: Don't BUG on invalid PFNs
     - [amd64] drm/amdkfd: Fix reference count leaks.
     - drm/radeon: fix multiple reference count leak
     - drm/amdgpu: fix ref count leak in amdgpu_driver_open_kms
     - drm/amd/display: fix ref count leak in amdgpu_drm_ioctl
     - drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config
     - drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync fails
     - scsi: lpfc: Fix shost refcount mismatch when deleting vport
     - xfs: Don't allow logging of XFS_ISTALE inodes
     - f2fs: fix error path in do_recover_data()
     - PCI: Fix pci_create_slot() reference count leak
     - rtlwifi: rtl8192cu: Prevent leaking urb
     - [mips*] vdso: Fix resource leaks in genvdso.c
     - cec-api: prevent leaking memory through hole in structure
     - HID: quirks: add NOGET quirk for Logitech GROUP
     - f2fs: fix use-after-free issue
     - drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_open
     - drm/nouveau: fix reference count leak in nv50_disp_atomic_commit
     - drm/nouveau: Fix reference count leak in nouveau_connector_detect
     - btrfs: file: reserve qgroup space after the hole punch range is locked
     - scsi: iscsi: Do not put host in iscsi_set_flashnode_param()
     - ceph: fix potential mdsc use-after-free crash
     - scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()
     - [x86] EDAC/ie31200: Fallback if host bridge device is already
       initialized
     - [arm64] KVM: Fix symbol dependency in __hyp_call_panic_nvhe
     - USB: sisusbvga: Fix a potential UB casued by left shifting a negative
       value
     - [arm64] drm/msm/adreno: fix updating ring fence
     - nvme-fc: Fix wrong return value in __nvme_fc_init_request()
     - null_blk: fix passing of REQ_FUA flag in null_handle_rq
     - jbd2: make sure jh have b_transaction set in refile/unfile_buffer
     - ext4: don't BUG on inconsistent journal feature
     - ext4: handle read only external journal device
     - jbd2: abort journal if free a async write error metadata buffer
     - ext4: handle option set by mount flags correctly
     - ext4: handle error of ext4_setup_system_zone() on remount
     - ext4: correctly restore system zone info when remount fails
     - fs: prevent BUG_ON in submit_bh_wbc()
     - [s390x] cio: add cond_resched() in the slow_eval_known_fn() loop
     - scsi: fcoe: Fix I/O path allocation
     - scsi: ufs: Fix possible infinite loop in ufshcd_hold
     - scsi: ufs: Improve interrupt handling for shared interrupts
     - scsi: ufs: Clean up completed request without interrupt notification
     - scsi: qla2xxx: Check if FW supports MQ before enabling
     - scsi: qla2xxx: Fix null pointer access during disconnect from subsystem
     - Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"
     - macvlan: validate setting of multiple remote source MAC addresses
     - [powerpc*] perf: Fix soft lockups due to missed interrupt accounting
     - block: loop: set discard granularity and alignment for block device
       backed loop
     - [arm64,x86] HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON
       commands
     - blk-mq: order adding requests to hctx->dispatch and checking
       SCHED_RESTART
     - btrfs: reset compression level for lzo on remount
     - btrfs: fix space cache memory leak after transaction abort
     - fbcon: prevent user font height or width change from causing potential
       out-of-bounds access
     - vt: defer kfree() of vc_screenbuf in vc_do_resize()
     - vt_ioctl: change VT_RESIZEX ioctl to check for error return from
       vc_resize()
     - [armhf] serial: samsung: Removes the IRQ not found warning
     - [arm*] serial: pl011: Fix oops on -EPROBE_DEFER
     - [arm*] serial: pl011: Don't leak amba_ports entry on driver register
       error
     - serial: 8250_exar: Fix number of ports for Commtech PCIe cards
     - serial: 8250: change lock order in serial8250_do_startup()
     - writeback: Protect inode->i_io_list with inode->i_lock
     - writeback: Avoid skipping inode writeback
     - writeback: Fix sync livelock due to b_dirty_time processing
     - XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt
       XEN data pointer which contains XEN specific information.
     - usb: host: xhci: fix ep context print mismatch in debugfs
     - xhci: Do warm-reset when both CAS and XDEV_RESUME are set
     - xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed
     - PM: sleep: core: Fix the handling of pending runtime resume requests
     - device property: Fix the secondary firmware node handling in
       set_primary_fwnode()
     - [x86] genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
     - drm/amdgpu: Fix buffer overflow in INFO ioctl
     - USB: yurex: Fix bad gfp argument
     - USB: quirks: Add no-lpm quirk for another Raydium touchscreen
     - USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-D
     - [armhf] usb: host: ohci-exynos: Fix error handling in
       exynos_ohci_probe()
     - USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()
     - USB: cdc-acm: rework notification_buffer resizing
     - btrfs: check the right error variable in btrfs_del_dir_entries_in_log
     - [arm64,armhf] usb: dwc3: gadget: Don't setup more than requested
     - [arm64,armhf] usb: dwc3: gadget: Fix handling ZLP
     - [arm64,armhf] usb: dwc3: gadget: Handle ZLP for sg requests
     - [arm64,x86] tpm: Unify the mismatching TPM space buffer sizes
     - HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.144
     - HID: core: Correctly handle ReportSize being zero
     - HID: core: Sanitize event code and type when mapping input
     - scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range
     - scsi: target: tcmu: Optimize use of flush_dcache_page
     - [arm64] drm/msm: add shutdown support for display platform_driver
     - [x86] hwmon: (applesmc) check status earlier.
     - nvmet: Disable keep-alive timer when kato is cleared to 0h
     - [arm64] drm/msm/a6xx: fix gmu start on newer firmware
     - ceph: don't allow setlease on cephfs
     - cpuidle: Fixup IRQ state
     - [s390x] don't trace preemption in percpu macros
     - xen/xenbus: Fix granting of vmalloc'd memory
     - dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
     - batman-adv: Avoid uninitialized chaddr when handling DHCP
     - batman-adv: bla: use netif_rx_ni when not in interrupt context
     - [mips*] mm: BMIPS5000 has inclusive physical caches
     - netfilter: nf_tables: add NFTA_SET_USERDATA if not null
     - netfilter: nf_tables: incorrect enum nft_list_attributes definition
     - netfilter: nf_tables: fix destination register zeroing
     - [arm64] net: hns: Fix memleak in hns_nic_dev_probe
     - [arm64,armhf] dmaengine: pl330: Fix burst length if burst size is
       smaller than bus width
     - gtp: add GTPA_LINK info to msg sent to userspace
     - bnxt_en: Don't query FW when netif_running() is false.
     - bnxt_en: Check for zero dir entries in NVRAM.
     - bnxt_en: Fix PCI AER error recovery flow
     - bnxt_en: fix HWRM error when querying VF temperature
     - xfs: fix boundary test in xfs_attr_shortform_verify (CVE-2020-14385)
     - bnxt: don't enable NAPI until rings are ready
     - netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of
       ENOBUFS
     - nvmet-fc: Fix a missed _irqsave version of spin_lock in
       'nvmet_fc_fod_op_done()'
     - net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()
     - fix regression in "epoll: Keep a reference on files added to the check
       list"
     - xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt
       files
     - tg3: Fix soft lockup when tg3_reset_task() fails.
     - [amd64] x86, fakenuma: Fix invalid starting node ID
     - [amd64] iommu/vt-d: Serialize IOMMU GCMD register modifications
     - [armhf] thermal: ti-soc-thermal: Fix bogus thermal shutdowns for
       omap4430
     - xfs: don't update mtime on COW faults
     - btrfs: drop path before adding new uuid tree entry
     - vfio/type1: Support faulting PFNMAP vmas
     - vfio-pci: Fault mmaps to enable vma tracking
     - vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
       (CVE-2020-12888)
     - btrfs: Remove redundant extent_buffer_get in get_old_root
     - btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewind
     - btrfs: set the lockdep class for log tree extent buffers
     - uaccess: Add non-pagefault user-space read functions
     - uaccess: Add non-pagefault user-space write function
     - btrfs: fix potential deadlock in the search ioctl
     - net: usb: qmi_wwan: add Telit 0x1050 composition
     - usb: qmi_wwan: add D-Link DWM-222 A2 device ID
     - ALSA: ca0106: fix error code handling
     - ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity check
     - [x86] ALSA: hda/hdmi: always check pin power status in i915 pin fixup
     - ALSA: firewire-digi00x: exclude Avid Adrenaline from detection
     - [x86] ALSA: hda - Fix silent audio output and corrupted input on MSI
       X570-A PRO
     - media: rc: do not access device via sysfs after rc_unregister_device()
     - media: rc: uevent sysfs file races with rc_unregister_device()
     - affs: fix basic permission bits to actually work
     - block: allow for_each_bvec to support zero len bvec
     - libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks
     - dm writecache: handle DAX to partitions on persistent memory correctly
     - dm cache metadata: Avoid returning cmd->bm wild pointer on error
     - dm thin metadata: Avoid returning cmd->bm wild pointer on error
     - mm: slub: fix conversion of freelist_corrupted()
     - [arm64] KVM: Add kvm_extable for vaxorcism code
     - [arm64] KVM: Defer guest entry when an asynchronous exception is pending
     - [arm64] KVM: Survive synchronous exceptions caused by AT instructions
     - [arm64] KVM: Set HCR_EL2.PTW to prevent AT taking synchronous exception
     - vfio/pci: Fix SR-IOV VF handling with MMIO blocking
     - checkpatch: fix the usage of capture group ( ... )
     - mm/hugetlb: fix a race between hugetlb sysctl handlers (CVE-2020-25285)
     - cfg80211: regulatory: reject invalid hints
     - net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.145
     - ALSA; firewire-tascam: exclude Tascam FE-8 from detection
     - block: ensure bdi->io_pages is always initialized
     - net: usb: dm9601: Add USB ID of Keenetic Plus DSL
     - sctp: not disable bh in the whole sctp_get_port_local()
     - tipc: fix shutdown() of connectionless socket
     - net: disable netpoll on fresh napis
     - [arm64,armhf] net/mlx5e: Don't support phys switch id if not in
       switchdev mode
     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.146
     - RDMA/rxe: Fix memleak in rxe_mem_init_user
     - RDMA/rxe: Drop pointless checks in rxe_init_ports
     - [armhf] drm/sun4i: Fix dsi dcs long write function
     - scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATA
     - RDMA/core: Fix reported speed and width
     - [arm64] mmc: sdhci-msm: Add retries when all tuning phases are found
       valid
     - [arm64,x86] dmaengine: acpi: Put the CSRT table after using it
     - netfilter: conntrack: allow sctp hearbeat after connection re-use
     - [x86] firestream: Fix memleak in fs_open
     - [arm64,armhf] ALSA: hda: Fix 2 channel swapping for Tegra
     - xfs: initialize the shortform attr header padding entry
     - nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
     - nvme-rdma: serialize controller teardown sequences
     - HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Saitek X52 devices
     - [ppc64el,x86] drivers/net/wan/hdlc_cisco: Add hard_header_len
     - HID: elan: Fix memleak in elan_input_configured
     - [x86] cpufreq: intel_pstate: Refuse to turn off with HWP enabled
     - [x86] cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo
       disabled
     - ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabled
     - [amd64] iommu/amd: Do not use IOMMUv2 functionality when SME is active
     - [x86] iio:accel:bmc150-accel: Fix timestamp alignment and prevent data
       leak.
     - [x86] iio:magnetometer:ak8975 Fix alignment and data leak issues.
     - [armhf] iio:accel:mma8452: Fix timestamp alignment and prevent data
       leak.
     - [x86] staging: wlan-ng: fix out of bounds read in prism2sta_probe_usb()
     - btrfs: require only sector size alignment for parent eb bytenr
     - btrfs: fix lockdep splat in add_missing_dev
     - btrfs: fix wrong address when faulting in pages in the search ioctl
     - regulator: push allocation in set_consumer_device_supply() out of lock
     - scsi: target: iscsi: Fix data digest calculation
     - scsi: target: iscsi: Fix hang in iscsit_access_np() when getting
       tpg->np_login_sem
     - [arm64] drm/msm: Disable preemption on all 5xx targets
     - rbd: require global CAP_SYS_ADMIN for mapping and unmapping
       (CVE-2020-25284)
     - RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars
     - vgacon: remove software scrollback support
     - fbcon: remove soft scrollback code (CVE-2020-14390)
     - fbcon: remove now unusued 'softback_lines' cursor() argument
     - [x86] KVM: VMX: Don't freeze guest when event delivery causes an
       APIC-access exit
     - [x86] video: fbdev: fix OOB read in vga_8planes_imageblit()
     - [arm64] phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY init
     - usb: core: fix slab-out-of-bounds Read in read_descriptors
     - USB: serial: ftdi_sio: add IDs for Xsens Mti USB converter
     - USB: serial: option: support dynamic Quectel USB compositions
     - USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modules
     - usb: Fix out of sync data toggle if a configured device is reconfigured
     - [x86] usb: typec: ucsi: acpi: Check the _DEP dependencies
 .
   [ Salvatore Bonaccorso ]
   * Bump ABI to 11
   * Drop 'Revert "mips: Add udelay lpj numbers adjustment"'
   * [rt] Update to 4.19.135-rt60
   * [rt] Refresh "net: Use skbufhead with raw lock" for context changes in
     4.19.136
   * [rt] Refresh "timers: Prepare for full preemption" for context changes in
     4.19.138
   * [rt] Refresh "timers: Redo the notification of canceling timers on -RT"
     for context changes in 4.19.138
   * [rt] Refresh "watchdog: prevent deferral of watchdogd wakeup on RT" for
     context changes in 4.19.141
   * Refresh "net: ena: fix crash during ena_remove()" for context changes in
     4.19.142
   * [rt] Refresh "Split IRQ-off and zone->lock while freeing pages from PCP
     list #1" for context changes in 4.19.142
   * ACPI: configfs: Disallow loading ACPI tables when locked down
     (CVE-2020-15780)
   * [rt] Update to 4.19.142-rt63
   * net/packet: fix overflow in tpacket_rcv (CVE-2020-14386)
   * debian/tests/python: pycodestyle: Increase max-line-length to 100.
   * gfs2: initialize transaction tr_ailX_lists earlier (Closes: #968567)
Checksums-Sha1:
 bb297151f9462ae4dfb0ae4cad0cd4084ecffa53 191615 linux_4.19.146-1.dsc
 98aa46a14a03f73a52cbb16473f8915b6e4276f0 107530016 linux_4.19.146.orig.tar.xz
 032a38bdb53d707d7714bbbaae2c3bbe89c0e27e 1433256 linux_4.19.146-1.debian.tar.xz
 29846344c19a2443b1d0079606ba34f9be8305d9 6585 linux_4.19.146-1_source.buildinfo
Checksums-Sha256:
 d073e1201130f87ae9fbbef9657ac0d196367ded2ff3bd25a109fe94f71c5e30 191615 linux_4.19.146-1.dsc
 161f45802adbe953ed67cc2997e3aebc9dbd762a49f1ac11ac45d13a2e5176b0 107530016 linux_4.19.146.orig.tar.xz
 f501206bbe2ed8d2ac4ffbbe6d8c552d0f08b02e8a9895a3f4a5c278bce80435 1433256 linux_4.19.146-1.debian.tar.xz
 3abdcd9db5504c35109ac642da5d6e2042732dcb9ac6a741ffb691eb1d951989 6585 linux_4.19.146-1_source.buildinfo
Files:
 6c76c68102fb5b63cac6f9457fe07933 191615 kernel optional linux_4.19.146-1.dsc
 fe147b7a77db86fd1583344060cc45d8 107530016 kernel optional linux_4.19.146.orig.tar.xz
 989b4c5b8d9ff0e5a5ad78434f30fca8 1433256 kernel optional linux_4.19.146-1.debian.tar.xz
 c04eecef6bb21b2a599344ec43718ef6 6585 kernel optional linux_4.19.146-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAl9j3LZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E+kAQAJwF9GP0IFnuTtnaimsSuFgqcY8DyN6h
RVBhahzmuuResXa8SudnDwk0NuX8OKBUB6H0NTpZrCIRKyJBO/MSQZJdPKG3yQjj
ZMaLioQe3zq7g8ER6CmWB5saDfWBxatYdlJrKzZLlt+QzC/calwK0dcnchn8VJS2
zWJlQwg+piV1wFBAL9sLme6BAGIZpT4FGLTiWWxbpUKomVtfTwrA5taQpHMlg4y6
lhcTSFAOb4AaLnld8/AclxmjMvpOVFD5nnrBLQ59G59TBGt8J1SztSF/fb1Trq6x
J3X8fYmOqzBIhI7kYoaAOrPqlLYVPX1pMl24phw0rZJHSimtRUqO4sqWlkjvmnRX
M3P9eNYn/Porix5DmbLff4UCf0PZ4lpXdPIhsLKjIUjDiV0Yp6EfyQFbxC6nXNN3
aQCbdamVt93yFe78wuNFHPS9pOuqO4niazILUGyJJDIlPfs5a2lvN4prm7RnHzYR
i73j2o/Tt6VBCd1gmcv2sJ4crQyKz2dxBXcqrjZz8gnHIrkz+QewKlgXK+WNiNjo
0L6ASUcINqDv5CZgX+lBYm/CwnVL+wYrVy7q6A3PrO5tPlCKMmpWnsXUuRita6Uu
SFIQnvCB1+3NrhkpoC3bH2Z8EkMcWmI4xZRcBi9jq6LUzL4fWkQZIq0CvaqkEF3g
g2TfBGsC2i9A
=KQIS
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: