root@eboo-serveur:/home/technique/igb-5.7.2/src# make install
*** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but
*** the signing key cannot be found. Module signing has been
*** disabled for this build.
make[1]: Entering directory '/usr/src/linux-headers-5.15.0-87-generic'
  CC [M]  /home/technique/igb-5.7.2/src/igb_main.o
/home/technique/igb-5.7.2/src/igb_main.c: In function 
‘igb_set_interrupt_capability’:
/home/technique/igb-5.7.2/src/igb_main.c:1063:17: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
 1063 |                 igb_reset_interrupt_capability(adapter);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/technique/igb-5.7.2/src/igb_main.c:1065:9: note: here
 1065 |         case IGB_INT_MODE_MSI:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_main.c:1066:20: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
 1066 |                 if (!pci_enable_msi(pdev))
      |                    ^
/home/technique/igb-5.7.2/src/igb_main.c:1072:9: note: here
 1072 |         case IGB_INT_MODE_LEGACY:
      |         ^~~~
In file included from /home/technique/igb-5.7.2/src/e1000_hw.h:7,
                 from /home/technique/igb-5.7.2/src/e1000_api.h:7,
                 from /home/technique/igb-5.7.2/src/igb.h:38,
                 from /home/technique/igb-5.7.2/src/igb_main.c:30:
/home/technique/igb-5.7.2/src/igb_main.c: In function ‘igb_vmm_control’:
/home/technique/igb-5.7.2/src/e1000_osdep.h:72:4: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
   72 | do { \
      |    ^
/home/technique/igb-5.7.2/src/igb_main.c:9992:17: note: in expansion of macro 
‘E1000_WRITE_REG’
 9992 |                 E1000_WRITE_REG(hw, E1000_DTXCTL, reg);
      |                 ^~~~~~~~~~~~~~~
/home/technique/igb-5.7.2/src/igb_main.c:9994:9: note: here
 9994 |         case e1000_82580:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_main.c: In function ‘igb_set_fw_version’:
/home/technique/igb-5.7.2/src/igb_main.c:2604:20: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
 2604 |                 if (!(e1000_get_flash_presence_i210(hw))) {
      |                    ^
/home/technique/igb-5.7.2/src/igb_main.c:2612:9: note: here
 2612 |         default:
      |         ^~~~~~~
/home/technique/igb-5.7.2/src/igb_main.c: In function ‘__igb_notify_dca’:
/home/technique/igb-5.7.2/src/igb_main.c:6582:20: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
 6582 |                 if (dca_add_requester(dev) == E1000_SUCCESS) {
      |                    ^
/home/technique/igb-5.7.2/src/igb_main.c:6589:9: note: here
 6589 |         case DCA_PROVIDER_REMOVE:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_main.c: In function ‘igb_has_link’:
/home/technique/igb-5.7.2/src/igb_main.c:4910:20: warning: this statement may 
fall through [-Wimplicit-fallthrough=]
 4910 |                 if (!hw->mac.get_link_status)
      |                    ^
/home/technique/igb-5.7.2/src/igb_main.c:4913:9: note: here
 4913 |         case e1000_media_type_internal_serdes:
      |         ^~~~
  CC [M]  /home/technique/igb-5.7.2/src/e1000_api.o
  CC [M]  /home/technique/igb-5.7.2/src/igb_ethtool.o
/home/technique/igb-5.7.2/src/igb_ethtool.c:3533:35: error: initialization of 
‘int (*)(struct net_device *, struct ethtool_coalesce *, struct 
kernel_ethtool_coalesce *, struct netlink_ext_ack *)’ from incompatible 
pointer type ‘int (*)(struct net_device *, struct ethtool_coalesce *)’ 
[-Werror=incompatible-pointer-types]
 3533 |         .get_coalesce           = igb_get_coalesce,
      |                                   ^~~~~~~~~~~~~~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3533:35: note: (near initialization 
for ‘igb_ethtool_ops.get_coalesce’)
/home/technique/igb-5.7.2/src/igb_ethtool.c:3534:35: error: initialization of 
‘int (*)(struct net_device *, struct ethtool_coalesce *, struct 
kernel_ethtool_coalesce *, struct netlink_ext_ack *)’ from incompatible 
pointer type ‘int (*)(struct net_device *, struct ethtool_coalesce *)’ 
[-Werror=incompatible-pointer-types]
 3534 |         .set_coalesce           = igb_set_coalesce,
      |                                   ^~~~~~~~~~~~~~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3534:35: note: (near initialization 
for ‘igb_ethtool_ops.set_coalesce’)
/home/technique/igb-5.7.2/src/igb_ethtool.c: In function ‘igb_set_channels’:
/home/technique/igb-5.7.2/src/igb_ethtool.c:3447:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3447 |                 if (adapter->vfs_allocated_count)
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3450:9: note: here
 3450 |         case e1000_82576:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3456:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3456 |                 if ((adapter->vfs_allocated_count > 0) &&
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3460:9: note: here
 3460 |         case e1000_82580:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c: In function 
‘igb_max_rss_queues’:
/home/technique/igb-5.7.2/src/igb_ethtool.c:3355:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3355 |                 if (adapter->vfs_allocated_count) {
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3360:9: note: here
 3360 |         case e1000_82576:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3361:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3361 |                 if (adapter->vfs_allocated_count) {
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3366:9: note: here
 3366 |         case e1000_82580:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c: In function 
‘igb_get_rss_hash_opts’:
/home/technique/igb-5.7.2/src/igb_ethtool.c:3004:27: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3004 |                 cmd->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
/home/technique/igb-5.7.2/src/igb_ethtool.c:3006:9: note: here
 3006 |         case UDP_V4_FLOW:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3007:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3007 |                 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP)
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3010:9: note: here
 3010 |         case SCTP_V4_FLOW:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3018:27: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3018 |                 cmd->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
/home/technique/igb-5.7.2/src/igb_ethtool.c:3020:9: note: here
 3020 |         case UDP_V6_FLOW:
      |         ^~~~
/home/technique/igb-5.7.2/src/igb_ethtool.c:3021:20: warning: this statement 
may fall through [-Wimplicit-fallthrough=]
 3021 |                 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV6_UDP)
      |                    ^
/home/technique/igb-5.7.2/src/igb_ethtool.c:3024:9: note: here
 3024 |         case SCTP_V6_FLOW:
      |         ^~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: 
/home/technique/igb-5.7.2/src/igb_ethtool.o] Error 1
make[1]: *** [Makefile:1909: /home/technique/igb-5.7.2/src] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-87-generic'
make: *** [Makefile:86: default] Error 2
root@eboo-serveur:/home/technique/igb-5.7.2/src# ^C
root@eboo-serveur:/home/technique/igb-5.7.2/src#
[    0.000000] microcode: microcode updated early to revision 0x59, date = 
2023-02-26
[    0.000000] Linux version 5.15.0-87-generic (buildd@lcy02-amd64-011) (gcc 
(Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) 
#97-Ubuntu SMP Mon Oct 2 21:09:21 UTC 2023 (Ubuntu 5.15.0-87.97-generic 
5.15.122)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.15.0-87-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro ipv6.disable=1 ipv6.disable=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000067038fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067039000-0x0000000069538fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000069539000-0x00000000697b8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000697b9000-0x00000000698befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000698bf000-0x0000000069ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000069fff000-0x0000000069ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006a000000-0x000000008f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004707fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x62a21018-0x62a31457] usable ==> usable
[    0.000000] e820: update [mem 0x62a21018-0x62a31457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] 
usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] 
reserved
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] 
usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] 
reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000062a21017] 
usable
[    0.000000] reserve setup_data: [mem 0x0000000062a21018-0x0000000062a31457] 
usable
[    0.000000] reserve setup_data: [mem 0x0000000062a31458-0x0000000067038fff] 
usable
[    0.000000] reserve setup_data: [mem 0x0000000067039000-0x0000000069538fff] 
reserved
[    0.000000] reserve setup_data: [mem 0x0000000069539000-0x00000000697b8fff] 
ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000697b9000-0x00000000698befff] 
ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000698bf000-0x0000000069ffefff] 
reserved
[    0.000000] reserve setup_data: [mem 0x0000000069fff000-0x0000000069ffffff] 
usable
[    0.000000] reserve setup_data: [mem 0x000000006a000000-0x000000008f7fffff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] 
reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] 
reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004707fffff] 
usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0x697b8000 ACPI 2.0=0x697b8014 TPMFinalLog=0x6980c000 
SMBIOS=0x69d78000 SMBIOS 3.0=0x69d77000 MEMATTR=0x63fe4818 ESRT=0x648bec98 
MOKvar=0x69da5000 RNG=0x6973a018 TPMEventLog=0x63e61018 
[    0.000000] random: crng init done
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Shuttle Inc. SH570/SH570, BIOS 1.06 01/25/2022
[    0.000000] tsc: Detected 3600.000 MHz processor
[    0.000597] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000599] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000607] last_pfn = 0x470800 max_arch_pfn = 0x400000000
[    0.000785] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002074] last_pfn = 0x6a000 max_arch_pfn = 0x400000000
[    0.018794] esrt: Reserving ESRT space from 0x00000000648bec98 to 
0x00000000648bed48.
[    0.018799] e820: update [mem 0x648be000-0x648befff] usable ==> reserved
[    0.018816] Using GB pages for direct mapping
[    0.019188] secureboot: Secure boot disabled
[    0.019189] RAMDISK: [mem 0x5a19a000-0x60a25fff]
[    0.019193] ACPI: Early table checksum verification disabled
[    0.019196] ACPI: RSDP 0x00000000697B8014 000024 (v02 Shuttl)
[    0.019200] ACPI: XSDT 0x00000000697B7728 0000F4 (v01 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019205] ACPI: FACP 0x00000000697B5000 000114 (v06 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019210] ACPI: DSDT 0x0000000069760000 054EDE (v02 SH5700 SH570V10 
01072009 INTL 20180209)
[    0.019213] ACPI: FACS 0x00000000698BE000 000040
[    0.019216] ACPI: MCFG 0x00000000697B6000 00003C (v01 Shuttl Shuttle  
01072009 MSFT 00000097)
[    0.019218] ACPI: FIDT 0x000000006975F000 00009C (v01 Shuttl Shuttle  
01072009 AMI  00010013)
[    0.019221] ACPI: MSDM 0x000000006975E000 000055 (v03 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019224] ACPI: SSDT 0x000000006975B000 0025FA (v02 CpuRef CpuSsdt  
00003000 INTL 20180209)
[    0.019227] ACPI: SSDT 0x000000006975A000 000341 (v02 PmRef  ItbmSci  
00003000 INTL 20180209)
[    0.019230] ACPI: SSDT 0x0000000069755000 004419 (v02 SaSsdt SaSsdt   
00003000 INTL 20180209)
[    0.019233] ACPI: SSDT 0x0000000069751000 0032CD (v02 INTEL  IgfxSsdt 
00003000 INTL 20180209)
[    0.019236] ACPI: HPET 0x0000000069750000 000038 (v01 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019239] ACPI: APIC 0x000000006974F000 000164 (v04 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019241] ACPI: SSDT 0x000000006974E000 000E66 (v02 Shuttl Ther_Rvp 
00001000 INTL 20180209)
[    0.019244] ACPI: SSDT 0x000000006974D000 000DD7 (v02 INTEL  xh_rksu4 
00000000 INTL 20180209)
[    0.019247] ACPI: NHLT 0x000000006974C000 00002D (v00 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019250] ACPI: SSDT 0x0000000069749000 00229F (v02 INTEL  DTbtSsdt 
00001000 INTL 20180209)
[    0.019253] ACPI: UEFI 0x00000000697F1000 000048 (v01 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019255] ACPI: LPIT 0x0000000069748000 0000CC (v01 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019258] ACPI: SSDT 0x0000000069744000 002720 (v02 Shuttl PtidDevc 
00001000 INTL 20180209)
[    0.019261] ACPI: SSDT 0x0000000069743000 000B52 (v02 Shuttl TbtTypeC 
00000000 INTL 20180209)
[    0.019264] ACPI: DBGP 0x0000000069742000 000034 (v01 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019267] ACPI: DBG2 0x0000000069741000 000054 (v00 Shuttl Shuttle  
01072009 AMI  01000013)
[    0.019269] ACPI: SSDT 0x000000006973F000 0015B7 (v02 Shuttl UsbCTabl 
00001000 INTL 20180209)
[    0.019272] ACPI: SSDT 0x000000006973E000 000144 (v02 Intel  ADebTabl 
00001000 INTL 20180209)
[    0.019275] ACPI: TPM2 0x000000006973D000 00004C (v04 Shuttl Shuttle  
00000001 AMI  00000000)
[    0.019278] ACPI: PTDT 0x000000006973C000 000CF0 (v00 Shuttl Shuttle  
00000005 MSFT 0100000D)
[    0.019281] ACPI: WSMT 0x0000000069747000 000028 (v01 Shuttl Shuttle  
01072009 AMI  00010013)
[    0.019283] ACPI: FPDT 0x000000006973B000 000044 (v01 Shuttl A M I    
01072009 AMI  01000013)
[    0.019286] ACPI: Reserving FACP table memory at [mem 0x697b5000-0x697b5113]
[    0.019287] ACPI: Reserving DSDT table memory at [mem 0x69760000-0x697b4edd]
[    0.019288] ACPI: Reserving FACS table memory at [mem 0x698be000-0x698be03f]
[    0.019289] ACPI: Reserving MCFG table memory at [mem 0x697b6000-0x697b603b]
[    0.019290] ACPI: Reserving FIDT table memory at [mem 0x6975f000-0x6975f09b]
[    0.019291] ACPI: Reserving MSDM table memory at [mem 0x6975e000-0x6975e054]
[    0.019292] ACPI: Reserving SSDT table memory at [mem 0x6975b000-0x6975d5f9]
[    0.019293] ACPI: Reserving SSDT table memory at [mem 0x6975a000-0x6975a340]
[    0.019294] ACPI: Reserving SSDT table memory at [mem 0x69755000-0x69759418]
[    0.019295] ACPI: Reserving SSDT table memory at [mem 0x69751000-0x697542cc]
[    0.019296] ACPI: Reserving HPET table memory at [mem 0x69750000-0x69750037]
[    0.019297] ACPI: Reserving APIC table memory at [mem 0x6974f000-0x6974f163]
[    0.019298] ACPI: Reserving SSDT table memory at [mem 0x6974e000-0x6974ee65]
[    0.019299] ACPI: Reserving SSDT table memory at [mem 0x6974d000-0x6974ddd6]
[    0.019300] ACPI: Reserving NHLT table memory at [mem 0x6974c000-0x6974c02c]
[    0.019301] ACPI: Reserving SSDT table memory at [mem 0x69749000-0x6974b29e]
[    0.019301] ACPI: Reserving UEFI table memory at [mem 0x697f1000-0x697f1047]
[    0.019302] ACPI: Reserving LPIT table memory at [mem 0x69748000-0x697480cb]
[    0.019303] ACPI: Reserving SSDT table memory at [mem 0x69744000-0x6974671f]
[    0.019304] ACPI: Reserving SSDT table memory at [mem 0x69743000-0x69743b51]
[    0.019305] ACPI: Reserving DBGP table memory at [mem 0x69742000-0x69742033]
[    0.019306] ACPI: Reserving DBG2 table memory at [mem 0x69741000-0x69741053]
[    0.019307] ACPI: Reserving SSDT table memory at [mem 0x6973f000-0x697405b6]
[    0.019308] ACPI: Reserving SSDT table memory at [mem 0x6973e000-0x6973e143]
[    0.019309] ACPI: Reserving TPM2 table memory at [mem 0x6973d000-0x6973d04b]
[    0.019310] ACPI: Reserving PTDT table memory at [mem 0x6973c000-0x6973ccef]
[    0.019311] ACPI: Reserving WSMT table memory at [mem 0x69747000-0x69747027]
[    0.019312] ACPI: Reserving FPDT table memory at [mem 0x6973b000-0x6973b043]
[    0.019407] No NUMA configuration found
[    0.019408] Faking a node at [mem 0x0000000000000000-0x00000004707fffff]
[    0.019415] NODE_DATA(0) allocated [mem 0x4707d6000-0x4707fffff]
[    0.019678] Zone ranges:
[    0.019679]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.019682]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.019683]   Normal   [mem 0x0000000100000000-0x00000004707fffff]
[    0.019684]   Device   empty
[    0.019685] Movable zone start for each node
[    0.019687] Early memory node ranges
[    0.019687]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.019689]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.019690]   node   0: [mem 0x0000000000100000-0x0000000067038fff]
[    0.019691]   node   0: [mem 0x0000000069fff000-0x0000000069ffffff]
[    0.019692]   node   0: [mem 0x0000000100000000-0x00000004707fffff]
[    0.019694] Initmem setup node 0 [mem 0x0000000000001000-0x00000004707fffff]
[    0.019697] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019698] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.019719] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.021990] On node 0, zone DMA32: 12230 pages in unavailable ranges
[    0.041563] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.041793] On node 0, zone Normal: 30720 pages in unavailable ranges
[    0.041806] Reserving Intel graphics memory at [mem 0x6f800000-0x8f7fffff]
[    0.041999] ACPI: PM-Timer IO Port: 0x1808
[    0.042006] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.042007] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.042008] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.042009] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.042010] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.042011] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.042011] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.042012] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.042013] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.042014] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.042014] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.042015] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.042016] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.042017] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.042017] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.042018] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.042019] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.042020] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.042021] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.042022] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.042039] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.042042] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.042043] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.042047] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.042048] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.042051] TSC deadline timer available
[    0.042052] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.042067] PM: hibernation: Registered nosave memory: [mem 
0x00000000-0x00000fff]
[    0.042069] PM: hibernation: Registered nosave memory: [mem 
0x0009e000-0x0009efff]
[    0.042070] PM: hibernation: Registered nosave memory: [mem 
0x000a0000-0x000fffff]
[    0.042072] PM: hibernation: Registered nosave memory: [mem 
0x62a21000-0x62a21fff]
[    0.042073] PM: hibernation: Registered nosave memory: [mem 
0x62a31000-0x62a31fff]
[    0.042075] PM: hibernation: Registered nosave memory: [mem 
0x648be000-0x648befff]
[    0.042076] PM: hibernation: Registered nosave memory: [mem 
0x67039000-0x69538fff]
[    0.042077] PM: hibernation: Registered nosave memory: [mem 
0x69539000-0x697b8fff]
[    0.042078] PM: hibernation: Registered nosave memory: [mem 
0x697b9000-0x698befff]
[    0.042079] PM: hibernation: Registered nosave memory: [mem 
0x698bf000-0x69ffefff]
[    0.042080] PM: hibernation: Registered nosave memory: [mem 
0x6a000000-0x8f7fffff]
[    0.042081] PM: hibernation: Registered nosave memory: [mem 
0x8f800000-0xdfffffff]
[    0.042082] PM: hibernation: Registered nosave memory: [mem 
0xe0000000-0xefffffff]
[    0.042083] PM: hibernation: Registered nosave memory: [mem 
0xf0000000-0xfdffffff]
[    0.042084] PM: hibernation: Registered nosave memory: [mem 
0xfe000000-0xfe010fff]
[    0.042084] PM: hibernation: Registered nosave memory: [mem 
0xfe011000-0xfebfffff]
[    0.042085] PM: hibernation: Registered nosave memory: [mem 
0xfec00000-0xfec00fff]
[    0.042086] PM: hibernation: Registered nosave memory: [mem 
0xfec01000-0xfecfffff]
[    0.042087] PM: hibernation: Registered nosave memory: [mem 
0xfed00000-0xfed00fff]
[    0.042087] PM: hibernation: Registered nosave memory: [mem 
0xfed01000-0xfed1ffff]
[    0.042088] PM: hibernation: Registered nosave memory: [mem 
0xfed20000-0xfed7ffff]
[    0.042089] PM: hibernation: Registered nosave memory: [mem 
0xfed80000-0xfedfffff]
[    0.042090] PM: hibernation: Registered nosave memory: [mem 
0xfee00000-0xfee00fff]
[    0.042090] PM: hibernation: Registered nosave memory: [mem 
0xfee01000-0xfeffffff]
[    0.042091] PM: hibernation: Registered nosave memory: [mem 
0xff000000-0xffffffff]
[    0.042092] [mem 0x8f800000-0xdfffffff] available for PCI devices
[    0.042094] Booting paravirtualized kernel on bare hardware
[    0.042096] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.042102] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 
nr_node_ids:1
[    0.042393] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.042399] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.042401] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 
15 
[    0.042427] Built 1 zonelists, mobility grouping on.  Total pages: 3965273
[    0.042429] Policy zone: Normal
[    0.042430] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.0-87-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro ipv6.disable=1 ipv6.disable=1
[    0.042466] Unknown kernel command line parameters 
"BOOT_IMAGE=/vmlinuz-5.15.0-87-generic", will be passed to user space.
[    0.043024] Dentry cache hash table entries: 2097152 (order: 12, 16777216 
bytes, linear)
[    0.043307] Inode-cache hash table entries: 1048576 (order: 11, 8388608 
bytes, linear)
[    0.043505] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.074292] Memory: 15512668K/16113504K available (16393K kernel code, 4393K 
rwdata, 10872K rodata, 3356K init, 18716K bss, 600576K reserved, 0K 
cma-reserved)
[    0.074387] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.074406] ftrace: allocating 50662 entries in 198 pages
[    0.095199] ftrace: allocated 198 pages with 4 groups
[    0.095299] rcu: Hierarchical RCU implementation.
[    0.095300] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.095302]  Rude variant of Tasks RCU enabled.
[    0.095303]  Tracing variant of Tasks RCU enabled.
[    0.095304] rcu: RCU calculated value of scheduler-enlistment delay is 25 
jiffies.
[    0.095305] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.098305] NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
[    0.098593] Console: colour dummy device 80x25
[    0.098813] printk: console [tty0] enabled
[    0.098829] ACPI: Core revision 20210730
[    0.099082] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.099084] APIC: Switch to symmetric I/O mode setup
[    0.099678] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.099964] Switched APIC routing to physical flat.
[    0.101994] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 
0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.102002] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 7200.00 BogoMIPS (lpj=14400000)
[    0.102022] x86/cpu: VMX (outside TXT) disabled by BIOS
[    0.102028] CPU0: Thermal monitoring enabled (TM1)
[    0.102031] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.102105] process: using mwait in idle threads
[    0.102107] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.102109] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.102112] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user 
pointer sanitization
[    0.102116] Spectre V2 : Mitigation: Enhanced IBRS
[    0.102117] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on 
context switch
[    0.102119] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on 
VMEXIT
[    0.102121] RETBleed: Mitigation: Enhanced IBRS
[    0.102123] Spectre V2 : mitigation: Enabling conditional Indirect Branch 
Prediction Barrier
[    0.102125] Speculative Store Bypass: Mitigation: Speculative Store Bypass 
disabled via prctl and seccomp
[    0.102129] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.102132] GDS: Mitigation: Microcode
[    0.102146] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point 
registers'
[    0.102148] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.102149] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.102151] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.102152] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.102154] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.102155] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.102157] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.102158] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User 
registers'
[    0.102162] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.102164] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.102166] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.102167] x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
[    0.102168] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
[    0.102170] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[    0.102172] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
[    0.102173] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 
bytes, using 'compacted' format.
[    0.105999] Freeing SMP alternatives memory: 44K
[    0.105999] pid_max: default: 32768 minimum: 301
[    0.105999] LSM: Security Framework initializing
[    0.105999] landlock: Up and running.
[    0.105999] Yama: becoming mindful.
[    0.105999] AppArmor: AppArmor initialized
[    0.105999] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, 
linear)
[    0.105999] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 
bytes, linear)
[    0.105999] smpboot: Estimated ratio of average max frequency by base 
frequency (times 1024): 1393
[    0.105999] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz 
(family: 0x6, model: 0xa7, stepping: 0x1)
[    0.105999] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, 
Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.105999] ... version:                5
[    0.105999] ... bit width:              48
[    0.105999] ... generic registers:      8
[    0.105999] ... value mask:             0000ffffffffffff
[    0.105999] ... max period:             00007fffffffffff
[    0.105999] ... fixed-purpose events:   4
[    0.105999] ... event mask:             0001000f000000ff
[    0.105999] signal: max sigframe size: 3632
[    0.105999] rcu: Hierarchical SRCU implementation.
[    0.105999] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.105999] smp: Bringing up secondary CPUs ...
[    0.105999] x86: Booting SMP configuration:
[    0.105999] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
[    0.118882] MMIO Stale Data CPU bug present and SMT on, data leak possible. 
See 
https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html
 for more details.
[    0.118882]   #9 #10 #11 #12 #13 #14 #15
[    0.122751] smp: Brought up 1 node, 16 CPUs
[    0.122751] smpboot: Max logical packages: 1
[    0.122751] smpboot: Total of 16 processors activated (115200.00 BogoMIPS)
[    0.126474] devtmpfs: initialized
[    0.126474] x86/mm: Memory block size: 128MB
[    0.126667] ACPI: PM: Registering ACPI NVS region [mem 
0x697b9000-0x698befff] (1073152 bytes)
[    0.126667] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.126667] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.126667] pinctrl core: initialized pinctrl subsystem
[    0.126667] PM: RTC time: 10:23:00, date: 2023-10-30
[    0.126667] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.126735] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.126853] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic 
allocations
[    0.126971] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic 
allocations
[    0.126980] audit: initializing netlink subsys (disabled)
[    0.126988] audit: type=2000 audit(1698661380.024:1): state=initialized 
audit_enabled=0 res=1
[    0.126988] thermal_sys: Registered thermal governor 'fair_share'
[    0.126988] thermal_sys: Registered thermal governor 'bang_bang'
[    0.126988] thermal_sys: Registered thermal governor 'step_wise'
[    0.126988] thermal_sys: Registered thermal governor 'user_space'
[    0.126988] thermal_sys: Registered thermal governor 'power_allocator'
[    0.126988] EISA bus registered
[    0.126988] cpuidle: using governor ladder
[    0.126988] cpuidle: using governor menu
[    0.126988] ACPI FADT declares the system doesn't support PCIe ASPM, so 
disable it
[    0.126988] ACPI: bus type PCI registered
[    0.126988] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.126988] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.126988] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.126988] PCI: Using configuration type 1 for base access
[    0.126988] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.130022] kprobes: kprobe jump-optimization is enabled. All kprobes are 
optimized if possible.
[    0.130026] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.130026] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.130039] fbcon: Taking over console
[    0.130053] ACPI: Added _OSI(Module Device)
[    0.130054] ACPI: Added _OSI(Processor Device)
[    0.130055] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.130056] ACPI: Added _OSI(Processor Aggregator Device)
[    0.130058] ACPI: Added _OSI(Linux-Dell-Video)
[    0.130059] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.130060] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.191348] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.198263] ACPI: Dynamic OEM Table Load:
[    0.198272] ACPI: SSDT 0xFFFF9214C02BF000 0001CB (v02 PmRef  Cpu0Psd  
00003000 INTL 20180209)
[    0.199011] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.201134] ACPI: Dynamic OEM Table Load:
[    0.201140] ACPI: SSDT 0xFFFF9214C15B0000 000394 (v02 PmRef  Cpu0Cst  
00003001 INTL 20180209)
[    0.202015] ACPI: Dynamic OEM Table Load:
[    0.202021] ACPI: SSDT 0xFFFF9214C1EDC800 0006CB (v02 PmRef  Cpu0Ist  
00003000 INTL 20180209)
[    0.203007] ACPI: Dynamic OEM Table Load:
[    0.203012] ACPI: SSDT 0xFFFF9214C15B3000 000278 (v02 PmRef  Cpu0Hwp  
00003000 INTL 20180209)
[    0.204219] ACPI: Dynamic OEM Table Load:
[    0.204225] ACPI: SSDT 0xFFFF9214C0189000 0008E7 (v02 PmRef  ApIst    
00003000 INTL 20180209)
[    0.205224] ACPI: Dynamic OEM Table Load:
[    0.205229] ACPI: SSDT 0xFFFF9214C1ED8000 00048A (v02 PmRef  ApHwp    
00003000 INTL 20180209)
[    0.206147] ACPI: Dynamic OEM Table Load:
[    0.206152] ACPI: SSDT 0xFFFF9214C1ED9800 0004D4 (v02 PmRef  ApPsd    
00003000 INTL 20180209)
[    0.207065] ACPI: Dynamic OEM Table Load:
[    0.207071] ACPI: SSDT 0xFFFF9214C1EDA000 00048A (v02 PmRef  ApCst    
00003000 INTL 20180209)
[    0.216154] ACPI: Interpreter enabled
[    0.216197] ACPI: PM: (supports S0 S3 S4 S5)
[    0.216198] ACPI: Using IOAPIC for interrupt routing
[    0.216236] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    0.216238] PCI: Using E820 reservations for host bridge windows
[    0.217999] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.239613] ACPI: PM: Power Resource [WRST]
[    0.239839] ACPI: PM: Power Resource [V0PR]
[    0.239954] ACPI: PM: Power Resource [V1PR]
[    0.240063] ACPI: PM: Power Resource [V2PR]
[    0.245712] ACPI: PM: Power Resource [FN00]
[    0.245770] ACPI: PM: Power Resource [FN01]
[    0.245819] ACPI: PM: Power Resource [FN02]
[    0.245869] ACPI: PM: Power Resource [FN03]
[    0.245917] ACPI: PM: Power Resource [FN04]
[    0.246417] ACPI: PM: Power Resource [PIN]
[    0.246659] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.246665] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM 
Segments MSI EDR HPX-Type3]
[    0.247670] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug 
PME AER PCIeCapability LTR DPC]
[    0.247672] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS 
configuration
[    0.248394] PCI host bridge to bus 0000:00
[    0.248397] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.248399] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.248401] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.248403] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff 
window]
[    0.248404] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff 
window]
[    0.248406] pci_bus 0000:00: root bus resource [mem 0x8f800000-0xdfffffff 
window]
[    0.248768] pci 0000:00:00.0: [8086:4c43] type 00 class 0x060000
[    0.249056] pci 0000:00:02.0: [8086:4c8a] type 00 class 0x030000
[    0.249065] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.249072] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit 
pref]
[    0.249076] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.249092] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.249093] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.249096] pci 0000:00:02.0: Video device with shadowed ROM at [mem 
0x000c0000-0x000dffff]
[    0.249454] pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
[    0.249474] pci 0000:00:14.0: reg 0x10: [mem 0xa1320000-0xa132ffff 64bit]
[    0.249551] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.251254] pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
[    0.251276] pci 0000:00:14.2: reg 0x10: [mem 0xa1334000-0xa1337fff 64bit]
[    0.251290] pci 0000:00:14.2: reg 0x18: [mem 0xa133e000-0xa133efff 64bit]
[    0.251691] pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
[    0.251715] pci 0000:00:16.0: reg 0x10: [mem 0xa133d000-0xa133dfff 64bit]
[    0.251799] pci 0000:00:16.0: PME# supported from D3hot
[    0.252435] pci 0000:00:17.0: [8086:43d2] type 00 class 0x010601
[    0.252452] pci 0000:00:17.0: reg 0x10: [mem 0xa1338000-0xa1339fff]
[    0.252461] pci 0000:00:17.0: reg 0x14: [mem 0xa133c000-0xa133c0ff]
[    0.252469] pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
[    0.252478] pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
[    0.252486] pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
[    0.252495] pci 0000:00:17.0: reg 0x24: [mem 0xa133b000-0xa133b7ff]
[    0.252538] pci 0000:00:17.0: PME# supported from D3hot
[    0.253213] pci 0000:00:1c.0: [8086:43bd] type 01 class 0x060400
[    0.253326] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.253364] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.254216] pci 0000:00:1d.0: [8086:43b0] type 01 class 0x060400
[    0.254335] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.254372] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.255203] pci 0000:00:1f.0: [8086:4386] type 00 class 0x060100
[    0.255706] pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040300
[    0.255748] pci 0000:00:1f.3: reg 0x10: [mem 0xa1330000-0xa1333fff 64bit]
[    0.255799] pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.255899] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.256562] pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
[    0.256588] pci 0000:00:1f.4: reg 0x10: [mem 0xa133a000-0xa133a0ff 64bit]
[    0.256616] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.256935] pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
[    0.256955] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.257378] pci 0000:00:1f.6: [8086:15f9] type 00 class 0x020000
[    0.257415] pci 0000:00:1f.6: reg 0x10: [mem 0xa1300000-0xa131ffff]
[    0.257590] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.257892] pci 0000:01:00.0: [8086:157b] type 00 class 0x020000
[    0.257922] pci 0000:01:00.0: reg 0x10: [mem 0xa1200000-0xa121ffff]
[    0.257952] pci 0000:01:00.0: reg 0x18: [io  0x3000-0x301f]
[    0.257967] pci 0000:01:00.0: reg 0x1c: [mem 0xa1220000-0xa1223fff]
[    0.258150] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.258317] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.258321] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.258324] pci 0000:00:1c.0:   bridge window [mem 0xa1200000-0xa12fffff]
[    0.258420] pci 0000:02:00.0: [144d:a808] type 00 class 0x010802
[    0.258446] pci 0000:02:00.0: reg 0x10: [mem 0xa1100000-0xa1103fff 64bit]
[    0.258727] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.258732] pci 0000:00:1d.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.260459] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.260544] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.260627] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.260709] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.260790] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.260872] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.260954] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.261036] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.270694] iommu: Default domain type: Translated 
[    0.270694] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.270694] SCSI subsystem initialized
[    0.270694] libata version 3.00 loaded.
[    0.270694] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.270694] pci 0000:00:02.0: vgaarb: VGA device added: 
decodes=io+mem,owns=io+mem,locks=none
[    0.270694] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.270694] vgaarb: loaded
[    0.270694] ACPI: bus type USB registered
[    0.270694] usbcore: registered new interface driver usbfs
[    0.270694] usbcore: registered new interface driver hub
[    0.270694] usbcore: registered new device driver usb
[    0.270694] pps_core: LinuxPPS API ver. 1 registered
[    0.270694] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    0.270694] PTP clock support registered
[    0.270694] EDAC MC: Ver: 3.0.0
[    0.270694] Registered efivars operations
[    0.270694] NetLabel: Initializing
[    0.270694] NetLabel:  domain hash size = 128
[    0.270694] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.270694] NetLabel:  unlabeled traffic allowed by default
[    0.270694] PCI: Using ACPI for IRQ routing
[    0.280248] PCI: pci_cache_line_size set to 64 bytes
[    0.280304] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: 
no compatible bridge window
[    0.280369] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.280370] e820: reserve RAM buffer [mem 0x62a21018-0x63ffffff]
[    0.280371] e820: reserve RAM buffer [mem 0x648be000-0x67ffffff]
[    0.280372] e820: reserve RAM buffer [mem 0x67039000-0x67ffffff]
[    0.280373] e820: reserve RAM buffer [mem 0x6a000000-0x6bffffff]
[    0.280373] e820: reserve RAM buffer [mem 0x470800000-0x473ffffff]
[    0.280375] clocksource: Switched to clocksource tsc-early
[    0.283987] VFS: Disk quotas dquot_6.6.0
[    0.283998] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.284068] AppArmor: AppArmor Filesystem Enabled
[    0.284090] pnp: PnP ACPI init
[    0.284375] system 00:00: [io  0x0a00-0x0a0f] has been reserved
[    0.284378] system 00:00: [io  0x0a10-0x0a2f] has been reserved
[    0.284380] system 00:00: [io  0x0a30-0x0a4f] has been reserved
[    0.284381] system 00:00: [io  0x0a50-0x0a6f] has been reserved
[    0.284383] system 00:00: [io  0x0a70-0x0a7f] has been reserved
[    0.284384] system 00:00: [io  0x0a80-0x0a8f] has been reserved
[    0.284658] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.284661] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.284761] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.285943] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.285946] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.285948] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.285949] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.285951] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.285953] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.285954] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.285956] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.286703] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.286706] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.286708] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.286709] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.286711] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.286712] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.286714] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.286715] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.286717] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.286718] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.286995] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.287606] pnp: PnP ACPI: found 8 devices
[    0.292843] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    0.292879] NET: Registered PF_INET protocol family
[    0.293016] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, 
linear)
[    0.294156] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 
131072 bytes, linear)
[    0.294183] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, 
linear)
[    0.294256] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes, linear)
[    0.294394] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, 
linear)
[    0.294436] TCP: Hash tables configured (established 131072 bind 65536)
[    0.294508] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, 
linear)
[    0.294548] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.294580] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, 
linear)
[    0.294626] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.294631] NET: Registered PF_XDP protocol family
[    0.294638] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] 
for e820 entry [mem 0x000a0000-0x000fffff]
[    0.294642] clipped [mem size 0x00010000] to [mem size 0xffffffffffff0000] 
for e820 entry [mem 0x000a0000-0x000fffff]
[    0.294645] pci 0000:00:1f.5: BAR 0: assigned [mem 0x8f800000-0x8f800fff]
[    0.294661] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.294663] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.294668] pci 0000:00:1c.0:   bridge window [mem 0xa1200000-0xa12fffff]
[    0.294676] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.294681] pci 0000:00:1d.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.294689] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.294690] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.294692] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.294693] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[    0.294695] pci_bus 0000:00: resource 8 [mem 0x8f800000-0xdfffffff window]
[    0.294696] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.294698] pci_bus 0000:01: resource 1 [mem 0xa1200000-0xa12fffff]
[    0.294699] pci_bus 0000:02: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.295072] pci 0000:00:00.0: Suspend before and resume after 0000:00:1f.6
[    0.295081] pci 0000:00:02.0: Suspend before and resume after 0000:00:1f.6
[    0.295088] pci 0000:00:14.0: Suspend before and resume after 0000:00:1f.6
[    0.295093] pci 0000:00:14.2: Suspend before and resume after 0000:00:1f.6
[    0.295099] pci 0000:00:16.0: Suspend before and resume after 0000:00:1f.6
[    0.295104] pci 0000:00:17.0: Suspend before and resume after 0000:00:1f.6
[    0.295110] pci 0000:00:1c.0: Suspend before and resume after 0000:00:1f.6
[    0.295116] pci 0000:00:1d.0: Suspend before and resume after 0000:00:1f.6
[    0.295122] pci 0000:00:1f.0: Suspend before and resume after 0000:00:1f.6
[    0.295129] pci 0000:00:1f.3: Suspend before and resume after 0000:00:1f.6
[    0.295135] pci 0000:00:1f.4: Suspend before and resume after 0000:00:1f.6
[    0.295140] pci 0000:00:1f.5: Suspend before and resume after 0000:00:1f.6
[    0.295174] PCI: CLS 64 bytes, default 64
[    0.295178] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.295180] software IO TLB: mapped [mem 
0x000000005619a000-0x000000005a19a000] (64MB)
[    0.295229] Trying to unpack rootfs image as initramfs...
[    0.303587] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.303764] clocksource: Switched to clocksource tsc
[    0.303782] platform rtc_cmos: registered platform RTC device (no PNP device 
found)
[    0.304137] Initialise system trusted keyrings
[    0.304145] Key type blacklist registered
[    0.304171] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.304866] zbud: loaded
[    0.305017] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.305116] fuse: init (API version 7.34)
[    0.305229] integrity: Platform Keyring initialized
[    0.312594] Key type asymmetric registered
[    0.312596] Asymmetric key parser 'x509' registered
[    0.312607] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
243)
[    0.312640] io scheduler mq-deadline registered
[    0.313054] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[    0.313128] pcieport 0000:00:1c.0: AER: enabled with IRQ 120
[    0.313169] pcieport 0000:00:1c.0: DPC: enabled with IRQ 120
[    0.313170] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int 
Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.313412] pcieport 0000:00:1d.0: PME: Signaling with IRQ 121
[    0.313470] pcieport 0000:00:1d.0: AER: enabled with IRQ 121
[    0.313509] pcieport 0000:00:1d.0: DPC: enabled with IRQ 121
[    0.313510] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int 
Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    0.313599] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.313804] Monitor-Mwait will be used to enter C-1 state
[    0.313807] Monitor-Mwait will be used to enter C-2 state
[    0.313809] Monitor-Mwait will be used to enter C-3 state
[    0.313810] ACPI: \_SB_.PR00: Found 3 idle states
[    0.314476] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.314494] ACPI: button: Sleep Button [SLPB]
[    0.314515] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.314526] ACPI: button: Power Button [PWRB]
[    0.314547] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.314570] ACPI: button: Power Button [PWRF]
[    0.314784] smpboot: Estimated ratio of average max frequency by base 
frequency (times 1024): 1393
[    0.316925] thermal LNXTHERM:00: registered as thermal_zone0
[    0.316928] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.317046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.318275] hpet_acpi_add: no address or irqs in _CRS
[    0.318307] Linux agpgart interface v0.103
[    0.327167] loop: module loaded
[    0.327311] tun: Universal TUN/TAP device driver, 1.6
[    0.327327] PPP generic driver version 2.4.2
[    0.327353] VFIO - User Level meta-driver version: 0.3
[    0.327393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.327397] ehci-pci: EHCI PCI platform driver
[    0.327401] ehci-platform: EHCI generic platform driver
[    0.327406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.327407] ohci-pci: OHCI PCI platform driver
[    0.327411] ohci-platform: OHCI generic platform driver
[    0.327415] uhci_hcd: USB Universal Host Controller Interface driver
[    0.327447] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.327450] i8042: PNP: PS/2 appears to have AUX port disabled, if this is 
incorrect please boot with i8042.nopnp
[    0.329255] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.329311] mousedev: PS/2 mouse device common for all mice
[    0.329443] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.329861] rtc_cmos rtc_cmos: registered as rtc0
[    0.329950] rtc_cmos rtc_cmos: setting system clock to 2023-10-30T10:23:00 
UTC (1698661380)
[    0.329979] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.329983] i2c_dev: i2c /dev entries driver
[    0.330642] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. 
Duplicate IMA measurements will not be recorded in the IMA log.
[    0.330657] device-mapper: uevent: version 1.0.3
[    0.330693] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: 
dm-de...@redhat.com
[    0.330703] platform eisa.0: Probing EISA bus 0
[    0.330704] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.330706] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.330707] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.330708] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.330710] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.330711] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.330712] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.330713] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.330715] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.330716] platform eisa.0: EISA: Detected 0 cards
[    0.330719] intel_pstate: Intel P-state driver initializing
[    0.331977] intel_pstate: HWP enabled
[    0.332109] ledtrig-cpu: registered to indicate activity on CPUs
[    0.332127] efifb: probing for efifb
[    0.332137] efifb: No BGRT, not showing boot graphics
[    0.332138] efifb: framebuffer at 0x90000000, using 1876k, total 1875k
[    0.332140] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.332141] efifb: scrolling: redraw
[    0.332142] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.332187] Console: switching to colour frame buffer device 100x37
[    0.332720] fb0: EFI VGA frame buffer device
[    0.332735] EFI Variables Facility v0.08 2004-May-17
[    0.335185] intel_pmc_core INT33A1:00:  initialized
[    0.335223] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input3
[    0.335237] drop_monitor: Initializing network drop monitor service
[    0.335291] IPv6: Loaded, but administratively disabled, reboot required to 
enable
[    0.335307] NET: Registered PF_PACKET protocol family
[    0.335391] Key type dns_resolver registered
[    0.336567] microcode: sig=0xa0671, pf=0x2, revision=0x59
[    0.336923] microcode: Microcode Update Driver: v2.2.
[    0.336926] IPI shorthand broadcast: enabled
[    0.336964] sched_clock: Marking stable (333096845, 3441137)->(365132736, 
-28594754)
[    0.337585] registered taskstats version 1
[    0.338565] Loading compiled-in X.509 certificates
[    0.339263] Loaded X.509 cert 'Build time autogenerated kernel key: 
decaf24c8c259bd8f39bc63620fc0f3290cbff94'
[    0.340325] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 
14df34d1a87cf37625abec039ef2bf521249b969'
[    0.341172] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 
88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.341779] blacklist: Loading compiled-in revocation X.509 certificates
[    0.342220] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 
61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.343121] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 
242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.344200] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 
2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.345074] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): 
c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.345836] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): 
a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.346620] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 
4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.347407] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 
100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.348712] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu 
Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.350157] zswap: loaded using pool lzo/zbud
[    0.352382] Key type .fscrypt registered
[    0.352793] Key type fscrypt-provisioning registered
[    0.624266] Freeing initrd memory: 107056K
[    0.626625] Key type trusted registered
[    0.628934] Key type encrypted registered
[    0.629467] AppArmor: AppArmor sha1 policy hashing enabled
[    0.630122] integrity: Loading X.509 certificate: UEFI:db
[    0.630550] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 
2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.631340] integrity: Loading X.509 certificate: UEFI:db
[    0.631984] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 
2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.633498] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar 
table)
[    0.634278] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate 
Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.635423] Loading compiled-in module X.509 certificates
[    0.636334] Loaded X.509 cert 'Build time autogenerated kernel key: 
decaf24c8c259bd8f39bc63620fc0f3290cbff94'
[    0.637451] ima: Allocated hash algorithm: sha1
[    0.671067] ima: No architecture policies found
[    0.672215] evm: Initialising EVM extended attributes:
[    0.672999] evm: security.selinux
[    0.673943] evm: security.SMACK64
[    0.674702] evm: security.SMACK64EXEC
[    0.675622] evm: security.SMACK64TRANSMUTE
[    0.676486] evm: security.SMACK64MMAP
[    0.677165] evm: security.apparmor
[    0.677974] evm: security.ima
[    0.678769] evm: security.capability
[    0.679536] evm: HMAC attrs: 0x1
[    0.680678] PM:   Magic number: 11:163:377
[    0.681692] RAS: Correctable Errors collector initialized.
[    0.688847] Freeing unused decrypted memory: 2036K
[    0.689777] Freeing unused kernel image (initmem) memory: 3356K
[    0.707622] Write protecting the kernel read-only data: 30720k
[    0.709430] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.710554] Freeing unused kernel image (rodata/data gap) memory: 1416K
[    0.724097] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.724515] Run /init as init process
[    0.724928]   with arguments:
[    0.724929]     /init
[    0.724930]   with environment:
[    0.724930]     HOME=/
[    0.724930]     TERM=linux
[    0.724931]     BOOT_IMAGE=/vmlinuz-5.15.0-87-generic
[    0.773167] acpi PNP0C14:01: duplicate WMI GUID 
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.775514] ahci 0000:00:17.0: version 3.0
[    0.775611] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.775663] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    0.776256] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus 
number 1
[    0.776959] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.778439] e1000e: Intel(R) PRO/1000 Network Driver
[    0.778506] nvme nvme0: pci function 0000:02:00.0
[    0.778673] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 
quirks 0x0000000200009810
[    0.779029] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.779031] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus 
number 2
[    0.779033] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.779069] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, 
bcdDevice= 5.15
[    0.779070] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.779071] usb usb1: Product: xHCI Host Controller
[    0.779072] usb usb1: Manufacturer: Linux 5.15.0-87-generic xhci-hcd
[    0.779073] usb usb1: SerialNumber: 0000:00:14.0
[    0.779128] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.779180] hub 1-0:1.0: USB hub found
[    0.779202] hub 1-0:1.0: 16 ports detected
[    0.782675] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    0.783081] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, 
bcdDevice= 5.15
[    0.783083] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.783084] usb usb2: Product: xHCI Host Controller
[    0.783085] usb usb2: Manufacturer: Linux 5.15.0-87-generic xhci-hcd
[    0.783086] usb usb2: SerialNumber: 0000:00:14.0
[    0.783142] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    0.783167] hub 2-0:1.0: USB hub found
[    0.783190] hub 2-0:1.0: 8 ports detected
[    0.783233] dca service started, version 1.12.1
[    0.784206] i2c i2c-0: Successfully instantiated SPD at 0x51
[    0.784598] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to 
dynamic conservative mode
[    0.785511] i2c i2c-0: Successfully instantiated SPD at 0x53
[    0.785914] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x3d 
impl SATA mode
[    0.785917] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum 
part ems deso sadm sds 
[    0.786001] nvme nvme0: missing or invalid SUBNQN field.
[    0.786048] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.787391] cryptd: max_cpu_qlen set to 1000
[    0.803024] nvme nvme0: 16/0/0 default/read/poll queues
[    0.806425]  nvme0n1: p1 p2 p3
[    0.810444] AVX2 version of gcm_enc/dec engaged.
[    0.810472] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.811804] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.812369] AES CTR mode by8 optimization enabled
[    0.840196] scsi host0: ahci
[    0.840943] scsi host1: ahci
[    0.841410] scsi host2: ahci
[    0.841587] pps pps0: new PPS source ptp0
[    0.841794] scsi host3: ahci
[    0.842052] igb 0000:01:00.0: added PHC on eth0
[    0.842415] scsi host4: ahci
[    0.842707] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[    0.843189] scsi host5: ahci
[    0.843408] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 80:ee:73:f5:b4:db
[    0.843887] ata1: SATA max UDMA/133 abar m2048@0xa133b000 port 0xa133b100 
irq 122
[    0.844295] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF
[    0.844603] ata2: DUMMY
[    0.845035] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx 
queue(s)
[    0.845345] ata3: SATA max UDMA/133 abar m2048@0xa133b000 port 0xa133b200 
irq 122
[    0.846115] ata4: SATA max UDMA/133 abar m2048@0xa133b000 port 0xa133b280 
irq 122
[    0.846437] ata5: SATA max UDMA/133 abar m2048@0xa133b000 port 0xa133b300 
irq 122
[    0.846893] ata6: SATA max UDMA/133 abar m2048@0xa133b000 port 0xa133b380 
irq 122
[    1.163773] ata1: SATA link down (SStatus 4 SControl 300)
[    1.164177] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.164525] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.164954] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.165445] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.165905] ata6.00: ATA-10: WDC WD84PURZ-74B2YY0, 80.00A80, max UDMA/133
[    1.166292] ata4.00: ATA-10: WDC WD84PURZ-74B2YY0, 80.00A80, max UDMA/133
[    1.166689] ata5.00: ATA-10: WDC WD84PURZ-74B2YY0, 80.00A80, max UDMA/133
[    1.166970] ata3.00: ATA-10: WDC WD84PURZ-74B2YY0, 80.00A80, max UDMA/133
[    1.167819] ata4.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.168179] ata3.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.168454] ata6.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.168859] ata5.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.169846] ata4.00: configured for UDMA/133
[    1.170185] ata6.00: configured for UDMA/133
[    1.170525] ata3.00: configured for UDMA/133
[    1.170855] ata5.00: configured for UDMA/133
[    1.171039] scsi 2:0:0:0: Direct-Access     ATA      WDC WD84PURZ-74B 0A80 
PQ: 0 ANSI: 5
[    1.171737] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.172039] sd 2:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 
TB/7.28 TiB)
[    1.172303] scsi 3:0:0:0: Direct-Access     ATA      WDC WD84PURZ-74B 0A80 
PQ: 0 ANSI: 5
[    1.172380] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.172952] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    1.173003] sd 2:0:0:0: [sda] Write Protect is off
[    1.173185] sd 3:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 
TB/7.28 TiB)
[    1.173187] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    1.173253] sd 3:0:0:0: [sdb] Write Protect is off
[    1.173255] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.173280] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.173459] scsi 4:0:0:0: Direct-Access     ATA      WDC WD84PURZ-74B 0A80 
PQ: 0 ANSI: 5
[    1.173576] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.173987] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    1.174081] sd 4:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 
TB/7.28 TiB)
[    1.174082] sd 4:0:0:0: [sdc] 4096-byte physical blocks
[    1.174092] sd 4:0:0:0: [sdc] Write Protect is off
[    1.174101] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.174109] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.174260] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.174680] scsi 5:0:0:0: Direct-Access     ATA      WDC WD84PURZ-74B 0A80 
PQ: 0 ANSI: 5
[    1.178616] sd 5:0:0:0: [sdd] 15628053168 512-byte logical blocks: (8.00 
TB/7.28 TiB)
[    1.178620] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    1.178997] sd 5:0:0:0: [sdd] 4096-byte physical blocks
[    1.179823] sd 5:0:0:0: [sdd] Write Protect is off
[    1.180205] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.180209] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.196714] igb 0000:01:00.0 enp1s0: renamed from eth0
[    1.209671] Console: switching to colour dummy device 80x25
[    1.209694] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.210892] i915 0000:00:02.0: vgaarb: changed VGA decodes: 
olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.211380] i915 0000:00:02.0: [drm] Finished loading DMC firmware 
i915/rkl_dmc_ver2_03.bin (v2.3)
[    1.219288] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    1.220484] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  
post: no)
[    1.220845] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    1.231241]  sdb: sdb1
[    1.231403] sd 3:0:0:0: [sdb] Attached SCSI disk
[    1.232766]  sda: sda1
[    1.232948] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.234080]  sdd: sdd1
[    1.234182] sd 5:0:0:0: [sdd] Attached SCSI disk
[    1.236076]  sdc: sdc1
[    1.236212] sd 4:0:0:0: [sdc] Attached SCSI disk
[    1.256673] fbcon: i915drmfb (fb0) is primary device
[    1.313600] Console: switching to colour frame buffer device 240x67
[    1.338674] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    1.448731] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC 
clock
[    1.520953] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 
80:ee:73:f5:b4:dc
[    1.521033] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.521226] e1000e 0000:00:1f.6 eth0: MAC: 14, PHY: 12, PBA No: FFFFFF-0FF
[    1.522603] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    2.047483] raid6: avx512x4 gen() 77381 MB/s
[    2.115499] raid6: avx512x4 xor() 23801 MB/s
[    2.183496] raid6: avx512x2 gen() 85105 MB/s
[    2.251493] raid6: avx512x2 xor() 50585 MB/s
[    2.319494] raid6: avx512x1 gen() 78787 MB/s
[    2.387496] raid6: avx512x1 xor() 46601 MB/s
[    2.455493] raid6: avx2x4   gen() 64586 MB/s
[    2.523501] raid6: avx2x4   xor() 22004 MB/s
[    2.591494] raid6: avx2x2   gen() 61610 MB/s
[    2.659483] raid6: avx2x2   xor() 40050 MB/s
[    2.727483] raid6: avx2x1   gen() 55680 MB/s
[    2.795483] raid6: avx2x1   xor() 31065 MB/s
[    2.863489] raid6: sse2x4   gen() 17106 MB/s
[    2.931499] raid6: sse2x4   xor()  8812 MB/s
[    2.999493] raid6: sse2x2   gen() 17611 MB/s
[    3.067494] raid6: sse2x2   xor() 11115 MB/s
[    3.135485] raid6: sse2x1   gen() 16803 MB/s
[    3.203495] raid6: sse2x1   xor()  8897 MB/s
[    3.203502] raid6: using algorithm avx512x2 gen() 85105 MB/s
[    3.203513] raid6: .... xor() 50585 MB/s, rmw enabled
[    3.203527] raid6: using avx512x2 recovery algorithm
[    3.204218] xor: measuring software checksum speed
[    3.204487]    prefetch64-sse  : 41321 MB/sec
[    3.204793]    generic_sse     : 33322 MB/sec
[    3.204801] xor: using function: prefetch64-sse (41321 MB/sec)
[    3.205377] async_tx: api initialized (async)
[    3.376571] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[    3.447231] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: 
(null). Quota mode: none.
[    3.566715] systemd[1]: Inserted module 'autofs4'
[    3.579315] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode 
(+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL 
+ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP 
+LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD 
-XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.599899] systemd[1]: Detected architecture x86-64.
[    3.612102] systemd[1]: Hostname set to <eboo-serveur>.
[    3.737285] systemd[1]: Queued start job for default target Graphical 
Interface.
[    3.790411] systemd[1]: Created slice Slice /system/modprobe.
[    3.795525] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.800038] systemd[1]: Created slice User and Session Slice.
[    3.803357] systemd[1]: Started Forward Password Requests to Wall Directory 
Watch.
[    3.807485] systemd[1]: Set up automount Arbitrary Executable File Formats 
File System Automount Point.
[    3.810456] systemd[1]: Reached target Slice Units.
[    3.813009] systemd[1]: Reached target Mounting snaps.
[    3.815138] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.817558] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.819758] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.822118] systemd[1]: Listening on multipathd control socket.
[    3.824530] systemd[1]: Listening on Syslog Socket.
[    3.826958] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.829509] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.832067] systemd[1]: Listening on Journal Audit Socket.
[    3.834631] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.837256] systemd[1]: Listening on Journal Socket.
[    3.839881] systemd[1]: Listening on Network Service Netlink Socket.
[    3.842242] systemd[1]: Listening on udev Control Socket.
[    3.844911] systemd[1]: Listening on udev Kernel Socket.
[    3.868230] systemd[1]: Mounting Huge Pages File System...
[    3.871772] systemd[1]: Mounting POSIX Message Queue File System...
[    3.874923] systemd[1]: Mounting Kernel Debug File System...
[    3.877867] systemd[1]: Mounting Kernel Trace File System...
[    3.881647] systemd[1]: Starting Journal Service...
[    3.885033] systemd[1]: Starting Set the console keyboard layout...
[    3.888138] systemd[1]: Starting Create List of Static Device Nodes...
[    3.890984] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. 
using dmeventd or progress polling...
[    3.893904] systemd[1]: Condition check resulted in LXD - agent being 
skipped.
[    3.895187] systemd[1]: Starting Load Kernel Module configfs...
[    3.898285] systemd[1]: Starting Load Kernel Module drm...
[    3.901073] systemd[1]: Starting Load Kernel Module efi_pstore...
[    3.903831] systemd[1]: Starting Load Kernel Module fuse...
[    3.905744] pstore: Using crash dump compression: deflate
[    3.905751] pstore: Registered efi as persistent store backend
[    3.908359] systemd[1]: Condition check resulted in OpenVSwitch 
configuration for cleanup being skipped.
[    3.909251] systemd[1]: Condition check resulted in File System Check on 
Root Device being skipped.
[    3.910657] systemd[1]: Starting Load Kernel Modules...
[    3.913556] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.916575] systemd[1]: Starting Coldplug All udev Devices...
[    3.918363] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
[    3.920127] systemd[1]: Started Journal Service.
[    3.938671] Adding 4194300k swap on /swap.img.  Priority:-2 extents:6 
across:88211456k SSFS
[    3.944754] alua: device handler registered
[    3.946054] systemd-journald[570]: Received client request to flush runtime 
journal.
[    3.947804] emc: device handler registered
[    3.950195] rdac: device handler registered
[    3.987277] loop0: detected capacity change from 0 to 129944
[    3.988624] loop1: detected capacity change from 0 to 129976
[    3.990223] loop2: detected capacity change from 0 to 229272
[    3.991931] loop3: detected capacity change from 0 to 109072
[    3.993005] loop4: detected capacity change from 0 to 83672
[    4.060844] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.061134] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.061135] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.132788] intel_rapl_common: Found RAPL domain package
[    4.132791] intel_rapl_common: Found RAPL domain core
[    4.132792] intel_rapl_common: Found RAPL domain uncore
[    4.133071] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: 
bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    4.138953] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    4.146647] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[    4.168470] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. 
Opts: (null). Quota mode: none.
[    4.173228] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888-VD: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    4.173231] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[    4.173232] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 
(0x1b/0x0/0x0/0x0/0x0)
[    4.173232] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.173233] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    4.173233] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.173234] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    4.173235] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.173235] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    4.188984] audit: type=1400 audit(1698661384.355:2): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="lsb_release" pid=892 
comm="apparmor_parser"
[    4.189203] audit: type=1400 audit(1698661384.355:3): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=895 
comm="apparmor_parser"
[    4.189210] audit: type=1400 audit(1698661384.355:4): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="man_filter" pid=895 
comm="apparmor_parser"
[    4.189211] audit: type=1400 audit(1698661384.355:5): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="man_groff" pid=895 
comm="apparmor_parser"
[    4.189366] audit: type=1400 audit(1698661384.355:6): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=893 
comm="apparmor_parser"
[    4.189368] audit: type=1400 audit(1698661384.355:7): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" 
pid=893 comm="apparmor_parser"
[    4.191510] audit: type=1400 audit(1698661384.359:8): apparmor="STATUS" 
operation="profile_load" profile="unconfined" 
name="/usr/lib/snapd/snap-confine" pid=897 comm="apparmor_parser"
[    4.191513] audit: type=1400 audit(1698661384.359:9): apparmor="STATUS" 
operation="profile_load" profile="unconfined" 
name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=897 
comm="apparmor_parser"
[    4.192224] audit: type=1400 audit(1698661384.359:10): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="tcpdump" pid=896 
comm="apparmor_parser"
[    4.207714] snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to 
power up codec ret=[-13]
[    4.226347] input: HDA Intel PCH Front Mic as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input5
[    4.226385] input: HDA Intel PCH Rear Mic as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    4.226419] input: HDA Intel PCH Line as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    4.226446] input: HDA Intel PCH Line Out as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    4.228072] input: HDA Intel PCH Front Headphone as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    4.228547] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    4.228648] input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    4.228786] input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    4.228870] input: HDA Intel PCH HDMI/DP,pcm=9 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    4.228994] input: HDA Intel PCH HDMI/DP,pcm=10 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    4.229316] input: HDA Intel PCH HDMI/DP,pcm=11 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    4.229495] input: HDA Intel PCH HDMI/DP,pcm=12 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    4.229699] input: HDA Intel PCH HDMI/DP,pcm=13 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    4.229898] input: HDA Intel PCH HDMI/DP,pcm=14 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    4.230134] input: HDA Intel PCH HDMI/DP,pcm=15 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    4.230348] input: HDA Intel PCH HDMI/DP,pcm=16 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    4.230437] input: HDA Intel PCH HDMI/DP,pcm=17 as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    6.156812] loop5: detected capacity change from 0 to 8
[    7.714416] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, 
Flow Control: None
[    7.724257] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps 
Full Duplex, Flow Control: RX
[   13.859772] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <fffee6db>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <fffee878>
                 desc.status          <a8000>
[   15.843744] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <fffee6db>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <fffeea68>
                 desc.status          <a8000>
[   17.859891] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <fffee6db>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <fffeec60>
                 desc.status          <a8000>
[   17.987608] ------------[ cut here ]------------
[   17.987617] NETDEV WATCHDOG: enp1s0 (igb): transmit queue 3 timed out
[   17.987648] WARNING: CPU: 7 PID: 0 at net/sched/sch_generic.c:477 
dev_watchdog+0x277/0x280
[   17.987664] Modules linked in: binfmt_misc snd_hda_codec_hdmi nls_iso8859_1 
snd_hda_codec_realtek snd_hda_codec_generic snd_sof_pci_intel_tgl 
snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation 
soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof 
snd_soc_hdac_hda snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi 
soundwire_bus ledtrig_audio snd_soc_core snd_compress ac97_bus 
snd_pcm_dmaengine snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi 
intel_rapl_msr mei_hdcp snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
intel_rapl_common x86_pkg_temp_thermal snd_timer input_leds intel_powerclamp 
coretemp intel_cstate intel_wmi_thunderbolt wmi_bmof serio_raw snd mei_me 
ee1004 mei soundcore mac_hid acpi_pad acpi_tad sch_fq_codel dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua msr efi_pstore ip_tables x_tables autofs4 
btrfs blake2b_generic zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1
[   17.987768]  raid0 multipath linear i915 ttm drm_kms_helper crct10dif_pclmul 
crc32_pclmul syscopyarea ghash_clmulni_intel sysfillrect sysimgblt aesni_intel 
fb_sys_fops igb cec rc_core crypto_simd drm cryptd dca nvme e1000e ahci 
nvme_core i2c_i801 xhci_pci i2c_smbus i2c_algo_bit libahci xhci_pci_renesas wmi 
video pinctrl_tigerlake
[   17.987814] CPU: 7 PID: 0 Comm: swapper/7 Not tainted 5.15.0-87-generic 
#97-Ubuntu
[   17.987821] Hardware name: Shuttle Inc. SH570/SH570, BIOS 1.06 01/25/2022
[   17.987824] RIP: 0010:dev_watchdog+0x277/0x280
[   17.987832] Code: eb 97 48 8b 5d d0 c6 05 0d d8 67 01 01 48 89 df e8 8e 5f 
f9 ff 44 89 e1 48 89 de 48 c7 c7 80 fc ad a0 48 89 c2 e8 b8 d5 19 00 <0f> 0b eb 
80 e9 30 6a 23 00 0f 1f 44 00 00 55 48 89 e5 41 57 41 56
[   17.987836] RSP: 0018:ffffab7ac0318e70 EFLAGS: 00010282
[   17.987842] RAX: 0000000000000000 RBX: ffff9214d9774000 RCX: 0000000000000027
[   17.987846] RDX: ffff9218209e0588 RSI: 0000000000000001 RDI: ffff9218209e0580
[   17.987849] RBP: ffffab7ac0318ea8 R08: 0000000000000003 R09: fffffffffffd1470
[   17.987852] R10: 0000000000ffff0a R11: 0000000000000001 R12: 0000000000000003
[   17.987854] R13: ffff9214c81b0940 R14: 0000000000000008 R15: ffff9214d97744c0
[   17.987858] FS:  0000000000000000(0000) GS:ffff9218209c0000(0000) 
knlGS:0000000000000000
[   17.987862] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   17.987865] CR2: 00007f2b7edcca60 CR3: 000000011a9d2006 CR4: 0000000000770ee0
[   17.987869] PKRU: 55555554
[   17.987871] Call Trace:
[   17.987874]  <IRQ>
[   17.987879]  ? show_trace_log_lvl+0x1d6/0x2ea
[   17.987889]  ? show_trace_log_lvl+0x1d6/0x2ea
[   17.987897]  ? call_timer_fn+0x29/0x120
[   17.987904]  ? show_regs.part.0+0x23/0x29
[   17.987911]  ? show_regs.cold+0x8/0xd
[   17.987917]  ? dev_watchdog+0x277/0x280
[   17.987923]  ? __warn+0x8c/0x100
[   17.987928]  ? dev_watchdog+0x277/0x280
[   17.987935]  ? report_bug+0xa4/0xd0
[   17.987944]  ? handle_bug+0x39/0x90
[   17.987950]  ? exc_invalid_op+0x19/0x70
[   17.987956]  ? asm_exc_invalid_op+0x1b/0x20
[   17.987962]  ? dev_watchdog+0x277/0x280
[   17.987968]  ? pfifo_fast_enqueue+0x160/0x160
[   17.987974]  call_timer_fn+0x29/0x120
[   17.987980]  __run_timers.part.0+0x1e3/0x270
[   17.987985]  ? ktime_get+0x43/0xc0
[   17.987992]  ? lapic_next_deadline+0x2c/0x40
[   17.987999]  ? clockevents_program_event+0xaa/0x130
[   17.988008]  run_timer_softirq+0x2a/0x60
[   17.988013]  __do_softirq+0xd6/0x2e7
[   17.988020]  irq_exit_rcu+0x94/0xc0
[   17.988028]  sysvec_apic_timer_interrupt+0x80/0x90
[   17.988035]  </IRQ>
[   17.988036]  <TASK>
[   17.988038]  asm_sysvec_apic_timer_interrupt+0x1b/0x20
[   17.988043] RIP: 0010:cpuidle_enter_state+0xd9/0x620
[   17.988051] Code: 3d cc 69 18 60 e8 97 66 67 ff 49 89 c7 0f 1f 44 00 00 31 
ff e8 d8 73 67 ff 80 7d d0 00 0f 85 61 01 00 00 fb 66 0f 1f 44 00 00 <45> 85 f6 
0f 88 6d 01 00 00 4d 63 ee 49 83 fd 09 0f 87 e7 03 00 00
[   17.988055] RSP: 0018:ffffab7ac0163e28 EFLAGS: 00000246
[   17.988059] RAX: ffff9218209f14c0 RBX: ffffcb7abfbc0c00 RCX: 0000000000000000
[   17.988061] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[   17.988064] RBP: ffffab7ac0163e78 R08: 000000043024b1db R09: 00000000002ff940
[   17.988067] R10: 0000000000000004 R11: 071c71c71c71c71c R12: ffffffffa14d6a20
[   17.988069] R13: 0000000000000002 R14: 0000000000000002 R15: 000000043024b1db
[   17.988075]  ? cpuidle_enter_state+0xc8/0x620
[   17.988081]  cpuidle_enter+0x2e/0x50
[   17.988086]  cpuidle_idle_call+0x142/0x1e0
[   17.988092]  do_idle+0x83/0xf0
[   17.988097]  cpu_startup_entry+0x20/0x30
[   17.988102]  start_secondary+0x12a/0x180
[   17.988108]  secondary_startup_64_no_verify+0xc2/0xcb
[   17.988118]  </TASK>
[   17.988120] ---[ end trace 0bebfa005572dccd ]---
[   17.988165] igb 0000:01:00.0 enp1s0: Reset adapter
[   21.635220] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps 
Full Duplex, Flow Control: RX
[   53.979270] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff0d33>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff0f70>
                 desc.status          <a8000>
[   55.995501] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff0d33>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff1168>
                 desc.status          <a8000>
[   57.115337] igb 0000:01:00.0 enp1s0: Reset adapter
[   60.760367] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps 
Full Duplex, Flow Control: RX
[   66.972351] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff1aac>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff1c20>
                 desc.status          <a8000>
[   68.992448] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff1aac>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff1e19>
                 desc.status          <a8000>
[   70.972559] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff1aac>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff2008>
                 desc.status          <a8000>
[   71.196308] igb 0000:01:00.0 enp1s0: Reset adapter
[   74.817162] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps 
Full Duplex, Flow Control: RX
[  116.989550] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff4af5>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff4cf8>
                 desc.status          <a8000>
[  118.973752] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff4af5>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff4ee8>
                 desc.status          <a8000>
[  120.093517] igb 0000:01:00.0 enp1s0: Reset adapter
[  123.622251] igb 0000:01:00.0 enp1s0: igb: enp1s0 NIC Link is Up 1000 Mbps 
Full Duplex, Flow Control: RX
[  131.997960] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff59da>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff5ba0>
                 desc.status          <a8000>
[  133.981956] igb 0000:01:00.0: Detected Tx Unit Hang
                 Tx Queue             <3>
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]
                 time_stamp           <ffff59da>
                 next_to_watch        <000000001d2e8a31>
                 jiffies              <ffff5d90>
                 desc.status          <a8000>
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel Ethernet, visit 
https://community.intel.com/t5/Ethernet-Products/bd-p/ethernet-products

Reply via email to