Re: + XPS 13 9343

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

 



On 2/4/24 08:24, Hans de Goede wrote:
The issue of the kbd on some Dell XPS models no longer
working after a suspend/resume cycle should be fixed by
these 2 patches which are on their way to Linus' tree:

https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?h=for-linus&id=683cd8259a9b883a51973511f860976db2550a6e
https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/commit/?h=for-linus&id=9cf6e24c9fbf17e52de9fff07f12be7565ea6d61

Hi Hans, and thanks,

Just completing my feedback, I am also unable to reproduce the problem in eight ACPI S3 suspend/resume cycles on my XPS 13 9343;

Tested from Linus' tree on 6.8.0-rc2 (cf attached dmesg)

And on top of debian's testing,unstable one 6.6.13-1,
with attached patch (thus including initial patch "Input: atkbd - skip ATKBD_CMD_GETID in translated mode")

best regards,
Antoine
diff -Naur 6.6.13-1_debian/drivers/input/keyboard/atkbd.c 6.8.0-rc2/drivers/input/keyboard/atkbd.c
--- 6.6.13-1/drivers/input/keyboard/atkbd.c	2024-01-20 11:51:49.000000000 +0100
+++ 6.8.0-rc2/drivers/input/keyboard/atkbd.c	2024-02-04 08:13:05.273965270 +0100
@@ -791,9 +791,9 @@
  * not work. So in this case simply assume a keyboard is connected to avoid
  * confusing some laptop keyboards.
  *
- * Skipping ATKBD_CMD_GETID ends up using a fake keyboard id. Using a fake id is
- * ok in translated mode, only atkbd_select_set() checks atkbd->id and in
- * translated mode that is a no-op.
+ * Skipping ATKBD_CMD_GETID ends up using a fake keyboard id. Using the standard
+ * 0xab83 id is ok in translated mode, only atkbd_select_set() checks atkbd->id
+ * and in translated mode that is a no-op.
  */
 static bool atkbd_skip_getid(struct atkbd *atkbd)
 {
@@ -824,6 +824,11 @@
 				 "keyboard reset failed on %s\n",
 				 ps2dev->serio->phys);
 
+	if (atkbd_skip_getid(atkbd)) {
+		atkbd->id = 0xab83;
+		goto deactivate_kbd;
+	}
+
 /*
  * Then we check the keyboard ID. We should get 0xab83 under normal conditions.
  * Some keyboards report different values, but the first byte is always 0xab or
@@ -832,10 +837,10 @@
  */
 
 	param[0] = param[1] = 0xa5;	/* initialize with invalid values */
-	if (atkbd_skip_getid(atkbd) || ps2_command(ps2dev, param, ATKBD_CMD_GETID)) {
+	if (ps2_command(ps2dev, param, ATKBD_CMD_GETID)) {
 
 /*
- * If the get ID command was skipped or failed, we check if we can at least set
+ * If the get ID command failed, we check if we can at least set
  * the LEDs on the keyboard. This should work on every keyboard out there.
  * It also turns the LEDs off, which we want anyway.
  */
@@ -858,6 +863,7 @@
 		return -1;
 	}
 
+deactivate_kbd:
 /*
  * Make sure nothing is coming from the keyboard and disturbs our
  * internal state.
[    0.000000] Linux version 6.8.0-rc2-xps13-9343_2 (me@zx) (gcc (Debian 13.2.0-10) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41.90.20240122) #10 SMP PREEMPT_DYNAMIC Sun Feb  4 06:20:31 CET 2024
[    0.000000] Command line: \\boot\vmlinuz-6.8.0-rc2-xps13-9343_2 ro root=UUID=f88efbd2-19f5-4f2f-a8ce-6c1e1255119b initrd=boot\initrd.img-6.8.0-rc2-xps13-9343_2
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c7d97fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c7d98000-0x00000000c8255fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c8256000-0x00000000dadcffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dadd0000-0x00000000dae92fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dae93000-0x00000000daebcfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000daebd000-0x00000000db7f4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000db7f5000-0x00000000dbafefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbaff000-0x00000000dbafffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xc4385018-0xc4395057] usable ==> usable
[    0.000000] e820: update [mem 0xc4385018-0xc4395057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000c4385017] usable
[    0.000000] reserve setup_data: [mem 0x00000000c4385018-0x00000000c4395057] usable
[    0.000000] reserve setup_data: [mem 0x00000000c4395058-0x00000000c7d97fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c7d98000-0x00000000c8255fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c8256000-0x00000000dadcffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dadd0000-0x00000000dae92fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dae93000-0x00000000daebcfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000daebd000-0x00000000db7f4fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000db7f5000-0x00000000dbafefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dbaff000-0x00000000dbafffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd000000-0x00000000df7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] 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-0x000000021f7fffff] usable
[    0.000000] efi: EFI v2.3.1 by American Megatrends
[    0.000000] efi: ACPI=0xdae9c000 ACPI 2.0=0xdae9c000 SMBIOS=0xf0570 INITRD=0xc449cf98 
[    0.000000] efi: Remove mem42: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
[    0.000000] e820: remove [mem 0xf8000000-0xfbffffff] reserved
[    0.000000] efi: Not removing mem43: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem44: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[    0.000000] efi: Not removing mem46: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem47: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Dell Inc. XPS 13 9343/0TM99H, BIOS A19 12/24/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2194.720 MHz processor
[    0.000841] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000844] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000853] last_pfn = 0x21f800 max_arch_pfn = 0x400000000
[    0.000858] MTRR map: 7 entries (3 fixed + 4 variable; max 23), built from 10 variable MTRRs
[    0.000860] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001166] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[    0.001170] last_pfn = 0xdbb00 max_arch_pfn = 0x400000000
[    0.009581] found SMP MP-table at [mem 0x000fda50-0x000fda5f]
[    0.009599] Using GB pages for direct mapping
[    0.010203] Secure boot disabled
[    0.010203] RAMDISK: [mem 0xc08e4000-0xc2a93fff]
[    0.010208] ACPI: Early table checksum verification disabled
[    0.010211] ACPI: RSDP 0x00000000DAE9C000 000024 (v02 DELL  )
[    0.010215] ACPI: XSDT 0x00000000DAE9C0A8 0000CC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010222] ACPI: FACP 0x00000000DAEAF748 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.010227] ACPI: DSDT 0x00000000DAE9C200 013544 (v02 DELL   CBX3     01072009 INTL 20120913)
[    0.010231] ACPI: FACS 0x00000000DB7F2F80 000040
[    0.010234] ACPI: APIC 0x00000000DAEAF858 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.010237] ACPI: FPDT 0x00000000DAEAF8E0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010241] ACPI: FIDT 0x00000000DAEAF928 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.010244] ACPI: MCFG 0x00000000DAEAF9C8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.010247] ACPI: HPET 0x00000000DAEAFA08 000038 (v01 DELL   CBX3     01072009 AMI. 00000005)
[    0.010251] ACPI: SSDT 0x00000000DAEAFA40 000455 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.010254] ACPI: UEFI 0x00000000DAEAFE98 000042 (v01                 00000000      00000000)
[    0.010258] ACPI: SSDT 0x00000000DAEAFEE0 000CDB (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
[    0.010262] ACPI: ASF! 0x00000000DAEB0BC0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.010265] ACPI: SSDT 0x00000000DAEB0C60 00051F (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.010269] ACPI: SSDT 0x00000000DAEB1180 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.010272] ACPI: SSDT 0x00000000DAEB1CF8 0001C7 (v02 PmRef  LakeTiny 00003000 INTL 20120913)
[    0.010276] ACPI: SSDT 0x00000000DAEB1EC0 0003A5 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
[    0.010279] ACPI: PCCT 0x00000000DAEB2268 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
[    0.010282] ACPI: SSDT 0x00000000DAEB22D8 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
[    0.010286] ACPI: SSDT 0x00000000DAEB2DA0 004207 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.010289] ACPI: SSDT 0x00000000DAEB6FA8 004646 (v01 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.010293] ACPI: DMAR 0x00000000DAEBB5F0 0000D4 (v01 INTEL  BDW      00000001 INTL 00000001)
[    0.010296] ACPI: CSRT 0x00000000DAEBB6C8 0000C4 (v01 INTL   BDW-ULT  00000001 INTL 20100528)
[    0.010300] ACPI: BGRT 0x00000000DAEBB790 000038 (v00 \xf3\xee              01072009 AMI  00010013)
[    0.010302] ACPI: Reserving FACP table memory at [mem 0xdaeaf748-0xdaeaf853]
[    0.010304] ACPI: Reserving DSDT table memory at [mem 0xdae9c200-0xdaeaf743]
[    0.010305] ACPI: Reserving FACS table memory at [mem 0xdb7f2f80-0xdb7f2fbf]
[    0.010306] ACPI: Reserving APIC table memory at [mem 0xdaeaf858-0xdaeaf8db]
[    0.010307] ACPI: Reserving FPDT table memory at [mem 0xdaeaf8e0-0xdaeaf923]
[    0.010308] ACPI: Reserving FIDT table memory at [mem 0xdaeaf928-0xdaeaf9c3]
[    0.010308] ACPI: Reserving MCFG table memory at [mem 0xdaeaf9c8-0xdaeafa03]
[    0.010309] ACPI: Reserving HPET table memory at [mem 0xdaeafa08-0xdaeafa3f]
[    0.010310] ACPI: Reserving SSDT table memory at [mem 0xdaeafa40-0xdaeafe94]
[    0.010311] ACPI: Reserving UEFI table memory at [mem 0xdaeafe98-0xdaeafed9]
[    0.010312] ACPI: Reserving SSDT table memory at [mem 0xdaeafee0-0xdaeb0bba]
[    0.010313] ACPI: Reserving ASF! table memory at [mem 0xdaeb0bc0-0xdaeb0c5f]
[    0.010314] ACPI: Reserving SSDT table memory at [mem 0xdaeb0c60-0xdaeb117e]
[    0.010315] ACPI: Reserving SSDT table memory at [mem 0xdaeb1180-0xdaeb1cf3]
[    0.010315] ACPI: Reserving SSDT table memory at [mem 0xdaeb1cf8-0xdaeb1ebe]
[    0.010316] ACPI: Reserving SSDT table memory at [mem 0xdaeb1ec0-0xdaeb2264]
[    0.010317] ACPI: Reserving PCCT table memory at [mem 0xdaeb2268-0xdaeb22d5]
[    0.010318] ACPI: Reserving SSDT table memory at [mem 0xdaeb22d8-0xdaeb2d9b]
[    0.010319] ACPI: Reserving SSDT table memory at [mem 0xdaeb2da0-0xdaeb6fa6]
[    0.010320] ACPI: Reserving SSDT table memory at [mem 0xdaeb6fa8-0xdaebb5ed]
[    0.010320] ACPI: Reserving DMAR table memory at [mem 0xdaebb5f0-0xdaebb6c3]
[    0.010321] ACPI: Reserving CSRT table memory at [mem 0xdaebb6c8-0xdaebb78b]
[    0.010322] ACPI: Reserving BGRT table memory at [mem 0xdaebb790-0xdaebb7c7]
[    0.010330] ACPI: DMI detected: DELL XPS 13 (2015) (force ACPI _REV to 5)
[    0.010381] No NUMA configuration found
[    0.010382] Faking a node at [mem 0x0000000000000000-0x000000021f7fffff]
[    0.010392] NODE_DATA(0) allocated [mem 0x21f7d3000-0x21f7fdfff]
[    0.010598] Zone ranges:
[    0.010599]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010601]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010602]   Normal   [mem 0x0000000100000000-0x000000021f7fffff]
[    0.010604]   Device   empty
[    0.010605] Movable zone start for each node
[    0.010608] Early memory node ranges
[    0.010609]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.010610]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.010611]   node   0: [mem 0x0000000000100000-0x00000000c7d97fff]
[    0.010613]   node   0: [mem 0x00000000c8256000-0x00000000dadcffff]
[    0.010614]   node   0: [mem 0x00000000dbaff000-0x00000000dbafffff]
[    0.010615]   node   0: [mem 0x0000000100000000-0x000000021f7fffff]
[    0.010616] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f7fffff]
[    0.010621] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.010622] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.010645] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016460] On node 0, zone DMA32: 1214 pages in unavailable ranges
[    0.016494] On node 0, zone DMA32: 3375 pages in unavailable ranges
[    0.016984] On node 0, zone Normal: 17664 pages in unavailable ranges
[    0.017005] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.017013] Reserving Intel graphics memory at [mem 0xdd800000-0xdf7fffff]
[    0.017093] ACPI: PM-Timer IO Port: 0x1808
[    0.017101] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x0])
[    0.017102] ACPI: NMI not connected to LINT 1!
[    0.017103] ACPI: LAPIC_NMI (acpi_id[0x02] low level lint[0xff])
[    0.017104] ACPI: NMI not connected to LINT 1!
[    0.017105] ACPI: LAPIC_NMI (acpi_id[0x03] res level lint[0x0])
[    0.017106] ACPI: NMI not connected to LINT 1!
[    0.017106] ACPI: LAPIC_NMI (acpi_id[0x04] high dfl lint[0x81])
[    0.017107] ACPI: NMI not connected to LINT 1!
[    0.017117] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.017120] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.017122] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.017127] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.017128] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.017137] e820: update [mem 0xcdce9000-0xcdd71fff] usable ==> reserved
[    0.017150] TSC deadline timer available
[    0.017151] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.017169] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.017171] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.017173] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.017174] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.017175] PM: hibernation: Registered nosave memory: [mem 0xc4385000-0xc4385fff]
[    0.017177] PM: hibernation: Registered nosave memory: [mem 0xc4395000-0xc4395fff]
[    0.017179] PM: hibernation: Registered nosave memory: [mem 0xc7d98000-0xc8255fff]
[    0.017180] PM: hibernation: Registered nosave memory: [mem 0xcdce9000-0xcdd71fff]
[    0.017182] PM: hibernation: Registered nosave memory: [mem 0xdadd0000-0xdae92fff]
[    0.017183] PM: hibernation: Registered nosave memory: [mem 0xdae93000-0xdaebcfff]
[    0.017184] PM: hibernation: Registered nosave memory: [mem 0xdaebd000-0xdb7f4fff]
[    0.017185] PM: hibernation: Registered nosave memory: [mem 0xdb7f5000-0xdbafefff]
[    0.017186] PM: hibernation: Registered nosave memory: [mem 0xdbb00000-0xdcffffff]
[    0.017187] PM: hibernation: Registered nosave memory: [mem 0xdd000000-0xdf7fffff]
[    0.017188] PM: hibernation: Registered nosave memory: [mem 0xdf800000-0xfebfffff]
[    0.017189] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.017189] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.017190] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.017191] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.017192] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.017192] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.017193] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.017194] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.017196] [mem 0xdf800000-0xfebfffff] available for PCI devices
[    0.017197] Booting paravirtualized kernel on bare hardware
[    0.017199] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.022408] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.022744] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
[    0.022752] pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
[    0.022754] pcpu-alloc: [0] 0 1 2 3 
[    0.022777] Kernel command line: \\boot\vmlinuz-6.8.0-rc2-xps13-9343_2 ro root=UUID=f88efbd2-19f5-4f2f-a8ce-6c1e1255119b initrd=boot\initrd.img-6.8.0-rc2-xps13-9343_2
[    0.022857] random: crng init done
[    0.023690] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.024111] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.024196] Fallback order for Node 0: 0 
[    0.024200] Built 1 zonelists, mobility grouping on.  Total pages: 2040206
[    0.024201] Policy zone: Normal
[    0.024208] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.024216] software IO TLB: area num 4.
[    0.048040] Memory: 3246128K/8291008K available (14336K kernel code, 2331K rwdata, 5832K rodata, 3968K init, 3736K bss, 610708K reserved, 0K cma-reserved)
[    0.048294] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.048309] Kernel/User page tables isolation: enabled
[    0.048340] ftrace: allocating 42601 entries in 167 pages
[    0.056480] ftrace: allocated 167 pages with 5 groups
[    0.057219] Dynamic Preempt: voluntary
[    0.057257] rcu: Preemptible hierarchical RCU implementation.
[    0.057258] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.057259] 	Trampoline variant of Tasks RCU enabled.
[    0.057260] 	Rude variant of Tasks RCU enabled.
[    0.057260] 	Tracing variant of Tasks RCU enabled.
[    0.057261] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.057262] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.060264] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.060455] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.060523] Console: colour dummy device 80x25
[    0.060526] printk: legacy console [tty0] enabled
[    0.060962] ACPI: Core revision 20230628
[    0.061078] ACPI: OSL: Overriding _REV return value to 5
[    0.061087] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.061089] APIC: Switch to symmetric I/O mode setup
[    0.061093] DMAR: Host address width 39
[    0.061095] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.061103] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
[    0.061108] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.061113] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.061118] DMAR: RMRR base: 0x000000db9f7000 end: 0x000000dba05fff
[    0.061121] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df7fffff
[    0.061124] DMAR: ANDD device: 1 name: \_SB.PCI0.SDMA
[    0.061128] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.061131] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.061133] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.061134] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.061702] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.061707] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.062210] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa2b7126b8, max_idle_ns: 440795311860 ns
[    0.062221] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.44 BogoMIPS (lpj=8778880)
[    0.062251] CPU0: Thermal monitoring enabled (TM1)
[    0.062283] process: using mwait in idle threads
[    0.062288] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.062291] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.062295] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.062300] Spectre V2 : Mitigation: Retpolines
[    0.062302] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.062305] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.062308] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.062311] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.062315] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.062318] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.062323] MDS: Mitigation: Clear CPU buffers
[    0.062325] MMIO Stale Data: Unknown: No mitigations
[    0.062328] SRBDS: Mitigation: Microcode
[    0.062334] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.062337] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.062340] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.062343] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.062346] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.066217] Freeing SMP alternatives memory: 36K
[    0.066217] pid_max: default: 32768 minimum: 301
[    0.066217] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,integrity
[    0.066217] landlock: Up and running.
[    0.066217] Yama: becoming mindful.
[    0.066217] AppArmor: AppArmor initialized
[    0.066217] TOMOYO Linux initialized
[    0.066217] LSM support for eBPF active
[    0.066217] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.066217] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.066217] smpboot: CPU0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[    0.066217] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.066217] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.066217] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.066217] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.066217] ... version:                3
[    0.066217] ... bit width:              48
[    0.066217] ... generic registers:      4
[    0.066217] ... value mask:             0000ffffffffffff
[    0.066217] ... max period:             00007fffffffffff
[    0.066217] ... fixed-purpose events:   3
[    0.066217] ... event mask:             000000070000000f
[    0.066217] signal: max sigframe size: 1776
[    0.066217] Estimated ratio of average max frequency by base frequency (times 1024): 1163
[    0.066217] rcu: Hierarchical SRCU implementation.
[    0.066217] rcu: 	Max phase no-delay instances is 1000.
[    0.066217] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.066217] smp: Bringing up secondary CPUs ...
[    0.066217] smpboot: x86: Booting SMP configuration:
[    0.066217] .... node  #0, CPUs:      #1 #2 #3
[    0.066217] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.066217] smp: Brought up 1 node, 4 CPUs
[    0.066217] smpboot: Max logical packages: 1
[    0.066217] smpboot: Total of 4 processors activated (17557.76 BogoMIPS)
[    0.074246] node 0 deferred pages initialised in 8ms
[    0.074673] devtmpfs: initialized
[    0.074673] x86/mm: Memory block size: 128MB
[    0.075145] ACPI: PM: Registering ACPI NVS region [mem 0xdaebd000-0xdb7f4fff] (9666560 bytes)
[    0.075145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.075145] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.075145] pinctrl core: initialized pinctrl subsystem
[    0.075145] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.075320] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.075423] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.075523] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.075535] audit: initializing netlink subsys (disabled)
[    0.075546] audit: type=2000 audit(1707025022.012:1): state=initialized audit_enabled=0 res=1
[    0.075546] thermal_sys: Registered thermal governor 'fair_share'
[    0.075546] thermal_sys: Registered thermal governor 'bang_bang'
[    0.075546] thermal_sys: Registered thermal governor 'step_wise'
[    0.075546] thermal_sys: Registered thermal governor 'user_space'
[    0.075546] thermal_sys: Registered thermal governor 'power_allocator'
[    0.075546] cpuidle: using governor ladder
[    0.075546] cpuidle: using governor menu
[    0.075546] Detected 1 PCC Subspaces
[    0.075546] Registering PCC driver as Mailbox controller
[    0.075546] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.075546] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.075546] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[    0.075546] PCI: not using ECAM ([mem 0xf8000000-0xfbffffff] not reserved)
[    0.075546] PCI: Using configuration type 1 for base access
[    0.075546] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.078240] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.078244] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.078247] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.078250] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.078305] ACPI: Added _OSI(Module Device)
[    0.078309] ACPI: Added _OSI(Processor Device)
[    0.078311] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.078313] ACPI: Added _OSI(Processor Aggregator Device)
[    0.096445] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.099552] ACPI: Dynamic OEM Table Load:
[    0.099552] ACPI: SSDT 0xFFFF9AAB01FD6400 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.099942] ACPI: Dynamic OEM Table Load:
[    0.099952] ACPI: SSDT 0xFFFF9AAC17443000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.103354] ACPI: Dynamic OEM Table Load:
[    0.103363] ACPI: SSDT 0xFFFF9AAB00D71E00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.105363] ACPI: _OSC evaluated successfully for all CPUs
[    0.105486] ACPI: EC: EC started
[    0.105489] ACPI: EC: interrupt blocked
[    0.108208] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.108213] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.108217] ACPI: Interpreter enabled
[    0.108248] ACPI: PM: (supports S0 S3 S4 S5)
[    0.108250] ACPI: Using IOAPIC for interrupt routing
[    0.108293] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[    0.108967] PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
[    0.108978] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.108981] PCI: Using E820 reservations for host bridge windows
[    0.109497] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.111028] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.111403] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
[    0.111751] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
[    0.128377] ACPI: \_TZ_.FN00: New power resource
[    0.128443] ACPI: \_TZ_.FN01: New power resource
[    0.128503] ACPI: \_TZ_.FN02: New power resource
[    0.128565] ACPI: \_TZ_.FN03: New power resource
[    0.128624] ACPI: \_TZ_.FN04: New power resource
[    0.129390] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.129400] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.129851] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.129855] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.130485] PCI host bridge to bus 0000:00
[    0.130488] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.130492] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.130495] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.130499] pci_bus 0000:00: root bus resource [mem 0xdf800000-0xfeafffff window]
[    0.130502] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.130521] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000 conventional PCI endpoint
[    0.130598] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000 conventional PCI endpoint
[    0.130609] pci 0000:00:02.0: BAR 0 [mem 0xf6000000-0xf6ffffff 64bit]
[    0.130616] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.130622] pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
[    0.130636] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.130639] pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
[    0.130644] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.130761] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    0.130772] pci 0000:00:03.0: BAR 0 [mem 0xf721c000-0xf721ffff 64bit]
[    0.130862] pci 0000:00:04.0: [8086:1603] type 00 class 0x118000 conventional PCI endpoint
[    0.130873] pci 0000:00:04.0: BAR 0 [mem 0xf7210000-0xf7217fff 64bit]
[    0.130974] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330 conventional PCI endpoint
[    0.130990] pci 0000:00:14.0: BAR 0 [mem 0xf7200000-0xf720ffff 64bit]
[    0.131044] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.131134] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000 conventional PCI endpoint
[    0.131153] pci 0000:00:16.0: BAR 0 [mem 0xf7225000-0xf722501f 64bit]
[    0.131218] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.131333] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300 conventional PCI endpoint
[    0.131349] pci 0000:00:1b.0: BAR 0 [mem 0xf7218000-0xf721bfff 64bit]
[    0.131395] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.131504] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400 PCIe Root Port
[    0.131529] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.131535] pci 0000:00:1c.0:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.131590] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.131820] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400 PCIe Root Port
[    0.131845] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.131851] pci 0000:00:1c.3:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.131905] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.132129] pci 0000:00:1d.0: [8086:9ca6] type 00 class 0x0c0320 conventional PCI endpoint
[    0.132146] pci 0000:00:1d.0: BAR 0 [mem 0xf7223000-0xf72233ff]
[    0.132227] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.132315] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100 conventional PCI endpoint
[    0.132507] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601 conventional PCI endpoint
[    0.132520] pci 0000:00:1f.2: BAR 0 [io  0xf0b0-0xf0b7]
[    0.132527] pci 0000:00:1f.2: BAR 1 [io  0xf0a0-0xf0a3]
[    0.132534] pci 0000:00:1f.2: BAR 2 [io  0xf090-0xf097]
[    0.132541] pci 0000:00:1f.2: BAR 3 [io  0xf080-0xf083]
[    0.132549] pci 0000:00:1f.2: BAR 4 [io  0xf060-0xf07f]
[    0.132556] pci 0000:00:1f.2: BAR 5 [mem 0xf7222000-0xf72227ff]
[    0.132588] pci 0000:00:1f.2: PME# supported from D3hot
[    0.132655] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500 conventional PCI endpoint
[    0.132673] pci 0000:00:1f.3: BAR 0 [mem 0xf7221000-0xf72210ff 64bit]
[    0.132691] pci 0000:00:1f.3: BAR 4 [io  0xf040-0xf05f]
[    0.132776] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000 conventional PCI endpoint
[    0.132801] pci 0000:00:1f.6: BAR 0 [mem 0xf7220000-0xf7220fff 64bit]
[    0.133026] pci 0000:01:00.0: [10ec:5249] type 00 class 0xff0000 PCIe Endpoint
[    0.133050] pci 0000:01:00.0: BAR 0 [mem 0xf7100000-0xf7100fff]
[    0.133186] pci 0000:01:00.0: supports D1 D2
[    0.133189] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.133423] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.133523] pci 0000:02:00.0: [8086:2526] type 00 class 0x028000 PCIe Endpoint
[    0.133559] pci 0000:02:00.0: BAR 0 [mem 0xf7000000-0xf7003fff 64bit]
[    0.133703] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.133971] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.136459] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.136500] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.136502] ACPI: PCI: Interrupt link LNKB disabled
[    0.136539] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.136541] ACPI: PCI: Interrupt link LNKC disabled
[    0.136577] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    0.136613] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.136615] ACPI: PCI: Interrupt link LNKE disabled
[    0.136651] ACPI: PCI: Interrupt link LNKF configured for IRQ 3
[    0.136687] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    0.136723] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.136726] ACPI: PCI: Interrupt link LNKH disabled
[    0.138770] ACPI: EC: interrupt unblocked
[    0.138774] ACPI: EC: event unblocked
[    0.138778] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.138781] ACPI: EC: GPE=0x27
[    0.138783] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.138787] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.138894] iommu: Default domain type: Translated
[    0.138894] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.190665] pps_core: LinuxPPS API ver. 1 registered
[    0.190670] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    0.190676] PTP clock support registered
[    0.190687] EDAC MC: Ver: 3.0.0
[    0.190763] efivars: Registered efivars operations
[    0.190763] NetLabel: Initializing
[    0.190763] NetLabel:  domain hash size = 128
[    0.190763] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.190763] NetLabel:  unlabeled traffic allowed by default
[    0.190763] PCI: Using ACPI for IRQ routing
[    0.191593] PCI: pci_cache_line_size set to 64 bytes
[    0.191652] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.191654] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.191655] e820: reserve RAM buffer [mem 0xc4385018-0xc7ffffff]
[    0.191656] e820: reserve RAM buffer [mem 0xc7d98000-0xc7ffffff]
[    0.191658] e820: reserve RAM buffer [mem 0xcdce9000-0xcfffffff]
[    0.191659] e820: reserve RAM buffer [mem 0xdadd0000-0xdbffffff]
[    0.191660] e820: reserve RAM buffer [mem 0xdbb00000-0xdbffffff]
[    0.191661] e820: reserve RAM buffer [mem 0x21f800000-0x21fffffff]
[    0.191706] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.191706] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.191706] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.191706] vgaarb: loaded
[    0.191706] clocksource: Switched to clocksource tsc-early
[    0.191706] VFS: Disk quotas dquot_6.6.0
[    0.191706] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.191706] AppArmor: AppArmor Filesystem Enabled
[    0.191706] pnp: PnP ACPI init
[    0.191706] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.191706] system 00:00: [io  0xffff] has been reserved
[    0.191706] system 00:00: [io  0xffff] has been reserved
[    0.191706] system 00:00: [io  0xffff] has been reserved
[    0.191706] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.191706] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.191706] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.191706] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.191706] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.191706] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.191706] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.191706] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.191706] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.191706] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.191706] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.191706] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.191706] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.191706] system 00:05: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.191706] system 00:05: [mem 0xf7ff0000-0xf7ffffff] has been reserved
[    0.191706] system 00:06: [mem 0xfe102000-0xfe102fff] has been reserved
[    0.191706] system 00:06: [mem 0xfe104000-0xfe104fff] has been reserved
[    0.191706] system 00:06: [mem 0xfe106000-0xfe106fff] has been reserved
[    0.193294] pnp: PnP ACPI: found 7 devices
[    0.198986] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.199055] NET: Registered PF_INET protocol family
[    0.199171] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.200882] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.200920] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.200973] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.201216] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.201521] TCP: Hash tables configured (established 65536 bind 65536)
[    0.201603] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.201639] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.201667] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.201716] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.201724] NET: Registered PF_XDP protocol family
[    0.201752] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.201760] pci 0000:00:1c.0:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.201768] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.201773] pci 0000:00:1c.3:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.201781] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.201784] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.201787] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.201790] pci_bus 0000:00: resource 7 [mem 0xdf800000-0xfeafffff window]
[    0.201793] pci_bus 0000:01: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.201796] pci_bus 0000:02: resource 1 [mem 0xf7000000-0xf70fffff]
[    0.225826] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 23158 usecs
[    0.225866] PCI: CLS 64 bytes, default 64
[    0.225877] DMAR: ACPI device "INTL9C60:00" under DMAR at fed91000 as 00:15.0
[    0.225888] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.225890] software IO TLB: mapped [mem 0x00000000bc8e4000-0x00000000c08e4000] (64MB)
[    0.225928] Unpacking initramfs...
[    0.226264] Initialise system trusted keyrings
[    0.226274] Key type blacklist registered
[    0.226329] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.226346] zbud: loaded
[    0.226462] fuse: init (API version 7.39)
[    0.226631] integrity: Platform Keyring initialized
[    0.226639] integrity: Machine keyring initialized
[    0.251260] Key type asymmetric registered
[    0.251269] Asymmetric key parser 'x509' registered
[    0.329862] Freeing initrd memory: 34496K
[    0.334578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.334615] io scheduler mq-deadline registered
[    0.335599] pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
[    0.335778] pcieport 0000:00:1c.3: PME: Signaling with IRQ 43
[    0.335850] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.337090] thermal LNXTHERM:00: registered as thermal_zone0
[    0.337095] ACPI: thermal: Thermal Zone [THM] (25 C)
[    0.340587] thermal LNXTHERM:01: registered as thermal_zone1
[    0.340595] ACPI: thermal: Thermal Zone [TZ00] (61 C)
[    0.343911] thermal LNXTHERM:02: registered as thermal_zone2
[    0.343916] ACPI: thermal: Thermal Zone [TZ01] (61 C)
[    0.344147] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.344797] hpet_acpi_add: no address or irqs in _CRS
[    0.344819] Linux agpgart interface v0.103
[    0.345147] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.345506] i8042: Warning: Keylock active
[    0.347696] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.347703] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.347828] mousedev: PS/2 mouse device common for all mice
[    0.347856] rtc_cmos 00:01: RTC can wake from S4
[    0.348114] rtc_cmos 00:01: registered as rtc0
[    0.348153] rtc_cmos 00:01: setting system clock to 2024-02-04T05:37:02 UTC (1707025022)
[    0.348180] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    0.348279] intel_pstate: Intel P-state driver initializing
[    0.348578] ledtrig-cpu: registered to indicate activity on CPUs
[    0.348845] efifb: probing for efifb
[    0.348857] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.348860] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.348863] efifb: scrolling: redraw
[    0.348865] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.349197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.350588] Console: switching to colour frame buffer device 240x67
[    0.352195] fb0: EFI VGA frame buffer device
[    0.352363] NET: Registered PF_INET6 protocol family
[    0.357119] Segment Routing with IPv6
[    0.357143] In-situ OAM (IOAM) with IPv6
[    0.357173] mip6: Mobile IPv6
[    0.357184] NET: Registered PF_PACKET protocol family
[    0.357277] mpls_gso: MPLS GSO support
[    0.357534] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.357586] microcode: Current revision: 0x0000002f
[    0.357596] microcode: Updated early from: 0x0000002b
[    0.357664] IPI shorthand broadcast: enabled
[    0.358781] sched_clock: Marking stable (356004978, 1729638)->(394299224, -36564608)
[    0.358953] registered taskstats version 1
[    0.358992] Loading compiled-in X.509 certificates
[    0.378501] Loaded X.509 cert 'Build time autogenerated kernel key: 3b77e94d24cb77d7330e7294e7852aab041f1cec'
[    0.380278] Key type .fscrypt registered
[    0.380288] Key type fscrypt-provisioning registered
[    0.395840] Key type encrypted registered
[    0.395861] AppArmor: AppArmor sha256 policy hashing enabled
[    0.396110] integrity: Loading X.509 certificate: UEFI:db
[    0.396152] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.396170] integrity: Loading X.509 certificate: UEFI:db
[    0.396202] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.396557] ima: No TPM chip found, activating TPM-bypass!
[    0.396569] ima: Allocated hash algorithm: sha256
[    0.396586] ima: No architecture policies found
[    0.396608] evm: Initialising EVM extended attributes:
[    0.396618] evm: security.selinux
[    0.396625] evm: security.SMACK64 (disabled)
[    0.396634] evm: security.SMACK64EXEC (disabled)
[    0.396642] evm: security.SMACK64TRANSMUTE (disabled)
[    0.396651] evm: security.SMACK64MMAP (disabled)
[    0.396660] evm: security.apparmor
[    0.396667] evm: security.ima
[    0.396674] evm: security.capability
[    0.396681] evm: HMAC attrs: 0x1
[    0.523925] RAS: Correctable Errors collector initialized.
[    0.523977] clk: Disabling unused clocks
[    0.524959] Freeing unused decrypted memory: 2036K
[    0.525559] Freeing unused kernel image (initmem) memory: 3968K
[    0.545788] Write protecting the kernel read-only data: 20480k
[    0.546571] Freeing unused kernel image (rodata/data gap) memory: 312K
[    0.609536] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.609979] x86/mm: Checking user space page tables
[    0.659703] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.660143] Run /init as init process
[    0.660578]   with arguments:
[    0.660580]     /init
[    0.660581]   with environment:
[    0.660581]     HOME=/
[    0.660582]     TERM=linux
[    0.810283] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    0.880237] ACPI: bus type drm_connector registered
[    0.884134] SCSI subsystem initialized
[    0.909861] libata version 3.00 loaded.
[    0.915298] ahci 0000:00:1f.2: version 3.0
[    0.915486] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    0.926040] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x8 impl SATA mode
[    0.926529] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    0.927443] scsi host0: ahci
[    0.928228] scsi host1: ahci
[    0.928949] scsi host2: ahci
[    0.929667] scsi host3: ahci
[    0.930302] ata1: DUMMY
[    0.930875] ata2: DUMMY
[    0.931319] ata3: DUMMY
[    0.931757] ata4: SATA max UDMA/133 abar m2048@0xf7222000 port 0xf7222280 irq 44 lpm-pol 3
[    1.244233] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.247531] ata4.00: ATA-9: LITEON L8H-256V2G-11 M.2 2280 256GB, F88110A, max UDMA/133
[    1.248019] ata4.00: 500118192 sectors, multi 2: LBA48 NCQ (depth 32), AA
[    1.248848] ata4.00: Features: Dev-Sleep
[    1.249800] ata4.00: configured for UDMA/133
[    1.250439] scsi 3:0:0:0: Direct-Access     ATA      LITEON L8H-256V2 10A  PQ: 0 ANSI: 5
[    1.454644] tsc: Refined TSC clocksource calibration: 2194.919 MHz
[    1.455458] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa372fc492, max_idle_ns: 440795285018 ns
[    1.456319] clocksource: Switched to clocksource tsc
[    1.465896] Console: switching to colour dummy device 80x25
[    1.465946] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.466058] [drm] ACPI BIOS requests an excessive sleep of 25000 ms, using 1500 ms instead
[    1.467178] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.483741] sd 3:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.483778] sd 3:0:0:0: [sda] Write Protect is off
[    1.483785] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.483815] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.483836] sd 3:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    1.491448]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    1.491729] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.775815] psmouse serio1: synaptics: queried max coordinates: x [..5666], y [..4734]
[    1.802497] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1118..]
[    1.802506] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[    1.855404] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x12e800/0x0, board id: 3038, fw id: 1832324
[    1.888522] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[    1.929621] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
[    1.932744] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.934356] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.934554] i915 display info: display version: 8
[    1.934557] i915 display info: cursor_needs_physical: no
[    1.934559] i915 display info: has_cdclk_crawl: no
[    1.934561] i915 display info: has_cdclk_squash: no
[    1.934563] i915 display info: has_ddi: yes
[    1.934564] i915 display info: has_dp_mst: yes
[    1.934566] i915 display info: has_dsb: no
[    1.934567] i915 display info: has_fpga_dbg: yes
[    1.934569] i915 display info: has_gmch: no
[    1.934570] i915 display info: has_hotplug: yes
[    1.934572] i915 display info: has_hti: no
[    1.934573] i915 display info: has_ipc: no
[    1.934574] i915 display info: has_overlay: no
[    1.934576] i915 display info: has_psr: yes
[    1.934577] i915 display info: has_psr_hw_tracking: yes
[    1.934579] i915 display info: overlay_needs_physical: no
[    1.934580] i915 display info: supports_tv: no
[    1.934582] i915 display info: has_hdcp: no
[    1.934583] i915 display info: has_dmc: no
[    1.934585] i915 display info: has_dsc: no
[    1.937373] fbcon: i915drmfb (fb0) is primary device
[    3.047804] Console: switching to colour frame buffer device 240x67
[    3.069229] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.320262] PM: Image not found (code -22)
[    3.417714] EXT4-fs (sda6): mounted filesystem f88efbd2-19f5-4f2f-a8ce-6c1e1255119b ro with ordered data mode. Quota mode: none.
[    3.460478] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    3.579670] systemd[1]: Inserted module 'autofs4'
[    3.611789] systemd[1]: systemd 255.3-1 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.612812] systemd[1]: Detected architecture x86-64.
[    3.616486] systemd[1]: Hostname set to <zx>.
[    3.898134] systemd[1]: Queued start job for default target graphical.target.
[    3.923038] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    3.924088] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.925330] systemd[1]: Created slice system-postfix.slice - Slice /system/postfix.
[    3.927144] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    3.928444] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.929437] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[    3.929516] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.931045] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.932154] systemd[1]: Expecting device dev-disk-by\x2duuid-5A2C\x2d588C.device - /dev/disk/by-uuid/5A2C-588C...
[    3.933497] systemd[1]: Expecting device dev-disk-by\x2duuid-ebb97d51\x2d9fa7\x2d4bc0\x2db802\x2d4f5c51cdf061.device - /dev/disk/by-uuid/ebb97d51-9fa7-4bc0-b802-4f5c51cdf061...
[    3.934274] systemd[1]: Expecting device dev-disk-by\x2duuid-ec560b1b\x2ddcef\x2d4510\x2db87f\x2d6ff7e7efa8ed.device - /dev/disk/by-uuid/ec560b1b-dcef-4510-b87f-6ff7e7efa8ed...
[    3.935786] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    3.937361] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.938169] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[    3.939563] systemd[1]: Reached target paths.target - Path Units.
[    3.940312] systemd[1]: Reached target slices.target - Slice Units.
[    3.941738] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.947038] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    3.948080] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    3.950311] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.951816] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.953473] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.955172] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.956701] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.957060] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.959409] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.962358] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.965224] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.970093] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.977277] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.984708] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.989349] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.992844] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.996419] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    4.002056] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    4.008689] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    4.020713] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    4.023423] pstore: Using crash dump compression: deflate
[    4.027310] pstore: Registered efi_pstore as persistent store backend
[    4.028347] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    4.035041] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    4.041202] systemd[1]: Starting systemd-journald.service - Journal Service...
[    4.049646] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    4.049723] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.049787] device-mapper: uevent: version 1.0.3
[    4.049927] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxx
[    4.051388] loop: module loaded
[    4.056912] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.058502] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    4.060547] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.070055] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    4.075603] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    4.080860] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    4.084250] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    4.087906] lp: driver loaded but no devices found
[    4.093462] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    4.095558] ppdev: user-space parallel port driver
[    4.096303] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    4.096975] systemd-journald[326]: Collecting audit messages is disabled.
[    4.103167] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.103405] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    4.111170] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.111402] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    4.113763] EXT4-fs (sda6): re-mounted f88efbd2-19f5-4f2f-a8ce-6c1e1255119b r/w. Quota mode: none.
[    4.123520] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.123751] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    4.128234] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    4.128452] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    4.138259] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.138484] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    4.143875] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.145582] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    4.150130] systemd[1]: Started systemd-journald.service - Journal Service.
[    4.241153] systemd-journald[326]: Received client request to flush runtime journal.
[    4.262130] systemd-journald[326]: /var/log/journal/ea69907a8a964ca4a69c2618bc01f315/system.journal: Journal file uses a different sequence number ID, rotating.
[    4.262138] systemd-journald[326]: Rotating system journal.
[    4.567962] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    4.591757] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    4.593703] ACPI: AC: AC Adapter [AC] (on-line)
[    4.598526] ACPI Warning: \_SB.IETM._ART: Return Package type mismatch at index 0 - found Integer, expected Reference (20230628/nspredef-260)
[    4.599810] _ART package 0 is invalid, ignored
[    4.600690] Consider using thermal netlink events interface
[    4.612398] hid: raw HID events driver (C) Jiri Kosina
[    4.621031] ACPI: button: Lid Switch [LID0]
[    4.629127] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[    4.645829] ACPI: button: Power Button [PBTN]
[    4.646013] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    4.653860] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[    4.666068] ACPI: button: Sleep Button [SBTN]
[    4.671575] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    4.680108] ACPI: button: Power Button [PWRF]
[    4.765366] intel_pch_thermal 0000:00:1f.6: enabling device (0000 -> 0002)
[    4.770325] ACPI: battery: Slot [BAT0] (battery present)
[    4.795729] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    4.811113] ACPI: bus type USB registered
[    4.811171] usbcore: registered new interface driver usbfs
[    4.811187] usbcore: registered new interface driver hub
[    4.811212] usbcore: registered new device driver usb
[    4.817715] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    4.828463] Adding 8388604k swap on /dev/sda8.  Priority:-2 extents:1 across:8388604k SS
[    4.850427] EXT4-fs (sda7): mounted filesystem ec560b1b-dcef-4510-b87f-6ff7e7efa8ed r/w with ordered data mode. Quota mode: none.
[    4.861121] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    5.033551] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.035286] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.036929] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    5.038619] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    5.038653] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.042326] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    5.071482] i2c i2c-8: 2/2 memory slots populated (from DMI)
[    5.089259] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.092888] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    5.106323] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    5.115679] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
[    5.133002] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    5.153269] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    5.153279] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.153293] ehci-pci 0000:00:1d.0: debug port 2
[    5.153309] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    5.153313] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    5.153318] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    5.153394] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    5.153398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.153400] usb usb1: Product: xHCI Host Controller
[    5.153401] usb usb1: Manufacturer: Linux 6.8.0-rc2-xps13-9343_2 xhci-hcd
[    5.153403] usb usb1: SerialNumber: 0000:00:14.0
[    5.155291] hub 1-0:1.0: USB hub found
[    5.155308] hub 1-0:1.0: 11 ports detected
[    5.157223] ehci-pci 0000:00:1d.0: irq 21, io mem 0xf7223000
[    5.170890] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    5.192804] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    5.192809] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.192812] usb usb3: Product: xHCI Host Controller
[    5.192814] usb usb3: Manufacturer: Linux 6.8.0-rc2-xps13-9343_2 xhci-hcd
[    5.192815] usb usb3: SerialNumber: 0000:00:14.0
[    5.193829] Intel(R) Wireless WiFi driver for Linux
[    5.199022] hub 3-0:1.0: USB hub found
[    5.203593] hub 3-0:1.0: 4 ports detected
[    5.210631] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    5.212853] iwlwifi 0000:02:00.0: Detected crf-id 0x2816, cnv-id 0x1000200 wfpm id 0x80000000
[    5.212871] iwlwifi 0000:02:00.0: PCI dev 2526/0010, rev=0x321, rfid=0x105110
[    5.216352] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    5.217438] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.217441] usb usb2: Product: EHCI Host Controller
[    5.217442] usb usb2: Manufacturer: Linux 6.8.0-rc2-xps13-9343_2 ehci_hcd
[    5.217444] usb usb2: SerialNumber: 0000:00:1d.0
[    5.217608] hub 2-0:1.0: USB hub found
[    5.217618] hub 2-0:1.0: 2 ports detected
[    5.224048] iTCO_vendor_support: vendor-support=0
[    5.239102] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    5.239106] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.239108] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.239109] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.239110] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.239536] iwlwifi 0000:02:00.0: loaded firmware version 46.ff18e32a.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm
[    5.240550] input: DLL0665:01 06CB:76AD Mouse as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0665:01/0018:06CB:76AD.0001/input/input10
[    5.242811] iTCO_wdt iTCO_wdt.1.auto: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    5.256564] intel_rapl_common: Found RAPL domain package
[    5.256568] intel_rapl_common: Found RAPL domain core
[    5.256569] intel_rapl_common: Found RAPL domain uncore
[    5.256574] intel_rapl_common: Found RAPL domain dram
[    5.256581] intel_rapl_common: package-0:package:long_term locked by BIOS
[    5.256584] intel_rapl_common: package-0:package:short_term locked by BIOS
[    5.264308] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    5.265979] input: DLL0665:01 06CB:76AD Touchpad as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0665:01/0018:06CB:76AD.0001/input/input11
[    5.285225] cryptd: max_cpu_qlen set to 1000
[    5.304523] hid-generic 0018:06CB:76AD.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0665:01 06CB:76AD] on i2c-DLL0665:01
[    5.434310] AVX2 version of gcm_enc/dec engaged.
[    5.434352] AES CTR mode by8 optimization enabled
[    5.434808] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    5.435003] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.437346] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    5.450090] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    5.459715] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[    5.485768] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    5.505359] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3263: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.505366] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.505369] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.505372] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    5.505373] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    5.505376] snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x18
[    5.505378] snd_hda_codec_realtek hdaudioC1D0:      Headphone Mic=0x1a
[    5.505380] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    5.514464] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    5.514545] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    5.558621] iwlwifi 0000:02:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, REV=0x321
[    5.558808] thermal thermal_zone11: failed to read out thermal zone (-61)
[    5.590769] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[    5.591853] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[    5.598961] usb 1-3: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02
[    5.598968] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.611365] input: DLL0665:01 06CB:76AD Mouse as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0665:01/0018:06CB:76AD.0001/input/input18
[    5.611419] iwlwifi 0000:02:00.0: base HW address: 64:6e:e0:e7:81:4b, OTP minor version: 0x4
[    5.649875] input: DLL0665:01 06CB:76AD Touchpad as /devices/pci0000:00/INT3433:00/i2c-1/i2c-DLL0665:01/0018:06CB:76AD.0001/input/input19
[    5.651158] usb 2-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.03
[    5.652267] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.653710] hid-multitouch 0018:06CB:76AD.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0665:01 06CB:76AD] on i2c-DLL0665:01
[    5.655055] hub 2-1:1.0: USB hub found
[    5.656403] hub 2-1:1.0: 8 ports detected
[    5.677849] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.677974] iwlwifi 0000:02:00.0: WBRF is not supported
[    5.699107] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    5.753755] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    5.948826] usb 1-5: New USB device found, idVendor=0bda, idProduct=5682, bcdDevice=48.14
[    5.948832] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    5.948835] usb 1-5: Product: Integrated_Webcam_HD
[    5.948837] usb 1-5: Manufacturer: CKFEH41F301030020790
[    5.948838] usb 1-5: SerialNumber: 200901010001
[    6.604203] iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[    7.168042] mc: Linux media interface: v0.10
[    7.213636] videodev: Linux video capture interface: v2.00
[    7.255254] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5682)
[    7.283794] usbcore: registered new interface driver uvcvideo
[    7.313687] Bluetooth: Core ver 2.22
[    7.314337] NET: Registered PF_BLUETOOTH protocol family
[    7.315231] Bluetooth: HCI device and connection manager initialized
[    7.315823] Bluetooth: HCI socket layer initialized
[    7.316396] Bluetooth: L2CAP socket layer initialized
[    7.316980] Bluetooth: SCO socket layer initialized
[    7.340570] usbcore: registered new interface driver btusb
[    7.353685] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi
[    7.354805] Bluetooth: hci0: Boot Address: 0x40800
[    7.355794] Bluetooth: hci0: Firmware Version: 155-35.23
[    7.356778] Bluetooth: hci0: Firmware already loaded
[    7.359935] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    7.433652] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.434251] Bluetooth: BNEP filters: protocol multicast
[    7.434815] Bluetooth: BNEP socket layer initialized
[    7.439392] Bluetooth: MGMT ver 1.22
[    7.447718] NET: Registered PF_ALG protocol family
[    8.327861] Bluetooth: RFCOMM TTY layer initialized
[    8.327873] Bluetooth: RFCOMM socket layer initialized
[    8.327880] Bluetooth: RFCOMM ver 1.11
[   10.136289] rfkill: input handler disabled
[   10.452503] wlp2s0: 80 MHz not supported, disabling VHT
[   10.457335] wlp2s0: authenticate with 44:ce:7d:49:33:dc (local address=64:6e:e0:e7:81:4b)
[   10.458499] wlp2s0: send auth to 44:ce:7d:49:33:dc (try 1/3)
[   10.497646] wlp2s0: authenticated
[   10.501824] wlp2s0: associate with 44:ce:7d:49:33:dc (try 1/3)
[   10.505464] wlp2s0: RX AssocResp from 44:ce:7d:49:33:dc (capab=0x411 status=0 aid=5)
[   10.508817] wlp2s0: associated
[   10.578865] iwlwifi 0000:02:00.0: Unhandled alg: 0xc0400707
[   16.561605] systemd-journald[326]: /var/log/journal/ea69907a8a964ca4a69c2618bc01f315/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   17.038414] rfkill: input handler enabled
[   19.304591] warning: `gnome-shell' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   20.355648] rfkill: input handler disabled
[  415.715455] wlp2s0: deauthenticating from 44:ce:7d:49:33:dc by local choice (Reason: 3=DEAUTH_LEAVING)
[  420.782178] PM: suspend entry (deep)
[  420.793666] Filesystems sync: 0.011 seconds
[  420.803483] Freezing user space processes
[  420.805134] Freezing user space processes completed (elapsed 0.001 seconds)
[  420.805140] OOM killer disabled.
[  420.805141] Freezing remaining freezable tasks
[  420.806325] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[  420.806359] printk: Suspending console(s) (use no_console_suspend to debug)
[  420.829074] sd 3:0:0:0: [sda] Synchronizing SCSI cache
[  420.829170] ata4.00: Entering standby power mode
[  421.009166] psmouse serio1: Failed to disable mouse on isa0060/serio1
[  421.659885] ACPI: EC: interrupt blocked
[  421.733089] ACPI: PM: Preparing to enter system sleep state S3
[  421.735353] ACPI: EC: event blocked
[  421.735354] ACPI: EC: EC stopped
[  421.735354] ACPI: PM: Saving platform NVS memory
[  421.735450] Disabling non-boot CPUs ...
[  421.736771] smpboot: CPU 1 is now offline
[  421.738403] smpboot: CPU 2 is now offline
[  421.740367] smpboot: CPU 3 is now offline
[  421.743756] ACPI: PM: Low-level resume complete
[  421.743782] ACPI: EC: EC started
[  421.743782] ACPI: PM: Restoring platform NVS memory
[  421.744162] Enabling non-boot CPUs ...
[  421.744213] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  421.747823] CPU1 is up
[  421.747849] smpboot: Booting Node 0 Processor 2 APIC 0x1
[  421.748572] CPU2 is up
[  421.748589] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  421.749316] CPU3 is up
[  421.751037] ACPI: PM: Waking up from system sleep state S3
[  421.790860] ACPI: EC: interrupt unblocked
[  421.856498] ACPI: EC: event unblocked
[  422.076263] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[  422.124571] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[  422.171678] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  422.175721] ata4.00: configured for UDMA/133
[  422.236695] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
[  422.400562] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[  422.550240] OOM killer enabled.
[  422.550244] Restarting tasks ... 
[  422.550364] pci_bus 0000:01: Allocating resources
[  422.550378] pcieport 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[  422.550385] pcieport 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[  422.550395] pci_bus 0000:02: Allocating resources
[  422.550410] pcieport 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[  422.550415] pcieport 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[  422.550426] pcieport 0000:00:1c.0: bridge window [mem 0xdf800000-0xdf9fffff 64bit pref]: assigned
[  422.550431] pcieport 0000:00:1c.3: bridge window [mem 0xdfa00000-0xdfbfffff 64bit pref]: assigned
[  422.550436] pcieport 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
[  422.550441] pcieport 0000:00:1c.3: bridge window [io  0x3000-0x3fff]: assigned
[  422.551001] pci_bus 0000:01: Allocating resources
[  422.551015] pci_bus 0000:02: Allocating resources
[  422.552109] pci_bus 0000:01: Allocating resources
[  422.552132] pci_bus 0000:02: Allocating resources
[  422.559339] done.
[  422.559355] random: crng reseeded on system resumption
[  422.618255] PM: suspend exit
[  422.620186] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[  422.621042] Bluetooth: hci0: Device revision is 2
[  422.621049] Bluetooth: hci0: Secure boot is enabled
[  422.621052] Bluetooth: hci0: OTP lock is enabled
[  422.621054] Bluetooth: hci0: API lock is enabled
[  422.621056] Bluetooth: hci0: Debug lock is disabled
[  422.621058] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[  422.626545] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi
[  422.626648] Bluetooth: hci0: Boot Address: 0x40800
[  422.626652] Bluetooth: hci0: Firmware Version: 155-35.23
[  424.048237] Bluetooth: hci0: Waiting for firmware download to complete
[  424.049036] Bluetooth: hci0: Firmware loaded in 1389156 usecs
[  424.049065] Bluetooth: hci0: Waiting for device to boot
[  424.063084] Bluetooth: hci0: Device booted in 13712 usecs
[  424.069114] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-18-16-1.ddc
[  424.071132] Bluetooth: hci0: Applying Intel DDC parameters completed
[  424.072110] Bluetooth: hci0: Firmware revision 0.1 build 155 week 35 2023
[  424.074205] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[  424.130620] Bluetooth: MGMT ver 1.22
[  427.132151] wlp2s0: 80 MHz not supported, disabling VHT
[  427.137986] wlp2s0: authenticate with 44:ce:7d:49:33:dc (local address=64:6e:e0:e7:81:4b)
[  427.139126] wlp2s0: send auth to 44:ce:7d:49:33:dc (try 1/3)
[  427.178450] wlp2s0: authenticated
[  427.184240] wlp2s0: associate with 44:ce:7d:49:33:dc (try 1/3)
[  427.189736] wlp2s0: RX AssocResp from 44:ce:7d:49:33:dc (capab=0x411 status=0 aid=5)
[  427.193783] wlp2s0: associated
[  427.260392] iwlwifi 0000:02:00.0: Unhandled alg: 0xc0400707
[ 7041.960263] wlp2s0: deauthenticating from 44:ce:7d:49:33:dc by local choice (Reason: 3=DEAUTH_LEAVING)
[ 7047.033778] PM: suspend entry (deep)
[ 7047.044806] Filesystems sync: 0.011 seconds
[ 7047.168766] Freezing user space processes
[ 7047.177663] Freezing user space processes completed (elapsed 0.008 seconds)
[ 7047.177671] OOM killer disabled.
[ 7047.177672] Freezing remaining freezable tasks
[ 7047.178662] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[ 7047.178693] printk: Suspending console(s) (use no_console_suspend to debug)
[ 7047.202616] sd 3:0:0:0: [sda] Synchronizing SCSI cache
[ 7047.202805] ata4.00: Entering standby power mode
[ 7047.282907] ACPI: EC: interrupt blocked
[ 7047.306622] ACPI: PM: Preparing to enter system sleep state S3
[ 7047.312162] ACPI: EC: event blocked
[ 7047.312163] ACPI: EC: EC stopped
[ 7047.312163] ACPI: PM: Saving platform NVS memory
[ 7047.312267] Disabling non-boot CPUs ...
[ 7047.313848] smpboot: CPU 1 is now offline
[ 7047.315836] smpboot: CPU 2 is now offline
[ 7047.317733] smpboot: CPU 3 is now offline
[ 7047.321859] ACPI: PM: Low-level resume complete
[ 7047.321886] ACPI: EC: EC started
[ 7047.321887] ACPI: PM: Restoring platform NVS memory
[ 7047.322290] Enabling non-boot CPUs ...
[ 7047.322325] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 7047.325941] CPU1 is up
[ 7047.325970] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 7047.326685] CPU2 is up
[ 7047.326703] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 7047.327337] CPU3 is up
[ 7047.329060] ACPI: PM: Waking up from system sleep state S3
[ 7047.882216] ACPI: EC: interrupt unblocked
[ 7047.950181] ACPI: EC: event unblocked
[ 7048.218114] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[ 7048.281322] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 7048.285233] ata4.00: configured for UDMA/133
[ 7048.498064] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[ 7048.685662] OOM killer enabled.
[ 7048.685671] Restarting tasks ... 
[ 7048.686048] pci_bus 0000:01: Allocating resources
[ 7048.686090] pci_bus 0000:02: Allocating resources
[ 7048.686368] pci_bus 0000:01: Allocating resources
[ 7048.686383] pci_bus 0000:02: Allocating resources
[ 7048.686951] pci_bus 0000:01: Allocating resources
[ 7048.686966] pci_bus 0000:02: Allocating resources
[ 7048.690338] done.
[ 7048.690353] random: crng reseeded on system resumption
[ 7048.735609] PM: suspend exit
[ 7049.107552] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[ 7049.108550] Bluetooth: hci0: Device revision is 2
[ 7049.108554] Bluetooth: hci0: Secure boot is enabled
[ 7049.108556] Bluetooth: hci0: OTP lock is enabled
[ 7049.108558] Bluetooth: hci0: API lock is enabled
[ 7049.108560] Bluetooth: hci0: Debug lock is disabled
[ 7049.108562] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 7049.156709] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi
[ 7049.156804] Bluetooth: hci0: Boot Address: 0x40800
[ 7049.156808] Bluetooth: hci0: Firmware Version: 155-35.23
[ 7050.554250] Bluetooth: hci0: Waiting for firmware download to complete
[ 7050.554565] Bluetooth: hci0: Firmware loaded in 1365084 usecs
[ 7050.554611] Bluetooth: hci0: Waiting for device to boot
[ 7050.568643] Bluetooth: hci0: Device booted in 13718 usecs
[ 7050.568672] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-18-16-1.ddc
[ 7050.570658] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 7050.571625] Bluetooth: hci0: Firmware revision 0.1 build 155 week 35 2023
[ 7050.573595] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[ 7050.628912] Bluetooth: MGMT ver 1.22
[ 7053.492804] wlp2s0: 80 MHz not supported, disabling VHT
[ 7053.498657] wlp2s0: authenticate with 44:ce:7d:49:33:dc (local address=64:6e:e0:e7:81:4b)
[ 7053.499779] wlp2s0: send auth to 44:ce:7d:49:33:dc (try 1/3)
[ 7053.539104] wlp2s0: authenticated
[ 7053.541813] wlp2s0: associate with 44:ce:7d:49:33:dc (try 1/3)
[ 7053.545542] wlp2s0: RX AssocResp from 44:ce:7d:49:33:dc (capab=0x411 status=0 aid=7)
[ 7053.562606] wlp2s0: associated
[ 7053.623477] iwlwifi 0000:02:00.0: Unhandled alg: 0xc0400707

[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux