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

Bug#923296: linux-image-4.19.0-2-amd64: BTRFS transaction aborted during multiple parallel rm -rf



Package: src:linux
Version: 4.19.16-1
Severity: normal

Dear Maintainer,

While removing a lot of files, (dirvish-cronjob -> dirvish-expire -> rm), BTRFS
bugs out. The relevant section of dmesg follows. The only taint is nvidia.

I don't think dirvish is relevant except that dirvish-expire runs rm on a lot
of hardlinked files. It looks like dirvish-expire calls multiple rm -rf jobs in
parallel, or at least there were multiple rm's left running after the bug. It's
possible due to ctrl-c interrupting dirvish-expire and then restarting it
multiple rm -rf were running *for the same files*. I smell a race condition.
CPU is i7-3770K so 8 processors.

The filesystem was left in a usable state, though read-only. btrfs-check
revealed:

Opening filesystem to check...
Checking filesystem on /dev/mapper/backups3
UUID: 2b571560-1b7c-42af-8dd8-c1bd33de3b76
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space cache
[4/7] checking fs roots
        unresolved ref dir 154198790 index 75995 namelen 84 name
api.launchpad.net,1.0,bugs,1201429-application,json,621249424e663ff813b146a2a20a1bC3
filetype 0 errors 3, no dir item, no dir index
        unresolved ref dir 154198790 index 75995 namelen 84 name
api.launchpad.net,1.0,bugs,1201429-application,json,621249424e663ff813b146a2a20a1bc3
filetype 1 errors 4, no inode ref
ERROR: errors found in fs roots
found 1684332290048 bytes used, error(s) found
total csum bytes: 1602195336
total tree bytes: 43169284096
total fs tree bytes: 39250362368
total extent tree bytes: 1959067648
btree space waste bytes: 9671228983
file data blocks allocated: 1641163005952
 referenced 2764812832768



[ 1782.723094] BTRFS info (device dm-8): failed to delete reference to
api.launchpad.net,1.0,bugs,1201429-application,json,621249424e663ff813b146a2a20a1bc3,
inode 6868044 parent 154198790
[ 1782.723097] ------------[ cut here ]------------
[ 1782.723098] BTRFS: Transaction aborted (error -2)
[ 1782.723143] WARNING: CPU: 7 PID: 13532 at fs/btrfs/inode.c:3976
__btrfs_unlink_inode.cold.87+0x57/0x146 [btrfs]
[ 1782.723144] Modules linked in: ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs
fuse tun snd_hrtimer nf_tables snd_seq nvidia_uvm(POE) nfnetlink snd_seq_device
binfmt_misc nls_ascii nls_cp437 vfat fat ext4 crc16 mbcache jbd2 fscrypto ecb
snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp
snd_hda_codec_via snd_hda_codec_generic kvm_intel snd_hda_intel kvm irqbypass
snd_hda_codec intel_cstate intel_uncore snd_hda_core intel_rapl_perf efi_pstore
snd_hwdep snd_pcm snd_timer mei_me pcspkr iTCO_wdt serio_raw efivars sg
iTCO_vendor_support snd mei soundcore ie31200_edac evdev pcc_cpufreq
nvidia_drm(POE) drm_kms_helper drm nvidia_modeset(POE) nvidia(POE) ipmi_devintf
ipmi_msghandler msr it87 hwmon_vid coretemp loop parport_pc ppdev lp parport
efivarfs ip_tables x_tables autofs4 btrfs zstd_decompress
[ 1782.723177]  zstd_compress xxhash algif_skcipher af_alg ses enclosure
scsi_transport_sas dm_crypt dm_mod raid10 raid456 async_raid6_recov
async_memcpy async_pq async_xor async_tx xor uas usb_storage raid6_pq libcrc32c
crc32c_generic raid0 multipath linear hid_logitech_hidpp hid_logitech_dj
hid_generic usbhid hid raid1 md_mod sr_mod cdrom sd_mod crct10dif_pclmul
crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc xhci_pci mxm_wmi aesni_intel
ehci_pci xhci_hcd ahci libahci ehci_hcd aes_x86_64 crypto_simd libata cryptd
scsi_mod i2c_i801 glue_helper usbcore alx lpc_ich mdio usb_common fan thermal
video wmi button
[ 1782.723206] CPU: 7 PID: 13532 Comm: rm Tainted: P           OE
4.19.0-2-amd64 #1 Debian 4.19.16-1
[ 1782.723207] Hardware name: Gigabyte Technology Co., Ltd. To be filled by
O.E.M./Z77X-UD3H, BIOS F17 08/22/2012
[ 1782.723223] RIP: 0010:__btrfs_unlink_inode.cold.87+0x57/0x146 [btrfs]
[ 1782.723224] Code: ba a8 08 17 00 00 02 44 8b 5d 80 72 23 41 83 fb fb 0f 84
d1 00 00 00 44 89 de 48 c7 c7 98 55 53 c0 44 89 5d a4 e8 0f fc 55 e4 <0f> 0b 44
8b 5d a4 48 8b 7d a8 44 89 d9 ba 88 0f 00 00 44 89 5d a4
[ 1782.723226] RSP: 0018:ffffad4d0e9bfdb0 EFLAGS: 00010282
[ 1782.723228] RAX: 0000000000000000 RBX: ffff920f9d4e7430 RCX:
0000000000000006
[ 1782.723229] RDX: 0000000000000007 RSI: 0000000000000096 RDI:
ffff9212febd66a0
[ 1782.723230] RBP: ffffad4d0e9bfe30 R08: 0000000000000444 R09:
0000000000000007
[ 1782.723231] R10: 0000000000000000 R11: 0000000000000001 R12:
ffff920f807e35a0
[ 1782.723232] R13: ffff920f2cdbc850 R14: ffff9212f1321000 R15:
000000000930e306
[ 1782.723234] FS:  00007f22df820540(0000) GS:ffff9212febc0000(0000)
knlGS:0000000000000000
[ 1782.723235] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1782.723237] CR2: 000055b57a8b49a8 CR3: 0000000317498002 CR4:
00000000001606e0
[ 1782.723238] Call Trace:
[ 1782.723256]  btrfs_unlink_inode+0x17/0x50 [btrfs]
[ 1782.723270]  btrfs_unlink+0x8c/0xd0 [btrfs]
[ 1782.723275]  vfs_unlink+0x109/0x1a0
[ 1782.723277]  do_unlinkat+0x239/0x320
[ 1782.723280]  do_syscall_64+0x53/0x100
[ 1782.723283]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1782.723285] RIP: 0033:0x7f22df74a2d7
[ 1782.723287] Code: 73 01 c3 48 8b 0d b9 eb 0c 00 f7 d8 64 89 01 48 83 c8 ff
c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 07 01 00 00 0f 05 <48> 3d 01
f0 ff ff 73 01 c3 48 8b 0d 89 eb 0c 00 f7 d8 64 89 01 48
[ 1782.723288] RSP: 002b:00007ffcee05ed18 EFLAGS: 00000246 ORIG_RAX:
0000000000000107
[ 1782.723290] RAX: ffffffffffffffda RBX: 000055e37b331fe0 RCX:
00007f22df74a2d7
[ 1782.723291] RDX: 0000000000000000 RSI: 000055e37b3320e8 RDI:
0000000000000009
[ 1782.723292] RBP: 000055e37b2e4400 R08: 0000000000000003 R09:
0000000000000000
[ 1782.723293] R10: 0000000000000007 R11: 0000000000000246 R12:
00007ffcee05ef00
[ 1782.723294] R13: 0000000000000000 R14: 000055e37b331fe0 R15:
0000000000000000
[ 1782.723296] ---[ end trace 11d752c71b8d151d ]---
[ 1782.723298] BTRFS: error (device dm-8) in __btrfs_unlink_inode:3976:
errno=-2 No such entry
[ 1782.723299] BTRFS info (device dm-8): forced readonly
[ 1782.728241] BTRFS error (device dm-8): pending csums is 20586496


*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***




-- Package-specific info:
** Version:
Linux version 4.19.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version
8.2.0 (Debian 8.2.0-14)) #1 SMP Debian 4.19.16-1 (2019-01-17)

** Command line:
BOOT_IMAGE=/vmlinuz-4.19.0-2-amd64 root=/dev/mapper/rootbtrfs ro
rootflags=subvol=@buster transparent_hugepage=always ro cgroup_enable=memory
swapaccount=1

** Tainted: PWOE (12801)
 * Proprietary module has been loaded.
 * Taint on warning.
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
[   14.415049] pstore: crypto_comp_decompress failed, ret = -22!
[   14.415859] pstore: decompression failed: -22
[   14.416779] pstore: crypto_comp_decompress failed, ret = -22!
[   14.417565] pstore: decompression failed: -22
[   14.418454] pstore: crypto_comp_decompress failed, ret = -22!
[   14.419207] pstore: decompression failed: -22
[   14.420114] pstore: crypto_comp_decompress failed, ret = -22!
[   14.420849] pstore: decompression failed: -22
[   14.425472] pstore: crypto_comp_decompress failed, ret = -22!
[   14.426184] pstore: decompression failed: -22
[   14.426962] pstore: crypto_comp_decompress failed, ret = -22!
[   14.427646] pstore: decompression failed: -22
[   14.428327] pstore: Registered efi as persistent store backend
[   14.868578] Adding 524284k swap on /dev/mapper/buttercup-swap_crypt.
Priority:-2 extents:1 across:524284k SSFS
[   14.884308] BTRFS: device fsid b6dbcfc2-eb7b-41de-b6cb-a5dac9ec0e20 devid 1
transid 1176 /dev/dm-6
[   14.924845] BTRFS info (device dm-6): use zlib compression, level 3
[   14.925654] BTRFS info (device dm-6): disk space caching is enabled
[   14.926442] BTRFS info (device dm-6): has skinny extents
[   15.057160] EXT4-fs (md0): mounting ext3 file system using the ext4
subsystem
[   15.106042] input: HDA NVidia HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input17
[   15.107694] input: HDA NVidia HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input18
[   15.109409] input: HDA NVidia HDMI/DP,pcm=8 as
/devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input19
[   15.111170] input: HDA NVidia HDMI/DP,pcm=9 as
/devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input20
[   15.111422] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
(null)
[   15.453356] BTRFS: device fsid 2b571560-1b7c-42af-8dd8-c1bd33de3b76 devid 1
transid 67013 /dev/dm-8
[   15.484339] BTRFS info (device dm-8): use zlib compression, level 3
[   15.485207] BTRFS info (device dm-8): disk space caching is enabled
[   15.486139] BTRFS info (device dm-8): has skinny extents
[   15.528057] BTRFS: device fsid 703207ee-0a96-40ee-b8e5-e2e34d158258 devid 1
transid 4066 /dev/dm-9
[   15.555486] BTRFS info (device dm-8): bdev /dev/mapper/backups3 errs: wr 2,
rd 0, flush 0, corrupt 0, gen 0
[   15.652350] BTRFS info (device dm-9): use zlib compression, level 3
[   15.653260] BTRFS info (device dm-9): disk space caching is enabled
[   15.654159] BTRFS info (device dm-9): has skinny extents
[   30.488746] audit: type=1400 audit(1551127555.951:2): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=975
comm="apparmor_parser"
[   30.490726] audit: type=1400 audit(1551127555.955:3): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=982
comm="apparmor_parser"
[   30.492808] audit: type=1400 audit(1551127555.955:4): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=981
comm="apparmor_parser"
[   30.494558] audit: type=1400 audit(1551127555.955:5): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_filter" pid=981
comm="apparmor_parser"
[   30.496320] audit: type=1400 audit(1551127555.955:6): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_groff" pid=981
comm="apparmor_parser"
[   30.498251] audit: type=1400 audit(1551127555.959:7): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="lxc-container-default"
pid=976 comm="apparmor_parser"
[   30.500043] audit: type=1400 audit(1551127555.959:8): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="lxc-container-default-cgns"
pid=976 comm="apparmor_parser"
[   30.501932] audit: type=1400 audit(1551127555.959:9): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="lxc-container-default-with-
mounting" pid=976 comm="apparmor_parser"
[   30.503817] audit: type=1400 audit(1551127555.959:10): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="lxc-container-default-with-
nesting" pid=976 comm="apparmor_parser"
[   30.505773] audit: type=1400 audit(1551127555.963:11): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="libreoffice-senddoc"
pid=987 comm="apparmor_parser"
[   30.560940] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.563080] alx 0000:07:00.0 eth0: NIC Up: 1 Gbps Full
[   30.564519] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   31.227152] resource sanity check: requesting [mem 0x000c0000-0x000fffff],
which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   31.228579] caller _nv001169rm+0xe3/0x1d0 [nvidia] mapping multiple BARs
[   32.160824] resource sanity check: requesting [mem 0x000c0000-0x000fffff],
which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
[   32.162129] caller _nv001169rm+0xe3/0x1d0 [nvidia] mapping multiple BARs
[   32.520722] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number
241
[   33.473194] tun: Universal TUN/TAP device driver, 1.6
[   42.735997] fuse init (API version 7.27)
[   43.245181] BTRFS warning (device dm-1): block group 756010713088 has wrong
amount of free space
[   43.245184] BTRFS warning (device dm-1): failed to load free space cache for
block group 756010713088, rebuilding it now
[   43.277958] BTRFS warning (device dm-1): block group 736649805824 has wrong
amount of free space
[   43.277961] BTRFS warning (device dm-1): failed to load free space cache for
block group 736649805824, rebuilding it now
[   50.658091] logitech-hidpp-device 0003:046D:1028.0004: HID++ 1.0 device
connected.
[  145.828888] SGI XFS with ACLs, security attributes, realtime, no debug
enabled
[  145.838938] JFS: nTxBlock = 8192, nTxLock = 65536
[  145.849006] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[  145.869115] QNX4 filesystem 0.2.3 registered.
[ 1782.723094] BTRFS info (device dm-8): failed to delete reference to
api.launchpad.net,1.0,bugs,1201429-application,json,621249424e663ff813b146a2a20a1bc3,
inode 6868044 parent 154198790
[ 1782.723097] ------------[ cut here ]------------
[ 1782.723098] BTRFS: Transaction aborted (error -2)
[ 1782.723143] WARNING: CPU: 7 PID: 13532 at fs/btrfs/inode.c:3976
__btrfs_unlink_inode.cold.87+0x57/0x146 [btrfs]
[ 1782.723144] Modules linked in: ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs
fuse tun snd_hrtimer nf_tables snd_seq nvidia_uvm(POE) nfnetlink snd_seq_device
binfmt_misc nls_ascii nls_cp437 vfat fat ext4 crc16 mbcache jbd2 fscrypto ecb
snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp
snd_hda_codec_via snd_hda_codec_generic kvm_intel snd_hda_intel kvm irqbypass
snd_hda_codec intel_cstate intel_uncore snd_hda_core intel_rapl_perf efi_pstore
snd_hwdep snd_pcm snd_timer mei_me pcspkr iTCO_wdt serio_raw efivars sg
iTCO_vendor_support snd mei soundcore ie31200_edac evdev pcc_cpufreq
nvidia_drm(POE) drm_kms_helper drm nvidia_modeset(POE) nvidia(POE) ipmi_devintf
ipmi_msghandler msr it87 hwmon_vid coretemp loop parport_pc ppdev lp parport
efivarfs ip_tables x_tables autofs4 btrfs zstd_decompress
[ 1782.723177]  zstd_compress xxhash algif_skcipher af_alg ses enclosure
scsi_transport_sas dm_crypt dm_mod raid10 raid456 async_raid6_recov
async_memcpy async_pq async_xor async_tx xor uas usb_storage raid6_pq libcrc32c
crc32c_generic raid0 multipath linear hid_logitech_hidpp hid_logitech_dj
hid_generic usbhid hid raid1 md_mod sr_mod cdrom sd_mod crct10dif_pclmul
crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc xhci_pci mxm_wmi aesni_intel
ehci_pci xhci_hcd ahci libahci ehci_hcd aes_x86_64 crypto_simd libata cryptd
scsi_mod i2c_i801 glue_helper usbcore alx lpc_ich mdio usb_common fan thermal
video wmi button
[ 1782.723206] CPU: 7 PID: 13532 Comm: rm Tainted: P           OE
4.19.0-2-amd64 #1 Debian 4.19.16-1
[ 1782.723207] Hardware name: Gigabyte Technology Co., Ltd. To be filled by
O.E.M./Z77X-UD3H, BIOS F17 08/22/2012
[ 1782.723223] RIP: 0010:__btrfs_unlink_inode.cold.87+0x57/0x146 [btrfs]
[ 1782.723224] Code: ba a8 08 17 00 00 02 44 8b 5d 80 72 23 41 83 fb fb 0f 84
d1 00 00 00 44 89 de 48 c7 c7 98 55 53 c0 44 89 5d a4 e8 0f fc 55 e4 <0f> 0b 44
8b 5d a4 48 8b 7d a8 44 89 d9 ba 88 0f 00 00 44 89 5d a4
[ 1782.723226] RSP: 0018:ffffad4d0e9bfdb0 EFLAGS: 00010282
[ 1782.723228] RAX: 0000000000000000 RBX: ffff920f9d4e7430 RCX:
0000000000000006
[ 1782.723229] RDX: 0000000000000007 RSI: 0000000000000096 RDI:
ffff9212febd66a0
[ 1782.723230] RBP: ffffad4d0e9bfe30 R08: 0000000000000444 R09:
0000000000000007
[ 1782.723231] R10: 0000000000000000 R11: 0000000000000001 R12:
ffff920f807e35a0
[ 1782.723232] R13: ffff920f2cdbc850 R14: ffff9212f1321000 R15:
000000000930e306
[ 1782.723234] FS:  00007f22df820540(0000) GS:ffff9212febc0000(0000)
knlGS:0000000000000000
[ 1782.723235] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1782.723237] CR2: 000055b57a8b49a8 CR3: 0000000317498002 CR4:
00000000001606e0
[ 1782.723238] Call Trace:
[ 1782.723256]  btrfs_unlink_inode+0x17/0x50 [btrfs]
[ 1782.723270]  btrfs_unlink+0x8c/0xd0 [btrfs]
[ 1782.723275]  vfs_unlink+0x109/0x1a0
[ 1782.723277]  do_unlinkat+0x239/0x320
[ 1782.723280]  do_syscall_64+0x53/0x100
[ 1782.723283]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1782.723285] RIP: 0033:0x7f22df74a2d7
[ 1782.723287] Code: 73 01 c3 48 8b 0d b9 eb 0c 00 f7 d8 64 89 01 48 83 c8 ff
c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 07 01 00 00 0f 05 <48> 3d 01
f0 ff ff 73 01 c3 48 8b 0d 89 eb 0c 00 f7 d8 64 89 01 48
[ 1782.723288] RSP: 002b:00007ffcee05ed18 EFLAGS: 00000246 ORIG_RAX:
0000000000000107
[ 1782.723290] RAX: ffffffffffffffda RBX: 000055e37b331fe0 RCX:
00007f22df74a2d7
[ 1782.723291] RDX: 0000000000000000 RSI: 000055e37b3320e8 RDI:
0000000000000009
[ 1782.723292] RBP: 000055e37b2e4400 R08: 0000000000000003 R09:
0000000000000000
[ 1782.723293] R10: 0000000000000007 R11: 0000000000000246 R12:
00007ffcee05ef00
[ 1782.723294] R13: 0000000000000000 R14: 000055e37b331fe0 R15:
0000000000000000
[ 1782.723296] ---[ end trace 11d752c71b8d151d ]---
[ 1782.723298] BTRFS: error (device dm-8) in __btrfs_unlink_inode:3976:
errno=-2 No such entry
[ 1782.723299] BTRFS info (device dm-8): forced readonly
[ 1782.728241] BTRFS error (device dm-8): pending csums is 20586496

** Model information
sys_vendor: Gigabyte Technology Co., Ltd.
product_name: To be filled by O.E.M.
product_version: To be filled by O.E.M.
chassis_vendor: Gigabyte Technology Co., Ltd.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: F17
board_vendor: Gigabyte Technology Co., Ltd.
board_name: Z77X-UD3H
board_version: x.x

** Loaded modules:
ufs
qnx4
hfsplus
hfs
minix
ntfs
msdos
jfs
xfs
fuse
tun
snd_hrtimer
nf_tables
snd_seq
nvidia_uvm(POE)
nfnetlink
snd_seq_device
binfmt_misc
nls_ascii
nls_cp437
vfat
fat
ext4
crc16
mbcache
jbd2
fscrypto
ecb
snd_hda_codec_hdmi
intel_rapl
x86_pkg_temp_thermal
intel_powerclamp
snd_hda_codec_via
snd_hda_codec_generic
kvm_intel
snd_hda_intel
kvm
irqbypass
snd_hda_codec
intel_cstate
intel_uncore
snd_hda_core
intel_rapl_perf
efi_pstore
snd_hwdep
snd_pcm
snd_timer
mei_me
pcspkr
iTCO_wdt
serio_raw
efivars
sg
iTCO_vendor_support
snd
mei
soundcore
ie31200_edac
evdev
pcc_cpufreq
nvidia_drm(POE)
drm_kms_helper
drm
nvidia_modeset(POE)
nvidia(POE)
ipmi_devintf
ipmi_msghandler
msr
it87
hwmon_vid
coretemp
loop
parport_pc
ppdev
lp
parport
efivarfs
ip_tables
x_tables
autofs4
btrfs
zstd_decompress
zstd_compress
xxhash
algif_skcipher
af_alg
ses
enclosure
scsi_transport_sas
dm_crypt
dm_mod
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_xor
async_tx
xor
uas
usb_storage
raid6_pq
libcrc32c
crc32c_generic
raid0
multipath
linear
hid_logitech_hidpp
hid_logitech_dj
hid_generic
usbhid
hid
raid1
md_mod
sr_mod
cdrom
sd_mod
crct10dif_pclmul
crc32_pclmul
crc32c_intel
ghash_clmulni_intel
pcbc
xhci_pci
mxm_wmi
aesni_intel
ehci_pci
xhci_hcd
ahci
libahci
ehci_hcd
aes_x86_64
crypto_simd
libata
cryptd
scsi_mod
i2c_i801
glue_helper
usbcore
alx
lpc_ich
mdio
usb_common
fan
thermal
video
wmi
button

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor DRAM Controller [8086:0150] (rev 09)
        Subsystem: Gigabyte Technology Co., Ltd Xeon E3-1200 v2/3rd Gen Core
processor DRAM Controller [1458:5000]
        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
        Capabilities: <access denied>
        Kernel driver in use: ivb_uncore
        Kernel modules: ie31200_edac

00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor PCI Express Root Port [8086:0151] (rev 09) (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=01, subordinate=01, 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: <access denied>
        Kernel driver in use: pcieport

00:01.1 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor PCI Express Root Port [8086:0155] (rev 09) (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=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: f6000000-f70fffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000f1ffffff
        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: <access denied>
        Kernel driver in use: pcieport

00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset
Family USB xHCI Host Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI])
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C210 Series Chipset
Family USB xHCI Host Controller [1458:5007]
        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 25
        Region 0: Memory at f7400000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216
Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C216 Chipset Family
MEI Controller [1458:1c3a]
        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
        Interrupt: pin A routed to IRQ 28
        Region 0: Memory at f741a000 (64-bit, non-prefetchable) [size=16]
        Capabilities: <access denied>
        Kernel driver in use: mei_me
        Kernel modules: mei_me

00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family
USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) (prog-if 20 [EHCI])
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C216 Chipset Family
USB Enhanced Host Controller [1458:5006]
        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 16
        Region 0: Memory at f7418000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C216 Chipset Family
High Definition Audio Controller [8086:1e20] (rev 04)
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C216 Chipset Family
High Definition Audio Controller [1458:a014]
        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 29
        Region 0: Memory at f7410000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C216 Chipset Family PCI
Express Root Port 1 [8086:1e10] (rev c4) (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=03, subordinate=03, 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: <access denied>
        Kernel driver in use: pcieport

00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 5 [8086:1e18] (rev c4) (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=04, subordinate=04, sec-latency=0
        Memory behind bridge: f7300000-f73fffff
        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: <access denied>
        Kernel driver in use: pcieport

00:1c.5 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev
c4) (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, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 10
        Bus: primary=00, secondary=05, subordinate=06, 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: <access denied>

00:1c.6 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 7 [8086:1e1c] (rev c4) (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 C routed to IRQ 18
        Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: f7200000-f72fffff
        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: <access denied>
        Kernel driver in use: pcieport

00:1c.7 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 8 [8086:1e1e] (rev c4) (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=08, subordinate=08, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: f7100000-f71fffff
        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: <access denied>
        Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family
USB Enhanced Host Controller #1 [8086:1e26] (rev 04) (prog-if 20 [EHCI])
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C216 Chipset Family
USB Enhanced Host Controller [1458:5006]
        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 23
        Region 0: Memory at f7417000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1f.0 ISA bridge [0601]: Intel Corporation Z77 Express Chipset LPC Controller
[8086:1e44] (rev 04)
        Subsystem: Gigabyte Technology Co., Ltd Z77 Express Chipset LPC
Controller [1458:5001]
        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: <access denied>
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series Chipset
Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04) (prog-if 01
[AHCI 1.0])
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C210 Series Chipset
Family 6-port SATA Controller [AHCI mode] [1458:b005]
        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 24
        Region 0: I/O ports at f070 [size=8]
        Region 1: I/O ports at f060 [size=4]
        Region 2: I/O ports at f050 [size=8]
        Region 3: I/O ports at f040 [size=4]
        Region 4: I/O ports at f020 [size=32]
        Region 5: Memory at f7416000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family SMBus
Controller [8086:1e22] (rev 04)
        Subsystem: Gigabyte Technology Co., Ltd 7 Series/C216 Chipset Family
SMBus Controller [1458:5001]
        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-
        Interrupt: pin C routed to IRQ 18
        Region 0: Memory at f7415000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at f000 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM204 [GeForce GTX
970] [10de:13c2] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: eVga.com. Corp. GM204 [GeForce GTX 970] [3842:2972]
        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
        Interrupt: pin A routed to IRQ 35
        Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at f0000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at e000 [size=128]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nvidia

02:00.1 Audio device [0403]: NVIDIA Corporation GM204 High Definition Audio
Controller [10de:0fbb] (rev a1)
        Subsystem: eVga.com. Corp. GM204 High Definition Audio Controller
[3842:2972]
        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 18
        Region 0: Memory at f7080000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

04:00.0 USB controller [0c03]: VIA Technologies, Inc. VL80x xHCI USB 3.0
Controller [1106:3432] (rev 03) (prog-if 30 [XHCI])
        Subsystem: Gigabyte Technology Co., Ltd VL80x xHCI USB 3.0 Controller
[1458:5007]
        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 27
        Region 0: Memory at f7300000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

05:00.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev
41) (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, Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 10
        Bus: primary=05, secondary=06, subordinate=06, sec-latency=64
        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: <access denied>

07:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet
[1969:1091] (rev 10)
        Subsystem: Gigabyte Technology Co., Ltd AR8161 Gigabit Ethernet
[1458:e000]
        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: 32 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at f7200000 (64-bit, non-prefetchable) [size=256K]
        Region 2: I/O ports at d000 [size=128]
        Capabilities: <access denied>
        Kernel driver in use: alx
        Kernel modules: alx

08:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9172 SATA
6Gb/s Controller [1b4b:9172] (rev 11) (prog-if 01 [AHCI 1.0])
        Subsystem: Gigabyte Technology Co., Ltd 88SE9172 SATA 6Gb/s Controller
[1458:b000]
        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: 32 bytes
        Interrupt: pin A routed to IRQ 26
        Region 0: I/O ports at c040 [size=8]
        Region 1: I/O ports at c030 [size=4]
        Region 2: I/O ports at c020 [size=8]
        Region 3: I/O ports at c010 [size=4]
        Region 4: I/O ports at c000 [size=16]
        Region 5: Memory at f7110000 (32-bit, non-prefetchable) [size=512]
        Expansion ROM at f7100000 [disabled] [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci



** USB devices:
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 006: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
Bus 005 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 005 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 005 Device 003: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 005 Device 002: ID 2109:0811 VIA Labs, Inc. Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
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
Bus 003 Device 002: ID 1058:25ee Western Digital Technologies, Inc. 
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (40, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (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-2-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133
ii  kmod                                    26-1
ii  linux-base                              4.5

Versions of packages linux-image-4.19.0-2-amd64 recommends:
ii  apparmor             2.13.2-7
ii  firmware-linux-free  3.4
ii  irqbalance           1.5.0-3

Versions of packages linux-image-4.19.0-2-amd64 suggests:
ii  debian-kernel-handbook  1.0.19
ii  grub-efi-amd64          2.02+dfsg1-11
ii  linux-doc-4.19          4.19.16-1

Versions of packages linux-image-4.19.0-2-amd64 is related to:
ii  firmware-amd-graphics     20190114-1
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
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-1
ii  firmware-misc-nonfree     20190114-1
ii  firmware-myricom          20190114-1
ii  firmware-netxen           20190114-1
ii  firmware-qlogic           20190114-1
ii  firmware-realtek          20190114-1
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information


Reply to: