All of lore.kernel.org
 help / color / mirror / Atom feed
* iwlwifi devices disappear after suspend on kernel 5.17
@ 2022-04-18 11:36 Toke Høiland-Jørgensen
  2022-04-19  6:24 ` Coelho, Luciano
  0 siblings, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-18 11:36 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless

Hi Luca

I've started seeing issues with my iwlwifi interface going away after
suspend. I get errors like these in dmesg:

[104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason: 3=DEAUTH_LEAVING)
[104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
[104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19

And when the host comes back up, there is no connectivity. Restarting
iwd fixes the problem.

This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".

Any ideas? :)

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-18 11:36 iwlwifi devices disappear after suspend on kernel 5.17 Toke Høiland-Jørgensen
@ 2022-04-19  6:24 ` Coelho, Luciano
  2022-04-19  6:41   ` Grumbach, Emmanuel
  2022-04-19 11:19   ` Toke Høiland-Jørgensen
  0 siblings, 2 replies; 22+ messages in thread
From: Coelho, Luciano @ 2022-04-19  6:24 UTC (permalink / raw)
  To: toke, Grumbach, Emmanuel; +Cc: linux-wireless, Greenman, Gregory

On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> Hi Luca

Hi Toke,

> I've started seeing issues with my iwlwifi interface going away after
> suspend. I get errors like these in dmesg:
> 
> [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason: 3=DEAUTH_LEAVING)
> [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
> [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19
> 
> And when the host comes back up, there is no connectivity. Restarting
> iwd fixes the problem.
> 
> This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> 
> Any ideas? :)

This seems to be related to iwlmei, so I added Emmanuel to the thread.

Additionally, I'm not working with Intel's WiFi any more, so I also
CCed Gregory, who is the new iwlwifi maintainer.

--
Cheers,
Luca.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19  6:24 ` Coelho, Luciano
@ 2022-04-19  6:41   ` Grumbach, Emmanuel
  2022-04-19  6:56     ` Grumbach, Emmanuel
  2022-04-19 11:19   ` Toke Høiland-Jørgensen
  1 sibling, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-19  6:41 UTC (permalink / raw)
  To: toke, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory

Hi Toke,

On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
> On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > Hi Luca
> 
> Hi Toke,
> 
> > I've started seeing issues with my iwlwifi interface going away after
> > suspend. I get errors like these in dmesg:
> > 
> > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
> > 3=DEAUTH_LEAVING)
> > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from
> > CSME on HOST_GOES_DOWN message
> > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > 
> > And when the host comes back up, there is no connectivity. Restarting
> > iwd fixes the problem.
> > 
> > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > 
> > Any ideas? :)
> 
> This seems to be related to iwlmei, so I added Emmanuel to the thread.
> 

Can we have the full dmesg output?
What NIC / platform do you have?
Do you have AMT configured in the BIOS?
Did you enable wireless operation in AMT?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19  6:41   ` Grumbach, Emmanuel
@ 2022-04-19  6:56     ` Grumbach, Emmanuel
  2022-04-19 11:33       ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-19  6:56 UTC (permalink / raw)
  To: toke, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory

On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
> Hi Toke,
> 
> On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
> > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > > Hi Luca
> > 
> > Hi Toke,
> > 
> > > I've started seeing issues with my iwlwifi interface going away after
> > > suspend. I get errors like these in dmesg:
> > > 
> > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
> > > 3=DEAUTH_LEAVING)
> > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
> > > from
> > > CSME on HOST_GOES_DOWN message
> > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > 
> > > And when the host comes back up, there is no connectivity. Restarting
> > > iwd fixes the problem.
> > > 
> > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > > 
> > > Any ideas? :)
> > 
> > This seems to be related to iwlmei, so I added Emmanuel to the thread.
> > 
> 
> Can we have the full dmesg output?
> What NIC / platform do you have?
> Do you have AMT configured in the BIOS?
> Did you enable wireless operation in AMT?

Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19  6:24 ` Coelho, Luciano
  2022-04-19  6:41   ` Grumbach, Emmanuel
@ 2022-04-19 11:19   ` Toke Høiland-Jørgensen
  2022-04-19 14:59     ` Coelho, Luciano
  1 sibling, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-19 11:19 UTC (permalink / raw)
  To: Coelho, Luciano, Grumbach, Emmanuel; +Cc: linux-wireless, Greenman, Gregory

"Coelho, Luciano" <luciano.coelho@intel.com> writes:

> On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
>> Hi Luca
>
> Hi Toke,
>
>> I've started seeing issues with my iwlwifi interface going away after
>> suspend. I get errors like these in dmesg:
>> 
>> [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason: 3=DEAUTH_LEAVING)
>> [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
>> [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19
>> 
>> And when the host comes back up, there is no connectivity. Restarting
>> iwd fixes the problem.
>> 
>> This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
>> says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
>> 
>> Any ideas? :)
>
> This seems to be related to iwlmei, so I added Emmanuel to the thread.
>
> Additionally, I'm not working with Intel's WiFi any more, so I also
> CCed Gregory, who is the new iwlwifi maintainer.

Thanks for the forward! How about updating MAINTAINERS to reflect this? :)

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19  6:56     ` Grumbach, Emmanuel
@ 2022-04-19 11:33       ` Toke Høiland-Jørgensen
  2022-04-19 17:46         ` Grumbach, Emmanuel
  0 siblings, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-19 11:33 UTC (permalink / raw)
  To: Grumbach, Emmanuel, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory

"Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:

> On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
>> Hi Toke,
>> 
>> On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
>> > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
>> > > Hi Luca
>> > 
>> > Hi Toke,
>> > 
>> > > I've started seeing issues with my iwlwifi interface going away after
>> > > suspend. I get errors like these in dmesg:
>> > > 
>> > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
>> > > 3=DEAUTH_LEAVING)
>> > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
>> > > from
>> > > CSME on HOST_GOES_DOWN message
>> > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
>> > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
>> > > 
>> > > And when the host comes back up, there is no connectivity. Restarting
>> > > iwd fixes the problem.
>> > > 
>> > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
>> > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
>> > > 
>> > > Any ideas? :)
>> > 
>> > This seems to be related to iwlmei, so I added Emmanuel to the thread.
>> > 
>> 
>> Can we have the full dmesg output?
>> What NIC / platform do you have?
>> Do you have AMT configured in the BIOS?
>> Did you enable wireless operation in AMT?
>
> Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)

It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
"Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
connecting to the WiFi network, which produced the dmesg below.

-Toke

[    0.000000] Linux version 5.17.3-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu, 14 Apr 2022 01:18:36 +0000
[    0.000000] Command line: root=/dev/mapper/cryptroot rootflags=subvol=/root init=/usr/lib/systemd/systemd cryptdevice=/dev/disk/by-uuid/xxxx-xxxx-xxxx-xxxx-xxxxxx:cryptroot:allow-discards rw quiet
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008df6efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008df6f000-0x0000000092f2efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000092f2f000-0x0000000093b2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000093b2f000-0x0000000093bfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000093bff000-0x0000000093bfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000093c00000-0x0000000097ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099400000-0x00000000995fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099e00000-0x00000000a07fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: ACPI=0x93bfe000 ACPI 2.0=0x93bfe014 SMBIOS=0x8fcbc000 SMBIOS 3.0=0x8fcaf000 TPMFinalLog=0x93990000 MEMATTR=0x8a432018 ESRT=0x87ec1c18 RNG=0x8fe2eb18 TPMEventLog=0x6cb68018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20XXS3HC26/20XXS3HC26, BIOS N32ET75W (1.51 ) 12/02/2021
[    0.000000] tsc: Detected 3000.000 MHz processor
[    0.000000] tsc: Detected 2995.200 MHz TSC
[    0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000012] last_pfn = 0x85f800 max_arch_pfn = 0x400000000
[    0.000157] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001195] last_pfn = 0x93c00 max_arch_pfn = 0x400000000
[    0.011509] esrt: Reserving ESRT space from 0x0000000087ec1c18 to 0x0000000087ec1e30.
[    0.011524] e820: update [mem 0x87ec1000-0x87ec1fff] usable ==> reserved
[    0.011806] Using GB pages for direct mapping
[    0.011941] Secure boot enabled
[    0.011941] RAMDISK: [mem 0x65719000-0x6698bfff]
[    0.011945] ACPI: Early table checksum verification disabled
[    0.011949] ACPI: RSDP 0x0000000093BFE014 000024 (v02 LENOVO)
[    0.011953] ACPI: XSDT 0x0000000093BFC188 00012C (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011958] ACPI: FACP 0x000000008FC9D000 000114 (v06 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011964] ACPI: DSDT 0x000000008FC63000 0349A1 (v02 LENOVO ICL      00000002      01000013)
[    0.011967] ACPI: FACS 0x000000009396F000 000040
[    0.011970] ACPI: SSDT 0x000000008FD4A000 00255D (v02 LENOVO CpuSsdt  00003000 INTL 20191018)
[    0.011973] ACPI: SSDT 0x000000008FD49000 00059B (v02 LENOVO CtdpB    00001000 INTL 20191018)
[    0.011976] ACPI: SSDT 0x000000008FCCE000 00400C (v02 LENOVO DptfTabl 00001000 INTL 20191018)
[    0.011978] ACPI: SSDT 0x000000008FCA1000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20191018)
[    0.011981] ACPI: TPM2 0x000000008FCA0000 00004C (v04 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011984] ACPI: SSDT 0x000000008FC9F000 000564 (v02 LENOVO PerfTune 00001000 INTL 20191018)
[    0.011987] ACPI: ECDT 0x000000008FC9E000 000053 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011990] ACPI: HPET 0x000000008FC9C000 000038 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011992] ACPI: APIC 0x000000008FC9B000 00012C (v04 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.011995] ACPI: SSDT 0x000000008FC9A000 0000F2 (v02 LENOVO PID1Ssdt 00000010 INTL 20191018)
[    0.011998] ACPI: SSDT 0x000000008FC98000 0014F8 (v02 LENOVO ProjSsdt 00000010 INTL 20191018)
[    0.012001] ACPI: SSDT 0x000000008FC60000 0028C0 (v02 LENOVO TglU_Rvp 00001000 INTL 20191018)
[    0.012004] ACPI: NHLT 0x000000008FC5E000 001B80 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012006] ACPI: SSDT 0x000000008FC5A000 002CD7 (v02 LENOVO SaSsdt   00003000 INTL 20191018)
[    0.012009] ACPI: SSDT 0x000000008FC56000 003573 (v02 LENOVO IgfxSsdt 00003000 INTL 20191018)
[    0.012012] ACPI: SSDT 0x000000008FC4A000 00B339 (v02 LENOVO TcssSsdt 00001000 INTL 20191018)
[    0.012015] ACPI: LPIT 0x000000008FC48000 0000CC (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012018] ACPI: WSMT 0x000000008FC47000 000028 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012020] ACPI: SSDT 0x000000008FC46000 00012A (v02 LENOVO TbtTypeC 00000000 INTL 20191018)
[    0.012023] ACPI: DBGP 0x000000008FC45000 000034 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012026] ACPI: DBG2 0x000000008FC44000 000054 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012033] ACPI: POAT 0x000000008FC43000 000055 (v03 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012038] ACPI: SSDT 0x000000008FC2C000 000B9C (v02 LENOVO UsbCTabl 00001000 INTL 20191018)
[    0.012040] ACPI: BATB 0x000000008FC2B000 00004A (v02 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012043] ACPI: DMAR 0x000000008E429000 0000B8 (v02 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012046] ACPI: MCFG 0x000000008E427000 00003C (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012049] ACPI: SSDT 0x000000008E426000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20191018)
[    0.012052] ACPI: ASF! 0x000000008E425000 0000A0 (v32 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012054] ACPI: BGRT 0x000000008FC2D000 000038 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012058] ACPI: PTDT 0x000000008E424000 000986 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012060] ACPI: UEFI 0x00000000930C3000 00008A (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.012063] ACPI: FPDT 0x000000008E423000 000034 (v01 LENOVO TP-N32   00001510 PTEC 00001510)
[    0.012065] ACPI: Reserving FACP table memory at [mem 0x8fc9d000-0x8fc9d113]
[    0.012068] ACPI: Reserving DSDT table memory at [mem 0x8fc63000-0x8fc979a0]
[    0.012070] ACPI: Reserving FACS table memory at [mem 0x9396f000-0x9396f03f]
[    0.012072] ACPI: Reserving SSDT table memory at [mem 0x8fd4a000-0x8fd4c55c]
[    0.012074] ACPI: Reserving SSDT table memory at [mem 0x8fd49000-0x8fd4959a]
[    0.012076] ACPI: Reserving SSDT table memory at [mem 0x8fcce000-0x8fcd200b]
[    0.012077] ACPI: Reserving SSDT table memory at [mem 0x8fca1000-0x8fca160d]
[    0.012079] ACPI: Reserving TPM2 table memory at [mem 0x8fca0000-0x8fca004b]
[    0.012081] ACPI: Reserving SSDT table memory at [mem 0x8fc9f000-0x8fc9f563]
[    0.012083] ACPI: Reserving ECDT table memory at [mem 0x8fc9e000-0x8fc9e052]
[    0.012085] ACPI: Reserving HPET table memory at [mem 0x8fc9c000-0x8fc9c037]
[    0.012087] ACPI: Reserving APIC table memory at [mem 0x8fc9b000-0x8fc9b12b]
[    0.012089] ACPI: Reserving SSDT table memory at [mem 0x8fc9a000-0x8fc9a0f1]
[    0.012091] ACPI: Reserving SSDT table memory at [mem 0x8fc98000-0x8fc994f7]
[    0.012093] ACPI: Reserving SSDT table memory at [mem 0x8fc60000-0x8fc628bf]
[    0.012095] ACPI: Reserving NHLT table memory at [mem 0x8fc5e000-0x8fc5fb7f]
[    0.012097] ACPI: Reserving SSDT table memory at [mem 0x8fc5a000-0x8fc5ccd6]
[    0.012098] ACPI: Reserving SSDT table memory at [mem 0x8fc56000-0x8fc59572]
[    0.012100] ACPI: Reserving SSDT table memory at [mem 0x8fc4a000-0x8fc55338]
[    0.012102] ACPI: Reserving LPIT table memory at [mem 0x8fc48000-0x8fc480cb]
[    0.012104] ACPI: Reserving WSMT table memory at [mem 0x8fc47000-0x8fc47027]
[    0.012106] ACPI: Reserving SSDT table memory at [mem 0x8fc46000-0x8fc46129]
[    0.012108] ACPI: Reserving DBGP table memory at [mem 0x8fc45000-0x8fc45033]
[    0.012110] ACPI: Reserving DBG2 table memory at [mem 0x8fc44000-0x8fc44053]
[    0.012112] ACPI: Reserving POAT table memory at [mem 0x8fc43000-0x8fc43054]
[    0.012114] ACPI: Reserving SSDT table memory at [mem 0x8fc2c000-0x8fc2cb9b]
[    0.012116] ACPI: Reserving BATB table memory at [mem 0x8fc2b000-0x8fc2b049]
[    0.012118] ACPI: Reserving DMAR table memory at [mem 0x8e429000-0x8e4290b7]
[    0.012120] ACPI: Reserving MCFG table memory at [mem 0x8e427000-0x8e42703b]
[    0.012122] ACPI: Reserving SSDT table memory at [mem 0x8e426000-0x8e426143]
[    0.012124] ACPI: Reserving ASF! table memory at [mem 0x8e425000-0x8e42509f]
[    0.012126] ACPI: Reserving BGRT table memory at [mem 0x8fc2d000-0x8fc2d037]
[    0.012128] ACPI: Reserving PTDT table memory at [mem 0x8e424000-0x8e424985]
[    0.012130] ACPI: Reserving UEFI table memory at [mem 0x930c3000-0x930c3089]
[    0.012132] ACPI: Reserving FPDT table memory at [mem 0x8e423000-0x8e423033]
[    0.012661] No NUMA configuration found
[    0.012661] Faking a node at [mem 0x0000000000000000-0x000000085f7fffff]
[    0.012670] NODE_DATA(0) allocated [mem 0x85f7fc000-0x85f7fffff]
[    0.012716] Zone ranges:
[    0.012717]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012718]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012720]   Normal   [mem 0x0000000100000000-0x000000085f7fffff]
[    0.012721]   Device   empty
[    0.012722] Movable zone start for each node
[    0.012723] Early memory node ranges
[    0.012723]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.012724]   node   0: [mem 0x0000000000100000-0x000000008df6efff]
[    0.012725]   node   0: [mem 0x0000000093bff000-0x0000000093bfffff]
[    0.012726]   node   0: [mem 0x0000000100000000-0x000000085f7fffff]
[    0.012729] Initmem setup node 0 [mem 0x0000000000001000-0x000000085f7fffff]
[    0.012733] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.012758] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.016312] On node 0, zone DMA32: 23696 pages in unavailable ranges
[    0.056913] On node 0, zone Normal: 17408 pages in unavailable ranges
[    0.056928] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.056986] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[    0.058165] ACPI: PM-Timer IO Port: 0x1808
[    0.058171] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.058173] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.058174] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.058174] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.058175] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.058176] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.058176] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.058177] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.058177] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.058178] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.058178] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.058179] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.058179] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.058180] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.058181] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.058181] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.058300] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.058303] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.058304] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.058308] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.058309] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.058331] e820: update [mem 0x88e80000-0x88f10fff] usable ==> reserved
[    0.058338] TSC deadline timer available
[    0.058338] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.058369] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.058372] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.058375] PM: hibernation: Registered nosave memory: [mem 0x87ec1000-0x87ec1fff]
[    0.058378] PM: hibernation: Registered nosave memory: [mem 0x88e80000-0x88f10fff]
[    0.058380] PM: hibernation: Registered nosave memory: [mem 0x8df6f000-0x92f2efff]
[    0.058381] PM: hibernation: Registered nosave memory: [mem 0x92f2f000-0x93b2efff]
[    0.058382] PM: hibernation: Registered nosave memory: [mem 0x93b2f000-0x93bfefff]
[    0.058384] PM: hibernation: Registered nosave memory: [mem 0x93c00000-0x97ffffff]
[    0.058385] PM: hibernation: Registered nosave memory: [mem 0x98000000-0x993fffff]
[    0.058385] PM: hibernation: Registered nosave memory: [mem 0x99400000-0x995fffff]
[    0.058386] PM: hibernation: Registered nosave memory: [mem 0x99600000-0x99dfffff]
[    0.058387] PM: hibernation: Registered nosave memory: [mem 0x99e00000-0xa07fffff]
[    0.058387] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xbfffffff]
[    0.058388] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.058388] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
[    0.058389] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.058390] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[    0.058391] [mem 0xd0000000-0xfed1ffff] available for PCI devices
[    0.058392] Booting paravirtualized kernel on bare hardware
[    0.058394] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.063525] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.063735] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.063745] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.063748] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.063777] Fallback order for Node 0: 0 
[    0.063780] Built 1 zonelists, mobility grouping on.  Total pages: 8182546
[    0.063781] Policy zone: Normal
[    0.063782] Kernel command line: root=/dev/mapper/cryptroot rootflags=subvol=/root init=/usr/lib/systemd/systemd cryptdevice=/dev/disk/by-uuid/xxxx-xxxx-xxxx-xxxx-xxxx:cryptroot:allow-discards rw quiet
[    0.063831] Unknown kernel command line parameters "cryptdevice=/dev/disk/by-uuid/xxxx-xxxx-xxxx-xxxx-xxxx:cryptroot:allow-discards", will be passed to user space.
[    0.065069] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.065638] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.065794] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.124880] Memory: 32440388K/33250360K available (14343K kernel code, 2092K rwdata, 10936K rodata, 1792K init, 3852K bss, 809712K reserved, 0K cma-reserved)
[    0.124884] random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=1
[    0.124976] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.124985] ftrace: allocating 44931 entries in 176 pages
[    0.132205] ftrace: allocated 176 pages with 3 groups
[    0.132275] Dynamic Preempt: full
[    0.132303] rcu: Preemptible hierarchical RCU implementation.
[    0.132303] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.132304] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.132305] 	Trampoline variant of Tasks RCU enabled.
[    0.132306] 	Rude variant of Tasks RCU enabled.
[    0.132306] 	Tracing variant of Tasks RCU enabled.
[    0.132307] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.132308] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.135937] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.136890] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.136971] random: crng init done (trusting CPU's manufacturer)
[    0.137004] Console: colour dummy device 80x25
[    0.137016] printk: console [tty0] enabled
[    0.137033] ACPI: Core revision 20211217
[    0.137288] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.137289] APIC: Switch to symmetric I/O mode setup
[    0.137290] DMAR: Host address width 39
[    0.137291] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.137296] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.137298] DMAR: DRHD base: 0x000000fed85000 flags: 0x0
[    0.137302] DMAR: dmar1: reg_base_addr fed85000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.137304] DMAR: DRHD base: 0x000000fed86000 flags: 0x0
[    0.137307] DMAR: dmar2: reg_base_addr fed86000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.137309] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.137314] DMAR: dmar3: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.137315] DMAR: RMRR base: 0x0000009c000000 end: 0x000000a07fffff
[    0.137318] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 3
[    0.137319] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.137320] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.143124] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.143126] x2apic enabled
[    0.143196] Switched APIC routing to cluster x2apic.
[    0.157724] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.157730] Calibrating delay loop (skipped), value calculated using timer frequency.. 5992.00 BogoMIPS (lpj=9984000)
[    0.157732] pid_max: default: 32768 minimum: 301
[    0.161061] LSM: Security Framework initializing
[    0.161061] landlock: Up and running.
[    0.161061] Yama: becoming mindful.
[    0.161061] LSM support for eBPF active
[    0.161061] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.161061] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.161061] x86/tme: not enabled by BIOS
[    0.161061] CPU0: Thermal monitoring enabled (TM1)
[    0.161061] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.161061] process: using mwait in idle threads
[    0.161061] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.161061] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.161061] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.161061] Spectre V2 : Mitigation: Enhanced IBRS
[    0.161061] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.161061] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.161061] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.161061] Freeing SMP alternatives memory: 36K
[    0.161061] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1467
[    0.161061] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.161061] cblist_init_generic: Setting adjustable number of callback queues.
[    0.161061] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.161061] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.161061] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.161061] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.161061] ... version:                5
[    0.161061] ... bit width:              48
[    0.161061] ... generic registers:      8
[    0.161061] ... value mask:             0000ffffffffffff
[    0.161061] ... max period:             00007fffffffffff
[    0.161061] ... fixed-purpose events:   4
[    0.161061] ... event mask:             0001000f000000ff
[    0.161061] rcu: Hierarchical SRCU implementation.
[    0.161061] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.161061] smp: Bringing up secondary CPUs ...
[    0.161061] x86: Booting SMP configuration:
[    0.161061] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.175082] smp: Brought up 1 node, 8 CPUs
[    0.175082] smpboot: Max logical packages: 1
[    0.175082] smpboot: Total of 8 processors activated (47942.00 BogoMIPS)
[    0.178942] devtmpfs: initialized
[    0.178942] x86/mm: Memory block size: 128MB
[    0.179003] ACPI: PM: Registering ACPI NVS region [mem 0x92f2f000-0x93b2efff] (12582912 bytes)
[    0.179003] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.179003] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.179003] pinctrl core: initialized pinctrl subsystem
[    0.181063] PM: RTC time: 11:20:36, date: 2022-04-19
[    0.181169] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.181558] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.181877] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.182213] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.182226] audit: initializing netlink subsys (disabled)
[    0.182232] audit: type=2000 audit(1650367235.023:1): state=initialized audit_enabled=0 res=1
[    0.182232] thermal_sys: Registered thermal governor 'fair_share'
[    0.182232] thermal_sys: Registered thermal governor 'bang_bang'
[    0.182232] thermal_sys: Registered thermal governor 'step_wise'
[    0.182232] thermal_sys: Registered thermal governor 'user_space'
[    0.182232] thermal_sys: Registered thermal governor 'power_allocator'
[    0.182232] cpuidle: using governor ladder
[    0.182232] cpuidle: using governor menu
[    0.182232] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
[    0.182232] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.182232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.182232] PCI: MMCONFIG for domain 0000 [bus 00-79] at [mem 0xc0000000-0xc79fffff] (base 0xc0000000)
[    0.182232] PCI: MMCONFIG at [mem 0xc0000000-0xc79fffff] reserved in E820
[    0.182232] PCI: Using configuration type 1 for base access
[    0.182232] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.182232] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.184413] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[    0.184413] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.184413] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.184472] ACPI: Added _OSI(Module Device)
[    0.184473] ACPI: Added _OSI(Processor Device)
[    0.184474] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.184474] ACPI: Added _OSI(Processor Aggregator Device)
[    0.184475] ACPI: Added _OSI(Linux-Dell-Video)
[    0.184476] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.184477] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.259925] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.270678] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.271931] ACPI: EC: EC started
[    0.271932] ACPI: EC: interrupt blocked
[    0.273178] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.273179] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.290169] ACPI: Dynamic OEM Table Load:
[    0.290176] ACPI: SSDT 0xFFFF95F88027AE00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.290833] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.291488] ACPI: Dynamic OEM Table Load:
[    0.291493] ACPI: SSDT 0xFFFF95F881875800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.292257] ACPI: Dynamic OEM Table Load:
[    0.292262] ACPI: SSDT 0xFFFF95F881883000 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.293082] ACPI: Dynamic OEM Table Load:
[    0.293086] ACPI: SSDT 0xFFFF95F881874000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.293971] ACPI: Dynamic OEM Table Load:
[    0.293976] ACPI: SSDT 0xFFFF95F88012B000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.294838] ACPI: Dynamic OEM Table Load:
[    0.294842] ACPI: SSDT 0xFFFF95F881884800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.295623] ACPI: Dynamic OEM Table Load:
[    0.295626] ACPI: SSDT 0xFFFF95F881881800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.296410] ACPI: Dynamic OEM Table Load:
[    0.296414] ACPI: SSDT 0xFFFF95F881883800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.299211] ACPI: Interpreter enabled
[    0.299254] ACPI: PM: (supports S0 S4 S5)
[    0.299254] ACPI: Using IOAPIC for interrupt routing
[    0.299284] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.299697] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.300472] ACPI: PM: Power Resource [PXP]
[    0.302598] ACPI: PM: Power Resource [PUBS]
[    0.306091] ACPI: PM: Power Resource [BTPR]
[    0.307109] ACPI: PM: Power Resource [PXP]
[    0.307330] ACPI: PM: Power Resource [MRST]
[    0.307341] ACPI: PM: Power Resource [DRST]
[    0.308141] ACPI: PM: Power Resource [PXP]
[    0.312470] ACPI: PM: Power Resource [V0PR]
[    0.312561] ACPI: PM: Power Resource [V1PR]
[    0.312649] ACPI: PM: Power Resource [V2PR]
[    0.314415] ACPI: PM: Power Resource [WRST]
[    0.314575] ACPI: PM: Power Resource [TBT0]
[    0.314602] ACPI: PM: Power Resource [TBT1]
[    0.314625] ACPI: PM: Power Resource [D3C]
[    0.549528] ACPI: PM: Power Resource [PIN]
[    0.549541] ACPI: PM: Power Resource [PINP]
[    0.549879] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-79])
[    0.549883] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.554324] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.562813] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[    0.562814] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.566551] PCI host bridge to bus 0000:00
[    0.566552] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.566553] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.566554] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.566555] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[    0.566556] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.566557] pci_bus 0000:00: root bus resource [bus 00-79]
[    0.566621] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.566916] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.566923] pci 0000:00:02.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[    0.566927] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x401fffffff 64bit pref]
[    0.566931] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.566943] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.566944] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.566946] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.566969] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.566970] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.566973] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.566974] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.567111] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.567126] pci 0000:00:04.0: reg 0x10: [mem 0x603d180000-0x603d19ffff 64bit]
[    0.567460] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.567528] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.567554] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.568077] pci 0000:00:07.0: [8086:9a25] type 01 class 0x060400
[    0.568143] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.568165] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[    0.568743] pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400
[    0.568808] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.568830] pci 0000:00:07.2: DPC: RP PIO log size 0 is invalid
[    0.569463] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.569470] pci 0000:00:08.0: reg 0x10: [mem 0x603d1da000-0x603d1dafff 64bit]
[    0.569560] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.569567] pci 0000:00:0a.0: reg 0x10: [mem 0x603d1c0000-0x603d1c7fff 64bit]
[    0.569586] pci 0000:00:0a.0: enabling Extended Tags
[    0.569684] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.569695] pci 0000:00:0d.0: reg 0x10: [mem 0x603d1b0000-0x603d1bffff 64bit]
[    0.569746] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.570060] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.570070] pci 0000:00:0d.2: reg 0x10: [mem 0x603d140000-0x603d17ffff 64bit]
[    0.570077] pci 0000:00:0d.2: reg 0x18: [mem 0x603d1d9000-0x603d1d9fff 64bit]
[    0.570109] pci 0000:00:0d.2: supports D1 D2
[    0.570109] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.570203] pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340
[    0.570213] pci 0000:00:0d.3: reg 0x10: [mem 0x603d100000-0x603d13ffff 64bit]
[    0.570220] pci 0000:00:0d.3: reg 0x18: [mem 0x603d1d8000-0x603d1d8fff 64bit]
[    0.570251] pci 0000:00:0d.3: supports D1 D2
[    0.570252] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.570521] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.570542] pci 0000:00:14.0: reg 0x10: [mem 0x603d1a0000-0x603d1affff 64bit]
[    0.570645] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.570966] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.570986] pci 0000:00:14.2: reg 0x10: [mem 0x603d1d0000-0x603d1d3fff 64bit]
[    0.570999] pci 0000:00:14.2: reg 0x18: [mem 0x603d1d7000-0x603d1d7fff 64bit]
[    0.571505] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[    0.571862] pci 0000:00:14.3: reg 0x10: [mem 0x603d1cc000-0x603d1cffff 64bit]
[    0.573724] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.575200] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.576083] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.579963] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.579986] pci 0000:00:16.0: reg 0x10: [mem 0x603d1d5000-0x603d1d5fff 64bit]
[    0.580080] pci 0000:00:16.0: PME# supported from D3hot
[    0.580583] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.580999] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
[    0.581067] pci 0000:00:1f.3: reg 0x10: [mem 0x603d1c8000-0x603d1cbfff 64bit]
[    0.581164] pci 0000:00:1f.3: reg 0x20: [mem 0x603d000000-0x603d0fffff 64bit]
[    0.581334] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.581652] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.581678] pci 0000:00:1f.4: reg 0x10: [mem 0x603d1d4000-0x603d1d40ff 64bit]
[    0.581704] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.582029] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.582047] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.582568] pci 0000:04:00.0: [1bb1:5018] type 00 class 0x010802
[    0.582609] pci 0000:04:00.0: reg 0x10: [mem 0xbc200000-0xbc203fff 64bit]
[    0.583487] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.583490] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.583520] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.583523] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.583526] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.583552] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.583556] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.583559] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.598231] ACPI: EC: interrupt unblocked
[    0.598232] ACPI: EC: event unblocked
[    0.598261] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.598262] ACPI: EC: GPE=0x6e
[    0.598262] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[    0.598263] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.598309] iommu: Default domain type: Translated 
[    0.598310] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.598318] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.598318] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.598318] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.598318] vgaarb: loaded
[    0.598318] SCSI subsystem initialized
[    0.598318] libata version 3.00 loaded.
[    0.598318] ACPI: bus type USB registered
[    0.598318] usbcore: registered new interface driver usbfs
[    0.598318] usbcore: registered new interface driver hub
[    0.598318] usbcore: registered new device driver usb
[    0.598318] pps_core: LinuxPPS API ver. 1 registered
[    0.598318] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.598318] PTP clock support registered
[    0.598318] EDAC MC: Ver: 3.0.0
[    0.598341] Registered efivars operations
[    0.598341] NetLabel: Initializing
[    0.598341] NetLabel:  domain hash size = 128
[    0.598341] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.598341] NetLabel:  unlabeled traffic allowed by default
[    0.598341] mctp: management component transport protocol core
[    0.598341] NET: Registered PF_MCTP protocol family
[    0.598341] PCI: Using ACPI for IRQ routing
[    0.620928] PCI: pci_cache_line_size set to 64 bytes
[    0.621221] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.621689] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.621690] e820: reserve RAM buffer [mem 0x87ec1000-0x87ffffff]
[    0.621690] e820: reserve RAM buffer [mem 0x88e80000-0x8bffffff]
[    0.621691] e820: reserve RAM buffer [mem 0x8df6f000-0x8fffffff]
[    0.621691] e820: reserve RAM buffer [mem 0x93c00000-0x93ffffff]
[    0.621692] e820: reserve RAM buffer [mem 0x85f800000-0x85fffffff]
[    0.621882] clocksource: Switched to clocksource tsc-early
[    0.625453] VFS: Disk quotas dquot_6.6.0
[    0.625460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.625510] pnp: PnP ACPI init
[    0.627704] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.627706] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.627795] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.627829] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.627849] system 00:04: [io  0x1800-0x189f] could not be reserved
[    0.627850] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.627851] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.627852] system 00:04: [io  0x0900-0x097f] has been reserved
[    0.627852] system 00:04: [io  0x0980-0x09ff] has been reserved
[    0.627853] system 00:04: [io  0x0a00-0x0a7f] has been reserved
[    0.627854] system 00:04: [io  0x0a80-0x0aff] has been reserved
[    0.627854] system 00:04: [io  0x0b00-0x0b7f] has been reserved
[    0.627855] system 00:04: [io  0x0b80-0x0bff] has been reserved
[    0.627856] system 00:04: [io  0x15e0-0x15ef] has been reserved
[    0.627856] system 00:04: [io  0x1600-0x167f] could not be reserved
[    0.627857] system 00:04: [io  0x1640-0x165f] could not be reserved
[    0.627859] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.627860] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.627861] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.627862] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.627862] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.627863] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.628399] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.628410] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.628411] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.628412] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.628413] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.628414] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.628415] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.628416] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.628802] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    0.628803] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.628804] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.628805] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.628806] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.628807] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.628808] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.628809] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.628810] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.628810] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.629029] system 00:07: [io  0x2000-0x20fe] has been reserved
[    0.629398] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.629399] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.629400] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.629401] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.629402] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629403] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629404] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629405] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629406] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629407] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629408] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629409] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629409] pnp 00:09: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.629410] pnp 00:09: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629411] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629412] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629413] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629414] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629415] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629415] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629416] pnp 00:09: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629417] pnp 00:09: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.629426] system 00:09: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.629427] system 00:09: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.629643] pnp: PnP ACPI: found 10 devices
[    0.634710] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.634740] NET: Registered PF_INET protocol family
[    0.634896] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.635846] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.636025] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.636257] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.636292] TCP: Hash tables configured (established 262144 bind 65536)
[    0.636396] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.636486] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.636548] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.636595] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.636599] NET: Registered PF_XDP protocol family
[    0.636603] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 1000
[    0.636606] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
[    0.636612] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.636615] pci 0000:00:02.0: BAR 7: assigned [mem 0x4100000000-0x4106ffffff 64bit]
[    0.636618] pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.636619] pci 0000:00:07.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.636620] pci 0000:00:15.0: BAR 0: assigned [mem 0x4107000000-0x4107000fff 64bit]
[    0.637049] pci 0000:00:1f.5: BAR 0: assigned [mem 0xa0800000-0xa0800fff]
[    0.637077] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.637083] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.637091] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.637093] pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.637095] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.637097] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.637101] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.637102] pci 0000:00:07.2:   bridge window [io  0x5000-0x5fff]
[    0.637104] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.637106] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.637111] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.637111] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.637112] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.637113] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[    0.637113] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.637114] pci_bus 0000:04: resource 1 [mem 0xbc200000-0xbc2fffff]
[    0.637115] pci_bus 0000:20: resource 0 [io  0x4000-0x4fff]
[    0.637116] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[    0.637116] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.637117] pci_bus 0000:50: resource 0 [io  0x5000-0x5fff]
[    0.637118] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[    0.637118] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.638019] PCI: CLS 0 bytes, default 64
[    0.638026] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.638034] DMAR: No ATSR found
[    0.638034] DMAR: No SATC found
[    0.638035] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.638036] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.638037] DMAR: IOMMU feature nwfs inconsistent
[    0.638037] DMAR: IOMMU feature dit inconsistent
[    0.638037] DMAR: IOMMU feature sc_support inconsistent
[    0.638038] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.638038] DMAR: dmar2: Using Queued invalidation
[    0.638041] DMAR: dmar1: Using Queued invalidation
[    0.638043] DMAR: dmar0: Using Queued invalidation
[    0.638044] DMAR: dmar3: Using Queued invalidation
[    0.638070] Trying to unpack rootfs image as initramfs...
[    0.638165] pci 0000:00:00.0: Adding to iommu group 0
[    0.638170] pci 0000:00:02.0: Adding to iommu group 1
[    0.638176] pci 0000:00:04.0: Adding to iommu group 2
[    0.638186] pci 0000:00:06.0: Adding to iommu group 3
[    0.638192] pci 0000:00:07.0: Adding to iommu group 4
[    0.638198] pci 0000:00:07.2: Adding to iommu group 5
[    0.638203] pci 0000:00:08.0: Adding to iommu group 6
[    0.638208] pci 0000:00:0a.0: Adding to iommu group 7
[    0.638216] pci 0000:00:0d.0: Adding to iommu group 8
[    0.638221] pci 0000:00:0d.2: Adding to iommu group 8
[    0.638225] pci 0000:00:0d.3: Adding to iommu group 8
[    0.638233] pci 0000:00:14.0: Adding to iommu group 9
[    0.638237] pci 0000:00:14.2: Adding to iommu group 9
[    0.638242] pci 0000:00:14.3: Adding to iommu group 10
[    0.638247] pci 0000:00:15.0: Adding to iommu group 11
[    0.638254] pci 0000:00:16.0: Adding to iommu group 12
[    0.638263] pci 0000:00:1f.0: Adding to iommu group 13
[    0.638268] pci 0000:00:1f.3: Adding to iommu group 13
[    0.638273] pci 0000:00:1f.4: Adding to iommu group 13
[    0.638278] pci 0000:00:1f.5: Adding to iommu group 13
[    0.638287] pci 0000:04:00.0: Adding to iommu group 14
[    0.638379] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.638380] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.638381] software IO TLB: mapped [mem 0x0000000083ce2000-0x0000000087ce2000] (64MB)
[    0.638403] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.638436] clocksource: Switched to clocksource tsc
[    0.638449] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.644949] Initialise system trusted keyrings
[    0.644956] Key type blacklist registered
[    0.644985] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.645555] zbud: loaded
[    0.651949] Key type asymmetric registered
[    0.651951] Asymmetric key parser 'x509' registered
[    0.682763] Freeing initrd memory: 18892K
[    0.684030] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.684038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.684055] io scheduler mq-deadline registered
[    0.684055] io scheduler kyber registered
[    0.684066] io scheduler bfq registered
[    0.809476] pcieport 0000:00:06.0: PME: Signaling with IRQ 124
[    0.809884] pcieport 0000:00:07.0: PME: Signaling with IRQ 125
[    0.809917] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.810386] pcieport 0000:00:07.2: PME: Signaling with IRQ 126
[    0.810413] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.810599] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.811111] Monitor-Mwait will be used to enter C-1 state
[    0.811118] Monitor-Mwait will be used to enter C-2 state
[    0.811123] Monitor-Mwait will be used to enter C-3 state
[    0.811127] ACPI: \_SB_.PR00: Found 3 idle states
[    0.812700] ACPI: AC: AC Adapter [AC] (off-line)
[    0.812803] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.814530] ACPI: button: Sleep Button [SLPB]
[    0.814611] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.817807] ACPI: button: Lid Switch [LID]
[    0.817848] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.817872] ACPI: button: Power Button [PWRB]
[    0.818211] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1467
[    0.833954] thermal LNXTHERM:00: registered as thermal_zone0
[    0.833956] ACPI: thermal: Thermal Zone [THM0] (51 C)
[    0.834069] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.835070] hpet_acpi_add: no address or irqs in _CRS
[    0.835090] Non-volatile memory driver v1.3
[    0.835090] Linux agpgart interface v0.103
[    0.835091] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.835669] ACPI: bus type drm_connector registered
[    0.837049] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.837051] ehci-pci: EHCI PCI platform driver
[    0.837054] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.837055] ohci-pci: OHCI PCI platform driver
[    0.837058] uhci_hcd: USB Universal Host Controller Interface driver
[    0.837076] usbcore: registered new interface driver usbserial_generic
[    0.837078] usbserial: USB Serial support registered for generic
[    0.837255] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.839385] rtc_cmos rtc_cmos: registered as rtc0
[    0.839837] rtc_cmos rtc_cmos: setting system clock to 2022-04-19T11:20:36 UTC (1650367236)
[    0.839844] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.840418] intel_pstate: Intel P-state driver initializing
[    0.842028] intel_pstate: HWP enabled
[    0.842881] ledtrig-cpu: registered to indicate activity on CPUs
[    0.843028] efifb: probing for efifb
[    0.843040] efifb: showing boot graphics
[    0.844603] efifb: framebuffer at 0x4000000000, using 9000k, total 9000k
[    0.844604] efifb: mode is 1920x1200x32, linelength=7680, pages=1
[    0.844605] efifb: scrolling: redraw
[    0.844605] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.844625] fbcon: Deferring console take-over
[    0.844626] fb0: EFI VGA frame buffer device
[    0.844654] hid: raw HID events driver (C) Jiri Kosina
[    0.844728] intel_pmc_core INT33A1:00:  initialized
[    0.844758] drop_monitor: Initializing network drop monitor service
[    0.844793] Initializing XFRM netlink socket
[    0.844841] NET: Registered PF_INET6 protocol family
[    0.848302] Segment Routing with IPv6
[    0.848303] RPL Segment Routing with IPv6
[    0.848308] In-situ OAM (IOAM) with IPv6
[    0.848329] NET: Registered PF_PACKET protocol family
[    0.849351] microcode: sig=0x806c1, pf=0x80, revision=0x9a
[    0.850363] microcode: Microcode Update Driver: v2.2.
[    0.852967] resctrl: L2 allocation detected
[    0.852972] IPI shorthand broadcast: enabled
[    0.852979] sched_clock: Marking stable (831691890, 20948342)->(869420930, -16780698)
[    0.858090] registered taskstats version 1
[    0.859247] Loading compiled-in X.509 certificates
[    0.861118] Loaded X.509 cert 'Build time autogenerated kernel key: e41b103d992e7165164c88f6deb03f61f089d7db'
[    0.861465] zswap: loaded using pool lz4/z3fold
[    0.861859] Key type ._fscrypt registered
[    0.861860] Key type .fscrypt registered
[    0.861860] Key type fscrypt-provisioning registered
[    0.864611] PM:   Magic number: 2:851:327
[    0.864831] RAS: Correctable Errors collector initialized.
[    0.969790] ACPI: battery: Slot [BAT0] (battery present)
[    0.977323] Freeing unused decrypted memory: 2036K
[    0.977694] Freeing unused kernel image (initmem) memory: 1792K
[    0.977695] Write protecting the kernel read-only data: 28672k
[    0.978176] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.978500] Freeing unused kernel image (rodata/data gap) memory: 1352K
[    0.984002] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.984005] rodata_test: all tests were successful
[    0.984008] Run /init as init process
[    0.984009]   with arguments:
[    0.984009]     /init
[    0.984010]   with environment:
[    0.984010]     HOME=/
[    0.984010]     TERM=linux
[    0.984011]     cryptdevice=/dev/disk/by-uuid/xxxx-xxxx-xxxx-xxxx-xxxx:cryptroot:allow-discards
[    1.069379] systemd[1]: systemd 250.4-2-arch 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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.084650] systemd[1]: Detected architecture x86-64.
[    1.084655] systemd[1]: Running in initial RAM disk.
[    1.084718] systemd[1]: Initializing machine ID from random generator.
[    1.101742] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.102523] systemd[1]: Created slice Slice /system/systemd-cryptsetup.
[    1.102565] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.102586] systemd[1]: Reached target Local File Systems.
[    1.102591] systemd[1]: Reached target Path Units.
[    1.102597] systemd[1]: Reached target Slice Units.
[    1.102603] systemd[1]: Reached target Swaps.
[    1.102610] systemd[1]: Reached target Timer Units.
[    1.102664] systemd[1]: Listening on Journal Audit Socket.
[    1.102700] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.102733] systemd[1]: Listening on Journal Socket.
[    1.102768] systemd[1]: Listening on udev Control Socket.
[    1.102788] systemd[1]: Listening on udev Kernel Socket.
[    1.102796] systemd[1]: Reached target Socket Units.
[    1.103097] systemd[1]: Starting Create List of Static Device Nodes...
[    1.103769] systemd[1]: Starting Journal Service...
[    1.104076] systemd[1]: Starting Load Kernel Modules...
[    1.104371] systemd[1]: Starting Coldplug All udev Devices...
[    1.104595] systemd[1]: Finished Create List of Static Device Nodes.
[    1.104964] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.106003] systemd[1]: Finished Load Kernel Modules.
[    1.106855] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.107442] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    1.114042] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.114079] audit: type=1130 audit(1650367236.769:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.122524] systemd[1]: Started Journal Service.
[    1.122557] audit: type=1130 audit(1650367236.779:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.145272] audit: type=1130 audit(1650367236.803:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
[    1.149500] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.149811] i8042: Warning: Keylock active
[    1.151563] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.151574] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.163158] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.163165] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.164234] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.164401] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.164403] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164405] usb usb1: Product: xHCI Host Controller
[    1.164406] usb usb1: Manufacturer: Linux 5.17.3-arch1-1 xhci-hcd
[    1.164407] usb usb1: SerialNumber: 0000:00:0d.0
[    1.165714] hub 1-0:1.0: USB hub found
[    1.165723] hub 1-0:1.0: 1 port detected
[    1.166151] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.166153] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.166156] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.166190] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.166192] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.166193] usb usb2: Product: xHCI Host Controller
[    1.166194] usb usb2: Manufacturer: Linux 5.17.3-arch1-1 xhci-hcd
[    1.166195] usb usb2: SerialNumber: 0000:00:0d.0
[    1.167451] hub 2-0:1.0: USB hub found
[    1.167461] hub 2-0:1.0: 4 ports detected
[    1.168561] usb: port power management may be unreliable
[    1.168874] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.168878] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.170057] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    1.170337] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
[    1.170340] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.170342] usb usb3: Product: xHCI Host Controller
[    1.170343] usb usb3: Manufacturer: Linux 5.17.3-arch1-1 xhci-hcd
[    1.170344] usb usb3: SerialNumber: 0000:00:14.0
[    1.170455] hub 3-0:1.0: USB hub found
[    1.170494] hub 3-0:1.0: 12 ports detected
[    1.171386] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.171478] nvme nvme0: pci function 0000:04:00.0
[    1.172289] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.172292] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.172293] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.172354] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
[    1.172355] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.172356] usb usb4: Product: xHCI Host Controller
[    1.172357] usb usb4: Manufacturer: Linux 5.17.3-arch1-1 xhci-hcd
[    1.172358] usb usb4: SerialNumber: 0000:00:14.0
[    1.172410] hub 4-0:1.0: USB hub found
[    1.172440] hub 4-0:1.0: 4 ports detected
[    1.172859] cryptd: max_cpu_qlen set to 1000
[    1.176611] nvme nvme0: missing or invalid SUBNQN field.
[    1.176639] nvme nvme0: Shutdown timeout set to 10 seconds
[    1.178486] nvme nvme0: 8/0/0 default/read/poll queues
[    1.178523] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    1.180007]  nvme0n1: p1 p2
[    1.188736] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.190726] AVX2 version of gcm_enc/dec engaged.
[    1.190759] AES CTR mode by8 optimization enabled
[    1.316020] device-mapper: uevent: version 1.0.3
[    1.316154] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    1.424416] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.566969] usb 3-3: New USB device found, idVendor=06cb, idProduct=00fc, bcdDevice= 0.00
[    1.566977] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.566980] usb 3-3: SerialNumber: 7b571cd95cd2
[    1.691087] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.834296] usb 3-4: New USB device found, idVendor=04f2, idProduct=b6ea, bcdDevice=62.18
[    1.834301] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.834302] usb 3-4: Product: Integrated Camera
[    1.834303] usb 3-4: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.834304] usb 3-4: SerialNumber: 0001
[    1.957785] usb 3-7: new full-speed USB device number 4 using xhci_hcd
[    2.100909] usb 3-7: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.12
[    2.100917] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.100919] usb 3-7: Product: YubiKey OTP+FIDO+CCID
[    2.100921] usb 3-7: Manufacturer: Yubico
[    2.112072] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:1050:0407.0001/input/input5
[    2.168212] hid-generic 0003:1050:0407.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-7/input0
[    2.169628] hid-generic 0003:1050:0407.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-7/input1
[    2.169670] usbcore: registered new interface driver usbhid
[    2.169672] usbhid: USB HID core driver
[    2.227948] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    2.348972] Key type trusted registered
[    2.355349] Key type encrypted registered
[    2.359677] audit: type=1338 audit(1650367238.016:5): module=crypt op=ctr ppid=1 pid=242 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" dev=254:0 error_msg='success' res=1
[    2.359772] audit: type=1300 audit(1650367238.016:5): arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=55d13e02d660 a3=7ffd54b9eab2 items=6 ppid=1 pid=242 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" key=(null)
[    2.359774] audit: type=1307 audit(1650367238.016:5): cwd="/"
[    2.359775] audit: type=1302 audit(1650367238.016:5): item=0 name=(null) inode=38 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[    2.359776] audit: type=1302 audit(1650367238.016:5): item=1 name=(null) inode=13402 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[    2.359778] audit: type=1302 audit(1650367238.016:5): item=2 name=(null) inode=27 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
[    2.370510] raid6: skipped pq benchmark and selected avx512x4
[    2.370511] raid6: using avx512x2 recovery algorithm
[    2.372602] xor: automatically using best checksumming function   avx       
[    2.376214] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    2.376217] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.399980] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[    2.400494] BTRFS: device fsid 4f5e23f0-3f92-46e9-bc0b-7e986256ce7b devid 1 transid 138155 /dev/dm-0 scanned by systemd-udevd (207)
[    2.475365] BTRFS info (device dm-0): flagging fs with big metadata feature
[    2.475369] BTRFS info (device dm-0): using free space tree
[    2.475370] BTRFS info (device dm-0): has skinny extents
[    2.559252] BTRFS info (device dm-0): enabling ssd optimizations
[    2.694297] systemd-journald[171]: Received SIGTERM from PID 1 (systemd).
[    2.758486] systemd[1]: systemd 250.4-2-arch 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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.774747] systemd[1]: Detected architecture x86-64.
[    2.775428] systemd[1]: Hostname set to <alrua-x1>.
[    3.862415] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    2.862464] systemd[1]: Stopped Switch Root.
[    2.862592] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    2.862733] systemd[1]: Created slice Slice /system/getty.
[    2.862847] systemd[1]: Created slice Slice /system/loadkeys.
[    2.862951] systemd[1]: Created slice Slice /system/modprobe.
[    2.863057] systemd[1]: Created slice Slice /system/netns.
[    2.863187] systemd[1]: Created slice Slice /system/openvpn-client.
[    2.863302] systemd[1]: Created slice Slice /system/rfkill-block.
[    2.863409] systemd[1]: Created slice Slice /system/syncthing.
[    2.863486] systemd[1]: Created slice User and Session Slice.
[    2.863514] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.863531] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.863602] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.863614] systemd[1]: Reached target Local Encrypted Volumes.
[    2.863625] systemd[1]: Stopped target Switch Root.
[    2.863631] systemd[1]: Stopped target Initrd File Systems.
[    2.863635] systemd[1]: Stopped target Initrd Root File System.
[    2.863642] systemd[1]: Reached target Local Integrity Protected Volumes.
[    2.863656] systemd[1]: Reached target Remote File Systems.
[    2.863663] systemd[1]: Reached target Slice Units.
[    2.863670] systemd[1]: Reached target Swaps.
[    2.863680] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.863707] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.863985] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.865652] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.865669] systemd[1]: Reached target RPC Port Mapper.
[    2.866132] systemd[1]: Listening on Process Core Dump Socket.
[    2.866185] systemd[1]: Listening on Network Service Netlink Socket.
[    2.866676] systemd[1]: Listening on udev Control Socket.
[    2.866708] systemd[1]: Listening on udev Kernel Socket.
[    2.867107] systemd[1]: Mounting Huge Pages File System...
[    2.867425] systemd[1]: Mounting POSIX Message Queue File System...
[    2.867754] systemd[1]: Mounting Kernel Debug File System...
[    2.868086] systemd[1]: Mounting Kernel Trace File System...
[    2.868140] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[    2.868555] systemd[1]: Mounting Temporary Directory /tmp...
[    2.869107] systemd[1]: Starting Create List of Static Device Nodes...
[    2.869522] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.869943] systemd[1]: Starting Load Kernel Module configfs...
[    2.870288] systemd[1]: Starting Load Kernel Module drm...
[    2.870632] systemd[1]: Starting Load Kernel Module fuse...
[    2.870711] systemd[1]: systemd-cryptsetup@cryptroot.service: Deactivated successfully.
[    2.870739] systemd[1]: Stopped systemd-cryptsetup@cryptroot.service.
[    2.870801] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[    2.870824] systemd[1]: Stopped File System Check on Root Device.
[    2.870872] systemd[1]: Stopped Journal Service.
[    2.871721] systemd[1]: Starting Journal Service...
[    2.872740] systemd[1]: Starting Load Kernel Modules...
[    2.873241] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.873283] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    2.873752] systemd[1]: Starting Coldplug All udev Devices...
[    2.874607] systemd[1]: Mounted Huge Pages File System.
[    2.874660] systemd[1]: Mounted POSIX Message Queue File System.
[    2.874698] systemd[1]: Mounted Kernel Debug File System.
[    2.874734] systemd[1]: Mounted Kernel Trace File System.
[    2.874770] systemd[1]: Mounted Temporary Directory /tmp.
[    2.874876] systemd[1]: Finished Create List of Static Device Nodes.
[    2.875011] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.875077] systemd[1]: Finished Load Kernel Module configfs.
[    2.875206] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.875267] systemd[1]: Finished Load Kernel Module drm.
[    2.875706] systemd[1]: Mounting Kernel Configuration File System...
[    2.877722] fuse: init (API version 7.36)
[    2.878065] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.878132] systemd[1]: Finished Load Kernel Module fuse.
[    2.878481] systemd[1]: Mounting FUSE Control File System...
[    2.883845] systemd[1]: Mounted Kernel Configuration File System.
[    2.883896] systemd[1]: Mounted FUSE Control File System.
[    2.939090] systemd[1]: Started Journal Service.
[    2.939689] IPMI message handler: version 39.2
[    2.941538] BTRFS info (device dm-0): turning on async discard
[    2.941541] BTRFS info (device dm-0): use zstd compression, level 3
[    2.941543] BTRFS info (device dm-0): using free space tree
[    2.942205] ipmi device interface
[    2.945025] Asymmetric key parser 'pkcs8' registered
[    2.946613] systemd-journald[346]: Received client request to flush runtime journal.
[    2.947721] vboxdrv: loading out-of-tree module taints kernel.
[    2.947852] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    2.949246] vboxdrv: Found 8 processor cores
[    2.971329] vboxdrv: TSC mode is Invariant, tentative frequency 2995190714 Hz
[    2.971332] vboxdrv: Successfully loaded version 6.1.32 r149290 (interface 0x00320000)
[    2.972419] VBoxNetAdp: Successfully started.
[    2.973501] VBoxNetFlt: Successfully started.
[    2.986856] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    3.322330] Userspace governor deprecated: use thermal netlink notification instead
[    3.325131] input: Intel HID events as /devices/platform/INTC1051:00/input/input6
[    3.637226] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.637348] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.637698] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.638658] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.639604] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.640447] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    3.640454] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.640456] thinkpad_acpi: ThinkPad BIOS N32ET75W (1.51 ), EC N32HT52W
[    3.640458] thinkpad_acpi: Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26
[    3.640912] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.642532] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.642664] thinkpad_acpi: radio switch found; radios are enabled
[    3.643309] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.643312] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.648230] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    3.675457] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[    3.675468] ACPI: battery: new extension: ThinkPad Battery Extension
[    3.681971] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[    3.684918] EDAC igen6: v2.5
[    3.754065] ACPI: bus type thunderbolt registered
[    3.853481] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    3.854327] Setting dangerous option enable_guc - tainting kernel
[    3.854330] Setting dangerous option enable_fbc - tainting kernel
[    3.854576] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    3.855068] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    3.855070] checking generic (4000000000 8ca000) vs hw (603c000000 1000000)
[    3.855071] checking generic (4000000000 8ca000) vs hw (4000000000 20000000)
[    3.855072] fb0: switching to i915 from EFI VGA
[    3.855153] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.855187] i915 0000:00:02.0: [drm] Transparent Hugepage mode 'huge=within_size'
[    3.857177] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    3.859865] intel_rapl_common: Found RAPL domain package
[    3.861751] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    3.927088] usb usb3-port10: disabled by hub (EMI?), re-enabling...
[    3.927094] usb 3-10: USB disconnect, device number 5
[    4.042709] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.043469] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.046144] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.079430] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    4.079698] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.079771] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.081033] i2c i2c-10: 8/8 memory slots populated (from DMI)
[    4.081035] i2c i2c-10: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[    4.082985] i915 0000:00:02.0: [drm] GuC firmware i915/tgl_guc_62.0.0.bin version 62.0 submission:disabled
[    4.082989] i915 0000:00:02.0: [drm] GuC SLPC: disabled
[    4.082990] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9 authenticated:yes
[    4.084795] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    4.089587] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    4.092572] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.092837] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    4.095641] fbcon: i915drmfb (fb0) is primary device
[    4.095643] fbcon: Deferring console take-over
[    4.095645] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.152102] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.154190] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.213799] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    4.217723] input: SYNA8008:00 06CB:CE58 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-SYNA8008:00/0018:06CB:CE58.0003/input/input11
[    4.217808] input: SYNA8008:00 06CB:CE58 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-SYNA8008:00/0018:06CB:CE58.0003/input/input12
[    4.217842] hid-generic 0018:06CB:CE58.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA8008:00 06CB:CE58] on i2c-SYNA8008:00
[    4.297502] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    4.297508] caller __uncore_imc_init_box+0xc9/0x100 [intel_uncore] mapping multiple BARs
[    4.299979] intel-spi 0000:00:1f.5: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
[    4.299982] intel-spi 0000:00:1f.5: failed to locate the chip
[    4.300026] intel-spi: probe of 0000:00:1f.5 failed with error -22
[    4.305197] zram: Added device: zram0
[    4.318708] typec port0: bound usb3-port5 (ops connector_ops)
[    4.318719] typec port0: bound usb2-port2 (ops connector_ops)
[    4.362371] Intel(R) Wireless WiFi driver for Linux
[    4.364599] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    4.364601] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    4.400110] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    4.458289] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-69.ucode failed with error -2
[    4.505425] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    4.505443] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    4.506052] iwlwifi 0000:00:14.3: loaded firmware version 68.01d30b0c.0 QuZ-a0-hr-b0-68.ucode op_mode iwlmvm
[    4.550434] zram0: detected capacity change from 0 to 2035848
[    4.612716] BTRFS info (device dm-0): devid 1 device path /dev/mapper/cryptroot changed to /dev/dm-0 scanned by systemd-udevd (404)
[    4.628698] BTRFS info (device dm-0): devid 1 device path /dev/dm-0 changed to /dev/mapper/cryptroot scanned by systemd-udevd (404)
[    4.663607] intel_tcc_cooling: Programmable TCC Offset detected
[    4.671319] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    4.671426] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    4.697811] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x92, buttons: 3/3
[    4.710568] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input9
[    4.751935] intel_rapl_msr: PL4 support detected.
[    4.752585] intel_rapl_common: Found RAPL domain package
[    4.752588] intel_rapl_common: Found RAPL domain core
[    4.752590] intel_rapl_common: Found RAPL domain uncore
[    4.752591] intel_rapl_common: Found RAPL domain psys
[    4.752886] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[    4.752992] thermal thermal_zone7: failed to read out thermal zone (-61)
[    4.785397] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    4.833059] iTCO_vendor_support: vendor-support=0
[    4.841576] Bluetooth: Core ver 2.22
[    4.846695] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    4.851919] NET: Registered PF_BLUETOOTH protocol family
[    4.851921] Bluetooth: HCI device and connection manager initialized
[    4.851926] Bluetooth: HCI socket layer initialized
[    4.851928] Bluetooth: L2CAP socket layer initialized
[    4.851931] Bluetooth: SCO socket layer initialized
[    4.886190] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[    4.886473] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    4.888186] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.925236] Adding 1017920k swap on /dev/zram0.  Priority:32767 extents:1 across:1017920k SSDscFS
[    4.927600] zram: Added device: zram1
[    4.928710] zram1: detected capacity change from 0 to 2035848
[    4.951225] iwlwifi 0000:00:14.3: base HW address: f4:a4:75:a3:7a:91
[    5.011196] mousedev: PS/2 mouse device common for all mice
[    5.026301] input: SYNA8008:00 06CB:CE58 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-SYNA8008:00/0018:06CB:CE58.0003/input/input14
[    5.026374] input: SYNA8008:00 06CB:CE58 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-SYNA8008:00/0018:06CB:CE58.0003/input/input15
[    5.026430] hid-multitouch 0018:06CB:CE58.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA8008:00 06CB:CE58] on i2c-SYNA8008:00
[    5.030592] usbcore: registered new interface driver btusb
[    5.075305] typec port1: bound usb3-port6 (ops connector_ops)
[    5.075316] typec port1: bound usb2-port3 (ops connector_ops)
[    5.181209] kauditd_printk_skb: 196 callbacks suppressed
[    5.181214] audit: type=1334 audit(1650367240.839:194): prog-id=69 op=LOAD
[    5.186064] audit: type=1334 audit(1650367240.843:195): prog-id=70 op=LOAD
[    5.187925] Adding 1017920k swap on /dev/zram1.  Priority:32767 extents:1 across:1017920k SSDscFS
[    5.188239] audit: type=1334 audit(1650367240.846:196): prog-id=71 op=LOAD
[    5.189697] audit: type=1334 audit(1650367240.846:197): prog-id=72 op=LOAD
[    5.190102] audit: type=1130 audit(1650367240.846:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polipo comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.190915] audit: type=1334 audit(1650367240.846:199): prog-id=73 op=LOAD
[    5.197226] audit: type=1130 audit(1650367240.853:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.199088] audit: type=1130 audit(1650367240.856:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=syncthing@alrua comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.213214] zram: Added device: zram2
[    5.213408] audit: type=1130 audit(1650367240.869:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.214041] audit: type=1130 audit(1650367240.869:203): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.215124] zram2: detected capacity change from 0 to 2035848
[    5.268206] NET: Registered PF_ALG protocol family
[    5.286361] mc: Linux media interface: v0.10
[    5.364649] videodev: Linux video capture interface: v2.00
[    5.483103] Adding 1017920k swap on /dev/zram2.  Priority:32767 extents:1 across:1017920k SSDscFS
[    5.490782] zram: Added device: zram3
[    5.491940] zram3: detected capacity change from 0 to 2035848
[    5.553322] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    5.573986] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    5.580304] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    5.580806] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.589821] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    5.670107] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    5.670113] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    5.670118] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[    5.672271] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    5.672276] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[    5.672279] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    5.672284] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    5.720157] usb 3-4: Found UVC 1.10 device Integrated Camera (04f2:b6ea)
[    5.728119] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input17
[    5.728529] usb 3-4: Found UVC 1.50 device Integrated Camera (04f2:b6ea)
[    5.729010] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/input/input18
[    5.729275] usbcore: registered new interface driver uvcvideo
[    5.769169] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    5.769178] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:18:0
[    5.769180] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: FW ABI is more recent than kernel
[    5.785297] Adding 1017920k swap on /dev/zram3.  Priority:32767 extents:1 across:1017920k SSDscFS
[    5.792296] zram: Added device: zram4
[    5.793566] zram4: detected capacity change from 0 to 2035848
[    5.825464] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:21:0 Kernel ABI 3:18:0
[    5.825471] sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
[    5.826478] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    5.861588] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[    5.861595] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.861597] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.861600] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    5.861601] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    5.861602] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    5.948546] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[    5.948556] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[    5.948716] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[    5.948720] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[    5.948725] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[    5.948728] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[    5.948731] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[    5.948737] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[    5.948743] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[    5.948748] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[    5.948755] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[    5.948760] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[    5.948766] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[    5.948779] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    5.948781] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 4
[    5.948783] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 5
[    5.948785] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 6
[    5.948787] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 7
[    5.948788] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 8
[    5.976682] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[    5.976778] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
[    5.977362] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
[    5.977423] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input22
[    5.977455] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input23
[    6.113718] Adding 1017920k swap on /dev/zram4.  Priority:32767 extents:1 across:1017920k SSDscFS
[    6.126610] zram: Added device: zram5
[    6.127933] zram5: detected capacity change from 0 to 2035848
[    6.430793] Adding 1017920k swap on /dev/zram5.  Priority:32767 extents:1 across:1017920k SSDscFS
[    6.435794] zram: Added device: zram6
[    6.437635] zram6: detected capacity change from 0 to 2035848
[    6.700632] Adding 1017920k swap on /dev/zram6.  Priority:32767 extents:1 across:1017920k SSDscFS
[    6.704505] zram: Added device: zram7
[    6.705803] zram7: detected capacity change from 0 to 2035848
[    6.826028] wlan0: authenticate with 4c:60:de:ea:b8:58
[    6.826043] wlan0: bad VHT capabilities, disabling VHT
[    6.826044] wlan0: 80 MHz not supported, disabling VHT
[    6.832644] wlan0: send auth to 4c:60:de:ea:b8:58 (try 1/3)
[    6.859513] wlan0: authenticated
[    6.864403] wlan0: associate with 4c:60:de:ea:b8:58 (try 1/3)
[    6.866131] wlan0: RX AssocResp from 4c:60:de:ea:b8:58 (capab=0x431 status=0 aid=2)
[    6.873864] wlan0: associated
[    6.991026] Adding 1017920k swap on /dev/zram7.  Priority:32767 extents:1 across:1017920k SSDscFS
[   10.477842] kauditd_printk_skb: 244 callbacks suppressed
[   10.477845] audit: type=1334 audit(1650367246.136:446): prog-id=0 op=UNLOAD
[   10.477850] audit: type=1334 audit(1650367246.136:447): prog-id=0 op=UNLOAD
[   10.477852] audit: type=1334 audit(1650367246.136:448): prog-id=0 op=UNLOAD
[   10.477855] audit: type=1334 audit(1650367246.136:449): prog-id=0 op=UNLOAD
[   10.477857] audit: type=1334 audit(1650367246.136:450): prog-id=0 op=UNLOAD
[   10.477860] audit: type=1334 audit(1650367246.136:451): prog-id=0 op=UNLOAD
[   10.477862] audit: type=1334 audit(1650367246.136:452): prog-id=0 op=UNLOAD
[   10.477864] audit: type=1334 audit(1650367246.136:453): prog-id=0 op=UNLOAD
[   10.477866] audit: type=1334 audit(1650367246.136:454): prog-id=0 op=UNLOAD
[   10.477869] audit: type=1334 audit(1650367246.136:455): prog-id=0 op=UNLOAD
[   10.499417] fbcon: Taking over console
[   10.519406] Console: switching to colour frame buffer device 240x75
[   15.357563] wlan0: disconnect from AP 4c:60:de:ea:b8:58 for new auth to 4c:60:de:ea:b8:5a
[   15.445521] wlan0: authenticate with 4c:60:de:ea:b8:5a
[   15.445542] wlan0: bad VHT capabilities, disabling VHT
[   15.451251] wlan0: send auth to 4c:60:de:ea:b8:5a (try 1/3)
[   15.479061] wlan0: authenticated
[   15.479111] wlan0: VHT capa missing/short, disabling VHT/HE
[   15.481221] wlan0: associate with 4c:60:de:ea:b8:5a (try 1/3)
[   15.483186] wlan0: RX ReassocResp from 4c:60:de:ea:b8:5a (capab=0x11 status=0 aid=3)
[   15.487392] wlan0: associated
[   18.163950] kauditd_printk_skb: 9 callbacks suppressed
[   18.163955] audit: type=1100 audit(1650367253.819:465): pid=1069 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alrua" exe="/usr/bin/login" hostname=alrua-x1 addr=? terminal=/dev/tty1 res=success'
[   18.164107] audit: type=1101 audit(1650367253.819:466): pid=1069 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alrua" exe="/usr/bin/login" hostname=alrua-x1 addr=? terminal=/dev/tty1 res=success'
[   18.164821] audit: type=1103 audit(1650367253.823:467): pid=1069 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alrua" exe="/usr/bin/login" hostname=alrua-x1 addr=? terminal=/dev/tty1 res=success'
[   18.164916] audit: type=1006 audit(1650367253.823:468): pid=1069 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=2 res=1
[   18.164925] audit: type=1300 audit(1650367253.823:468): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe88ebc820 a2=4 a3=0 items=0 ppid=1 pid=1069 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=100 fsgid=0 tty=tty1 ses=2 comm="login" exe="/usr/bin/login" key=(null)
[   18.164929] audit: type=1327 audit(1650367253.823:468): proctitle=2F62696E2F6C6F67696E002D70002D2D
[   18.178413] audit: type=1105 audit(1650367253.836:469): pid=1069 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alrua" exe="/usr/bin/login" hostname=alrua-x1 addr=? terminal=/dev/tty1 res=success'
[   18.178499] audit: type=1110 audit(1650367253.836:470): pid=1069 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alrua" exe="/usr/bin/login" hostname=alrua-x1 addr=? terminal=/dev/tty1 res=success'
[   18.798844] tun: Universal TUN/TAP device driver, 1.6
[   19.440933] audit: type=1130 audit(1650367255.098:471): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.008303] audit: type=1130 audit(1650367255.677:472): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.014723] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.014725] Bluetooth: BNEP filters: protocol multicast
[   20.014729] Bluetooth: BNEP socket layer initialized
[   39.112761] kauditd_printk_skb: 7 callbacks suppressed
[   39.112766] audit: type=1130 audit(1650367274.932:480): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kill-scdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.112775] audit: type=1131 audit(1650367274.932:481): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kill-scdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.169171] PM: suspend entry (s2idle)
[   39.191854] Filesystems sync: 0.022 seconds
[   39.261199] audit: type=1130 audit(1650367275.079:482): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.261211] audit: type=1131 audit(1650367275.079:483): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.278244] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   39.279971] OOM killer disabled.
[   39.279972] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   39.281129] printk: Suspending console(s) (use no_console_suspend to debug)
[   39.282288] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason: 3=DEAUTH_LEAVING)
[   39.471272] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
[   39.471376] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19
[   39.992947] ACPI: EC: interrupt blocked
[   44.455046] ACPI: EC: interrupt unblocked
[   44.987409] nvme nvme0: Shutdown timeout set to 10 seconds
[   44.988776] nvme nvme0: 8/0/0 default/read/poll queues
[   45.102503] i915 0000:00:02.0: [drm] GuC firmware i915/tgl_guc_62.0.0.bin version 62.0 submission:disabled
[   45.102508] i915 0000:00:02.0: [drm] GuC SLPC: disabled
[   45.102509] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9 authenticated:yes
[   45.474077] OOM killer enabled.
[   45.474079] Restarting tasks ... 
[   45.474278] usb 3-3: USB disconnect, device number 2
[   45.477951] done.
[   45.488574] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   45.489897] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[   45.490234] thermal thermal_zone7: failed to read out thermal zone (-61)
[   45.558079] PM: suspend exit
[   45.628544] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[   45.774171] usb 3-3: New USB device found, idVendor=06cb, idProduct=00fc, bcdDevice= 0.00
[   45.774179] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[   45.774182] usb 3-3: SerialNumber: 7b571cd95cd2
[   45.822570] audit: type=1130 audit(1650367281.402:484): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.822581] audit: type=1131 audit(1650367281.402:485): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.824684] audit: type=1130 audit(1650367281.402:486): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wg-reload comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.838867] audit: type=1131 audit(1650367281.418:487): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wg-reload comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   49.278479] audit: type=1100 audit(1650367284.862:488): pid=2437 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="alrua" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[   56.895620] audit: type=1131 audit(1650367292.483:489): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.897628] audit: type=1334 audit(1650367292.486:490): prog-id=187 op=LOAD
[   56.910135] audit: type=1130 audit(1650367292.496:491): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.923952] audit: type=1334 audit(1650367292.513:492): prog-id=0 op=UNLOAD
[   58.212917] wlan0: authenticate with 4c:60:de:ea:b8:58
[   58.212938] wlan0: bad VHT capabilities, disabling VHT
[   58.212940] wlan0: 80 MHz not supported, disabling VHT
[   58.220279] wlan0: send auth to 4c:60:de:ea:b8:58 (try 1/3)
[   58.247170] wlan0: authenticated
[   58.250141] wlan0: associate with 4c:60:de:ea:b8:58 (try 1/3)
[   58.252280] wlan0: RX AssocResp from 4c:60:de:ea:b8:58 (capab=0x431 status=0 aid=2)
[   58.259536] wlan0: associated
[   60.181028] audit: type=1100 audit(1650367295.770:493): pid=2459 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="alrua" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   60.181034] audit: type=1101 audit(1650367295.770:494): pid=2459 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="alrua" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   60.181595] audit: type=1110 audit(1650367295.770:495): pid=2459 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   60.183268] audit: type=1105 audit(1650367295.774:496): pid=2459 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19 11:19   ` Toke Høiland-Jørgensen
@ 2022-04-19 14:59     ` Coelho, Luciano
  0 siblings, 0 replies; 22+ messages in thread
From: Coelho, Luciano @ 2022-04-19 14:59 UTC (permalink / raw)
  To: toke, Grumbach, Emmanuel; +Cc: linux-wireless, Greenman, Gregory

On Tue, 2022-04-19 at 13:19 +0200, Toke Høiland-Jørgensen wrote:
> "Coelho, Luciano" <luciano.coelho@intel.com> writes:
> 
> > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > > Hi Luca
> > 
> > Hi Toke,
> > 
> > > I've started seeing issues with my iwlwifi interface going away after
> > > suspend. I get errors like these in dmesg:
> > > 
> > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason: 3=DEAUTH_LEAVING)
> > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
> > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > 
> > > And when the host comes back up, there is no connectivity. Restarting
> > > iwd fixes the problem.
> > > 
> > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > > 
> > > Any ideas? :)
> > 
> > This seems to be related to iwlmei, so I added Emmanuel to the thread.
> > 
> > Additionally, I'm not working with Intel's WiFi any more, so I also
> > CCed Gregory, who is the new iwlwifi maintainer.
> 
> Thanks for the forward! How about updating MAINTAINERS to reflect this? :)

It's already on its way:

https://patchwork.kernel.org/project/linux-wireless/patch/20220412190141.4543-1-gregory.greenman@intel.com/

--
Cheers,
Luca.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19 11:33       ` Toke Høiland-Jørgensen
@ 2022-04-19 17:46         ` Grumbach, Emmanuel
  2022-04-19 18:35           ` Grumbach, Emmanuel
  0 siblings, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-19 17:46 UTC (permalink / raw)
  To: toke, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

On Tue, 2022-04-19 at 13:33 +0200, Toke Høiland-Jørgensen wrote:
> "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
> 
> > On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
> > > Hi Toke,
> > > 
> > > On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
> > > > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > > > > Hi Luca
> > > > 
> > > > Hi Toke,
> > > > 
> > > > > I've started seeing issues with my iwlwifi interface going away after
> > > > > suspend. I get errors like these in dmesg:
> > > > > 
> > > > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
> > > > > 3=DEAUTH_LEAVING)
> > > > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
> > > > > from
> > > > > CSME on HOST_GOES_DOWN message
> > > > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send
> > > > > the
> > > > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > > > 
> > > > > And when the host comes back up, there is no connectivity. Restarting
> > > > > iwd fixes the problem.
> > > > > 
> > > > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > > > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > > > > 
> > > > > Any ideas? :)
> > > > 
> > > > This seems to be related to iwlmei, so I added Emmanuel to the thread.
> > > > 
> > > 
> > > Can we have the full dmesg output?
> > > What NIC / platform do you have?
> > > Do you have AMT configured in the BIOS?
> > > Did you enable wireless operation in AMT?
> > 
> > Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)
> 
> It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
> "Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
> connecting to the WiFi network, which produced the dmesg below.

Thanks.
This is a Skylake platform and we didn't have a handshake with CSME which is not enabled. We are
missing a check before we shut down iwlmei.
Can you check this?

diff --git a/drivers/net/wireless/intel/iwlwifi/mei/main.c
b/drivers/net/wireless/intel/iwlwifi/mei/main.c
index 8d61044a6ed3..7b45382c813c 100644
--- a/drivers/net/wireless/intel/iwlwifi/mei/main.c
+++ b/drivers/net/wireless/intel/iwlwifi/mei/main.c
@@ -1923,29 +1923,33 @@ static void iwl_mei_remove(struct mei_cl_device *cldev)
 
        mutex_lock(&iwl_mei_mutex);
 
-       /*
-        * Tell CSME that we are going down so that it won't access the
-        * memory anymore, make sure this message goes through immediately.
-        */
-       mei->csa_throttled = false;
-       iwl_mei_send_sap_msg(mei->cldev,
-                            SAP_MSG_NOTIF_HOST_GOES_DOWN);
+       if (iwl_mei_is_connected())
+       {
+               /*
+                * Tell CSME that we are going down so that it won't access the
+                * memory anymore, make sure this message goes through immediately.
+                */
+               mei->csa_throttled = false;
+               iwl_mei_send_sap_msg(mei->cldev,
+                                    SAP_MSG_NOTIF_HOST_GOES_DOWN);
 
-       for (i = 0; i < SEND_SAP_MAX_WAIT_ITERATION; i++) {
-               if (!iwl_mei_host_to_me_data_pending(mei))
-                       break;
+               for (i = 0; i < SEND_SAP_MAX_WAIT_ITERATION; i++) {
+                       if (!iwl_mei_host_to_me_data_pending(mei))
+                               break;
 
-               msleep(5);
-       }
+                       msleep(5);
+               }
 
-       /*
-        * If we couldn't make sure that CSME saw the HOST_GOES_DOWN message,
-        * it means that it will probably keep reading memory that we are going
-        * to unmap and free, expect IOMMU error messages.
-        */
-       if (i == SEND_SAP_MAX_WAIT_ITERATION)
-               dev_err(&mei->cldev->dev,
-                       "Couldn't get ACK from CSME on HOST_GOES_DOWN message\n");
+               /*
+                * If we couldn't make sure that CSME saw the HOST_GOES_DOWN
+                * message, it means that it will probably keep reading memory
+                * that we are going to unmap and free, expect IOMMU error
+                * messages.
+                */
+               if (i == SEND_SAP_MAX_WAIT_ITERATION)
+                       dev_err(&mei->cldev->dev,
+                               "Couldn't get ACK from CSME on HOST_GOES_DOWN message\n");
+       }
 
        mutex_unlock(&iwl_mei_mutex);
 

Although I think it'll just fix the error print and nothing more than this


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19 17:46         ` Grumbach, Emmanuel
@ 2022-04-19 18:35           ` Grumbach, Emmanuel
  2022-04-19 20:58             ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-19 18:35 UTC (permalink / raw)
  To: toke, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

On Tue, 2022-04-19 at 20:46 +0300, Grumbach, Emmanuel wrote:
> On Tue, 2022-04-19 at 13:33 +0200, Toke Høiland-Jørgensen wrote:
> > "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
> > 
> > > On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
> > > > Hi Toke,
> > > > 
> > > > On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
> > > > > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > > > > > Hi Luca
> > > > > 
> > > > > Hi Toke,
> > > > > 
> > > > > > I've started seeing issues with my iwlwifi interface going away after
> > > > > > suspend. I get errors like these in dmesg:
> > > > > > 
> > > > > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
> > > > > > 3=DEAUTH_LEAVING)
> > > > > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get
> > > > > > ACK
> > > > > > from
> > > > > > CSME on HOST_GOES_DOWN message
> > > > > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send
> > > > > > the
> > > > > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > > > > 
> > > > > > And when the host comes back up, there is no connectivity. Restarting
> > > > > > iwd fixes the problem.
> > > > > > 
> > > > > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > > > > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > > > > > 
> > > > > > Any ideas? :)
> > > > > 
> > > > > This seems to be related to iwlmei, so I added Emmanuel to the thread.
> > > > > 
> > > > 
> > > > Can we have the full dmesg output?
> > > > What NIC / platform do you have?
> > > > Do you have AMT configured in the BIOS?
> > > > Did you enable wireless operation in AMT?
> > > 
> > > Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)
> > 
> > It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
> > "Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
> > connecting to the WiFi network, which produced the dmesg below.
> 
> Thanks.
> This is a Skylake platform and we didn't have a handshake with CSME which is not enabled. We are
> missing a check before we shut down iwlmei.

Hm... no, that seems to be 11th generation... so TigerLake?
But still, the fix below seems relevant.

> Can you check this?
> 
> diff --git a/drivers/net/wireless/intel/iwlwifi/mei/main.c
> b/drivers/net/wireless/intel/iwlwifi/mei/main.c
> index 8d61044a6ed3..7b45382c813c 100644
> --- a/drivers/net/wireless/intel/iwlwifi/mei/main.c
> +++ b/drivers/net/wireless/intel/iwlwifi/mei/main.c
> @@ -1923,29 +1923,33 @@ static void iwl_mei_remove(struct mei_cl_device *cldev)
>  
>         mutex_lock(&iwl_mei_mutex);
>  
> -       /*
> -        * Tell CSME that we are going down so that it won't access the
> -        * memory anymore, make sure this message goes through immediately.
> -        */
> -       mei->csa_throttled = false;
> -       iwl_mei_send_sap_msg(mei->cldev,
> -                            SAP_MSG_NOTIF_HOST_GOES_DOWN);
> +       if (iwl_mei_is_connected())
> +       {
> +               /*
> +                * Tell CSME that we are going down so that it won't access the
> +                * memory anymore, make sure this message goes through immediately.
> +                */
> +               mei->csa_throttled = false;
> +               iwl_mei_send_sap_msg(mei->cldev,
> +                                    SAP_MSG_NOTIF_HOST_GOES_DOWN);
>  
> -       for (i = 0; i < SEND_SAP_MAX_WAIT_ITERATION; i++) {
> -               if (!iwl_mei_host_to_me_data_pending(mei))
> -                       break;
> +               for (i = 0; i < SEND_SAP_MAX_WAIT_ITERATION; i++) {
> +                       if (!iwl_mei_host_to_me_data_pending(mei))
> +                               break;
>  
> -               msleep(5);
> -       }
> +                       msleep(5);
> +               }
>  
> -       /*
> -        * If we couldn't make sure that CSME saw the HOST_GOES_DOWN message,
> -        * it means that it will probably keep reading memory that we are going
> -        * to unmap and free, expect IOMMU error messages.
> -        */
> -       if (i == SEND_SAP_MAX_WAIT_ITERATION)
> -               dev_err(&mei->cldev->dev,
> -                       "Couldn't get ACK from CSME on HOST_GOES_DOWN message\n");
> +               /*
> +                * If we couldn't make sure that CSME saw the HOST_GOES_DOWN
> +                * message, it means that it will probably keep reading memory
> +                * that we are going to unmap and free, expect IOMMU error
> +                * messages.
> +                */
> +               if (i == SEND_SAP_MAX_WAIT_ITERATION)
> +                       dev_err(&mei->cldev->dev,
> +                               "Couldn't get ACK from CSME on HOST_GOES_DOWN message\n");
> +       }
>  
>         mutex_unlock(&iwl_mei_mutex);
>  
> 
> Although I think it'll just fix the error print and nothing more than this
> 


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19 18:35           ` Grumbach, Emmanuel
@ 2022-04-19 20:58             ` Toke Høiland-Jørgensen
  2022-04-20  4:48               ` Grumbach, Emmanuel
  0 siblings, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-19 20:58 UTC (permalink / raw)
  To: Grumbach, Emmanuel, Coelho, Luciano
  Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

"Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:

> On Tue, 2022-04-19 at 20:46 +0300, Grumbach, Emmanuel wrote:
>> On Tue, 2022-04-19 at 13:33 +0200, Toke Høiland-Jørgensen wrote:
>> > "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
>> > 
>> > > On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
>> > > > Hi Toke,
>> > > > 
>> > > > On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
>> > > > > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
>> > > > > > Hi Luca
>> > > > > 
>> > > > > Hi Toke,
>> > > > > 
>> > > > > > I've started seeing issues with my iwlwifi interface going away after
>> > > > > > suspend. I get errors like these in dmesg:
>> > > > > > 
>> > > > > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason:
>> > > > > > 3=DEAUTH_LEAVING)
>> > > > > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get
>> > > > > > ACK
>> > > > > > from
>> > > > > > CSME on HOST_GOES_DOWN message
>> > > > > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send
>> > > > > > the
>> > > > > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
>> > > > > > 
>> > > > > > And when the host comes back up, there is no connectivity. Restarting
>> > > > > > iwd fixes the problem.
>> > > > > > 
>> > > > > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
>> > > > > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
>> > > > > > 
>> > > > > > Any ideas? :)
>> > > > > 
>> > > > > This seems to be related to iwlmei, so I added Emmanuel to the thread.
>> > > > > 
>> > > > 
>> > > > Can we have the full dmesg output?
>> > > > What NIC / platform do you have?
>> > > > Do you have AMT configured in the BIOS?
>> > > > Did you enable wireless operation in AMT?
>> > > 
>> > > Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)
>> > 
>> > It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
>> > "Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
>> > connecting to the WiFi network, which produced the dmesg below.
>> 
>> Thanks.
>> This is a Skylake platform and we didn't have a handshake with CSME which is not enabled. We are
>> missing a check before we shut down iwlmei.
>
> Hm... no, that seems to be 11th generation... so TigerLake?
> But still, the fix below seems relevant.

Hmm, tried the patch and the message is still there (as is the bug)...
The error code is different now, though:

[   65.773731] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason: 3=DEAUTH_LEAVING)
[   65.973767] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
[   65.973845] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -14

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-19 20:58             ` Toke Høiland-Jørgensen
@ 2022-04-20  4:48               ` Grumbach, Emmanuel
  2022-04-20  9:49                 ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-20  4:48 UTC (permalink / raw)
  To: toke, Coelho, Luciano; +Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

On Tue, 2022-04-19 at 22:58 +0200, Toke Høiland-Jørgensen wrote:
> "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
> 
> > On Tue, 2022-04-19 at 20:46 +0300, Grumbach, Emmanuel wrote:
> > > On Tue, 2022-04-19 at 13:33 +0200, Toke Høiland-Jørgensen wrote:
> > > > "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
> > > > 
> > > > > On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
> > > > > > Hi Toke,
> > > > > > 
> > > > > > On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
> > > > > > > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
> > > > > > > > Hi Luca
> > > > > > > 
> > > > > > > Hi Toke,
> > > > > > > 
> > > > > > > > I've started seeing issues with my iwlwifi interface going away after
> > > > > > > > suspend. I get errors like these in dmesg:
> > > > > > > > 
> > > > > > > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice
> > > > > > > > (Reason:
> > > > > > > > 3=DEAUTH_LEAVING)
> > > > > > > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't
> > > > > > > > get
> > > > > > > > ACK
> > > > > > > > from
> > > > > > > > CSME on HOST_GOES_DOWN message
> > > > > > > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to
> > > > > > > > send
> > > > > > > > the
> > > > > > > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > > > > > > 
> > > > > > > > And when the host comes back up, there is no connectivity. Restarting
> > > > > > > > iwd fixes the problem.
> > > > > > > > 
> > > > > > > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
> > > > > > > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
> > > > > > > > 
> > > > > > > > Any ideas? :)
> > > > > > > 
> > > > > > > This seems to be related to iwlmei, so I added Emmanuel to the thread.
> > > > > > > 
> > > > > > 
> > > > > > Can we have the full dmesg output?
> > > > > > What NIC / platform do you have?
> > > > > > Do you have AMT configured in the BIOS?
> > > > > > Did you enable wireless operation in AMT?
> > > > > 
> > > > > Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)
> > > > 
> > > > It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
> > > > "Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
> > > > connecting to the WiFi network, which produced the dmesg below.
> > > 
> > > Thanks.
> > > This is a Skylake platform and we didn't have a handshake with CSME which is not enabled. We
> > > are
> > > missing a check before we shut down iwlmei.
> > 
> > Hm... no, that seems to be 11th generation... so TigerLake?
> > But still, the fix below seems relevant.
> 
> Hmm, tried the patch and the message is still there (as is the bug)...
> The error code is different now, though:
> 
> [   65.773731] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason:
> 3=DEAUTH_LEAVING)
> [   65.973767] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from
> CSME on HOST_GOES_DOWN message
> [   65.973845] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> SAP_ME_MSG_CHECK_SHARED_AREA message -14
> 

So you do get a SAP connection. Weird.
Checking with the CSME guys.
Can you get dynamic debug prints for iwlmei module?
Best would be tracing with -e iwlmei_sap_cmd

I might also need dynamic debgug prints from the mei bus driver but that will be for later.
Thanks for reporting and providing the data!

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-20  4:48               ` Grumbach, Emmanuel
@ 2022-04-20  9:49                 ` Toke Høiland-Jørgensen
  2022-04-20 10:47                   ` Grumbach, Emmanuel
  0 siblings, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-20  9:49 UTC (permalink / raw)
  To: Grumbach, Emmanuel, Coelho, Luciano
  Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

"Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:

> On Tue, 2022-04-19 at 22:58 +0200, Toke Høiland-Jørgensen wrote:
>> "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
>> 
>> > On Tue, 2022-04-19 at 20:46 +0300, Grumbach, Emmanuel wrote:
>> > > On Tue, 2022-04-19 at 13:33 +0200, Toke Høiland-Jørgensen wrote:
>> > > > "Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:
>> > > > 
>> > > > > On Tue, 2022-04-19 at 09:41 +0300, Grumbach, Emmanuel wrote:
>> > > > > > Hi Toke,
>> > > > > > 
>> > > > > > On Tue, 2022-04-19 at 06:24 +0000, Coelho, Luciano wrote:
>> > > > > > > On Mon, 2022-04-18 at 13:36 +0200, Toke Høiland-Jørgensen wrote:
>> > > > > > > > Hi Luca
>> > > > > > > 
>> > > > > > > Hi Toke,
>> > > > > > > 
>> > > > > > > > I've started seeing issues with my iwlwifi interface going away after
>> > > > > > > > suspend. I get errors like these in dmesg:
>> > > > > > > > 
>> > > > > > > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice
>> > > > > > > > (Reason:
>> > > > > > > > 3=DEAUTH_LEAVING)
>> > > > > > > > [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't
>> > > > > > > > get
>> > > > > > > > ACK
>> > > > > > > > from
>> > > > > > > > CSME on HOST_GOES_DOWN message
>> > > > > > > > [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to
>> > > > > > > > send
>> > > > > > > > the
>> > > > > > > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
>> > > > > > > > 
>> > > > > > > > And when the host comes back up, there is no connectivity. Restarting
>> > > > > > > > iwd fixes the problem.
>> > > > > > > > 
>> > > > > > > > This is on a 5.17.3 kernel (Arch Linux distribution kernel), and lspci
>> > > > > > > > says the WiFi device is an "Intel Corporation Wi-Fi 6 AX201".
>> > > > > > > > 
>> > > > > > > > Any ideas? :)
>> > > > > > > 
>> > > > > > > This seems to be related to iwlmei, so I added Emmanuel to the thread.
>> > > > > > > 
>> > > > > > 
>> > > > > > Can we have the full dmesg output?
>> > > > > > What NIC / platform do you have?
>> > > > > > Do you have AMT configured in the BIOS?
>> > > > > > Did you enable wireless operation in AMT?
>> > > > > 
>> > > > > Ah - this is AX201, ok, but I still need the platform and thefull dmesg :-)
>> > > > 
>> > > > It's a Lenovo ThinkPad X1 Carbon Gen 9, model 20XXS3HC26; AMT is set to
>> > > > "Disabled" in the BIOS. I rebooted and did a suspend/wake cycle after
>> > > > connecting to the WiFi network, which produced the dmesg below.
>> > > 
>> > > Thanks.
>> > > This is a Skylake platform and we didn't have a handshake with CSME which is not enabled. We
>> > > are
>> > > missing a check before we shut down iwlmei.
>> > 
>> > Hm... no, that seems to be 11th generation... so TigerLake?
>> > But still, the fix below seems relevant.
>> 
>> Hmm, tried the patch and the message is still there (as is the bug)...
>> The error code is different now, though:
>> 
>> [   65.773731] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason:
>> 3=DEAUTH_LEAVING)
>> [   65.973767] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from
>> CSME on HOST_GOES_DOWN message
>> [   65.973845] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
>> SAP_ME_MSG_CHECK_SHARED_AREA message -14
>> 
>
> So you do get a SAP connection. Weird.
> Checking with the CSME guys.
> Can you get dynamic debug prints for iwlmei module?
> Best would be tracing with -e iwlmei_sap_cmd

Sure! Recorded these while doing a suspend-restore, then restarting iwd:

  kworker/u16:34-34555 [004] 46452.506238: iwlmei_sap_cmd:       sap_cmd Tx: type 1010 len 8 seq 11
  kworker/u16:34-34555 [004] 46452.506243: iwlmei_me_msg:        ME message: Tx: type 3 seq 8
  kworker/u16:34-34555 [004] 46452.559407: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq 12
  kworker/u16:14-33311 [004] 46452.573077: iwlmei_sap_cmd:       sap_cmd Tx: type 1006 len 0 seq 13
  kworker/u16:14-33311 [004] 46452.573078: iwlmei_me_msg:        ME message: Tx: type 3 seq 10
     kworker/4:0-34305 [004] 46452.706737: iwlmei_me_msg:        ME message: Tx: type 3 seq 11
   kworker/u16:8-34462 [000] 46457.939453: iwlmei_me_msg:        ME message: Tx: type 1 seq 1
     kworker/4:2-32196 [004] 46457.940910: iwlmei_me_msg:        ME message: Rx: type 2 seq 81
     kworker/4:2-32196 [004] 46457.940912: iwlmei_sap_cmd:       sap_cmd Tx: type 1013 len 0 seq 1
     kworker/4:2-32196 [004] 46457.940913: iwlmei_me_msg:        ME message: Tx: type 3 seq 2
     kworker/4:2-32196 [004] 46457.942056: iwlmei_me_msg:        ME message: Rx: type 3 seq 82
     kworker/4:2-32196 [004] 46457.942060: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 1
     kworker/4:2-32196 [004] 46458.042205: iwlmei_me_msg:        ME message: Rx: type 3 seq 83
     kworker/4:2-32196 [004] 46458.042208: iwlmei_sap_cmd:       sap_cmd Rx: type 500 len 1896 seq 2
     kworker/4:2-32196 [004] 46458.042209: iwlmei_sap_cmd:       sap_cmd Rx: type 512 len 64 seq 3
     kworker/4:2-32196 [004] 46458.042214: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 4
             iwd-35396 [003] 46467.085642: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 2
             iwd-35396 [003] 46467.085645: iwlmei_me_msg:        ME message: Tx: type 3 seq 3
             iwd-35396 [003] 46467.102818: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 3
             iwd-35396 [003] 46467.103369: iwlmei_sap_cmd:       sap_cmd Tx: type 1016 len 20 seq 4
             iwd-35396 [003] 46467.103842: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq 5
             iwd-35396 [003] 46467.104689: iwlmei_sap_cmd:       sap_cmd Tx: type 1002 len 12 seq 6

The dmesg log looked like this (back to -19 in the error):

[46452.483343] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason: 3=DEAUTH_LEAVING)
[46452.689465] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
[46452.689567] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19

> I might also need dynamic debgug prints from the mei bus driver but that will be for later.
> Thanks for reporting and providing the data!

You're welcome! Thanks for looking into it :)

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-20  9:49                 ` Toke Høiland-Jørgensen
@ 2022-04-20 10:47                   ` Grumbach, Emmanuel
  2022-04-20 11:03                     ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-04-20 10:47 UTC (permalink / raw)
  To: toke; +Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

removing Luca

On Wed, 2022-04-20 at 11:49 +0200, Toke Høiland-Jørgensen wrote:


<snip>

> > > 
> > 
> > So you do get a SAP connection. Weird.
> > Checking with the CSME guys.
> > Can you get dynamic debug prints for iwlmei module?
> > Best would be tracing with -e iwlmei_sap_cmd
> 
> Sure! Recorded these while doing a suspend-restore, then restarting iwd:
> 
>   kworker/u16:34-34555 [004] 46452.506238: iwlmei_sap_cmd:       sap_cmd Tx: type 1010 len 8 seq
> 11
>   kworker/u16:34-34555 [004] 46452.506243: iwlmei_me_msg:        ME message: Tx: type 3 seq 8
>   kworker/u16:34-34555 [004] 46452.559407: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq
> 12
>   kworker/u16:14-33311 [004] 46452.573077: iwlmei_sap_cmd:       sap_cmd Tx: type 1006 len 0 seq
> 13
>   kworker/u16:14-33311 [004] 46452.573078: iwlmei_me_msg:        ME message: Tx: type 3 seq 10
>      kworker/4:0-34305 [004] 46452.706737: iwlmei_me_msg:        ME message: Tx: type 3 seq 11
>    kworker/u16:8-34462 [000] 46457.939453: iwlmei_me_msg:        ME message: Tx: type 1 seq 1
>      kworker/4:2-32196 [004] 46457.940910: iwlmei_me_msg:        ME message: Rx: type 2 seq 81
>      kworker/4:2-32196 [004] 46457.940912: iwlmei_sap_cmd:       sap_cmd Tx: type 1013 len 0 seq 1
>      kworker/4:2-32196 [004] 46457.940913: iwlmei_me_msg:        ME message: Tx: type 3 seq 2
>      kworker/4:2-32196 [004] 46457.942056: iwlmei_me_msg:        ME message: Rx: type 3 seq 82
>      kworker/4:2-32196 [004] 46457.942060: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 1
>      kworker/4:2-32196 [004] 46458.042205: iwlmei_me_msg:        ME message: Rx: type 3 seq 83
>      kworker/4:2-32196 [004] 46458.042208: iwlmei_sap_cmd:       sap_cmd Rx: type 500 len 1896 seq
> 2
>      kworker/4:2-32196 [004] 46458.042209: iwlmei_sap_cmd:       sap_cmd Rx: type 512 len 64 seq 3
>      kworker/4:2-32196 [004] 46458.042214: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 4
>              iwd-35396 [003] 46467.085642: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 2
>              iwd-35396 [003] 46467.085645: iwlmei_me_msg:        ME message: Tx: type 3 seq 3
>              iwd-35396 [003] 46467.102818: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 3
>              iwd-35396 [003] 46467.103369: iwlmei_sap_cmd:       sap_cmd Tx: type 1016 len 20 seq
> 4
>              iwd-35396 [003] 46467.103842: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq 5
>              iwd-35396 [003] 46467.104689: iwlmei_sap_cmd:       sap_cmd Tx: type 1002 len 12 seq
> 6

can you please send the content of tracing unparsed?
There is more binary data that I can use.
I definitely need to talk to the CSME guys, I can see that CSME is alive even if you have AMT
disabled.
Problem: it's holiday season here.

Thanks.


> 
> The dmesg log looked like this (back to -19 in the error):
> 
> [46452.483343] wlan0: deauthenticating from 4c:60:de:ea:b8:5a by local choice (Reason:
> 3=DEAUTH_LEAVING)
> [46452.689465] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from
> CSME on HOST_GOES_DOWN message
> [46452.689567] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> SAP_ME_MSG_CHECK_SHARED_AREA message -19
> 
> > I might also need dynamic debgug prints from the mei bus driver but that will be for later.
> > Thanks for reporting and providing the data!
> 
> You're welcome! Thanks for looking into it :)
> 
> -Toke


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-20 10:47                   ` Grumbach, Emmanuel
@ 2022-04-20 11:03                     ` Toke Høiland-Jørgensen
  2022-08-12 16:19                       ` Joachim Breitner
  0 siblings, 1 reply; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-04-20 11:03 UTC (permalink / raw)
  To: Grumbach, Emmanuel; +Cc: linux-wireless, Greenman, Gregory, Stern, Avraham

"Grumbach, Emmanuel" <emmanuel.grumbach@intel.com> writes:

> removing Luca
>
> On Wed, 2022-04-20 at 11:49 +0200, Toke Høiland-Jørgensen wrote:
>
>
> <snip>
>
>> > > 
>> > 
>> > So you do get a SAP connection. Weird.
>> > Checking with the CSME guys.
>> > Can you get dynamic debug prints for iwlmei module?
>> > Best would be tracing with -e iwlmei_sap_cmd
>> 
>> Sure! Recorded these while doing a suspend-restore, then restarting iwd:
>> 
>>   kworker/u16:34-34555 [004] 46452.506238: iwlmei_sap_cmd:       sap_cmd Tx: type 1010 len 8 seq
>> 11
>>   kworker/u16:34-34555 [004] 46452.506243: iwlmei_me_msg:        ME message: Tx: type 3 seq 8
>>   kworker/u16:34-34555 [004] 46452.559407: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq
>> 12
>>   kworker/u16:14-33311 [004] 46452.573077: iwlmei_sap_cmd:       sap_cmd Tx: type 1006 len 0 seq
>> 13
>>   kworker/u16:14-33311 [004] 46452.573078: iwlmei_me_msg:        ME message: Tx: type 3 seq 10
>>      kworker/4:0-34305 [004] 46452.706737: iwlmei_me_msg:        ME message: Tx: type 3 seq 11
>>    kworker/u16:8-34462 [000] 46457.939453: iwlmei_me_msg:        ME message: Tx: type 1 seq 1
>>      kworker/4:2-32196 [004] 46457.940910: iwlmei_me_msg:        ME message: Rx: type 2 seq 81
>>      kworker/4:2-32196 [004] 46457.940912: iwlmei_sap_cmd:       sap_cmd Tx: type 1013 len 0 seq 1
>>      kworker/4:2-32196 [004] 46457.940913: iwlmei_me_msg:        ME message: Tx: type 3 seq 2
>>      kworker/4:2-32196 [004] 46457.942056: iwlmei_me_msg:        ME message: Rx: type 3 seq 82
>>      kworker/4:2-32196 [004] 46457.942060: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 1
>>      kworker/4:2-32196 [004] 46458.042205: iwlmei_me_msg:        ME message: Rx: type 3 seq 83
>>      kworker/4:2-32196 [004] 46458.042208: iwlmei_sap_cmd:       sap_cmd Rx: type 500 len 1896 seq
>> 2
>>      kworker/4:2-32196 [004] 46458.042209: iwlmei_sap_cmd:       sap_cmd Rx: type 512 len 64 seq 3
>>      kworker/4:2-32196 [004] 46458.042214: iwlmei_sap_cmd:       sap_cmd Rx: type 502 len 4 seq 4
>>              iwd-35396 [003] 46467.085642: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 2
>>              iwd-35396 [003] 46467.085645: iwlmei_me_msg:        ME message: Tx: type 3 seq 3
>>              iwd-35396 [003] 46467.102818: iwlmei_sap_cmd:       sap_cmd Tx: type 1008 len 8 seq 3
>>              iwd-35396 [003] 46467.103369: iwlmei_sap_cmd:       sap_cmd Tx: type 1016 len 20 seq
>> 4
>>              iwd-35396 [003] 46467.103842: iwlmei_sap_cmd:       sap_cmd Tx: type 1001 len 4 seq 5
>>              iwd-35396 [003] 46467.104689: iwlmei_sap_cmd:       sap_cmd Tx: type 1002 len 12 seq
>> 6
>
> can you please send the content of tracing unparsed?
> There is more binary data that I can use.

Sure! I'll send you the trace.dat file off-list (it's almost 10 MB).

> I definitely need to talk to the CSME guys, I can see that CSME is
> alive even if you have AMT disabled.

What is this CSME thing, anyway? And does this imply that the AMT is not
really disabling itself (there's also a "permanently disable" option in
BIOS that I have not dared pick..)

> Problem: it's holiday season here.

No worries, I can live with working around the issue in the meantime; I
guess I can get systemd to automatically restart iwd when returning from
suspend if I can just figure out the right incantation :)

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-04-20 11:03                     ` Toke Høiland-Jørgensen
@ 2022-08-12 16:19                       ` Joachim Breitner
  2022-08-13 21:03                         ` Grumbach, Emmanuel
  2022-08-18  7:41                         ` Stern, Avraham
  0 siblings, 2 replies; 22+ messages in thread
From: Joachim Breitner @ 2022-08-12 16:19 UTC (permalink / raw)
  To: toke; +Cc: avraham.stern, emmanuel.grumbach, gregory.greenman, linux-wireless

Hello Emmanuel,

> suspend. I get errors like these in dmesg:
> 
> [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by local choice (Reason: 3=DEAUTH_LEAVING)
> [104393.347775] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
> [104393.347876] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the SAP_ME_MSG_CHECK_SHARED_AREA message -19
> 
> And when the host comes back up, there is no connectivity. Restarting
> iwd fixes the problem.

I am hitting the same problem, on Kernel 5.19, with the same Intel Wi-
Fi 6 AX201 device. I reported this initially to iwd, but they said it
might be a kernel problem, so I found this thread.

Has there been a solution since?

Thanks,
Joachim


-- 
Joachim Breitner
  mail@joachim-breitner.de
  http://www.joachim-breitner.de/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-12 16:19                       ` Joachim Breitner
@ 2022-08-13 21:03                         ` Grumbach, Emmanuel
  2022-08-14 14:06                           ` Greenman, Gregory
  2022-08-18  7:41                         ` Stern, Avraham
  1 sibling, 1 reply; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-08-13 21:03 UTC (permalink / raw)
  To: Joachim Breitner, toke; +Cc: Stern, Avraham, Greenman, Gregory, linux-wireless



> 
> Hello Emmanuel,
> 
> > suspend. I get errors like these in dmesg:
> >
> > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by
> > local choice (Reason: 3=DEAUTH_LEAVING) [104393.347775] iwlmei
> > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
> > from CSME on HOST_GOES_DOWN message [104393.347876] iwlmei
> > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> >
> > And when the host comes back up, there is no connectivity. Restarting
> > iwd fixes the problem.
> 
> I am hitting the same problem, on Kernel 5.19, with the same Intel Wi- Fi 6
> AX201 device. I reported this initially to iwd, but they said it might be a kernel
> problem, so I found this thread.
> 
> Has there been a solution since?
> 

I moved on to other things, so I'll let the other people reply on this.

Cheers

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-13 21:03                         ` Grumbach, Emmanuel
@ 2022-08-14 14:06                           ` Greenman, Gregory
  2022-08-14 16:37                             ` Joachim Breitner
  0 siblings, 1 reply; 22+ messages in thread
From: Greenman, Gregory @ 2022-08-14 14:06 UTC (permalink / raw)
  To: toke, Grumbach, Emmanuel, mail; +Cc: linux-wireless, Stern, Avraham

On Sat, 2022-08-13 at 21:03 +0000, Grumbach, Emmanuel wrote:
> 
> 
> > 
> > Hello Emmanuel,
> > 
> > > suspend. I get errors like these in dmesg:
> > > 
> > > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by
> > > local choice (Reason: 3=DEAUTH_LEAVING) [104393.347775] iwlmei
> > > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
> > > from CSME on HOST_GOES_DOWN message [104393.347876] iwlmei
> > > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> > > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> > > 
> > > And when the host comes back up, there is no connectivity. Restarting
> > > iwd fixes the problem.
> > 
> > I am hitting the same problem, on Kernel 5.19, with the same Intel Wi- Fi 6
> > AX201 device. I reported this initially to iwd, but they said it might be a kernel
> > problem, so I found this thread.
> > 
> > Has there been a solution since?
> > 
> 
> I moved on to other things, so I'll let the other people reply on this.
> 
> Cheers

@Joachim - Can you please file a bug in kernel bugzilla, we will assign
someone internally to look into this.

Thanks,
Gregory

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-14 14:06                           ` Greenman, Gregory
@ 2022-08-14 16:37                             ` Joachim Breitner
  2022-08-15 11:03                               ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 22+ messages in thread
From: Joachim Breitner @ 2022-08-14 16:37 UTC (permalink / raw)
  To: Greenman, Gregory, toke, Grumbach, Emmanuel
  Cc: linux-wireless, Stern, Avraham

Hi,

Am Sonntag, dem 14.08.2022 um 14:06 +0000 schrieb Greenman, Gregory:
> @Joachim - Can you please file a bug in kernel bugzilla, we will assign
> someone internally to look into this.

Sure thing! https://bugzilla.kernel.org/show_bug.cgi?id=216362

Let me know if I can be of any help, giving more information or testing
patches.

Cheers,
Joachim
-- 
Joachim Breitner
  mail@joachim-breitner.de
  http://www.joachim-breitner.de/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-14 16:37                             ` Joachim Breitner
@ 2022-08-15 11:03                               ` Toke Høiland-Jørgensen
  0 siblings, 0 replies; 22+ messages in thread
From: Toke Høiland-Jørgensen @ 2022-08-15 11:03 UTC (permalink / raw)
  To: Joachim Breitner, Greenman, Gregory, Grumbach, Emmanuel
  Cc: linux-wireless, Stern, Avraham

Joachim Breitner <mail@joachim-breitner.de> writes:

> Hi,
>
> Am Sonntag, dem 14.08.2022 um 14:06 +0000 schrieb Greenman, Gregory:
>> @Joachim - Can you please file a bug in kernel bugzilla, we will assign
>> someone internally to look into this.
>
> Sure thing! https://bugzilla.kernel.org/show_bug.cgi?id=216362

I already had a bz open: https://bugzilla.kernel.org/show_bug.cgi?id=215937

> Let me know if I can be of any help, giving more information or testing
> patches.

Last I heard back from Avraham he indicated that this was due to a bug
in the MEI bus driver, and asked me to reproduce with debug prints
enabled in that, which I have unfortunately not had the time to do :(

-Toke

^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-12 16:19                       ` Joachim Breitner
  2022-08-13 21:03                         ` Grumbach, Emmanuel
@ 2022-08-18  7:41                         ` Stern, Avraham
  2022-08-18  7:55                           ` Grumbach, Emmanuel
  2022-08-18  8:13                           ` Joachim Breitner
  1 sibling, 2 replies; 22+ messages in thread
From: Stern, Avraham @ 2022-08-18  7:41 UTC (permalink / raw)
  To: Joachim Breitner, toke
  Cc: Grumbach, Emmanuel, Greenman, Gregory, linux-wireless

Hi Joachim,

Do you see the iwd task hang stack trace like in Toke's logs?
Can you please send full dmesg?

Thanks,
Avi.

-----Original Message-----
From: Joachim Breitner <mail@joachim-breitner.de> 
Sent: Friday, August 12, 2022 19:20
To: toke@toke.dk
Cc: Stern, Avraham <avraham.stern@intel.com>; Grumbach, Emmanuel <emmanuel.grumbach@intel.com>; Greenman, Gregory <gregory.greenman@intel.com>; linux-wireless@vger.kernel.org
Subject: Re: iwlwifi devices disappear after suspend on kernel 5.17

Hello Emmanuel,

> suspend. I get errors like these in dmesg:
> 
> [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by 
> local choice (Reason: 3=DEAUTH_LEAVING) [104393.347775] iwlmei 
> 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK 
> from CSME on HOST_GOES_DOWN message [104393.347876] iwlmei 
> 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the 
> SAP_ME_MSG_CHECK_SHARED_AREA message -19
> 
> And when the host comes back up, there is no connectivity. Restarting 
> iwd fixes the problem.

I am hitting the same problem, on Kernel 5.19, with the same Intel Wi- Fi 6 AX201 device. I reported this initially to iwd, but they said it might be a kernel problem, so I found this thread.

Has there been a solution since?

Thanks,
Joachim


--
Joachim Breitner
  mail@joachim-breitner.de
  http://www.joachim-breitner.de/

---------------------------------------------------------------------
A member of the Intel Corporation group of companies

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-18  7:41                         ` Stern, Avraham
@ 2022-08-18  7:55                           ` Grumbach, Emmanuel
  2022-08-18  8:13                           ` Joachim Breitner
  1 sibling, 0 replies; 22+ messages in thread
From: Grumbach, Emmanuel @ 2022-08-18  7:55 UTC (permalink / raw)
  To: Stern, Avraham, Joachim Breitner, toke; +Cc: Greenman, Gregory, linux-wireless

> 
> Hi Joachim,
> 
> Do you see the iwd task hang stack trace like in Toke's logs?
> Can you please send full dmesg?
> 
> Thanks,
> Avi.

FWIW: there is this fix for iwlmei that didn't make it upstream yet:
07f408bb49cc31dccc45c5150e6fbc26a608db10 in our internal tree.
This was meant to avoid the error messages that Toke reported, but
didn't fix the interface remaining down.


> 
> -----Original Message-----
> From: Joachim Breitner <mail@joachim-breitner.de>
> Sent: Friday, August 12, 2022 19:20
> To: toke@toke.dk
> Cc: Stern, Avraham <avraham.stern@intel.com>; Grumbach, Emmanuel
> <emmanuel.grumbach@intel.com>; Greenman, Gregory
> <gregory.greenman@intel.com>; linux-wireless@vger.kernel.org
> Subject: Re: iwlwifi devices disappear after suspend on kernel 5.17
> 
> Hello Emmanuel,
> 
> > suspend. I get errors like these in dmesg:
> >
> > [104393.142264] wlan0: deauthenticating from 4c:60:de:ea:b8:58 by
> > local choice (Reason: 3=DEAUTH_LEAVING) [104393.347775] iwlmei
> > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK
> > from CSME on HOST_GOES_DOWN message [104393.347876] iwlmei
> > 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: failed to send the
> > SAP_ME_MSG_CHECK_SHARED_AREA message -19
> >
> > And when the host comes back up, there is no connectivity. Restarting
> > iwd fixes the problem.
> 
> I am hitting the same problem, on Kernel 5.19, with the same Intel Wi- Fi 6
> AX201 device. I reported this initially to iwd, but they said it might be a kernel
> problem, so I found this thread.
> 
> Has there been a solution since?
> 
> Thanks,
> Joachim
> 
> 
> --
> Joachim Breitner
>   mail@joachim-breitner.de
>   http://www.joachim-breitner.de/


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: iwlwifi devices disappear after suspend on kernel 5.17
  2022-08-18  7:41                         ` Stern, Avraham
  2022-08-18  7:55                           ` Grumbach, Emmanuel
@ 2022-08-18  8:13                           ` Joachim Breitner
  1 sibling, 0 replies; 22+ messages in thread
From: Joachim Breitner @ 2022-08-18  8:13 UTC (permalink / raw)
  To: Stern, Avraham, toke
  Cc: Grumbach, Emmanuel, Greenman, Gregory, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]

Hi Avi,

Am Donnerstag, dem 18.08.2022 um 07:41 +0000 schrieb Stern, Avraham:
> Do you see the iwd task hang stack trace like in Toke's logs?
> Can you please send full dmesg?

not sure how to spot the task hang. But here is my full dmesg of a
boot, suspend, wakeup cycle.

Cheers,
Joachim
-- 
Joachim Breitner
  mail@joachim-breitner.de
  http://www.joachim-breitner.de/


[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 80960 bytes --]

[    0.000000] Linux version 5.19.0 (nixbld@localhost) (gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38) #1-NixOS SMP PREEMPT_DYNAMIC Sun Jul 31 21:03:01 UTC 2022
[    0.000000] Command line: initrd=\efi\nixos\dkfk653s52fl7w327nvll3kdwgg27jw5-initrd-linux-5.19-initrd.efi init=/nix/store/cilwhy78rcwvxkcd1s4nxk46m87k1lwp-nixos-system-riviera-22.05.2320.3c8a5fa9a69/init loglevel=4
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3632
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008e36efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e36f000-0x000000009332efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009332f000-0x0000000093f2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000093f2f000-0x0000000093ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000093fff000-0x0000000093ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000094000000-0x0000000097ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099400000-0x00000000995fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099e00000-0x00000000a07fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by Lenovo
[    0.000000] efi: ACPI=0x93ffe000 ACPI 2.0=0x93ffe014 SMBIOS=0x900bc000 SMBIOS 3.0=0x900af000 TPMFinalLog=0x93d90000 MEMATTR=0x8a9f9298 ESRT=0x8a6c1d18 RNG=0x9022eb18 TPMEventLog=0x6b501018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: crng init done
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 20XWCTO1WW/20XWCTO1WW, BIOS N32ET75W (1.51 ) 12/02/2021
[    0.000000] tsc: Detected 3000.000 MHz processor
[    0.000000] tsc: Detected 2995.200 MHz TSC
[    0.000005] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000014] last_pfn = 0x45f800 max_arch_pfn = 0x400000000
[    0.000195] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001222] last_pfn = 0x94000 max_arch_pfn = 0x400000000
[    0.013178] esrt: Reserving ESRT space from 0x000000008a6c1d18 to 0x000000008a6c1f30.
[    0.013185] e820: update [mem 0x8a6c1000-0x8a6c1fff] usable ==> reserved
[    0.013211] Using GB pages for direct mapping
[    0.013510] Secure boot disabled
[    0.013510] RAMDISK: [mem 0x6a438000-0x6affefff]
[    0.013512] ACPI: Early table checksum verification disabled
[    0.013514] ACPI: RSDP 0x0000000093FFE014 000024 (v02 LENOVO)
[    0.013518] ACPI: XSDT 0x0000000093FFC188 000124 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013523] ACPI: FACP 0x000000009009D000 000114 (v06 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013528] ACPI: DSDT 0x0000000090063000 0349A1 (v02 LENOVO ICL      00000002      01000013)
[    0.013531] ACPI: FACS 0x0000000093D6F000 000040
[    0.013534] ACPI: SSDT 0x000000009014A000 00255D (v02 LENOVO CpuSsdt  00003000 INTL 20191018)
[    0.013537] ACPI: SSDT 0x0000000090149000 00059B (v02 LENOVO CtdpB    00001000 INTL 20191018)
[    0.013540] ACPI: SSDT 0x00000000900CE000 00400C (v02 LENOVO DptfTabl 00001000 INTL 20191018)
[    0.013543] ACPI: SSDT 0x00000000900A1000 00060E (v02 LENOVO Tpm2Tabl 00001000 INTL 20191018)
[    0.013545] ACPI: TPM2 0x00000000900A0000 00004C (v04 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013548] ACPI: SSDT 0x000000009009F000 000564 (v02 LENOVO PerfTune 00001000 INTL 20191018)
[    0.013551] ACPI: ECDT 0x000000009009E000 000053 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013554] ACPI: HPET 0x000000009009C000 000038 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013556] ACPI: APIC 0x000000009009B000 00012C (v04 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013559] ACPI: SSDT 0x000000009009A000 0000F2 (v02 LENOVO PID1Ssdt 00000010 INTL 20191018)
[    0.013562] ACPI: SSDT 0x0000000090098000 0014F8 (v02 LENOVO ProjSsdt 00000010 INTL 20191018)
[    0.013565] ACPI: SSDT 0x0000000090060000 0028C0 (v02 LENOVO TglU_Rvp 00001000 INTL 20191018)
[    0.013567] ACPI: NHLT 0x000000009005E000 001B80 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013570] ACPI: SSDT 0x000000009005A000 002CD7 (v02 LENOVO SaSsdt   00003000 INTL 20191018)
[    0.013573] ACPI: SSDT 0x0000000090056000 003573 (v02 LENOVO IgfxSsdt 00003000 INTL 20191018)
[    0.013576] ACPI: SSDT 0x000000009004A000 00B339 (v02 LENOVO TcssSsdt 00001000 INTL 20191018)
[    0.013578] ACPI: LPIT 0x0000000090048000 0000CC (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013581] ACPI: WSMT 0x0000000090047000 000028 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013584] ACPI: SSDT 0x0000000090046000 00012A (v02 LENOVO TbtTypeC 00000000 INTL 20191018)
[    0.013587] ACPI: DBGP 0x0000000090045000 000034 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013590] ACPI: DBG2 0x0000000090044000 000054 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013592] ACPI: POAT 0x0000000090043000 000055 (v03 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013595] ACPI: SSDT 0x000000009002C000 000B9C (v02 LENOVO UsbCTabl 00001000 INTL 20191018)
[    0.013598] ACPI: BATB 0x000000009002B000 00004A (v02 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013601] ACPI: MCFG 0x000000008E828000 00003C (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013603] ACPI: SSDT 0x000000008E827000 000144 (v02 LENOVO ADebTabl 00001000 INTL 20191018)
[    0.013606] ACPI: ASF! 0x000000009002D000 0000A0 (v32 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013609] ACPI: BGRT 0x000000008E826000 000038 (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013612] ACPI: PTDT 0x000000008E825000 000986 (v00 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013614] ACPI: UEFI 0x00000000934C3000 00008A (v01 LENOVO TP-N32   00001510 PTEC 00000002)
[    0.013617] ACPI: FPDT 0x000000008E824000 000034 (v01 LENOVO TP-N32   00001510 PTEC 00001510)
[    0.013619] ACPI: Reserving FACP table memory at [mem 0x9009d000-0x9009d113]
[    0.013620] ACPI: Reserving DSDT table memory at [mem 0x90063000-0x900979a0]
[    0.013621] ACPI: Reserving FACS table memory at [mem 0x93d6f000-0x93d6f03f]
[    0.013622] ACPI: Reserving SSDT table memory at [mem 0x9014a000-0x9014c55c]
[    0.013623] ACPI: Reserving SSDT table memory at [mem 0x90149000-0x9014959a]
[    0.013624] ACPI: Reserving SSDT table memory at [mem 0x900ce000-0x900d200b]
[    0.013625] ACPI: Reserving SSDT table memory at [mem 0x900a1000-0x900a160d]
[    0.013625] ACPI: Reserving TPM2 table memory at [mem 0x900a0000-0x900a004b]
[    0.013626] ACPI: Reserving SSDT table memory at [mem 0x9009f000-0x9009f563]
[    0.013627] ACPI: Reserving ECDT table memory at [mem 0x9009e000-0x9009e052]
[    0.013628] ACPI: Reserving HPET table memory at [mem 0x9009c000-0x9009c037]
[    0.013629] ACPI: Reserving APIC table memory at [mem 0x9009b000-0x9009b12b]
[    0.013629] ACPI: Reserving SSDT table memory at [mem 0x9009a000-0x9009a0f1]
[    0.013630] ACPI: Reserving SSDT table memory at [mem 0x90098000-0x900994f7]
[    0.013631] ACPI: Reserving SSDT table memory at [mem 0x90060000-0x900628bf]
[    0.013632] ACPI: Reserving NHLT table memory at [mem 0x9005e000-0x9005fb7f]
[    0.013633] ACPI: Reserving SSDT table memory at [mem 0x9005a000-0x9005ccd6]
[    0.013633] ACPI: Reserving SSDT table memory at [mem 0x90056000-0x90059572]
[    0.013634] ACPI: Reserving SSDT table memory at [mem 0x9004a000-0x90055338]
[    0.013635] ACPI: Reserving LPIT table memory at [mem 0x90048000-0x900480cb]
[    0.013636] ACPI: Reserving WSMT table memory at [mem 0x90047000-0x90047027]
[    0.013637] ACPI: Reserving SSDT table memory at [mem 0x90046000-0x90046129]
[    0.013638] ACPI: Reserving DBGP table memory at [mem 0x90045000-0x90045033]
[    0.013638] ACPI: Reserving DBG2 table memory at [mem 0x90044000-0x90044053]
[    0.013639] ACPI: Reserving POAT table memory at [mem 0x90043000-0x90043054]
[    0.013640] ACPI: Reserving SSDT table memory at [mem 0x9002c000-0x9002cb9b]
[    0.013641] ACPI: Reserving BATB table memory at [mem 0x9002b000-0x9002b049]
[    0.013642] ACPI: Reserving MCFG table memory at [mem 0x8e828000-0x8e82803b]
[    0.013643] ACPI: Reserving SSDT table memory at [mem 0x8e827000-0x8e827143]
[    0.013643] ACPI: Reserving ASF! table memory at [mem 0x9002d000-0x9002d09f]
[    0.013644] ACPI: Reserving BGRT table memory at [mem 0x8e826000-0x8e826037]
[    0.013645] ACPI: Reserving PTDT table memory at [mem 0x8e825000-0x8e825985]
[    0.013646] ACPI: Reserving UEFI table memory at [mem 0x934c3000-0x934c3089]
[    0.013647] ACPI: Reserving FPDT table memory at [mem 0x8e824000-0x8e824033]
[    0.014168] No NUMA configuration found
[    0.014169] Faking a node at [mem 0x0000000000000000-0x000000045f7fffff]
[    0.014172] NODE_DATA(0) allocated [mem 0x45f7fb000-0x45f7fffff]
[    0.014201] Zone ranges:
[    0.014201]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014203]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014207]   Normal   [mem 0x0000000100000000-0x000000045f7fffff]
[    0.014212]   Device   empty
[    0.014212] Movable zone start for each node
[    0.014213] Early memory node ranges
[    0.014213]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014215]   node   0: [mem 0x0000000000100000-0x000000008e36efff]
[    0.014216]   node   0: [mem 0x0000000093fff000-0x0000000093ffffff]
[    0.014217]   node   0: [mem 0x0000000100000000-0x000000045f7fffff]
[    0.014219] Initmem setup node 0 [mem 0x0000000000001000-0x000000045f7fffff]
[    0.014223] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.014250] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.018018] On node 0, zone DMA32: 23696 pages in unavailable ranges
[    0.037606] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.037622] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.037699] Reserving Intel graphics memory at [mem 0x9c800000-0xa07fffff]
[    0.038943] ACPI: PM-Timer IO Port: 0x1808
[    0.038950] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038951] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038952] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.038953] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.038954] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.038954] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.038955] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.038955] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.038956] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.038957] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.038957] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.038958] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.038959] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.038959] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.038960] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.038960] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.039079] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.039082] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.039083] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.039087] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.039088] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.039097] e820: update [mem 0x89ee4000-0x89f74fff] usable ==> reserved
[    0.039107] TSC deadline timer available
[    0.039107] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.039121] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.039123] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.039125] PM: hibernation: Registered nosave memory: [mem 0x89ee4000-0x89f74fff]
[    0.039126] PM: hibernation: Registered nosave memory: [mem 0x8a6c1000-0x8a6c1fff]
[    0.039128] PM: hibernation: Registered nosave memory: [mem 0x8e36f000-0x9332efff]
[    0.039128] PM: hibernation: Registered nosave memory: [mem 0x9332f000-0x93f2efff]
[    0.039129] PM: hibernation: Registered nosave memory: [mem 0x93f2f000-0x93ffefff]
[    0.039130] PM: hibernation: Registered nosave memory: [mem 0x94000000-0x97ffffff]
[    0.039131] PM: hibernation: Registered nosave memory: [mem 0x98000000-0x993fffff]
[    0.039132] PM: hibernation: Registered nosave memory: [mem 0x99400000-0x995fffff]
[    0.039132] PM: hibernation: Registered nosave memory: [mem 0x99600000-0x99dfffff]
[    0.039133] PM: hibernation: Registered nosave memory: [mem 0x99e00000-0xa07fffff]
[    0.039133] PM: hibernation: Registered nosave memory: [mem 0xa0800000-0xbfffffff]
[    0.039134] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.039134] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfed1ffff]
[    0.039135] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.039135] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
[    0.039137] [mem 0xd0000000-0xfed1ffff] available for PCI devices
[    0.039138] Booting paravirtualized kernel on bare hardware
[    0.039139] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.043427] setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:8 nr_node_ids:1
[    0.043612] percpu: Embedded 56 pages/cpu s191208 r8192 d29976 u262144
[    0.043619] pcpu-alloc: s191208 r8192 d29976 u262144 alloc=1*2097152
[    0.043621] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.043642] Fallback order for Node 0: 0 
[    0.043645] Built 1 zonelists, mobility grouping on.  Total pages: 4054786
[    0.043646] Policy zone: Normal
[    0.043647] Kernel command line: initrd=\efi\nixos\dkfk653s52fl7w327nvll3kdwgg27jw5-initrd-linux-5.19-initrd.efi init=/nix/store/cilwhy78rcwvxkcd1s4nxk46m87k1lwp-nixos-system-riviera-22.05.2320.3c8a5fa9a69/init loglevel=4
[    0.044321] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.044607] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.044697] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.079396] Memory: 16010284K/16477240K available (12294K kernel code, 2255K rwdata, 7576K rodata, 1820K init, 2476K bss, 466696K reserved, 0K cma-reserved)
[    0.079441] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.079449] ftrace: allocating 36060 entries in 141 pages
[    0.085257] ftrace: allocated 141 pages with 4 groups
[    0.085858] Dynamic Preempt: voluntary
[    0.085887] rcu: Preemptible hierarchical RCU implementation.
[    0.085888] rcu: 	RCU event tracing is enabled.
[    0.085889] rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=8.
[    0.085890] 	Trampoline variant of Tasks RCU enabled.
[    0.085890] 	Rude variant of Tasks RCU enabled.
[    0.085891] 	Tracing variant of Tasks RCU enabled.
[    0.085891] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.085892] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.089558] NR_IRQS: 24832, nr_irqs: 2048, preallocated irqs: 16
[    0.090037] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.090462] Console: colour dummy device 80x25
[    0.090478] printk: console [tty0] enabled
[    0.090491] ACPI: Core revision 20220331
[    0.090742] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.090743] APIC: Switch to symmetric I/O mode setup
[    0.095608] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.110541] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.110549] Calibrating delay loop (skipped), value calculated using timer frequency.. 5990.40 BogoMIPS (lpj=2995200)
[    0.110551] pid_max: default: 32768 minimum: 301
[    0.111545] LSM: Security Framework initializing
[    0.111545] landlock: Up and running.
[    0.111545] Yama: becoming mindful.
[    0.111545] SELinux:  Initializing.
[    0.111545] LSM support for eBPF active
[    0.111545] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.111545] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.111545] x86/cpu: VMX (outside TXT) disabled by BIOS
[    0.111545] x86/tme: not enabled by BIOS
[    0.111545] CPU0: Thermal monitoring enabled (TM1)
[    0.111545] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.111545] process: using mwait in idle threads
[    0.111545] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.111545] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.111545] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.111545] Spectre V2 : Mitigation: Enhanced IBRS
[    0.111545] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.111545] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.111545] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.111545] Freeing SMP alternatives memory: 32K
[    0.111545] smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz (family: 0x6, model: 0x8c, stepping: 0x1)
[    0.111545] cblist_init_generic: Setting adjustable number of callback queues.
[    0.111545] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.111545] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.111545] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.111545] Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.111545] ... version:                5
[    0.111545] ... bit width:              48
[    0.111545] ... generic registers:      8
[    0.111545] ... value mask:             0000ffffffffffff
[    0.111545] ... max period:             00007fffffffffff
[    0.111545] ... fixed-purpose events:   4
[    0.111545] ... event mask:             0001000f000000ff
[    0.111545] Estimated ratio of average max frequency by base frequency (times 1024): 1467
[    0.111545] rcu: Hierarchical SRCU implementation.
[    0.111545] rcu: 	Max phase no-delay instances is 400.
[    0.111545] smp: Bringing up secondary CPUs ...
[    0.111545] x86: Booting SMP configuration:
[    0.111545] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.119930] smp: Brought up 1 node, 8 CPUs
[    0.119930] smpboot: Max logical packages: 1
[    0.119930] smpboot: Total of 8 processors activated (47923.20 BogoMIPS)
[    0.121285] devtmpfs: initialized
[    0.121285] x86/mm: Memory block size: 128MB
[    0.122361] ACPI: PM: Registering ACPI NVS region [mem 0x9332f000-0x93f2efff] (12582912 bytes)
[    0.122555] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.122559] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.122610] pinctrl core: initialized pinctrl subsystem
[    0.122864] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.122920] audit: initializing netlink subsys (disabled)
[    0.122926] audit: type=2000 audit(1660810297.012:1): state=initialized audit_enabled=0 res=1
[    0.122926] thermal_sys: Registered thermal governor 'bang_bang'
[    0.122926] thermal_sys: Registered thermal governor 'step_wise'
[    0.122926] thermal_sys: Registered thermal governor 'user_space'
[    0.122926] cpuidle: using governor menu
[    0.122926] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[    0.122926] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.122926] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.123585] PCI: MMCONFIG for domain 0000 [bus 00-79] at [mem 0xc0000000-0xc79fffff] (base 0xc0000000)
[    0.123589] PCI: MMCONFIG at [mem 0xc0000000-0xc79fffff] reserved in E820
[    0.123601] PCI: Using configuration type 1 for base access
[    0.123755] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.124571] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.124574] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[    0.124574] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.124574] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.124577] fbcon: Taking over console
[    0.124601] ACPI: Added _OSI(Module Device)
[    0.124602] ACPI: Added _OSI(Processor Device)
[    0.124603] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.124604] ACPI: Added _OSI(Processor Aggregator Device)
[    0.124605] ACPI: Added _OSI(Linux-Dell-Video)
[    0.124605] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.124606] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.171001] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.177784] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.178686] ACPI: EC: EC started
[    0.178687] ACPI: EC: interrupt blocked
[    0.179982] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.179983] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.192738] ACPI: Dynamic OEM Table Load:
[    0.192746] ACPI: SSDT 0xFFFF98B200D0B200 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
[    0.193276] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.193276] ACPI: Dynamic OEM Table Load:
[    0.193276] ACPI: SSDT 0xFFFF98B200D80C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
[    0.193509] ACPI: Dynamic OEM Table Load:
[    0.193514] ACPI: SSDT 0xFFFF98B200D92000 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
[    0.194167] ACPI: Dynamic OEM Table Load:
[    0.194171] ACPI: SSDT 0xFFFF98B200D81000 00028B (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
[    0.194859] ACPI: Dynamic OEM Table Load:
[    0.194865] ACPI: SSDT 0xFFFF98B200D88000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
[    0.195538] ACPI: Dynamic OEM Table Load:
[    0.195542] ACPI: SSDT 0xFFFF98B200D93800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
[    0.196178] ACPI: Dynamic OEM Table Load:
[    0.196182] ACPI: SSDT 0xFFFF98B200D94000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
[    0.196815] ACPI: Dynamic OEM Table Load:
[    0.196819] ACPI: SSDT 0xFFFF98B200D94800 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
[    0.198695] ACPI: Interpreter enabled
[    0.198722] ACPI: PM: (supports S0 S4 S5)
[    0.198722] ACPI: Using IOAPIC for interrupt routing
[    0.198743] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.198744] PCI: Using E820 reservations for host bridge windows
[    0.199065] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.199628] ACPI: PM: Power Resource [PXP]
[    0.201320] ACPI: PM: Power Resource [PUBS]
[    0.204147] ACPI: PM: Power Resource [BTPR]
[    0.204947] ACPI: PM: Power Resource [PXP]
[    0.205094] ACPI: PM: Power Resource [MRST]
[    0.205104] ACPI: PM: Power Resource [DRST]
[    0.205655] ACPI: PM: Power Resource [PXP]
[    0.208509] ACPI: PM: Power Resource [V0PR]
[    0.208577] ACPI: PM: Power Resource [V1PR]
[    0.208637] ACPI: PM: Power Resource [V2PR]
[    0.209995] ACPI: PM: Power Resource [WRST]
[    0.210108] ACPI: PM: Power Resource [TBT0]
[    0.210127] ACPI: PM: Power Resource [TBT1]
[    0.210145] ACPI: PM: Power Resource [D3C]
[    0.438575] ACPI: PM: Power Resource [PIN]
[    0.438597] ACPI: PM: Power Resource [PINP]
[    0.439018] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-79])
[    0.439024] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.448109] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[    0.448110] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.450657] PCI host bridge to bus 0000:00
[    0.450658] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.450659] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.450660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.450661] pci_bus 0000:00: root bus resource [mem 0xa0800000-0xbfffffff window]
[    0.450661] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.450662] pci_bus 0000:00: root bus resource [bus 00-79]
[    0.562691] pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
[    0.563032] pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
[    0.563044] pci 0000:00:02.0: reg 0x10: [mem 0x603c000000-0x603cffffff 64bit]
[    0.563053] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.563059] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.563083] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.563084] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.563089] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.563126] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.563128] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.563135] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.563137] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.563329] pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
[    0.563349] pci 0000:00:04.0: reg 0x10: [mem 0x603d180000-0x603d19ffff 64bit]
[    0.563800] pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
[    0.563944] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.564610] pci 0000:00:07.0: [8086:9a25] type 01 class 0x060400
[    0.564707] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.565428] pci 0000:00:07.2: [8086:9a27] type 01 class 0x060400
[    0.565525] pci 0000:00:07.2: PME# supported from D0 D3hot D3cold
[    0.566303] pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
[    0.566315] pci 0000:00:08.0: reg 0x10: [mem 0x603d1da000-0x603d1dafff 64bit]
[    0.566464] pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
[    0.566476] pci 0000:00:0a.0: reg 0x10: [mem 0x603d1c0000-0x603d1c7fff 64bit]
[    0.566508] pci 0000:00:0a.0: enabling Extended Tags
[    0.566656] pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
[    0.566674] pci 0000:00:0d.0: reg 0x10: [mem 0x603d1b0000-0x603d1bffff 64bit]
[    0.566754] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.567175] pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
[    0.567192] pci 0000:00:0d.2: reg 0x10: [mem 0x603d140000-0x603d17ffff 64bit]
[    0.567203] pci 0000:00:0d.2: reg 0x18: [mem 0x603d1d9000-0x603d1d9fff 64bit]
[    0.567258] pci 0000:00:0d.2: supports D1 D2
[    0.567259] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.567401] pci 0000:00:0d.3: [8086:9a1d] type 00 class 0x0c0340
[    0.567416] pci 0000:00:0d.3: reg 0x10: [mem 0x603d100000-0x603d13ffff 64bit]
[    0.567423] pci 0000:00:0d.3: reg 0x18: [mem 0x603d1d8000-0x603d1d8fff 64bit]
[    0.567454] pci 0000:00:0d.3: supports D1 D2
[    0.567455] pci 0000:00:0d.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.567739] pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
[    0.567759] pci 0000:00:14.0: reg 0x10: [mem 0x603d1a0000-0x603d1affff 64bit]
[    0.567845] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.568071] pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
[    0.568090] pci 0000:00:14.2: reg 0x10: [mem 0x603d1d0000-0x603d1d3fff 64bit]
[    0.568103] pci 0000:00:14.2: reg 0x18: [mem 0x603d1d7000-0x603d1d7fff 64bit]
[    0.568743] pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
[    0.569126] pci 0000:00:14.3: reg 0x10: [mem 0x603d1cc000-0x603d1cffff 64bit]
[    0.571043] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.572369] pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
[    0.573174] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.576708] pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
[    0.576730] pci 0000:00:16.0: reg 0x10: [mem 0x603d1d5000-0x603d1d5fff 64bit]
[    0.576815] pci 0000:00:16.0: PME# supported from D3hot
[    0.577020] pci 0000:00:16.3: [8086:a0e3] type 00 class 0x070002
[    0.577037] pci 0000:00:16.3: reg 0x10: [io  0x3060-0x3067]
[    0.577045] pci 0000:00:16.3: reg 0x14: [mem 0xbc301000-0xbc301fff]
[    0.577381] pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
[    0.577691] pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
[    0.577754] pci 0000:00:1f.3: reg 0x10: [mem 0x603d1c8000-0x603d1cbfff 64bit]
[    0.577856] pci 0000:00:1f.3: reg 0x20: [mem 0x603d000000-0x603d0fffff 64bit]
[    0.578004] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.578227] pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
[    0.578253] pci 0000:00:1f.4: reg 0x10: [mem 0x603d1d4000-0x603d1d40ff 64bit]
[    0.578279] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.578463] pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
[    0.578482] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.578950] pci 0000:04:00.0: [144d:a80a] type 00 class 0x010802
[    0.578964] pci 0000:04:00.0: reg 0x10: [mem 0xbc200000-0xbc203fff 64bit]
[    0.579139] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.579142] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.579170] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.579173] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.579177] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.579202] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.579205] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.579209] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.592029] ACPI: EC: interrupt unblocked
[    0.592030] ACPI: EC: event unblocked
[    0.592057] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.592058] ACPI: EC: GPE=0x6e
[    0.592059] ACPI: \_SB_.PC00.LPCB.EC__: Boot ECDT EC initialization complete
[    0.592060] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.592093] iommu: Default domain type: Translated 
[    0.592094] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.592126] Registered efivars operations
[    0.592629] NetLabel: Initializing
[    0.592629] NetLabel:  domain hash size = 128
[    0.592630] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.592639] NetLabel:  unlabeled traffic allowed by default
[    0.592640] PCI: Using ACPI for IRQ routing
[    0.614095] PCI: pci_cache_line_size set to 64 bytes
[    0.614566] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.615016] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.615017] e820: reserve RAM buffer [mem 0x89ee4000-0x8bffffff]
[    0.615017] e820: reserve RAM buffer [mem 0x8a6c1000-0x8bffffff]
[    0.615018] e820: reserve RAM buffer [mem 0x8e36f000-0x8fffffff]
[    0.615018] e820: reserve RAM buffer [mem 0x45f800000-0x45fffffff]
[    0.615575] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.615575] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.615575] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.615575] vgaarb: loaded
[    0.615576] clocksource: Switched to clocksource tsc-early
[    0.615617] VFS: Disk quotas dquot_6.6.0
[    0.615623] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.615648] pnp: PnP ACPI init
[    0.617518] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.617519] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.617579] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.617610] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.617631] system 00:04: [io  0x1800-0x189f] could not be reserved
[    0.617632] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.617633] system 00:04: [io  0x0880-0x08ff] has been reserved
[    0.617634] system 00:04: [io  0x0900-0x097f] has been reserved
[    0.617635] system 00:04: [io  0x0980-0x09ff] has been reserved
[    0.617635] system 00:04: [io  0x0a00-0x0a7f] has been reserved
[    0.617636] system 00:04: [io  0x0a80-0x0aff] has been reserved
[    0.617637] system 00:04: [io  0x0b00-0x0b7f] has been reserved
[    0.617637] system 00:04: [io  0x0b80-0x0bff] has been reserved
[    0.617638] system 00:04: [io  0x15e0-0x15ef] has been reserved
[    0.617639] system 00:04: [io  0x1600-0x167f] could not be reserved
[    0.617639] system 00:04: [io  0x1640-0x165f] could not be reserved
[    0.617641] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.617642] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.617643] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.617644] system 00:04: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.617645] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.617646] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.618028] pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618041] system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.618042] system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.618043] system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.618043] system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.618044] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.618045] system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.618046] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.618289] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    0.618290] system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.618291] system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
[    0.618292] system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
[    0.618293] system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[    0.618294] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.618295] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.618295] system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.618296] system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.618297] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.618436] system 00:07: [io  0x2000-0x20fe] has been reserved
[    0.618674] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.618676] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.618677] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.618677] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.618679] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618680] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618681] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618681] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618682] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618683] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618684] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618685] pnp 00:09: disabling [mem 0x000f0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618686] pnp 00:09: disabling [mem 0x00100000-0xa07fffff] because it overlaps 0000:00:02.0 BAR 7 [mem 0x00000000-0x06ffffff 64bit]
[    0.618687] pnp 00:09: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618688] pnp 00:09: disabling [mem 0x000c0000-0x000c3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618688] pnp 00:09: disabling [mem 0x000c8000-0x000cbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618689] pnp 00:09: disabling [mem 0x000d0000-0x000d3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618690] pnp 00:09: disabling [mem 0x000d8000-0x000dbfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618691] pnp 00:09: disabling [mem 0x000e0000-0x000e3fff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618692] pnp 00:09: disabling [mem 0x000e8000-0x000ebfff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618693] pnp 00:09: disabling [mem 0x000f0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618694] pnp 00:09: disabling [mem 0x00100000-0xa07fffff disabled] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.618704] system 00:09: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.618705] system 00:09: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.618885] pnp: PnP ACPI: found 10 devices
[    0.624046] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.624073] NET: Registered PF_INET protocol family
[    0.624217] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.625886] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.625904] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.625907] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.626027] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.626138] TCP: Hash tables configured (established 131072 bind 65536)
[    0.626208] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.626236] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.626272] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.626330] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.626334] NET: Registered PF_XDP protocol family
[    0.626338] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 20-49] add_size 1000
[    0.626340] pci 0000:00:07.2: bridge window [io  0x1000-0x0fff] to [bus 50-79] add_size 1000
[    0.626344] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.626347] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.626349] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.626350] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.626352] pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.626353] pci 0000:00:07.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.626354] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.626355] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.626762] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
[    0.626763] pci 0000:00:1f.5: BAR 0: assigned [mem 0xa0800000-0xa0800fff]
[    0.626803] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.626811] pci 0000:00:06.0:   bridge window [mem 0xbc200000-0xbc2fffff]
[    0.626820] pci 0000:00:07.0: PCI bridge to [bus 20-49]
[    0.626821] pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
[    0.626824] pci 0000:00:07.0:   bridge window [mem 0xb0000000-0xbc1fffff]
[    0.626826] pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.626829] pci 0000:00:07.2: PCI bridge to [bus 50-79]
[    0.626831] pci 0000:00:07.2:   bridge window [io  0x5000-0x5fff]
[    0.626833] pci 0000:00:07.2:   bridge window [mem 0xa2000000-0xae1fffff]
[    0.626835] pci 0000:00:07.2:   bridge window [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.626839] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.626840] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.626841] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.626842] pci_bus 0000:00: resource 7 [mem 0xa0800000-0xbfffffff window]
[    0.626842] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.626843] pci_bus 0000:04: resource 1 [mem 0xbc200000-0xbc2fffff]
[    0.626844] pci_bus 0000:20: resource 0 [io  0x4000-0x4fff]
[    0.626844] pci_bus 0000:20: resource 1 [mem 0xb0000000-0xbc1fffff]
[    0.626845] pci_bus 0000:20: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
[    0.626846] pci_bus 0000:50: resource 0 [io  0x5000-0x5fff]
[    0.626846] pci_bus 0000:50: resource 1 [mem 0xa2000000-0xae1fffff]
[    0.626847] pci_bus 0000:50: resource 2 [mem 0x6020000000-0x603bffffff 64bit pref]
[    0.627596] PCI: CLS 0 bytes, default 64
[    0.627603] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.627604] software IO TLB: mapped [mem 0x00000000853a7000-0x00000000893a7000] (64MB)
[    0.627615] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b2c8ec87c7, max_idle_ns: 440795278598 ns
[    0.627643] clocksource: Switched to clocksource tsc
[    0.627652] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.627660] Trying to unpack rootfs image as initramfs...
[    0.627847] Initialise system trusted keyrings
[    0.627868] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.628478] zbud: loaded
[    0.628650] Key type asymmetric registered
[    0.628650] Asymmetric key parser 'x509' registered
[    0.660052] Freeing initrd memory: 12060K
[    0.660306] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.660316] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.660335] io scheduler mq-deadline registered
[    0.660335] io scheduler kyber registered
[    0.660566] pcieport 0000:00:06.0: PME: Signaling with IRQ 120
[    0.660723] pcieport 0000:00:07.0: PME: Signaling with IRQ 121
[    0.660735] pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.660895] pcieport 0000:00:07.2: PME: Signaling with IRQ 122
[    0.660907] pcieport 0000:00:07.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.661085] Monitor-Mwait will be used to enter C-1 state
[    0.661089] Monitor-Mwait will be used to enter C-2 state
[    0.661093] Monitor-Mwait will be used to enter C-3 state
[    0.661095] ACPI: \_SB_.PR00: Found 3 idle states
[    0.662542] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.663112] hpet_acpi_add: no address or irqs in _CRS
[    0.663407] intel_pstate: Intel P-state driver initializing
[    0.663680] intel_pstate: HWP enabled
[    0.663692] efifb: probing for efifb
[    0.663700] efifb: showing boot graphics
[    0.665076] efifb: framebuffer at 0x4000000000, using 9000k, total 9000k
[    0.665077] efifb: mode is 1920x1200x32, linelength=7680, pages=1
[    0.665078] efifb: scrolling: redraw
[    0.665078] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.665151] Console: switching to colour frame buffer device 240x75
[    0.667328] fb0: EFI VGA frame buffer device
[    0.667374] drop_monitor: Initializing network drop monitor service
[    0.672940] NET: Registered PF_INET6 protocol family
[    0.673462] Segment Routing with IPv6
[    0.673465] In-situ OAM (IOAM) with IPv6
[    0.674012] microcode: sig=0x806c1, pf=0x80, revision=0x9a
[    0.674030] microcode: Microcode Update Driver: v2.2.
[    0.674032] IPI shorthand broadcast: enabled
[    0.674044] sched_clock: Marking stable (653863867, 20119592)->(703622514, -29639055)
[    0.674180] registered taskstats version 1
[    0.674183] Loading compiled-in X.509 certificates
[    0.674225] zswap: loaded using pool lzo/zbud
[    0.674278] Key type ._fscrypt registered
[    0.674278] Key type .fscrypt registered
[    0.674279] Key type fscrypt-provisioning registered
[    0.676667] Freeing unused kernel image (initmem) memory: 1820K
[    0.682590] Write protecting the kernel read-only data: 22528k
[    0.682862] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.682959] Freeing unused kernel image (rodata/data gap) memory: 616K
[    0.682962] Run /init as init process
[    0.682963]   with arguments:
[    0.682964]     /init
[    0.682964]   with environment:
[    0.682965]     HOME=/
[    0.682965]     TERM=linux
[    0.694555] stage-1-init: [Thu Aug 18 08:11:37 UTC 2022] loading module dm-snapshot...
[    0.701895] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
[    0.706413] stage-1-init: [Thu Aug 18 08:11:37 UTC 2022] loading module dm_mod...
[    0.706823] stage-1-init: [Thu Aug 18 08:11:37 UTC 2022] running udev...
[    0.711566] stage-1-init: [Thu Aug 18 08:11:37 UTC 2022] Starting version 250.4
[    0.736703] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.737097] i8042: Warning: Keylock active
[    0.738835] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.738840] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.743790] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.746278] rtc_cmos rtc_cmos: registered as rtc0
[    0.746292] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.748393] cryptd: max_cpu_qlen set to 1000
[    0.754768] ACPI: bus type USB registered
[    0.754800] usbcore: registered new interface driver usbfs
[    0.754806] usbcore: registered new interface driver hub
[    0.754814] usbcore: registered new device driver usb
[    0.757209] AVX2 version of gcm_enc/dec engaged.
[    0.757234] AES CTR mode by8 optimization enabled
[    0.757296] ACPI: bus type thunderbolt registered
[    0.760986] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    0.761243] nvme nvme0: pci function 0000:04:00.0
[    0.774086] nvme nvme0: Shutdown timeout set to 10 seconds
[    0.777538] nvme nvme0: 8/0/0 default/read/poll queues
[    0.779409]  nvme0n1: p1 p2
[    0.780414] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.780419] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    0.781481] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    0.781679] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    0.781682] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    0.781684] xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.781707] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    0.781709] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.781710] usb usb1: Product: xHCI Host Controller
[    0.781710] usb usb1: Manufacturer: Linux 5.19.0 xhci-hcd
[    0.781711] usb usb1: SerialNumber: 0000:00:0d.0
[    0.781775] hub 1-0:1.0: USB hub found
[    0.781783] hub 1-0:1.0: 1 port detected
[    0.782009] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[    0.782010] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.782012] usb usb2: Product: xHCI Host Controller
[    0.782013] usb usb2: Manufacturer: Linux 5.19.0 xhci-hcd
[    0.782014] usb usb2: SerialNumber: 0000:00:0d.0
[    0.782074] hub 2-0:1.0: USB hub found
[    0.782084] hub 2-0:1.0: 4 ports detected
[    0.782602] usb: port power management may be unreliable
[    0.782811] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.782814] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.782840] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.783980] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[    0.784363] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.784365] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.784366] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.784425] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    0.784426] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.784427] usb usb3: Product: xHCI Host Controller
[    0.784427] usb usb3: Manufacturer: Linux 5.19.0 xhci-hcd
[    0.784428] usb usb3: SerialNumber: 0000:00:14.0
[    0.784484] hub 3-0:1.0: USB hub found
[    0.784539] hub 3-0:1.0: 12 ports detected
[    0.785432] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[    0.785434] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.785435] usb usb4: Product: xHCI Host Controller
[    0.785436] usb usb4: Manufacturer: Linux 5.19.0 xhci-hcd
[    0.785437] usb usb4: SerialNumber: 0000:00:14.0
[    0.785497] hub 4-0:1.0: USB hub found
[    0.785532] hub 4-0:1.0: 4 ports detected
[    1.023666] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    1.151569] usb 3-3: New USB device found, idVendor=06cb, idProduct=00fc, bcdDevice= 0.00
[    1.151574] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.151575] usb 3-3: SerialNumber: ce8cf4b20507
[    1.266668] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.395507] usb 3-4: New USB device found, idVendor=04f2, idProduct=b6ea, bcdDevice=59.18
[    1.395510] usb 3-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.395511] usb 3-4: Product: Integrated Camera
[    1.395512] usb 3-4: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.395513] usb 3-4: SerialNumber: 0001
[    1.511720] usb 3-7: new full-speed USB device number 4 using xhci_hcd
[    1.643186] usb 3-7: New USB device found, idVendor=17ef, idProduct=60ee, bcdDevice= 1.27
[    1.643189] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.643190] usb 3-7: Product: TrackPoint Keyboard II
[    1.643190] usb 3-7: Manufacturer: Lenovo
[    1.649914] hid: raw HID events driver (C) Jiri Kosina
[    1.657119] usbcore: registered new interface driver usbhid
[    1.657121] usbhid: USB HID core driver
[    1.657938] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:17EF:60EE.0001/input/input2
[    1.709950] hid-generic 0003:17EF:60EE.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input0
[    1.710154] input: Lenovo TrackPoint Keyboard II Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input3
[    1.710169] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input4
[    1.710183] input: Lenovo TrackPoint Keyboard II Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input5
[    1.759698] usb 3-10: new full-speed USB device number 5 using xhci_hcd
[    1.761702] input: Lenovo TrackPoint Keyboard II System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input6
[    1.761714] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input7
[    1.761722] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input8
[    1.761910] hid-generic 0003:17EF:60EE.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input1
[    1.761984] hid-generic 0003:17EF:60EE.0003: hiddev97,hidraw2: USB HID v1.11 Device [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input2
[    1.818798] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:17EF:60EE.0001/input/input9
[    1.870970] lenovo 0003:17EF:60EE.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input0
[    1.888649] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.888655] usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.891058] input: Lenovo TrackPoint Keyboard II as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/0003:17EF:60EE.0002/input/input10
[    1.943055] lenovo 0003:17EF:60EE.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input1
[    1.944956] lenovo 0003:17EF:60EE.0003: hiddev97,hidraw2: USB HID v1.11 Device [Lenovo TrackPoint Keyboard II] on usb-0000:00:14.0-7/input2
[    3.142584] stage-1-init: [Thu Aug 18 08:11:40 UTC 2022] Passphrase for /dev/nvme0n1p2:
[    5.140303] Key type encrypted registered
[    5.221962] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] Verifying passphrase for /dev/nvme0n1p2... - success
[    5.223304] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] starting device mapper and LVM...
[    5.294876] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] 5 logical volume(s) in volume group "vg0" now active
[    5.332367] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] checking /dev/disk/by-uuid/cac058a2-68b5-42c1-bf5d-04c2a0367fc4...
[    5.332764] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] fsck (busybox 1.35.0)
[    5.333201] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-uuid/cac058a2-68b5-42c1-bf5d-04c2a0367fc4
[    5.334729] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] root: clean, 78960/6553600 files, 3511098/26214400 blocks
[    5.338743] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] mounting /dev/disk/by-uuid/cac058a2-68b5-42c1-bf5d-04c2a0367fc4 on /...
[    5.383607] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Quota mode: none.
[    5.392713] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] checking /dev/disk/by-uuid/8b17e751-5065-414d-adce-f887b3d5d460...
[    5.393079] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] fsck (busybox 1.35.0)
[    5.393484] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] [fsck.ext4 (1) -- /mnt-root/nix] fsck.ext4 -a /dev/disk/by-uuid/8b17e751-5065-414d-adce-f887b3d5d460
[    5.395991] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] nix: clean, 3241668/32768000 files, 48374759/131072000 blocks
[    5.399908] stage-1-init: [Thu Aug 18 08:11:42 UTC 2022] mounting /dev/disk/by-uuid/8b17e751-5065-414d-adce-f887b3d5d460 on /nix...
[    5.406874] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Quota mode: none.
[    5.477815] EXT4-fs (dm-2): re-mounted. Quota mode: none.
[    5.478218] booting system configuration /nix/store/cilwhy78rcwvxkcd1s4nxk46m87k1lwp-nixos-system-riviera-22.05.2320.3c8a5fa9a69
[    5.487468] stage-2-init: install: cannot change permissions of '/etc/nixos': No such file or directory
[    5.488039] stage-2-init: running activation script...
[    5.572844] stage-2-init: setting up /etc...
[    5.727518] systemd[1]: Inserted module 'autofs4'
[    5.836366] systemd[1]: Successfully credited entropy passed from boot loader.
[    5.838187] systemd[1]: systemd 250.4 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 -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    5.838239] systemd[1]: Detected architecture x86-64.
[    5.929503] systemd[1]: /etc/systemd/system/cups.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cups/cups.sock → /run/cups/cups.sock; please update the unit file accordingly.
[    5.934973] systemd[1]: Queued start job for default target Graphical Interface.
[    5.936119] systemd[1]: Created slice Slice /system/getty.
[    5.936358] systemd[1]: Created slice Slice /system/modprobe.
[    5.936713] systemd[1]: Created slice Slice /system/systemd-fsck.
[    5.936882] systemd[1]: Created slice User and Session Slice.
[    5.936935] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.936974] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.937017] systemd[1]: Reached target Local Encrypted Volumes.
[    5.937045] systemd[1]: Reached target Containers.
[    5.937071] systemd[1]: Reached target Path Units.
[    5.937093] systemd[1]: Reached target Remote File Systems.
[    5.937112] systemd[1]: Reached target Slice Units.
[    5.937777] systemd[1]: Listening on Process Core Dump Socket.
[    5.937876] systemd[1]: Listening on Journal Audit Socket.
[    5.937944] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.938008] systemd[1]: Listening on Journal Socket.
[    5.938084] systemd[1]: Listening on Network Service Netlink Socket.
[    5.938415] systemd[1]: Listening on udev Control Socket.
[    5.938480] systemd[1]: Listening on udev Kernel Socket.
[    5.938964] systemd[1]: Mounting Huge Pages File System...
[    5.939427] systemd[1]: Mounting POSIX Message Queue File System...
[    5.939898] systemd[1]: Mounting Kernel Debug File System...
[    5.940403] systemd[1]: Starting Create List of Static Device Nodes...
[    5.940896] systemd[1]: Starting Load Kernel Module configfs...
[    5.941363] systemd[1]: Starting Load Kernel Module drm...
[    5.941860] systemd[1]: Starting Load Kernel Module fuse...
[    5.942252] systemd[1]: Starting mount-pstore.service...
[    5.942310] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    5.942946] systemd[1]: Starting Journal Service...
[    5.943447] systemd[1]: Starting Load Kernel Modules...
[    5.943987] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.944649] systemd[1]: Starting Coldplug All udev Devices...
[    5.946255] systemd[1]: Mounted Huge Pages File System.
[    5.946348] systemd[1]: Mounted POSIX Message Queue File System.
[    5.946424] systemd[1]: Mounted Kernel Debug File System.
[    5.946589] systemd[1]: Finished Create List of Static Device Nodes.
[    5.946802] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.946890] systemd[1]: Finished Load Kernel Module configfs.
[    5.947938] systemd[1]: Mounting Kernel Configuration File System...
[    5.948613] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.949986] systemd[1]: Mounted Kernel Configuration File System.
[    5.950131] fuse: init (API version 7.36)
[    5.950381] EXT4-fs (dm-2): re-mounted. Quota mode: none.
[    5.951019] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.951131] systemd[1]: Finished Load Kernel Module fuse.
[    5.951351] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.952065] systemd[1]: Mounting FUSE Control File System...
[    5.952429] Linux agpgart interface v0.103
[    5.952740] systemd[1]: Starting Load/Save Random Seed...
[    5.953977] systemd[1]: Mounted FUSE Control File System.
[    5.955704] systemd[1]: Finished Create Static Device Nodes in /dev.
[    5.956701] audit: type=1130 audit(1660810302.845:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/dyxmql05ykvhgipv29l0vkq9xrcsxh0s-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.956747] systemd[1]: Reached target Preparation for Local File Systems.
[    5.957894] audit: type=1334 audit(1660810302.846:3): prog-id=52 op=LOAD
[    5.957934] audit: type=1334 audit(1660810302.846:4): prog-id=53 op=LOAD
[    5.957950] audit: type=1334 audit(1660810302.846:5): prog-id=54 op=LOAD
[    5.958168] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    5.970992] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    5.980732] systemd[1]: Finished Load/Save Random Seed.
[    5.981682] audit: type=1130 audit(1660810302.870:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/dyxmql05ykvhgipv29l0vkq9xrcsxh0s-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.981742] systemd[1]: Started Journal Service.
[    5.982644] audit: type=1130 audit(1660810302.871:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/nix/store/dyxmql05ykvhgipv29l0vkq9xrcsxh0s-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.983309] audit: type=1334 audit(1660810302.871:8): prog-id=55 op=LOAD
[    5.983351] audit: type=1334 audit(1660810302.871:9): prog-id=56 op=LOAD
[    5.985869] ACPI: bus type drm_connector registered
[    5.987163] audit: type=1130 audit(1660810302.875:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/nix/store/dyxmql05ykvhgipv29l0vkq9xrcsxh0s-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.987303] systemd-journald[763]: Received client request to flush runtime journal.
[    5.988550] audit: type=1130 audit(1660810302.876:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=modprobe@drm comm="systemd" exe="/nix/store/dyxmql05ykvhgipv29l0vkq9xrcsxh0s-systemd-250.4/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.989944] tun: Universal TUN/TAP device driver, 1.6
[    5.995295] loop: module loaded
[    6.017971] Consider using thermal netlink events interface
[    6.033268] intel_pmc_core INT33A1:00:  initialized
[    6.033923] input: Intel HID events as /devices/platform/INTC1051:00/input/input11
[    6.098950] ACPI: AC: AC Adapter [AC] (on-line)
[    6.141742] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12
[    6.142535] ACPI: button: Sleep Button [SLPB]
[    6.142573] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13
[    6.142954] ACPI: button: Lid Switch [LID]
[    6.142990] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input14
[    6.143013] ACPI: button: Power Button [PWRB]
[    6.192143] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192210] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192396] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192475] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192527] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192583] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.192687] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    6.251774] ACPI: battery: Slot [BAT0] (battery present)
[    6.255767] tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    6.260749] thermal LNXTHERM:00: registered as thermal_zone4
[    6.260751] ACPI: thermal: Thermal Zone [THM0] (60 C)
[    6.282852] EDAC MC: Ver: 3.0.0
[    6.307999] EDAC igen6: v2.5
[    6.312474] mc: Linux media interface: v0.10
[    6.312732] Non-volatile memory driver v1.3
[    6.323677] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    6.324157] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.377966] videodev: Linux video capture interface: v2.00
[    6.385939] Bluetooth: Core ver 2.22
[    6.385962] NET: Registered PF_BLUETOOTH protocol family
[    6.385963] Bluetooth: HCI device and connection manager initialized
[    6.386084] Bluetooth: HCI socket layer initialized
[    6.386087] Bluetooth: L2CAP socket layer initialized
[    6.386091] Bluetooth: SCO socket layer initialized
[    6.400657] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    6.400964] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    6.400967] thinkpad_acpi: http://ibm-acpi.sf.net/
[    6.400968] thinkpad_acpi: ThinkPad BIOS N32ET75W (1.51 ), EC N32HT52W
[    6.400969] thinkpad_acpi: Lenovo ThinkPad X1 Carbon Gen 9, model 20XWCTO1WW
[    6.401196] 0000:00:16.3: ttyS0 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
[    6.401512] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    6.403017] thinkpad_acpi: radio switch found; radios are enabled
[    6.403156] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    6.403157] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    6.404537] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    6.413085] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.414989] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.432443] thinkpad_acpi: secondary fan control detected & enabled
[    6.437156] thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
[    6.437164] ACPI: battery: new extension: ThinkPad Battery Extension
[    6.449989] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input15
[    6.459655] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    6.459925] mousedev: PS/2 mouse device common for all mice
[    6.473884] intel_rapl_common: Found RAPL domain package
[    6.485491] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    6.485926] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.486026] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.495503] i2c i2c-0: 8/8 memory slots populated (from DMI)
[    6.495507] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[    6.514422] resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
[    6.514427] caller __uncore_imc_init_box+0xc1/0x100 [intel_uncore] mapping multiple BARs
[    6.569093] usb 3-4: Found UVC 1.10 device Integrated Camera (04f2:b6ea)
[    6.570992] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input17
[    6.571468] usb 3-4: Found UVC 1.50 device Integrated Camera (04f2:b6ea)
[    6.572207] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/input/input18
[    6.572249] usbcore: registered new interface driver uvcvideo
[    6.581817] pstore: Using crash dump compression: deflate
[    6.581849] pstore: Registered efi as persistent store backend
[    6.605395] Intel(R) Wireless WiFi driver for Linux
[    6.605490] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    6.617157] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-72.ucode failed with error -2
[    6.624041] intel_tcc_cooling: Programmable TCC Offset detected
[    6.634803] Adding 16777212k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:16777212k SSFS
[    6.640098] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    6.640162] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    6.655051] usbcore: registered new interface driver btusb
[    6.656572] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
[    6.657491] Bluetooth: hci0: Device revision is 2
[    6.657493] Bluetooth: hci0: Secure boot is enabled
[    6.657494] Bluetooth: hci0: OTP lock is enabled
[    6.657495] Bluetooth: hci0: API lock is enabled
[    6.657496] Bluetooth: hci0: Debug lock is disabled
[    6.657496] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    6.661590] intel_rapl_msr: PL4 support detected.
[    6.661717] intel_rapl_common: Found RAPL domain package
[    6.661720] intel_rapl_common: Found RAPL domain core
[    6.661722] intel_rapl_common: Found RAPL domain uncore
[    6.661725] intel_rapl_common: Found RAPL domain psys
[    6.666894] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[    6.666911] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    6.672016] iwlwifi 0000:00:14.3: loaded firmware version 71.058653f6.0 QuZ-a0-hr-b0-71.ucode op_mode iwlmvm
[    6.674534] typec port0: bound usb3-port5 (ops connector_ops [usbcore])
[    6.674563] typec port0: bound usb2-port2 (ops connector_ops [usbcore])
[    6.701443] Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
[    6.701568] Bluetooth: hci0: Boot Address: 0x24800
[    6.701570] Bluetooth: hci0: Firmware Version: 50-12.22
[    6.815818] input: ELAN0672:00 04F3:3187 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0672:00/0018:04F3:3187.0004/input/input19
[    6.815918] input: ELAN0672:00 04F3:3187 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0672:00/0018:04F3:3187.0004/input/input21
[    6.816059] hid-generic 0018:04F3:3187.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN0672:00 04F3:3187] on i2c-ELAN0672:00
[    6.862138] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    6.862248] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.863609] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    6.870215] Console: switching to colour dummy device 80x25
[    6.870251] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.880868] spi-nor spi0.0: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
[    6.880875] spi-nor: probe of spi0.0 failed with error -524
[    6.889578] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    6.890479] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.892185] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
[    6.916640] input: ELAN0672:00 04F3:3187 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0672:00/0018:04F3:3187.0004/input/input22
[    6.916833] input: ELAN0672:00 04F3:3187 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0672:00/0018:04F3:3187.0004/input/input24
[    6.916926] hid-multitouch 0018:04F3:3187.0004: input,hidraw3: I2C HID v1.00 Mouse [ELAN0672:00 04F3:3187] on i2c-ELAN0672:00
[    6.929358] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[    6.929776] thermal thermal_zone7: failed to read out thermal zone (-61)
[    6.956609] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Quota mode: none.
[    6.961260] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    6.981813] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.982011] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25
[    6.987468] fbcon: i915drmfb (fb0) is primary device
[    7.004403] Console: switching to colour frame buffer device 240x75
[    7.019946] psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x92, buttons: 3/3
[    7.025702] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.035988] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input16
[    7.054496] iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
[    7.079358] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    7.079898] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[    7.080327] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040380
[    7.080419] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.087764] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
[    7.100645] NET: Registered PF_ALG protocol family
[    7.121269] iwlwifi 0000:00:14.3: base HW address: 2c:8d:b1:25:46:21
[    7.142712] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.142717] Bluetooth: BNEP socket layer initialized
[    7.165032] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
[    7.165036] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[    7.165040] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[    7.181121] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    7.181123] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:21:0
[    7.181128] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
[    7.275850] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:1:1-3964a
[    7.275854] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:21:0 Kernel ABI 3:21:0
[    7.288068] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:21:0 Kernel ABI 3:21:0
[    7.288343] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[    7.319701] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC287: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[    7.319707] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.319709] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.319711] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[    7.319712] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[    7.319713] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[    7.367467] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
[    7.367475] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
[    7.367614] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
[    7.367618] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
[    7.367621] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
[    7.367624] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
[    7.367627] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
[    7.367632] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
[    7.367636] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
[    7.367640] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
[    7.367645] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
[    7.367650] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
[    7.367654] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
[    7.367664] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    7.386081] typec port1: bound usb3-port6 (ops connector_ops [usbcore])
[    7.386102] typec port1: bound usb2-port3 (ops connector_ops [usbcore])
[    7.392827] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input26
[    7.393594] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input27
[    7.393638] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input28
[    7.394194] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input29
[    7.394231] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input30
[    8.599929] Bluetooth: hci0: Waiting for firmware download to complete
[    8.600474] Bluetooth: hci0: Firmware loaded in 1854518 usecs
[    8.600516] Bluetooth: hci0: Waiting for device to boot
[    8.615478] Bluetooth: hci0: Device booted in 14638 usecs
[    8.615785] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
[    8.617478] Bluetooth: hci0: Applying Intel DDC parameters completed
[    8.618481] Bluetooth: hci0: Firmware revision 0.4 build 50 week 12 2022
[    9.432154] wlan0: authenticate with dc:15:c8:12:e8:85
[    9.432181] wlan0: Invalid HE elem, Disable HE
[    9.454984] wlan0: send auth to dc:15:c8:12:e8:85 (try 1/3)
[    9.497345] wlan0: authenticated
[    9.497577] wlan0: associate with dc:15:c8:12:e8:85 (try 1/3)
[    9.503922] wlan0: RX AssocResp from dc:15:c8:12:e8:85 (capab=0x1511 status=0 aid=2)
[    9.512314] wlan0: associated
[    9.553602] wlan0: Limiting TX power to 27 (30 - 3) dBm as advertised by dc:15:c8:12:e8:85
[    9.574059] NET: Registered PF_PACKET protocol family
[   27.732631] PM: suspend entry (s2idle)
[   27.740391] Filesystems sync: 0.007 seconds
[   27.862559] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   27.864049] OOM killer disabled.
[   27.864051] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   27.865202] printk: Suspending console(s) (use no_console_suspend to debug)
[   27.866370] wlan0: deauthenticating from dc:15:c8:12:e8:85 by local choice (Reason: 3=DEAUTH_LEAVING)
[   28.028167] iwlmei 0000:00:16.0-13280904-7792-4fcb-a1aa-5e70cbb1e865: Couldn't get ACK from CSME on HOST_GOES_DOWN message
[   28.290482] ACPI: EC: interrupt blocked
[   33.853843] ACPI: EC: interrupt unblocked
[   34.156137] nvme nvme0: Shutdown timeout set to 10 seconds
[   34.158618] nvme nvme0: 8/0/0 default/read/poll queues
[   34.421630] OOM killer enabled.
[   34.421633] Restarting tasks ... 
[   34.421805] usb 3-3: USB disconnect, device number 2
[   34.423221] done.
[   34.425912] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   34.437624] thermal thermal_zone7: failed to read out thermal zone (-61)
[   34.542276] usb 3-3: new full-speed USB device number 6 using xhci_hcd
[   34.559669] PM: suspend exit
[   34.671714] usb 3-3: New USB device found, idVendor=06cb, idProduct=00fc, bcdDevice= 0.00
[   34.671723] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[   34.671726] usb 3-3: SerialNumber: ce8cf4b20507

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-08-18  8:13 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 11:36 iwlwifi devices disappear after suspend on kernel 5.17 Toke Høiland-Jørgensen
2022-04-19  6:24 ` Coelho, Luciano
2022-04-19  6:41   ` Grumbach, Emmanuel
2022-04-19  6:56     ` Grumbach, Emmanuel
2022-04-19 11:33       ` Toke Høiland-Jørgensen
2022-04-19 17:46         ` Grumbach, Emmanuel
2022-04-19 18:35           ` Grumbach, Emmanuel
2022-04-19 20:58             ` Toke Høiland-Jørgensen
2022-04-20  4:48               ` Grumbach, Emmanuel
2022-04-20  9:49                 ` Toke Høiland-Jørgensen
2022-04-20 10:47                   ` Grumbach, Emmanuel
2022-04-20 11:03                     ` Toke Høiland-Jørgensen
2022-08-12 16:19                       ` Joachim Breitner
2022-08-13 21:03                         ` Grumbach, Emmanuel
2022-08-14 14:06                           ` Greenman, Gregory
2022-08-14 16:37                             ` Joachim Breitner
2022-08-15 11:03                               ` Toke Høiland-Jørgensen
2022-08-18  7:41                         ` Stern, Avraham
2022-08-18  7:55                           ` Grumbach, Emmanuel
2022-08-18  8:13                           ` Joachim Breitner
2022-04-19 11:19   ` Toke Høiland-Jørgensen
2022-04-19 14:59     ` Coelho, Luciano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.