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

Bug#934378: marked as done (linux-image-5.2.0-2-amd64: linux-5.2.0-2 : Unable to mount CDROM)



Your message dated Mon, 19 Aug 2019 05:32:12 +0000
with message-id <E1hzaH6-0009gr-Vl@fasolo.debian.org>
and subject line Bug#934378: fixed in linux 5.2.9-1
has caused the Debian Bug report #934378,
regarding linux-image-5.2.0-2-amd64: linux-5.2.0-2 : Unable to mount CDROM
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.)


-- 
934378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934378
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 5.2.7-1
Severity: normal
File: linux-image-5.2.0-2-amd64

Dear Maintainer,

With 5.2.0-2 (based on Upstream VANILLA 5.2.7), unable to mount CDROM by returning EBUSY with mount() system call.
With 5.2.0-1 (based on Upstream VANILLA 5.2.6), enable to mount CDROM.
This issue also happen at Upstream VANILLA 5.2.7 and 5.2.8.
See below log.
Regards,
Ohta.

---
Log:
~$ LC_ALL=C strace sudo mount /cdrom
execve("/usr/bin/sudo", ["sudo", "mount", "/cdrom"], 0x7ffdffb852e0 /* 68 vars */) = 0
access("/etc/suid-debug", F_OK)         = -1 ENOENT (No such file or directory)
brk(NULL)                               = 0x558f257ff000
fcntl(0, F_GETFD)                       = 0
fcntl(1, F_GETFD)                       = 0
fcntl(2, F_GETFD)                       = 0
access("/etc/suid-debug", F_OK)         = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/tls/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/tls", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/x86_64/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo/x86_64", 0x7ffda774d260) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/sudo/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/sudo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=594037, ...}) = 0
mmap(NULL, 594037, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f835ded1000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libaudit.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3205\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=128944, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f835decf000
mmap(NULL, 172200, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835dea4000
mprotect(0x7f835dea7000, 114688, PROT_NONE) = 0
mmap(0x7f835dea7000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f835dea7000
mmap(0x7f835deae000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f835deae000
mmap(0x7f835dec3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f835dec3000
mmap(0x7f835dec5000, 37032, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835dec5000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20|\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=167624, ...}) = 0
mmap(NULL, 179184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de78000
mprotect(0x7f835de7f000, 135168, PROT_NONE) = 0
mmap(0x7f835de7f000, 102400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f835de7f000
mmap(0x7f835de98000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f835de98000
mmap(0x7f835dea0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f835dea0000
mmap(0x7f835dea2000, 7152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835dea2000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14720, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de73000
mmap(0x7f835de74000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f835de74000
mmap(0x7f835de75000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835de75000
mmap(0x7f835de76000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835de76000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libsudo_util.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260X\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=100936, ...}) = 0
mmap(NULL, 103592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de59000
mmap(0x7f835de5e000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f835de5e000
mmap(0x7f835de6c000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f835de6c000
mmap(0x7f835de71000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f835de71000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@l\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=146968, ...}) = 0
mmap(NULL, 132288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de38000
mmap(0x7f835de3e000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f835de3e000
mmap(0x7f835de4d000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f835de4d000
mmap(0x7f835de53000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f835de53000
mmap(0x7f835de55000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835de55000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835de33000
mmap(0x7f835de34000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f835de34000
mmap(0x7f835de35000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835de35000
mmap(0x7f835de36000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835de36000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/sudo/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260A\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1824496, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f835de31000
mmap(NULL, 1837056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835dc70000
mprotect(0x7f835dc92000, 1658880, PROT_NONE) = 0
mmap(0x7f835dc92000, 1343488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f835dc92000
mmap(0x7f835ddda000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16a000) = 0x7f835ddda000
mmap(0x7f835de27000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7f835de27000
mmap(0x7f835de2d000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f835de2d000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcap-ng.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=26976, ...}) = 0
mmap(NULL, 29056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835dc68000
mmap(0x7f835dc6a000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835dc6a000
mmap(0x7f835dc6d000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f835dc6d000
mmap(0x7f835dc6e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f835dc6e000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=539304, ...}) = 0
mmap(NULL, 541576, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f835dbe3000
mmap(0x7f835dbe5000, 376832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f835dbe5000
mmap(0x7f835dc41000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f835dc41000
mmap(0x7f835dc66000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f835dc66000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f835dbe1000
arch_prctl(ARCH_SET_FS, 0x7f835dbe1c80) = 0
mprotect(0x7f835de27000, 16384, PROT_READ) = 0
mprotect(0x7f835de53000, 4096, PROT_READ) = 0
mprotect(0x7f835dc66000, 4096, PROT_READ) = 0
mprotect(0x7f835dc6e000, 4096, PROT_READ) = 0
mprotect(0x7f835de36000, 4096, PROT_READ) = 0
mprotect(0x7f835de71000, 4096, PROT_READ) = 0
mprotect(0x7f835de76000, 4096, PROT_READ) = 0
mprotect(0x7f835dea0000, 4096, PROT_READ) = 0
mprotect(0x7f835dec3000, 4096, PROT_READ) = 0
mprotect(0x558f23ed6000, 4096, PROT_READ) = 0
mprotect(0x7f835df8a000, 4096, PROT_READ) = 0
munmap(0x7f835ded1000, 594037)          = 0
set_tid_address(0x7f835dbe1f50)         = 7584
set_robust_list(0x7f835dbe1f60, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f835de3e6b0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f835de4a730}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f835de3e740, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f835de4a730}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
statfs("/sys/fs/selinux", 0x7ffda774df50) = -1 ENOENT (No such file or directory)
statfs("/selinux", 0x7ffda774df50)      = -1 ENOENT (No such file or directory)
brk(NULL)                               = 0x558f257ff000
brk(0x558f25820000)                     = 0x558f25820000
openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 408
read(3, "", 1024)                       = 0
close(3)                                = 0
access("/etc/selinux/config", F_OK)     = 0
fcntl(0, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(1, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
fcntl(2, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 318
lseek(3, -185, SEEK_CUR)                = 133
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 185
close(3)                                = 0
stat("/etc/sudo.conf", 0x7ffda774dc50)  = -1 ENOENT (No such file or directory)
geteuid()                               = 1002
access("/home/whatisthis/bin/sudo", X_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/bin/sudo", X_OK)     = -1 ENOENT (No such file or directory)
access("/usr/bin/sudo", X_OK)           = 0
stat("/usr/bin/sudo", {st_mode=S_IFREG|S_ISUID|0755, st_size=157192, ...}) = 0
write(2, "sudo", 4sudo)                     = 4
write(2, ": ", 2: )                       = 2
write(2, "effective uid is not 0, is /usr/"..., 133effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?) = 133
write(2, "\n", 1
)                       = 1
exit_group(1)                           = ?
+++ exited with 1 +++
----


-- Package-specific info:
** Version:
Linux version 5.2.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-19)) #1 SMP Debian 5.2.7-1 (2019-08-07)

** Command line:
BOOT_IMAGE=/vmlinuz-5.2.0-2-amd64 root=UUID=8013339a-4a2e-4eaf-b586-171f9a5f62c5 ro video=1280x768 systemd.debug-shell amdgpu.si_support=1 radeon.si_support=0 amdgpu.deep_color=1 amdgpu.gpu_recovery=1 iommu=pt acpi_enforce_resources=lax elevator=cfq video=1280x768 systemd.debug-shell iommu=pt

** Tainted: OE (12288)
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
[   14.411576] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.468969] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.471521] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.549004] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.551313] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.616654] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.616655] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.668073] Adding 67108860k swap on /dev/sda5.  Priority:4 extents:1 across:67108860k SSFS
[   14.676694] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.677878] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.721486] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   14.726553] EXT4-fs (sde4): mounted filesystem with ordered data mode. Opts: (null)
[   14.764608] EDAC amd64: Node 0: DRAM ECC disabled.
[   14.764609] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   14.765095] F2FS-fs (sda9): Found nat_bits in checkpoint
[   14.784081] F2FS-fs (sda4): Mounted with checkpoint version = 7e23a76e
[   14.801070] EXT4-fs (sdf1): mounted filesystem with ordered data mode. Opts: (null)
[   14.826669] F2FS-fs (sda8): Found nat_bits in checkpoint
[   14.827568] F2FS-fs (sda6): Found nat_bits in checkpoint
[   14.833850] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: (null)
[   14.859882] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   14.876098] Adding 31249404k swap on /dev/sdl7.  Priority:1 extents:1 across:31249404k FS
[   14.880250] EXT4-fs (sdj1): mounted filesystem with ordered data mode. Opts: (null)
[   14.880597] EXT4-fs (sdg1): mounted filesystem with ordered data mode. Opts: (null)
[   14.904474] systemd-journald[521]: Received request to flush runtime journal from PID 1
[   14.904646] F2FS-fs (sda7): Found nat_bits in checkpoint
[   14.912678] EXT4-fs (sdi1): mounted filesystem with ordered data mode. Opts: (null)
[   14.957360] EXT4-fs (sdm2): mounted filesystem with ordered data mode. Opts: (null)
[   14.976559] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: (null)
[   14.996783] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   15.000237] EXT4-fs (sdk1): mounted filesystem with ordered data mode. Opts: (null)
[   15.003254] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.005121] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.005127] EXT4-fs (sdm1): mounted filesystem with ordered data mode. Opts: (null)
[   15.008925] JFS: nTxBlock = 8192, nTxLock = 65536
[   15.012242] EXT4-fs (sdi2): mounted filesystem with ordered data mode. Opts: (null)
[   15.020459] EXT4-fs (sdl6): mounted filesystem with ordered data mode. Opts: (null)
[   15.027416] EXT4-fs (sdd4): mounted filesystem with ordered data mode. Opts: (null)
[   15.028405] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   15.048213] F2FS-fs (sda9): Mounted with checkpoint version = 7d79ffb8
[   15.048241] F2FS-fs (sda8): Mounted with checkpoint version = 252f7367
[   15.048250] F2FS-fs (sda6): Mounted with checkpoint version = 76005f72
[   15.048273] F2FS-fs (sda7): Mounted with checkpoint version = 1b730f26
[   15.060817] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.061588] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.124848] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.126172] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.159005] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[   15.179216] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[   15.192547] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.192549] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.206075] pktcdvd: pktcdvd0: writer mapped to sr0
[   15.248832] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.250770] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   15.267514] EXT4-fs (sdl11): mounted filesystem with ordered data mode. Opts: (null)
[   15.330439] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[   15.398771] EXT4-fs (sdl10): mounted filesystem with ordered data mode. Opts: (null)
[   15.533725] Process accounting resumed
[   15.646186] LTTng: Loaded modules v2.10.10 (KeKriek)
[   15.676808] enp3s0: 0xffffb56f4007d000, 18:31:bf:b3:39:09, IRQ 40
[   15.721793] Process accounting resumed
[   15.734471] IPMI message handler: version 39.2
[   15.744004] ipmi device interface
[   15.761063] ipmi_si: IPMI System Interface driver
[   15.761145] ipmi_si: Unable to find any System Interface(s)
[   16.462794] pci 0000:04:00.0: PCI bridge to [bus 05]
[   20.879127] r8168: enp3s0: link up
[   20.880874] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   68.748658] traps: timing-shutdown[3765] trap int3 ip:7f6e0c344885 sp:7ffdb0bff000 error:0 in libglib-2.0.so.0.6000.6[7f6e0c30b000+80000]
[   68.992160] scsi 24:0:0:0: CD-ROM            CDEmu    Virt. CD/DVD-ROM 1.10 PQ: 0 ANSI: 0
[   68.996350] sr 24:0:0:0: [sr1] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   68.996803] sr 24:0:0:0: Attached scsi CD-ROM sr1
[   68.996914] sr 24:0:0:0: Attached scsi generic sg15 type 5
[   69.102245] pktcdvd: pktcdvd1: writer mapped to sr1
[   98.620952] mate-settings-d[3688]: segfault at f8 ip 00007fa7fca3c42d sp 00007ffffe980210 error 6 in libpulse-mainloop-glib.so.0.0.5[7fa7fca3b000+2000]
[   98.620961] Code: e9 ec ff ff 66 0f 1f 84 00 00 00 00 00 53 48 85 ff 74 6a 8b 57 08 48 89 fb 85 d2 75 20 c7 47 08 01 00 00 00 8b 43 14 48 8b 3f <83> 87 f8 00 00 00 01 85 c0 75 30 5b c3 66 0f 1f 44 00 00 4c 8d 05
[   99.013300] mate-volume-con[3812]: segfault at 100 ip 00007f554d214e9d sp 00007ffe6dc42050 error 6 in libpulse-mainloop-glib.so.0.0.5[7f554d214000+2000]
[   99.013308] Code: 00 e8 07 f2 ff ff 0f 1f 80 00 00 00 00 48 83 ec 08 48 85 ff 74 
5f 8b 4f 08 85 c9 75 30 48 8b 07 8b 57 0c c7 47 08 01 00 00 00 <83> 80 00 01 00 00 01 85 d2 74 13 8b 90 f0 00 00 00 85 d2 7e 5e 83
** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 5204
board_vendor: ASUSTeK COMPUTER INC.
board_name: PRIME B350-PLUS
board_version: Rev X.0x

** Loaded modules:
cpufreq_conservative(E)
cpufreq_userspace(E)
lttng_probe_writeback(OE)
cpufreq_powersave(E)
lttng_probe_workqueue(OE)
lttng_probe_v4l2(OE)
lttng_probe_vmscan(OE)
lttng_probe_udp(OE)
ipmi_devintf(E)
lttng_probe_timer(OE)
lttng_probe_sunrpc(OE)
lttng_probe_statedump(OE)
lttng_probe_sock(OE)
ipmi_msghandler(E)
lttng_probe_skb(OE)
lttng_probe_signal(OE)
lttng_probe_scsi(OE)
lttng_probe_sched(OE)
lttng_probe_regulator(OE)
lttng_probe_rcu(OE)
lttng_probe_random(OE)
lttng_probe_printk(OE)
lttng_probe_power(OE)
lttng_probe_net(OE)
lttng_probe_napi(OE)
lttng_probe_module(OE)
lttng_probe_kvm(OE)
lttng_probe_kmem(OE)
lttng_probe_jbd2(OE)
lttng_probe_irq(OE)
lttng_probe_gpio(OE)
lttng_probe_compaction(OE)
lttng_probe_block(OE)
lttng_probe_asoc(OE)
lttng_ring_buffer_metadata_mmap_client(OE)
lttng_ring_buffer_client_mmap_overwrite(OE)
lttng_ring_buffer_client_mmap_discard(OE)
lttng_ring_buffer_metadata_client(OE)
lttng_ring_buffer_client_overwrite(OE)
lttng_ring_buffer_client_discard(OE)
lttng_tracer(OE)
lttng_statedump(OE)
lttng_kprobes(OE)
lttng_clock(OE)
lttng_lib_ring_buffer(OE)
lttng_kretprobes(OE)
nf_conntrack_netlink(E)
nf_conntrack(E)
nf_defrag_ipv6(E)
nf_defrag_ipv4(E)
nfnetlink(E)
binfmt_misc(E)
pktcdvd(E)
jfs(E)
nls_ascii(E)
nls_cp437(E)
vfat(E)
fat(E)
f2fs(E)
edac_mce_amd(E)
kvm_amd(E)
kvm(E)
irqbypass(E)
ftdi_sio(E)
pl2303(E)
usbserial(E)
crct10dif_pclmul(E)
crc32_pclmul(E)
ghash_clmulni_intel(E)
joydev(E)
aesni_intel(E)
aes_x86_64(E)
crypto_simd(E)
cryptd(E)
glue_helper(E)
efi_pstore(E)
eeepc_wmi(E)
asus_wmi(E)
serio_raw(E)
sparse_keymap(E)
rfkill(E)
video(E)
efivars(E)
snd_hda_codec_realtek(E)
snd_hda_codec_generic(E)
wmi_bmof(E)
ledtrig_audio(E)
k10temp(E)
snd_hda_codec_hdmi(E)
sp5100_tco(E)
snd_hda_intel(E)
snd_hda_codec(E)
snd_hda_core(E)
ccp(E)
mxl301rf(E)
rng_core(E)
qm1d1c0042(E)
tc90522(E)
earth_pt3(E)
dvb_core(E)
sg(E)
pcc_cpufreq(E)
evdev(E)
acpi_cpufreq(E)
cuse(E)
fuse(E)
msr(E)
it87(OE)
hwmon_vid(E)
it87_wdt(E)
watchdog(E)
snd_usb_audio(E)
snd_usbmidi_lib(E)
snd_hwdep(E)
snd_rawmidi(E)
snd_seq_device(E)
media(E)
snd_dummy(E)
snd_pcm(E)
snd_timer(E)
snd(E)
soundcore(E)
loop(E)
i2c_dev(E)
parport_pc(E)
ppdev(E)
lp(E)
parport(E)
vhba(OE)
efivarfs(E)
ip_tables(E)
x_tables(E)
autofs4(E)
overlay(E)
ext4(E)
crc16(E)
mbcache(E)
jbd2(E)
crc32c_generic(E)
btrfs(E)
zstd_compress(E)
zstd_decompress(E)
raid10(E)
raid456(E)
async_raid6_recov(E)
async_memcpy(E)
async_pq(E)
async_xor(E)
async_tx(E)
xor(E)
raid6_pq(E)
libcrc32c(E)
raid1(E)
raid0(E)
multipath(E)
linear(E)
md_mod(E)
sr_mod(E)
cdrom(E)
hid_generic(E)
usbhid(E)
hid(E)
uas(E)
usb_storage(E)
sd_mod(E)
amdgpu(E)
gpu_sched(E)
i2c_algo_bit(E)
ttm(E)
ahci(E)
xhci_pci(E)
libahci(E)
drm_kms_helper(E)
xhci_hcd(E)
crc32c_intel(E)
libata(E)
i2c_piix4(E)
drm(E)
mfd_core(E)
usbcore(E)
r8168(OE)
scsi_mod(E)
usb_common(E)
wmi(E)
gpio_amdpt(E)
gpio_generic(E)
button(E)

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex [1022:1450]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Root Complex [1043:8747]
	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-

00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit [1022:1451]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) I/O Memory Management Unit [1043:8747]
	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 ? routed to IRQ 26
	Capabilities: <access denied>

00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	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-

00:01.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (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 ? routed to IRQ 27
	Bus: primary=00, secondary=01, subordinate=08, sec-latency=0
	I/O behind bridge: 0000d000-0000efff [size=8K]
	Memory behind bridge: fc700000-fcafffff [size=4M]
	Prefetchable memory behind bridge: 00000000f0300000-00000000f03fffff [size=1M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	DeviceName:  Onboard IGD
	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-

00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	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-

00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge [1022:1453] (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 ? routed to IRQ 28
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000f000-0000ffff [size=4K]
	Memory behind bridge: fcf00000-fcffffff [size=1M]
	Prefetchable memory behind bridge: 00000000e0000000-00000000f01fffff [size=258M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	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-

00:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	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-

00:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (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 29
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: fcb00000-fcdfffff [size=3M]
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
	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-

00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B [1022:1454] (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 31
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: fce00000-fcefffff [size=1M]
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 59)
	Subsystem: ASUSTeK Computer Inc. FCH SMBus Controller [1043:8747]
	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-
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
	Subsystem: ASUSTeK Computer Inc. FCH LPC Bridge [1043:8747]
	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

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0 [1022:1460]
	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-

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1 [1022:1461]
	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-

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2 [1022:1462]
	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-

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3 [1022:1463]
	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: k10temp
	Kernel modules: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4 [1022:1464]
	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-

00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5 [1022:1465]
	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-

00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6 [1022:1466]
	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-

00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7 [1022:1467]
	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-

01:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset USB 3.1 xHCI Controller [1022:43bb] (rev 02) (prog-if 30 [XHCI])
	Subsystem: ASMedia Technology Inc. 300 Series Chipset USB 3.1 xHCI Controller [1b21:1142]
	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 30
	Region 0: Memory at fcaa0000 (64-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

01:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset SATA Controller [1022:43b7] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: ASMedia Technology Inc. 300 Series Chipset SATA Controller [1b21:1062]
	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 41
	Region 5: Memory at fca80000 (32-bit, non-prefetchable) [size=128K]
	Expansion ROM at fca00000 [disabled] [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

01:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:43b2] (rev 02) (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 32
	Bus: primary=01, secondary=02, subordinate=08, sec-latency=0
	I/O behind bridge: 0000d000-0000efff [size=8K]
	Memory behind bridge: fc700000-fc9fffff [size=3M]
	Prefetchable memory behind bridge: 00000000f0300000-00000000f03fffff [size=1M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (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 33
	Bus: primary=02, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff [size=4K]
	Memory behind bridge: fc900000-fc9fffff [size=1M]
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:01.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (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 35
	Bus: primary=02, secondary=04, subordinate=05, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (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 36
	Bus: primary=02, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: 00000000f0300000-00000000f03fffff [size=1M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:06.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (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 37
	Bus: primary=02, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: None
	Memory behind bridge: fc800000-fc8fffff [size=1M]
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

02:07.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port [1022:43b4] (rev 02) (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 39
	Bus: primary=02, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff [size=4K]
	Memory behind bridge: fc700000-fc7fffff [size=1M]
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:8677]
	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 40
	Region 0: I/O ports at e000 [size=256]
	Region 2: Memory at fc904000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at fc900000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8168
	Kernel modules: r8168

04:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04) (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-
	Interrupt: pin A routed to IRQ 10
	Bus: primary=04, secondary=05, subordinate=05, sec-latency=32
	I/O behind bridge: None
	Memory behind bridge: None
	Prefetchable memory behind bridge: None
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

06:00.0 Multimedia controller [0480]: Altera Corporation Device [1172:4c15] (rev 01)
	Subsystem: Device [ee8d:0368]
	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 30
	Region 0: Memory at f0301000 (64-bit, prefetchable) [size=4K]
	Region 2: Memory at f0300000 (64-bit, prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: earth_pt3
	Kernel modules: earth_pt3

07:00.0 USB controller [0c03]: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller [1912:0015] (rev 02) (prog-if 30 [XHCI])
	Subsystem: Renesas Technology Corp. uPD720202 USB 3.0 Host Controller [1912:0015]
	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
	Region 0: Memory at fc800000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

08:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9128 PCIe SATA 6 Gb/s RAID controller [1b4b:9128] (rev 20) (prog-if 01 [AHCI 1.0])
	Subsystem: Marvell Technology Group Ltd. 88SE9128 PCIe SATA 6 Gb/s RAID controller [1b4b:9128]
	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 42
	Region 0: I/O ports at d050 [size=8]
	Region 1: I/O ports at d040 [size=4]
	Region 2: I/O ports at d030 [size=8]
	Region 3: I/O ports at d020 [size=4]
	Region 4: I/O ports at d000 [size=32]
	Region 5: Memory at fc710000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at fc700000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

09:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X] [1002:67ef] (rev e5) (prog-if 00 [VGA controller])
	Subsystem: Tul Corporation / PowerColor Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X] [148c:2385]
	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 61
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f0000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at f000 [size=256]
	Region 5: Memory at fcf00000 (32-bit, non-prefetchable) [size=256K]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

09:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [1002:aae0]
	Subsystem: Tul Corporation / PowerColor Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X] [148c:aae0]
	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 91
	Region 0: Memory at fcf60000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

0a:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function [1022:145a]
	Subsystem: ASUSTeK Computer Inc. Zeppelin/Raven/Raven2 PCIe Dummy Function [1043:8747]
	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: <access denied>

0a:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor [1022:1456]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) Platform Security Processor [1043:8747]
	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 87
	Region 2: Memory at fcc00000 (32-bit, non-prefetchable) [size=1M]
	Region 5: Memory at fcd00000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ccp
	Kernel modules: ccp

0a:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller [1022:145f] (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. USB 3.0 Host controller [1043:8747]
	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 78
	Region 0: Memory at fcb00000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

0b:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function [1022:1455]
	Subsystem: ASUSTeK Computer Inc. Zeppelin/Renoir PCIe Dummy Function [1043:8747]
	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: <access denied>

0b:00.2 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7901] (rev 51) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. FCH SATA Controller [AHCI mode] [1043:8747]
	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 45
	Region 5: Memory at fce08000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ahci
	Kernel modules: ahci

0b:00.3 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller [1022:1457]
	Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) HD Audio Controller [1043:86c7]
	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 93
	Region 0: Memory at fce00000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel


** USB devices:
Bus 006 Device 003: ID 067b:2775 Prolific Technology, Inc. USB-SATA Bridge
Bus 006 Device 002: ID 067b:2775 Prolific Technology, Inc. USB-SATA Bridge
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 04e6:511a SCM Microsystems, Inc. SCR3310-NTTCom USB SmartCard Reader
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 067b:2775 Prolific Technology, Inc. USB-SATA Bridge
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 05b8:1004 Agiler, Inc. Elecom Wired Gamepad
Bus 001 Device 005: ID 0411:01ea BUFFALO INC. (formerly MelCo., Inc.) SATA Bridge
Bus 001 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Bus 001 Device 004: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 008: ID 0553:0a02 STMicroelectronics Imaging Division (VLSI Vision) 5 button optical mouse with scroll wheel
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-2-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-5.2.0-2-amd64-unsigned depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.134
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-5.2.0-2-amd64-unsigned recommends:
pn  apparmor             <none>
ii  firmware-linux-free  3.4

Versions of packages linux-image-5.2.0-2-amd64-unsigned suggests:
ii  debian-kernel-handbook  1.0.19
ii  extlinux                3:6.04~git20190206.bf6db5b4+dfsg1-1
ii  grub-efi-amd64          2.04-2
ii  linux-doc-5.2           5.2.7-1

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

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 5.2.9-1

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 934378@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (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: Sun, 18 Aug 2019 22:54:21 +0100
Source: linux
Architecture: source
Version: 5.2.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 908712 925766 931707 933963 934091 934304 934309 934378 934824 934848
Changes:
 linux (5.2.9-1) unstable; urgency=medium
 .
   * New upstream stable update:
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.8
     - scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
     - libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
     - libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
     - ALSA: usb-audio: Sanity checks for each pipe and EP types
     - ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check
     - HID: wacom: fix bit shift for Cintiq Companion 2
     - HID: Add quirk for HP X1200 PIXART OEM mouse
     - atm: iphase: Fix Spectre v1 vulnerability (CVE-2017-5753)
     - bnx2x: Disable multi-cos feature.
     - drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case (Closes: #908712)
     - ife: error out when nla attributes are empty
     - ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
     - ip6_tunnel: fix possible use-after-free on xmit
     - ipip: validate header length in ipip_tunnel_xmit
     - [armhf,arm64] mvpp2: fix panic on module removal
     - [armhf,arm64] mvpp2: refactor MTU change code
     - net: bridge: delete local fdb on device init failure
     - net: bridge: mcast: don't delete permanent entries when fast leave is
       enabled
     - net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER
     - net: fix ifindex collision during namespace removal
     - net/mlx5e: always initialize frag->last_in_page
     - net/mlx5: Use reversed order when unregister devices
     - net: phy: fixed_phy: print gpio error only if gpio node is present
     - net: phy: mscc: initialize stats array
     - net: sched: Fix a possible null-pointer dereference in dequeue_func()
     - net sched: update vlan action for batched events operations
     - net: sched: use temporary variable for actions indexes
     - net/smc: do not schedule tx_work in SMC_CLOSED state
     - [armhf,arm64] net: stmmac: Use netif_tx_napi_add() for TX polling
       function
     - tipc: compat: allow tipc commands without arguments
     - tipc: fix unitilized skb list crash
     - tun: mark small packets as owned by the tap sock
     - net/mlx5: Fix modify_cq_in alignment
     - net/mlx5e: Prevent encap flow counter update async to user query
     - r8169: don't use MSI before RTL8168d
     - net: fix bpf_xdp_adjust_head regression for generic-XDP
     - [x86] hv_sock: Fix hang when a connection is closed
     - net: phy: fix race in genphy_update_link
     - net/smc: avoid fallback in case of non-blocking connect
     - rocker: fix memory leaks of fib_work on two error return paths
     - net/mlx5: Add missing RDMA_RX capabilities
     - net/mlx5e: Fix matching of speed to PRM link modes
     - compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
     - [x86] drm/i915/vbt: Fix VBT parsing for the PSR section
     - Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"
     - [armhf,arm64] spi: bcm2835: Fix 3-wire mode if DMA is enabled
     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.9
     - Revert "PCI: Add missing link delays required by the PCIe spec"
     - [arm64] iio: cros_ec_accel_legacy: Fix incorrect channel setting
     - [x86] iio: imu: mpu6050: add missing available scan masks
     - [x86] crypto: ccp - Fix oops by properly managing allocated structures
     - [x86] crypto: ccp - Add support for valid authsize values less than 16
     - [x86] crypto: ccp - Ignore tag length when decrypting GCM ciphertext
     - driver core: platform: return -ENXIO for missing GpioInt
     - usb: usbfs: fix double-free of usb memory upon submiturb error
     - Revert "USB: rio500: simplify locking"
     - usb: iowarrior: fix deadlock on disconnect
     - sound: fix a memory leak bug
     - [arm64,mips/octeon] mmc: cavium: Set the correct dma max segment size for
       mmc_host
     - [arm64,mips/octeon] mmc: cavium: Add the missing dma unmap when the dma
       has finished.
     - loop: set PF_MEMALLOC_NOIO for the worker thread
     - bdev: Fixup error handling in blkdev_get() (Closes: #934378)
     - Input: usbtouchscreen - initialize PM mutex before using it
     - Input: elantech - enable SMBus on new (2018+) systems
     - [x86] Input: synaptics - enable RMI mode for HP Spectre X360
     - [x86] mm: Check for pfn instead of page in vmalloc_sync_one()
     - [x86] mm: Sync also unmappings in vmalloc_sync_all()
     - mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
     - [s390x] perf annotate: Fix s390 gap between kernel end and module start
     - perf db-export: Fix thread__exec_comm()
     - [s390x] perf record: Fix module size on s390
     - [x86] purgatory: Do not use __builtin_memcpy and __builtin_memset
     - [x86] purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
     - genirq/affinity: Create affinity mask for single vector
     - gfs2: gfs2_walk_metadata fix
     - usb: yurex: Fix use-after-free in yurex_delete
     - usb: typec: ucsi: ccg: Fix uninitilized symbol error
     - usb: typec: tcpm: free log buf memory when remove debug file
     - usb: typec: tcpm: remove tcpm dir if no children
     - usb: typec: tcpm: Add NULL check before dereferencing config
     - usb: typec: tcpm: Ignore unsupported/unknown alternate mode requests
     - [armhf] can: flexcan: fix stop mode acknowledgment
     - [armhf] can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()
     - can: peak_usb: fix potential double kfree_skb()
     - [powerpc*] fix off by one in max_zone_pfn initialization for ZONE_DMA
     - netfilter: nfnetlink: avoid deadlock due to synchronous request_module
     - netfilter: Fix rpfilter dropping vrf packets by mistake
     - netfilter: nf_tables: fix module autoload for redir
     - netfilter: conntrack: always store window size un-scaled
     - netfilter: nft_hash: fix symhash with modulus one
     - rq-qos: don't reset has_sleepers on spurious wakeups
     - rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule
     - rq-qos: use a mb for got_token
     - netfilter: nf_tables: Support auto-loading for inet nat
     - drm/amd/display: No audio endpoint for Dell MST display
     - drm/amd/display: Clock does not lower in Updateplanes
     - drm/amd/display: Wait for backlight programming completion in set
       backlight level
     - drm/amd/display: fix DMCU hang when going into Modern Standby
     - drm/amd/display: use encoder's engine id to find matched free audio
       device
     - drm/amd/display: put back front end initialization sequence
     - drm/amd/display: allocate 4 ddc engines for RV2
     - drm/amd/display: Fix dc_create failure handling and 666 color depths
     - drm/amd/display: Only enable audio if speaker allocation exists
     - drm/amd/display: Increase size of audios array
     - nl80211: fix NL80211_HE_MAX_CAPABILITY_LEN
     - mac80211: fix possible memory leak in ieee80211_assign_beacon
     - mac80211: don't warn about CW params when not using them
     - allocate_flower_entry: should check for null deref
     - hwmon: (nct6775) Fix register address and added missed tolerance for
       nct6106
     - [armhf] dts: imx6ul: fix clock frequency property name of I2C buses
     - [powerpc*] papr_scm: Force a scm-unbind if initial scm-bind fails
     - [arm64] Force SSBS on context switch
     - [arm64] entry: SP Alignment Fault doesn't write to FAR_EL1
     - [x86] iommu/vt-d: Check if domain->pgd was allocated
     - [arm64] drm/msm/dpu: Correct dpu encoder spinlock initialization
     - [ppc64] cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
     - [s390x] qdio: add sanity checks to the fast-requeue path
     - ALSA: compress: Fix regression on compressed capture streams
     - ALSA: compress: Prevent bypasses of set_params
     - ALSA: compress: Don't allow paritial drain operations on capture streams
     - ALSA: compress: Be more restrictive about when a drain is allowed
     - perf script: Fix off by one in brstackinsn IPC computation
     - perf tools: Fix proper buffer size for feature processing
     - perf stat: Fix segfault for event group in repeat mode
     - perf session: Fix loading of compressed data split across adjacent
       records
     - perf probe: Avoid calling freeing routine multiple times for same pointer
     - drbd: dynamically allocate shash descriptor
     - ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
     - nvme: ignore subnqn for ADATA SX6000LNP
     - nvme: fix memory leak caused by incorrect subsystem free
     - scsi: megaraid_sas: fix panic on loading firmware crashdump
     - scsi: ibmvfc: fix WARN_ON during event pool release
     - scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG
     - test_firmware: fix a memory leak bug
     - tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop
     - [x86] perf/intel: Fix SLOTS PEBS event constraint
     - [x86] perf/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x
       register
     - [x86] perf: Apply more accurate check on hypervisor platform
     - perf/core: Fix creating kernel counters for PMUs that override event->cpu
     - [s390x] dma: provide proper ARCH_ZONE_DMA_BITS value
     - HID: sony: Fix race condition between rumble and device remove.
     - ALSA: usb-audio: fix a memory leak bug
     - [x86] KVM/nSVM: properly map nested VMCB
     - can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices
     - can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices
     - hwmon: (nct7802) Fix wrong detection of in4 presence
     - hwmon: (lm75) Fixup tmp75b clr_mask
     - [x86] drm/i915: Fix wrong escape clock divisor init for GLK
     - ALSA: firewire: fix a memory leak bug
     - ALSA: hiface: fix multiple memory leak bugs
     - ALSA: hda - Don't override global PCM hw info flag
     - [x86] ALSA: hda - Workaround for crackled sound on AMD controller
       (1022:1457)
     - mac80211: don't WARN on short WMM parameters from AP
     - dax: dax_layout_busy_page() should not unmap cow pages
     - SMB3: Fix deadlock in validate negotiate hits reconnect
     - smb3: send CAP_DFS capability during session setup
     - NFSv4: Fix delegation state recovery
     - NFSv4: Check the return value of update_open_stateid()
     - NFSv4: Fix an Oops in nfs4_do_setattr
     - [x86] KVM: Fix leak vCPU's VMCS value into other pCPU
     - [armhf,arm64] KVM: Sync ICH_VMCR_EL2 back when about to block
     - mwifiex: fix 802.11n/WPA detection
     - iwlwifi: don't unmap as page memory that was mapped as single
     - iwlwifi: mvm: fix an out-of-bound access
     - iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segment
     - iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT on version < 41
     - iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT support
 .
   [ Salvatore Bonaccorso ]
   * Enable Realtek 802.11ac wireless chips support (Closes: #933963)
 .
   [ Ben Hutchings ]
   * [armel] fb-modules: Remove xgifb, which was removed upstream (fixes FTBFS)
   * tracefs: Fix potential null dereference in default_file_open()
     (Closes: #934304)
   * [arm64] hwrandom: Re-enable HW_RANDOM_OMAP as module (Closes: #931707)
   * ptp: Change CAVIUM_PTP from built-in to modular (Closes: #934848)
   * bug script: Check whether /e/n/interfaces exists (Closes: #934824)
   * bug script: Include network configuration from /e/n/interfaces.d
   * bug script: Check for unreadable /e/n/interfaces files
   * [x86] iommu: Enable INTEL_IOMMU_DEFAULT_ON (Closes: #934309)
   * HID: Enable HID_BIGBEN_FF, HID_MACALLY, HID_GFRM, HID_GT683R,
     HID_VIEWSONIC, HID_MALTRON, HID_U2FZERO as modules (Closes: #934091)
   * usbip: network: Fix unaligned member access (Closes: #925766)
   * libbpf: Fix cross-build
   * [rt] Update to 5.2.9-rt3:
     - i2c: exynos5: Remove IRQF_ONESHOT
     - i2c: hix5hd2: Remove IRQF_ONESHOT
     - sched/deadline: Ensure inactive_timer runs in hardirq context
     - thermal/x86_pkg_temp: make pkg_temp_lock a raw spinlock
     - dma-buf: Use seqlock_t instread disabling preemption
     - KVM: arm/arm64: Let the timer expire in hardirq context on RT
     - x86: preempt: Check preemption level before looking at lazy-preempt
     - arm64: preempt: Fixup lazy preempt
     - arm64: preempt: Check preemption level before looking at lazy-preempt
 .
   [ Alper Nebi Yasak ]
   * [arm64] udeb: Add pl330 to kernel-image
Checksums-Sha1:
 36cac9c12dc84a005208a4edef3b7898860d6f3f 186363 linux_5.2.9-1.dsc
 cb8ce95c832c7a613fbe8841b01b3116d118a2cf 111104960 linux_5.2.9.orig.tar.xz
 afc88dea262ad287baac78fd3341644b6c3c8f5a 3874532 linux_5.2.9-1.debian.tar.xz
 273df4286c1f83e0b910cc50caedddf2402434a7 46203 linux_5.2.9-1_source.buildinfo
Checksums-Sha256:
 00badbdf59b804b63fd374583777c178f9d89b46ab45dbe1161ce355f085dc34 186363 linux_5.2.9-1.dsc
 82ce19693856e06671e52f259cb19956984ef7083248b7a4c97b8b0e386681e7 111104960 linux_5.2.9.orig.tar.xz
 a2bbb88b9b329d226b8784080630ce7e0907b1c75de401f808d7c4f69e36d607 3874532 linux_5.2.9-1.debian.tar.xz
 3c987d3d78e7e52038a75087e8092113a62e545783f73aeaa3366eb6c71b6eef 46203 linux_5.2.9-1_source.buildinfo
Files:
 3c4df8f7c8978e93fa4b3f8a20cc38d7 186363 kernel optional linux_5.2.9-1.dsc
 38840fd723b92176befa9d51c79053ad 111104960 kernel optional linux_5.2.9.orig.tar.xz
 8abc209c5dc3a234092e728b09e5997d 3874532 kernel optional linux_5.2.9-1.debian.tar.xz
 f50f6b585fb054e8e24280fd15fa14ad 46203 kernel optional linux_5.2.9-1_source.buildinfo

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

iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAl1Z+LQACgkQ57/I7JWG
EQlP3xAAibC24yKL2q1/nq0ssrocIevZMJMdnWOVDShAd2n7YDHB3TbqmZCMYdNY
AvI1tlEE7yP0LOrPr0C9GTTcmP1gNoaH/tidwEq4ZtAn0B3Gad3xW8/YxMairvxN
B67/0M7wqzz6mz78FfvKvWpMpgdzeWolUPpSyCY7QPWABDxwtxKNa1KPMfhVhdHY
y9Jwk7l8ZdHxfw3CixzTzaKofIgEB2SS6pw7A+2/nXUbmntHI004Ny5lA6eLQaIh
8cDv2NewoVcNU/2/AS8un0YD8hoBa5+Jo7tnSWbEBUMwgsXvvzJatM3rcsjGkycw
dDn7uGe/AIqmYyBFy/xZisbRE6ZeyPBMTfBvmeoZukGR9QiOu12eBMv8wZlV/qqY
frdkbXPqhZsNmplVH4jE1lKUrld9FAw1BDT7/hTMXTbyoFBZKQ6wQQeJx5O/iHNP
Plrp2D8ErTZHkNs+pv46t7kPkzAJIqR/KhfO2jhY/mzOpEjxF0n9diMFKCLP+ezU
4eLxUZb7vvVzY5EnfEUC1ZkwlerCl0XAdloAPsDh5HExU7snIeSfMgAwKqGyzYv/
ZmxmZJW+VxTOssMUQaK2bZ+Zg+BevNnBQez+9LpsahBt/sPf4qJGr8Hk6LIJC/Sf
rsBgcjJOl1HMqLGdDNeh5CKpWJN1JltaLWt5xiSvzbw2CBQ+URo=
=M4+F
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: