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

Bug#950457: linux-image-5.4.0-0.bpo.2-amd64: Regression: mount option not correctly handled



Package: src:linux
Version: 5.4.8-1~bpo10+1
Severity: important

  Hi,

  I'm using singularity on kvm Debian machines. After the last upgrade
that installed the linux-image-5.4.0-0.bpo.2-amd64 kernel, I cannot
start any singularity image. The error is:
$ singularity -v -v shell /srv/scratch/atac-20180906-012322.simg
[...]
VERBOSE: Mounting squashfs image: /dev/loop0 -> /var/lib/singularity/mnt/container
ERROR  : Failed to mount squashfs image in (read only): Invalid argument
ABORT  : Retval = 255

  Using strace, I investiguate the problem, and find this:
# mount -o ro,loop,offset=31,errors=remount-ro -t squashfs /srv/scratch/atac-20180906-012322.simg  /mnt/ 
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
# mount -o ro,loop,offset=31 -t squashfs /srv/scratch/atac-20180906-012322.simg  /mnt/
# ls /mnt
[ all file of my singularity image ]

  With the previous installed kernel (5.3.0-0.bpo.2-amd64), the first mount
(with the "errors=remount-ro" option) succeed. And, of course, strace told
me that singularity is using the "errors=remount-ro" option...

  For now, I'm downgrading my kernel and using 5.3.0-0.bpo.2-amd64 as
a workaround.

  Regards,
    Vincent

PS: see https://github.com/sylabs/singularity/issues/4801 for
the issue in singularity where it will be fixed (errors=remount-ro
removed). But as I'm still using singularity from strech-backports,
(singularity-container is not in buster and, in any case, I need
to stick to 2.X version for singularity due to the use of datacenters
where 3.X images are not yet supported)

-- Package-specific info: 
** Version: 
Linux version 5.4.0-0.bpo.2-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 5.4.8-1~bpo10+1 (2020-01-07) 
 
** Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.4.0-0.bpo.2-amd64 root=/dev/mapper/ge83982--vm1-root ro apparmor=0 quiet 
 
** Not tainted 
 
** Kernel log: 
[    2.993838] sd 0:0:0:2: Power-on or device reset occurred 
[    2.993863] usb 1-1: new high-speed USB device number 2 using ehci-pci 
[    2.993864] sd 0:0:0:1: Power-on or device reset occurred 
[    2.995633] sd 0:0:0:2: [sdb] 2147483648 512-byte logical blocks: (1.10 TB/1.00 TiB) 
[    2.995634] sd 0:0:0:1: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB) 
[    2.995746] sd 0:0:0:1: [sda] Write Protect is off 
[    2.995749] sd 0:0:0:1: [sda] Mode Sense: 63 00 00 08 
[    2.995752] sd 0:0:0:2: [sdb] Write Protect is off 
[    2.995755] sd 0:0:0:2: [sdb] Mode Sense: 63 00 00 08 
[    2.995879] sd 0:0:0:1: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 
[    2.995884] sd 0:0:0:2: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 
[    2.999071] sr 0:0:0:0: Power-on or device reset occurred 
[    2.999282] sr 0:0:0:0: [sr0] scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray 
[    2.999284] cdrom: Uniform CD-ROM driver Revision: 3.20 
[    3.031252] sr 0:0:0:0: Attached scsi CD-ROM sr0 
[    3.067516]  sda: sda1 sda2 sda3 
[    3.070413] sd 0:0:0:1: [sda] Attached SCSI disk 
[    3.083294]  sdb: sdb1 sdb2 
[    3.086273] sd 0:0:0:2: [sdb] Attached SCSI disk 
[    3.156216] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00 
[    3.156219] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 
[    3.156221] usb 1-1: Product: QEMU USB Tablet 
[    3.156223] usb 1-1: Manufacturer: QEMU 
[    3.156225] usb 1-1: SerialNumber: 42 
[    3.170058] hidraw: raw HID events driver (C) Jiri Kosina 
[    3.181006] usbcore: registered new interface driver usbhid 
[    3.181006] usbhid: USB HID core driver 
[    3.183898] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4 
[    3.184398] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:1d.7-1/input0 
[    3.335960] 9pnet: Installing 9P2000 support 
[    3.364289] random: lvm: uninitialized urandom read (4 bytes read) 
[    3.412111] device-mapper: uevent: version 1.0.3 
[    3.412335] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com 
[    3.414744] random: lvm: uninitialized urandom read (2 bytes read) 
[    3.490968] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 
[    3.803171] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) 
[    4.031278] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. 
[    4.789972] pcieport 0000:00:02.6: pciehp: Failed to check link status 
[    4.801959] pcieport 0000:00:02.3: pciehp: Failed to check link status 
[    5.048843] systemd[1]: Inserted module 'autofs4' 
[    5.154338] random: crng init done 
[    5.229945] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) 
[    5.230084] systemd[1]: Detected virtualization kvm. 
[    5.230110] systemd[1]: Detected architecture x86-64. 
[    5.254324] systemd[1]: Set hostname to <ge83982-vm1>. 
[    5.263372] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument 
[    6.365257] systemd[1]: /lib/systemd/system/sssd.service:11: PIDFile= references path below legacy directory /var/run/, updating /var/run/sssd.pid \xe2\x86\x92 /run/sssd.pid; please update the unit file accordingly. 
[    6.373195] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid \xe2\x86\x92 /run/samba/smbd.pid; please update the unit file accordingly. 
[    6.442569] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid \xe2\x86\x92 /run/samba/nmbd.pid; please update the unit file accordingly. 
[    6.502313] systemd[1]: /lib/systemd/system/autofs.service:7: PIDFile= references path below legacy directory /var/run/, updating /var/run/autofs.pid \xe2\x86\x92 /run/autofs.pid; please update the unit file accordingly. 
[    6.601976] systemd[1]: rpc-gssd.service: Wants dependency dropin /lib/systemd/system/rpc-gssd.service.wants/gssproxy.service target /etc/init.d/gssproxy has different name 
[    6.772645] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro 
[    6.846251] RPC: Registered named UNIX socket transport module. 
[    6.846253] RPC: Registered udp transport module. 
[    6.846253] RPC: Registered tcp transport module. 
[    6.846254] RPC: Registered tcp NFSv4.1 backchannel transport module. 
[    6.898881] sr 0:0:0:0: Attached scsi generic sg0 type 5 
[    6.899023] sd 0:0:0:2: Attached scsi generic sg1 type 0 
[    6.899298] sd 0:0:0:1: Attached scsi generic sg2 type 0 
[    7.217905] systemd-journald[435]: Received request to flush runtime journal from PID 1 
[    7.890775] EFI Variables Facility v0.08 2004-May-17 
[    7.896024] pstore: Using crash dump compression: deflate 
[    7.896030] pstore: Registered efi as persistent store backend 
[    7.941334] input: PC Speaker as /devices/platform/pcspkr/input/input5 
[    8.057763] iTCO_vendor_support: vendor-support=0 
[    8.059858] i6300ESB timer 0000:09:02.0: initialized. heartbeat=30 sec (nowayout=0) 
[    8.078483] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 
[    8.078710] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660) 
[    8.079101] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) 
[    8.293792] cryptd: max_cpu_qlen set to 1000 
[    8.563181] SSE version of gcm_enc/dec engaged. 
[    8.969868] Adding 20971516k swap on /dev/mapper/ge83982--vm1-swap.  Priority:-2 extents:1 across:20971516k FS 
[    9.179978] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) 
[    9.227706] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[    9.617523] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line
[    9.617525] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.617527] snd_hda_codec_generic hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.617528] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[    9.617529] snd_hda_codec_generic hdaudioC0D0:    inputs:
[    9.617531] snd_hda_codec_generic hdaudioC0D0:      Line=0x5
[   12.591608] 8021q: 802.1Q VLAN Support v1.8
[   12.591641] 8021q: adding VLAN 0 to HW filter on device enp1s0
[   16.234173] broken atomic modeset userspace detected, disabling atomic
[   38.947063] loop: module loaded
[   39.046470] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   39.047210] squashfs: Unknown parameter 'errors'
[   49.833866] squashfs: Unknown parameter 'errors'
[  228.378511] FS-Cache: Loaded
[  228.532900] FS-Cache: Netfs 'nfs' registered for caching
[  228.569959] Key type dns_resolver registered
[  228.796549] NFS: Registering the id_resolver key type
[  228.796562] Key type id_resolver registered
[  228.796563] Key type id_legacy registered
[  241.564859] squashfs: Unknown parameter 'errors'
[  257.324490] squashfs: Unknown parameter 'errors'
[  295.844871] squashfs: Unknown parameter 'errors'
[  342.733412] squashfs: Unknown parameter 'errors'
[  416.001492] squashfs: Unknown parameter 'errors'
[  422.281399] squashfs: Unknown parameter 'errors'
[  503.757865] squashfs: Unknown parameter 'errors'

** Model information
sys_vendor: QEMU
product_name: Standard PC (Q35 + ICH9, 2009)
product_version: pc-q35-2.8
chassis_vendor: QEMU
chassis_version: pc-q35-2.8
bios_vendor: EFI Development Kit II / OVMF
bios_version: 0.0.0

** Loaded modules:
binfmt_misc
rpcsec_gss_krb5
nfsv4
dns_resolver
nfs
lockd
grace
fscache
squashfs
zstd_decompress
loop
8021q
garp
stp
mrp
llc
rfkill
snd_hda_codec_generic
ledtrig_audio
snd_hda_intel
snd_intel_nhlt
nls_ascii
snd_hda_codec
nls_cp437
vfat
snd_hda_core
crct10dif_pclmul
fat
crc32_pclmul
snd_hwdep
ghash_clmulni_intel
aesni_intel
snd_pcm
snd_timer
crypto_simd
cryptd
glue_helper
joydev
snd
iTCO_wdt
virtio_balloon
soundcore
iTCO_vendor_support
i6300esb
watchdog
virtio_console
serio_raw
pcspkr
evdev
efi_pstore
efivars
qemu_fw_cfg
auth_rpcgss
sg
sunrpc
efivarfs
virtio_rng
rng_core
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
dm_mod
9pnet_virtio
9pnet
hid_generic
usbhid
hid
sr_mod
cdrom
sd_mod
virtio_gpu
ttm
drm_kms_helper
drm
virtio_net
ahci
virtio_scsi
net_failover
libahci
failover
libata
uhci_hcd
ehci_pci
ehci_hcd
scsi_mod
usbcore
psmouse
crc32c_intel
lpc_ich
i2c_i801
mfd_core
usb_common
virtio_pci
virtio_ring
virtio
button

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0]
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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

00:01.0 VGA compatible controller [0300]: Red Hat, Inc Virtio GPU [1af4:1050] (rev 01) (prog-if 00 [VGA controller])
        Subsystem: Red Hat, Inc Virtio GPU [1af4:1100]
        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 21
        Region 0: Memory at 90000000 (32-bit, prefetchable) [size=8M]
        Region 2: Memory at 1000500000 (64-bit, prefetchable) [size=16K]
        Region 4: Memory at 91a02000 (32-bit, non-prefetchable) [size=4K]
        Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

00:02.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 24
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: 91800000-919fffff
        Prefetchable memory behind bridge: 0000001000000000-00000010000fffff
        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:02.1 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 25
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: 91600000-917fffff
        Prefetchable memory behind bridge: 0000001000100000-00000010001fffff
        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:02.2 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 26
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: 91400000-915fffff
        Prefetchable memory behind bridge: 0000001000200000-00000010002fffff
        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:02.3 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 27
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: 91200000-913fffff
        Prefetchable memory behind bridge: 0000000091b00000-0000000091cfffff
        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:02.4 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 28
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        I/O behind bridge: 00009000-00009fff
        Memory behind bridge: 91000000-911fffff
        Prefetchable memory behind bridge: 0000001000300000-00000010003fffff
        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:02.5 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 29
        Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
        I/O behind bridge: 00008000-00008fff
        Memory behind bridge: 90e00000-90ffffff
        Prefetchable memory behind bridge: 0000001000400000-00000010004fffff
        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:02.6 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 0 [8086:3420] (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
        Interrupt: pin A routed to IRQ 30
        Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
        I/O behind bridge: 00007000-00007fff
        Memory behind bridge: 90c00000-90dfffff
        Prefetchable memory behind bridge: 0000000091d00000-0000000091efffff
        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 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03) (prog-if 00 [UHCI])
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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 16
        Region 4: I/O ports at 1040 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03) (prog-if 00 [UHCI])
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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 B routed to IRQ 17
        Region 4: I/O ports at 1060 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03) (prog-if 00 [UHCI])
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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 C routed to IRQ 18
        Region 4: I/O ports at 1080 [size=32]
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03) (prog-if 20 [EHCI])
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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
        Region 0: Memory at 91a01000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92) (prog-if 01 [Subtractive decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Bus: primary=00, secondary=08, subordinate=09, sec-latency=0
        I/O behind bridge: 00006000-00006fff
        Memory behind bridge: 90800000-90afffff
        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:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] [8086:2922] (rev 02) (prog-if 01 [AHCI 1.0])
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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 36
        Region 4: I/O ports at 10a0 [size=32]
        Region 5: Memory at 91a00000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        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 16
        Region 4: I/O ports at 1000 [size=64]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

01:00.0 Ethernet controller [0200]: Red Hat, Inc Virtio network device [1af4:1041] (rev 01)
        Subsystem: Red Hat, Inc Virtio network device [1af4:1100]
        Physical Slot: 0
        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 22
        Region 1: Memory at 91800000 (32-bit, non-prefetchable) [size=4K]
        Region 4: Memory at 1000000000 (64-bit, prefetchable) [size=16K]
        Expansion ROM at 91840000 [disabled] [size=256K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

02:00.0 SCSI storage controller [0100]: Red Hat, Inc Virtio SCSI [1af4:1048] (rev 01)
        Subsystem: Red Hat, Inc Virtio SCSI [1af4:1100]
        Physical Slot: 0-1
        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 22
        Region 1: Memory at 91600000 (32-bit, non-prefetchable) [size=4K]
        Region 4: Memory at 1000100000 (64-bit, prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

03:00.0 Communication controller [0780]: Red Hat, Inc Virtio console [1af4:1043] (rev 01)
        Subsystem: Red Hat, Inc Virtio console [1af4:1100]
        Physical Slot: 0-2
        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 22
        Region 1: Memory at 91400000 (32-bit, non-prefetchable) [size=4K]
        Region 4: Memory at 1000200000 (64-bit, prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

05:00.0 Unclassified device [00ff]: Red Hat, Inc Virtio memory balloon [1af4:1045] (rev 01)
        Subsystem: Red Hat, Inc Virtio memory balloon [1af4:1100]
        Physical Slot: 0-4
        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 22
        Region 4: Memory at 1000300000 (64-bit, prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

06:00.0 Unclassified device [00ff]: Red Hat, Inc Virtio RNG [1af4:1044] (rev 01)
        Subsystem: Red Hat, Inc Virtio RNG [1af4:1100]
        Physical Slot: 0-5
        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 22
        Region 4: Memory at 1000400000 (64-bit, prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: virtio-pci
        Kernel modules: virtio_pci

08:00.0 PCI bridge [0604]: Red Hat, Inc. QEMU PCI-PCI bridge [1b36:0001] (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
        Interrupt: pin A routed to IRQ 31
        Region 0: Memory at 90a00000 (64-bit, non-prefetchable) [size=256]
        Bus: primary=08, secondary=09, subordinate=09, sec-latency=0
        I/O behind bridge: 00006000-00006fff
        Memory behind bridge: 90800000-909fffff
        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: shpchp

09:01.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 01)
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        Physical Slot: 1
        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 45
        Region 0: Memory at 90800000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

09:02.0 System peripheral [0880]: Intel Corporation 6300ESB Watchdog Timer [8086:25ab]
        Subsystem: Red Hat, Inc QEMU Virtual Machine [1af4:1100]
        Physical Slot: 2
        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
        Region 0: Memory at 90804000 (32-bit, non-prefetchable) [size=16]
        Kernel driver in use: i6300ESB timer
        Kernel modules: i6300esb


** USB devices:
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


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

Kernel: Linux 5.4.0-0.bpo.2-amd64 (SMP w/22 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-5.4.0-0.bpo.2-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.133+deb10u1
ii  kmod                                    26-1
ii  linux-base                              4.6

Versions of packages linux-image-5.4.0-0.bpo.2-amd64 recommends:
ii  apparmor             2.13.2-10
ii  firmware-linux-free  3.4

Versions of packages linux-image-5.4.0-0.bpo.2-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-efi-amd64          2.02+dfsg1-20
pn  linux-doc-5.4           <none>

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

-- no debconf information


Reply to: