All of lore.kernel.org
 help / color / mirror / Atom feed
* HP Elitebook 840 G5 - acpi failure
@ 2021-11-18 12:42 Ian Kumlien
  2021-11-18 13:09 ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-18 12:42 UTC (permalink / raw)
  To: linux-acpi

Hi,

I started updating kernels to 5.14 a while ago and the laptop kept
deadlocking, it's my work laptop so it's quite locked down wrt bios
and bios updates....

But, i have since tried with 5.15.2 and it still crashes...

So the little testing i have is:
acpi=off -> works
acpi=ht -> *boom*

5.13.x did work however and i know there was updates wrt to acpi in 5.14

Older kernel oops can be found here:
https://photos.app.goo.gl/ZygV5Ja39C7cQCR39

I'd basically just want to know what kind of information can I provide
to help you to find and fix this issue?

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 12:42 HP Elitebook 840 G5 - acpi failure Ian Kumlien
@ 2021-11-18 13:09 ` Rafael J. Wysocki
  2021-11-18 13:17   ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-11-18 13:09 UTC (permalink / raw)
  To: Ian Kumlien; +Cc: ACPI Devel Maling List

On Thu, Nov 18, 2021 at 1:43 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> Hi,
>
> I started updating kernels to 5.14 a while ago and the laptop kept
> deadlocking, it's my work laptop so it's quite locked down wrt bios
> and bios updates....
>
> But, i have since tried with 5.15.2 and it still crashes...
>
> So the little testing i have is:
> acpi=off -> works
> acpi=ht -> *boom*

This need not mean that ACPI is the source of the problem, though.

> 5.13.x did work however and i know there was updates wrt to acpi in 5.14
>
> Older kernel oops can be found here:
> https://photos.app.goo.gl/ZygV5Ja39C7cQCR39

But the Oops is indeed related to ACPI.  It looks like the AML
interpreter is crashing when trying to execute the _OFF method of a
power resource.

> I'd basically just want to know what kind of information can I provide
> to help you to find and fix this issue?

Would you be able to collect a trace with dynamic debug in
drivers/acpi/power.c enabled, that is, add dyndbg="file power.c p+" to
the kernel command line before booting and capture an oops then?

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:09 ` Rafael J. Wysocki
@ 2021-11-18 13:17   ` Ian Kumlien
  2021-11-18 13:29     ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-18 13:17 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

On Thu, Nov 18, 2021 at 2:09 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> On Thu, Nov 18, 2021 at 1:43 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> >
> > Hi,
> >
> > I started updating kernels to 5.14 a while ago and the laptop kept
> > deadlocking, it's my work laptop so it's quite locked down wrt bios
> > and bios updates....
> >
> > But, i have since tried with 5.15.2 and it still crashes...
> >
> > So the little testing i have is:
> > acpi=off -> works
> > acpi=ht -> *boom*
>
> This need not mean that ACPI is the source of the problem, though.
>
> > 5.13.x did work however and i know there was updates wrt to acpi in 5.14
> >
> > Older kernel oops can be found here:
> > https://photos.app.goo.gl/ZygV5Ja39C7cQCR39
>
> But the Oops is indeed related to ACPI.  It looks like the AML
> interpreter is crashing when trying to execute the _OFF method of a
> power resource.
>
> > I'd basically just want to know what kind of information can I provide
> > to help you to find and fix this issue?
>
> Would you be able to collect a trace with dynamic debug in
> drivers/acpi/power.c enabled, that is, add dyndbg="file power.c p+" to
> the kernel command line before booting and capture an oops then?

Done, it seems like it's crashing mid screen refresh or so though,
hope it's useful

https://photos.app.goo.gl/kzgDv8EV75sq6FYf7

I could also dump all the acpi data, if that helps

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:17   ` Ian Kumlien
@ 2021-11-18 13:29     ` Rafael J. Wysocki
  2021-11-18 13:33       ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-11-18 13:29 UTC (permalink / raw)
  To: Ian Kumlien; +Cc: Rafael J. Wysocki, ACPI Devel Maling List

On Thu, Nov 18, 2021 at 2:17 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> On Thu, Nov 18, 2021 at 2:09 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> > On Thu, Nov 18, 2021 at 1:43 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > I started updating kernels to 5.14 a while ago and the laptop kept
> > > deadlocking, it's my work laptop so it's quite locked down wrt bios
> > > and bios updates....
> > >
> > > But, i have since tried with 5.15.2 and it still crashes...
> > >
> > > So the little testing i have is:
> > > acpi=off -> works
> > > acpi=ht -> *boom*
> >
> > This need not mean that ACPI is the source of the problem, though.
> >
> > > 5.13.x did work however and i know there was updates wrt to acpi in 5.14
> > >
> > > Older kernel oops can be found here:
> > > https://photos.app.goo.gl/ZygV5Ja39C7cQCR39
> >
> > But the Oops is indeed related to ACPI.  It looks like the AML
> > interpreter is crashing when trying to execute the _OFF method of a
> > power resource.
> >
> > > I'd basically just want to know what kind of information can I provide
> > > to help you to find and fix this issue?
> >
> > Would you be able to collect a trace with dynamic debug in
> > drivers/acpi/power.c enabled, that is, add dyndbg="file power.c p+" to
> > the kernel command line before booting and capture an oops then?
>
> Done, it seems like it's crashing mid screen refresh or so though,
> hope it's useful
>
> https://photos.app.goo.gl/kzgDv8EV75sq6FYf7

The string passed in the kernel command line is not exactly the above,
so it didn't turn on the dynamic debug (one of the " characters is
misplaced).

> I could also dump all the acpi data, if that helps

It may help later.

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:29     ` Rafael J. Wysocki
@ 2021-11-18 13:33       ` Ian Kumlien
  2021-11-18 13:41         ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-18 13:33 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

On Thu, Nov 18, 2021 at 2:29 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Thu, Nov 18, 2021 at 2:17 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> >
> > On Thu, Nov 18, 2021 at 2:09 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> > > On Thu, Nov 18, 2021 at 1:43 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I started updating kernels to 5.14 a while ago and the laptop kept
> > > > deadlocking, it's my work laptop so it's quite locked down wrt bios
> > > > and bios updates....
> > > >
> > > > But, i have since tried with 5.15.2 and it still crashes...
> > > >
> > > > So the little testing i have is:
> > > > acpi=off -> works
> > > > acpi=ht -> *boom*
> > >
> > > This need not mean that ACPI is the source of the problem, though.
> > >
> > > > 5.13.x did work however and i know there was updates wrt to acpi in 5.14
> > > >
> > > > Older kernel oops can be found here:
> > > > https://photos.app.goo.gl/ZygV5Ja39C7cQCR39
> > >
> > > But the Oops is indeed related to ACPI.  It looks like the AML
> > > interpreter is crashing when trying to execute the _OFF method of a
> > > power resource.
> > >
> > > > I'd basically just want to know what kind of information can I provide
> > > > to help you to find and fix this issue?
> > >
> > > Would you be able to collect a trace with dynamic debug in
> > > drivers/acpi/power.c enabled, that is, add dyndbg="file power.c p+" to
> > > the kernel command line before booting and capture an oops then?
> >
> > Done, it seems like it's crashing mid screen refresh or so though,
> > hope it's useful
> >
> > https://photos.app.goo.gl/kzgDv8EV75sq6FYf7
>
> The string passed in the kernel command line is not exactly the above,
> so it didn't turn on the dynamic debug (one of the " characters is
> misplaced).

Ah, feck, sorry, rebooting....

> > I could also dump all the acpi data, if that helps
>
> It may help later.

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:33       ` Ian Kumlien
@ 2021-11-18 13:41         ` Ian Kumlien
  2021-11-18 13:51           ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-18 13:41 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

So, hard to capture, crashes faster with minimal output:
https://photos.app.goo.gl/9p56395EdhNBuikQA

First time i didn't even see the oops at all...

On Thu, Nov 18, 2021 at 2:33 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> On Thu, Nov 18, 2021 at 2:29 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> >
> > On Thu, Nov 18, 2021 at 2:17 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> > >
> > > On Thu, Nov 18, 2021 at 2:09 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> > > > On Thu, Nov 18, 2021 at 1:43 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I started updating kernels to 5.14 a while ago and the laptop kept
> > > > > deadlocking, it's my work laptop so it's quite locked down wrt bios
> > > > > and bios updates....
> > > > >
> > > > > But, i have since tried with 5.15.2 and it still crashes...
> > > > >
> > > > > So the little testing i have is:
> > > > > acpi=off -> works
> > > > > acpi=ht -> *boom*
> > > >
> > > > This need not mean that ACPI is the source of the problem, though.
> > > >
> > > > > 5.13.x did work however and i know there was updates wrt to acpi in 5.14
> > > > >
> > > > > Older kernel oops can be found here:
> > > > > https://photos.app.goo.gl/ZygV5Ja39C7cQCR39
> > > >
> > > > But the Oops is indeed related to ACPI.  It looks like the AML
> > > > interpreter is crashing when trying to execute the _OFF method of a
> > > > power resource.
> > > >
> > > > > I'd basically just want to know what kind of information can I provide
> > > > > to help you to find and fix this issue?
> > > >
> > > > Would you be able to collect a trace with dynamic debug in
> > > > drivers/acpi/power.c enabled, that is, add dyndbg="file power.c p+" to
> > > > the kernel command line before booting and capture an oops then?
> > >
> > > Done, it seems like it's crashing mid screen refresh or so though,
> > > hope it's useful
> > >
> > > https://photos.app.goo.gl/kzgDv8EV75sq6FYf7
> >
> > The string passed in the kernel command line is not exactly the above,
> > so it didn't turn on the dynamic debug (one of the " characters is
> > misplaced).
>
> Ah, feck, sorry, rebooting....
>
> > > I could also dump all the acpi data, if that helps
> >
> > It may help later.

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:41         ` Ian Kumlien
@ 2021-11-18 13:51           ` Rafael J. Wysocki
  2021-11-18 21:22             ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2021-11-18 13:51 UTC (permalink / raw)
  To: Ian Kumlien; +Cc: Rafael J. Wysocki, ACPI Devel Maling List

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

On Thu, Nov 18, 2021 at 2:41 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> So, hard to capture, crashes faster with minimal output:
> https://photos.app.goo.gl/9p56395EdhNBuikQA
>
> First time i didn't even see the oops at all...

The dynamic debug output is still not present.

Please apply the attached patch (you may need to adjust it for 5.15 -
the idea is to comment out the execution of _ON and _OFF) and boot
with the dyndbg in power.c enabled.

It should not crash this time, so you should be able to collect full
dmesg and send it (as an attachment, please).

[-- Attachment #2: acpi-power-debug.patch --]
[-- Type: text/x-patch, Size: 1545 bytes --]

---
 drivers/acpi/power.c |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Index: linux-pm/drivers/acpi/power.c
===================================================================
--- linux-pm.orig/drivers/acpi/power.c
+++ linux-pm/drivers/acpi/power.c
@@ -362,13 +362,13 @@ static int __acpi_power_on(struct acpi_p
 {
 	acpi_handle handle = resource->device.handle;
 	struct acpi_power_dependent_device *dep;
-	acpi_status status = AE_OK;
+	//acpi_status status = AE_OK;
 
-	status = acpi_evaluate_object(handle, "_ON", NULL, NULL);
-	if (ACPI_FAILURE(status)) {
-		resource->state = ACPI_POWER_RESOURCE_STATE_UNKNOWN;
-		return -ENODEV;
-	}
+	//status = acpi_evaluate_object(handle, "_ON", NULL, NULL);
+	//if (ACPI_FAILURE(status)) {
+	//	resource->state = ACPI_POWER_RESOURCE_STATE_UNKNOWN;
+	//	return -ENODEV;
+	//}
 
 	resource->state = ACPI_POWER_RESOURCE_STATE_ON;
 
@@ -420,13 +420,13 @@ static int acpi_power_on(struct acpi_pow
 static int __acpi_power_off(struct acpi_power_resource *resource)
 {
 	acpi_handle handle = resource->device.handle;
-	acpi_status status;
+	//acpi_status status;
 
-	status = acpi_evaluate_object(handle, "_OFF", NULL, NULL);
-	if (ACPI_FAILURE(status)) {
-		resource->state = ACPI_POWER_RESOURCE_STATE_UNKNOWN;
-		return -ENODEV;
-	}
+	//status = acpi_evaluate_object(handle, "_OFF", NULL, NULL);
+	//if (ACPI_FAILURE(status)) {
+	//	resource->state = ACPI_POWER_RESOURCE_STATE_UNKNOWN;
+	//	return -ENODEV;
+	//}
 
 	resource->state = ACPI_POWER_RESOURCE_STATE_OFF;
 

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 13:51           ` Rafael J. Wysocki
@ 2021-11-18 21:22             ` Ian Kumlien
  2021-11-19 10:49               ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-18 21:22 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

So this turns out to be a bit of a problem...

If i do:
make modules_install
make install

It generates a 900MB+ initrd that doesn't fit - and without it i can't
get it to boot properly..
I don't know what ubuntu does with mkinitrdfs but it seems quite
excessive. Also, the kernel still seems to crash (doesn't respond to
capslock) and it doesn't seem to like dyndbg="file power.c p+" - it
said something about p+ being wrong

(Company laptop, lvm, crypted fs and all that fun stuff... :/)

On Thu, Nov 18, 2021 at 2:52 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Thu, Nov 18, 2021 at 2:41 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> >
> > So, hard to capture, crashes faster with minimal output:
> > https://photos.app.goo.gl/9p56395EdhNBuikQA
> >
> > First time i didn't even see the oops at all...
>
> The dynamic debug output is still not present.
>
> Please apply the attached patch (you may need to adjust it for 5.15 -
> the idea is to comment out the execution of _ON and _OFF) and boot
> with the dyndbg in power.c enabled.
>
> It should not crash this time, so you should be able to collect full
> dmesg and send it (as an attachment, please).

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-18 21:22             ` Ian Kumlien
@ 2021-11-19 10:49               ` Ian Kumlien
  2021-12-01 15:03                 ` Ian Kumlien
  0 siblings, 1 reply; 10+ messages in thread
From: Ian Kumlien @ 2021-11-19 10:49 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

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

On Thu, Nov 18, 2021 at 10:22 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> So this turns out to be a bit of a problem...
>
> If i do:
> make modules_install
> make install
>
> It generates a 900MB+ initrd that doesn't fit - and without it i can't
> get it to boot properly..
> I don't know what ubuntu does with mkinitrdfs but it seems quite
> excessive. Also, the kernel still seems to crash (doesn't respond to
> capslock) and it doesn't seem to like dyndbg="file power.c p+" - it
> said something about p+ being wrong
>
> (Company laptop, lvm, crypted fs and all that fun stuff... :/)

So, got the initrd down so that it just about fits, here is the dmesg

Also, the kernel seems to switch the quotation marks around...

> On Thu, Nov 18, 2021 at 2:52 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
> >
> > On Thu, Nov 18, 2021 at 2:41 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> > >
> > > So, hard to capture, crashes faster with minimal output:
> > > https://photos.app.goo.gl/9p56395EdhNBuikQA
> > >
> > > First time i didn't even see the oops at all...
> >
> > The dynamic debug output is still not present.
> >
> > Please apply the attached patch (you may need to adjust it for 5.15 -
> > the idea is to comment out the execution of _ON and _OFF) and boot
> > with the dyndbg in power.c enabled.
> >
> > It should not crash this time, so you should be able to collect full
> > dmesg and send it (as an attachment, please).

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

[    0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-06
[    0.000000] Linux version 5.15.2+ (root@elx78517zs5) (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #3 SMP Fri Nov 19 00:10:39 CET 2021
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.15.2+ root=/dev/mapper/ubuntu--vg-root ro quiet splash mitigations=auto,nosmt tsx=auto "dyndbg=file power.c +p" nofb init=/bin/bash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] 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 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000857abfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000857ac000-0x00000000857acfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000857ad000-0x00000000857adfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000857ae000-0x0000000096f9afff] usable
[    0.000000] BIOS-e820: [mem 0x0000000096f9b000-0x0000000097d7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000097d7f000-0x0000000097f7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000097f7f000-0x0000000097ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000097fff000-0x0000000097ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000098000000-0x000000009e7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by HP
[    0.000000] efi: ACPI=0x97ffe000 ACPI 2.0=0x97ffe014 TPMFinalLog=0x97f70000 SMBIOS=0x97765000 SMBIOS 3.0=0x97763000 ESRT=0x97777c98 MEMATTR=0x93a82018 RNG=0x97777818 TPMEventLog=0x8589e018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.0 present.
[    0.000000] DMI: HP HP EliteBook 840 G5/83B2, BIOS Q78 Ver. 01.12.00 07/28/2020
[    0.000000] tsc: Detected 2100.000 MHz processor
[    0.000000] tsc: Detected 2099.944 MHz TSC
[    0.000977] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000981] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000991] last_pfn = 0x85f800 max_arch_pfn = 0x400000000
[    0.001229] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002767] last_pfn = 0x98000 max_arch_pfn = 0x400000000
[    0.019775] esrt: Reserving ESRT space from 0x0000000097777c98 to 0x0000000097777cd0.
[    0.019791] Using GB pages for direct mapping
[    0.020358] Secure boot disabled
[    0.020359] RAMDISK: [mem 0x2fc4e000-0x3ce45fff]
[    0.020368] ACPI: Early table checksum verification disabled
[    0.020372] ACPI: RSDP 0x0000000097FFE014 000024 (v02 HPQOEM)
[    0.020378] ACPI: XSDT 0x0000000097F8D228 00016C (v01 HPQOEM SLIC-BPC 00000000      01000013)
[    0.020387] ACPI: FACP 0x0000000097FD8000 00010C (v05 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.020395] ACPI: DSDT 0x0000000097FB2000 0222F9 (v02 HPQOEM 83B2     00000000 INTL 20160527)
[    0.020400] ACPI: FACS 0x0000000097F5C000 000040
[    0.020404] ACPI: SSDT 0x0000000097FFC000 00012A (v02 HP     ShmTable 00000001 INTL 20160527)
[    0.020408] ACPI: RTMA 0x0000000097FFB000 00009E (v01 HP     _HBMART_ 00001000 HP   00000001)
[    0.020413] ACPI: SSDT 0x0000000097FE6000 0145E8 (v02 AcpiRe PLT_RTD3 00001000 INTL 20160527)
[    0.020418] ACPI: SSDT 0x0000000097FE5000 000F25 (v02 HP     UcsiAcpi 00000001 INTL 20160527)
[    0.020422] ACPI: SSDT 0x0000000097FE4000 0000FB (v02 HP     UcsiCntr 00000001 INTL 20160527)
[    0.020427] ACPI: UEFI 0x0000000097F6D000 000042 (v01 HPQOEM EDK2     00000002      01000013)
[    0.020431] ACPI: OEML 0x0000000097FE3000 000028 (v03 HPQOEM EDK2     00000002      01000013)
[    0.020435] ACPI: SSDT 0x0000000097FE2000 0003C8 (v02 HPQOEM Tpm2Tabl 00001000 INTL 20160527)
[    0.020440] ACPI: TPM2 0x0000000097FE1000 000034 (v03 HPQOEM EDK2     00000002      01000013)
[    0.020444] ACPI: SSDT 0x0000000097FDD000 0032D6 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.020449] ACPI: MSDM 0x0000000097FDB000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.020453] ACPI: SLIC 0x0000000097FDA000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.020458] ACPI: WSMT 0x0000000097FD9000 000028 (v01 HPQOEM 83B2     00000001 HP   00000001)
[    0.020462] ACPI: HPET 0x0000000097FD7000 000038 (v01 HPQOEM 83B2     00000001 HP   00000001)
[    0.020466] ACPI: APIC 0x0000000097FD6000 00012C (v03 HPQOEM 83B2     00000001 HP   00000001)
[    0.020471] ACPI: MCFG 0x0000000097FD5000 00003C (v01 HPQOEM 83B2     00000001 HP   00000001)
[    0.020475] ACPI: SSDT 0x0000000097FB1000 0001BC (v02 HPQOEM Sata0Ide 00001000 INTL 20160527)
[    0.020479] ACPI: SSDT 0x0000000097FB0000 000734 (v01 HPQOEM PtidDevc 00001000 INTL 20160527)
[    0.020484] ACPI: SSDT 0x0000000097FAB000 004174 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[    0.020488] ACPI: SSDT 0x0000000097FA5000 004163 (v02 GddvDu GddvDumm 00001000 INTL 20160527)
[    0.020493] ACPI: SSDT 0x0000000097FA3000 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.020497] ACPI: SSDT 0x0000000097FFD000 0009CF (v02 CtdpB  CtdpB    00001000 INTL 20160527)
[    0.020502] ACPI: SSDT 0x0000000097FA2000 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160527)
[    0.020506] ACPI: SSDT 0x0000000097FA1000 00029F (v02 INTEL  sensrhub 00000000 INTL 20160527)
[    0.020511] ACPI: SSDT 0x0000000097FA0000 000346 (v01 INTEL  EInkApp  00000000 INTL 20160527)
[    0.020515] ACPI: SSDT 0x0000000097F9F000 0001CE (v02 INTEL  AMLY4ISH 00000000 INTL 20160527)
[    0.020520] ACPI: SSDT 0x0000000097F9E000 0003C8 (v02 INTEL  Wwan     00000001 INTL 20160527)
[    0.020524] ACPI: DBGP 0x0000000097F9D000 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.020529] ACPI: DBG2 0x0000000097F9C000 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.020534] ACPI: DMAR 0x0000000097F9B000 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.020539] ACPI: SSDT 0x0000000097F96000 004BF2 (v02 HP     HPTBT    00001000 INTL 20160527)
[    0.020548] ACPI: NHLT 0x0000000097F95000 00002D (v00 INTEL  KBL      00000002      01000013)
[    0.020552] ACPI: SSDT 0x0000000097F94000 00010E (v01 HP     HPSANIMD 00001000 INTL 20160527)
[    0.020557] ACPI: SSDT 0x0000000097F93000 000E6B (v01 HP     HPINNBWL 00001000 INTL 20160527)
[    0.020561] ACPI: SSDT 0x0000000097F92000 000032 (v01 HP     HPCONDEV 00001000 INTL 20160527)
[    0.020565] ACPI: SSDT 0x0000000097F91000 000069 (v01 HP     HPCAHWID 00001000 INTL 20160527)
[    0.020570] ACPI: ASF! 0x0000000097F90000 0000A0 (v32 HPQOEM  UYA     00000001 TFSM 000F4240)
[    0.020574] ACPI: FPDT 0x0000000097F8F000 000044 (v01 HPQOEM EDK2     00000002      01000013)
[    0.020579] ACPI: BGRT 0x0000000097F8E000 000038 (v01 HPQOEM EDK2     00000002      01000013)
[    0.020583] ACPI: SSDT 0x0000000097FDC000 0002F9 (v02 HP     PwrCtlEv 00000001 INTL 20160527)
[    0.020587] ACPI: Reserving FACP table memory at [mem 0x97fd8000-0x97fd810b]
[    0.020590] ACPI: Reserving DSDT table memory at [mem 0x97fb2000-0x97fd42f8]
[    0.020591] ACPI: Reserving FACS table memory at [mem 0x97f5c000-0x97f5c03f]
[    0.020593] ACPI: Reserving SSDT table memory at [mem 0x97ffc000-0x97ffc129]
[    0.020595] ACPI: Reserving RTMA table memory at [mem 0x97ffb000-0x97ffb09d]
[    0.020596] ACPI: Reserving SSDT table memory at [mem 0x97fe6000-0x97ffa5e7]
[    0.020598] ACPI: Reserving SSDT table memory at [mem 0x97fe5000-0x97fe5f24]
[    0.020599] ACPI: Reserving SSDT table memory at [mem 0x97fe4000-0x97fe40fa]
[    0.020601] ACPI: Reserving UEFI table memory at [mem 0x97f6d000-0x97f6d041]
[    0.020602] ACPI: Reserving OEML table memory at [mem 0x97fe3000-0x97fe3027]
[    0.020604] ACPI: Reserving SSDT table memory at [mem 0x97fe2000-0x97fe23c7]
[    0.020605] ACPI: Reserving TPM2 table memory at [mem 0x97fe1000-0x97fe1033]
[    0.020607] ACPI: Reserving SSDT table memory at [mem 0x97fdd000-0x97fe02d5]
[    0.020608] ACPI: Reserving MSDM table memory at [mem 0x97fdb000-0x97fdb054]
[    0.020610] ACPI: Reserving SLIC table memory at [mem 0x97fda000-0x97fda175]
[    0.020611] ACPI: Reserving WSMT table memory at [mem 0x97fd9000-0x97fd9027]
[    0.020613] ACPI: Reserving HPET table memory at [mem 0x97fd7000-0x97fd7037]
[    0.020615] ACPI: Reserving APIC table memory at [mem 0x97fd6000-0x97fd612b]
[    0.020616] ACPI: Reserving MCFG table memory at [mem 0x97fd5000-0x97fd503b]
[    0.020618] ACPI: Reserving SSDT table memory at [mem 0x97fb1000-0x97fb11bb]
[    0.020619] ACPI: Reserving SSDT table memory at [mem 0x97fb0000-0x97fb0733]
[    0.020621] ACPI: Reserving SSDT table memory at [mem 0x97fab000-0x97faf173]
[    0.020622] ACPI: Reserving SSDT table memory at [mem 0x97fa5000-0x97fa9162]
[    0.020624] ACPI: Reserving SSDT table memory at [mem 0x97fa3000-0x97fa47ad]
[    0.020626] ACPI: Reserving SSDT table memory at [mem 0x97ffd000-0x97ffd9ce]
[    0.020627] ACPI: Reserving SSDT table memory at [mem 0x97fa2000-0x97fa2140]
[    0.020629] ACPI: Reserving SSDT table memory at [mem 0x97fa1000-0x97fa129e]
[    0.020631] ACPI: Reserving SSDT table memory at [mem 0x97fa0000-0x97fa0345]
[    0.020632] ACPI: Reserving SSDT table memory at [mem 0x97f9f000-0x97f9f1cd]
[    0.020634] ACPI: Reserving SSDT table memory at [mem 0x97f9e000-0x97f9e3c7]
[    0.020636] ACPI: Reserving DBGP table memory at [mem 0x97f9d000-0x97f9d033]
[    0.020637] ACPI: Reserving DBG2 table memory at [mem 0x97f9c000-0x97f9c053]
[    0.020639] ACPI: Reserving DMAR table memory at [mem 0x97f9b000-0x97f9b0a7]
[    0.020640] ACPI: Reserving SSDT table memory at [mem 0x97f96000-0x97f9abf1]
[    0.020642] ACPI: Reserving NHLT table memory at [mem 0x97f95000-0x97f9502c]
[    0.020644] ACPI: Reserving SSDT table memory at [mem 0x97f94000-0x97f9410d]
[    0.020645] ACPI: Reserving SSDT table memory at [mem 0x97f93000-0x97f93e6a]
[    0.020647] ACPI: Reserving SSDT table memory at [mem 0x97f92000-0x97f92031]
[    0.020648] ACPI: Reserving SSDT table memory at [mem 0x97f91000-0x97f91068]
[    0.020650] ACPI: Reserving ASF! table memory at [mem 0x97f90000-0x97f9009f]
[    0.020652] ACPI: Reserving FPDT table memory at [mem 0x97f8f000-0x97f8f043]
[    0.020653] ACPI: Reserving BGRT table memory at [mem 0x97f8e000-0x97f8e037]
[    0.020655] ACPI: Reserving SSDT table memory at [mem 0x97fdc000-0x97fdc2f8]
[    0.020945] No NUMA configuration found
[    0.020946] Faking a node at [mem 0x0000000000000000-0x000000085f7fffff]
[    0.020961] NODE_DATA(0) allocated [mem 0x85f7d6000-0x85f7fffff]
[    0.021356] Zone ranges:
[    0.021357]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.021360]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.021363]   Normal   [mem 0x0000000100000000-0x000000085f7fffff]
[    0.021365]   Device   empty
[    0.021367] Movable zone start for each node
[    0.021371] Early memory node ranges
[    0.021372]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.021375]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.021376]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.021378]   node   0: [mem 0x0000000040400000-0x00000000857abfff]
[    0.021379]   node   0: [mem 0x00000000857ae000-0x0000000096f9afff]
[    0.021381]   node   0: [mem 0x0000000097fff000-0x0000000097ffffff]
[    0.021382]   node   0: [mem 0x0000000100000000-0x000000085f7fffff]
[    0.021387] Initmem setup node 0 [mem 0x0000000000001000-0x000000085f7fffff]
[    0.021392] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.021395] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.021424] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.025887] On node 0, zone DMA32: 1024 pages in unavailable ranges
[    0.026505] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.026569] On node 0, zone DMA32: 4196 pages in unavailable ranges
[    0.091451] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.091463] Reserving Intel graphics memory at [mem 0x9c800000-0x9e7fffff]
[    0.092070] ACPI: PM-Timer IO Port: 0x1808
[    0.092080] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.092083] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.092084] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.092085] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.092087] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.092088] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.092089] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.092090] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.092091] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.092092] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.092094] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.092095] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.092096] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.092097] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.092098] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.092099] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.092127] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.092132] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.092135] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.092140] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.092142] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.092153] e820: update [mem 0x93689000-0x936d1fff] usable ==> reserved
[    0.092166] TSC deadline timer available
[    0.092167] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.092202] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.092205] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.092208] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.092211] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.092214] PM: hibernation: Registered nosave memory: [mem 0x857ac000-0x857acfff]
[    0.092215] PM: hibernation: Registered nosave memory: [mem 0x857ad000-0x857adfff]
[    0.092218] PM: hibernation: Registered nosave memory: [mem 0x93689000-0x936d1fff]
[    0.092221] PM: hibernation: Registered nosave memory: [mem 0x96f9b000-0x97d7efff]
[    0.092223] PM: hibernation: Registered nosave memory: [mem 0x97d7f000-0x97f7efff]
[    0.092224] PM: hibernation: Registered nosave memory: [mem 0x97f7f000-0x97ffefff]
[    0.092227] PM: hibernation: Registered nosave memory: [mem 0x98000000-0x9e7fffff]
[    0.092228] PM: hibernation: Registered nosave memory: [mem 0x9e800000-0xefffffff]
[    0.092229] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.092230] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfe00ffff]
[    0.092231] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.092232] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[    0.092235] [mem 0x9e800000-0xefffffff] available for PCI devices
[    0.092237] Booting paravirtualized kernel on bare hardware
[    0.092239] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.092251] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.092512] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
[    0.092523] pcpu-alloc: s180224 r8192 d28672 u262144 alloc=1*2097152
[    0.092527] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.092577] Built 1 zonelists, mobility grouping on.  Total pages: 8217867
[    0.092579] Policy zone: Normal
[    0.092581] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.2+ root=/dev/mapper/ubuntu--vg-root ro quiet splash mitigations=auto,nosmt tsx=auto "dyndbg=file power.c +p" nofb init=/bin/bash
[    0.092785] Unknown command line parameters: BOOT_IMAGE=/vmlinuz-5.15.2+ tsx=auto dyndbg=file power.c +p
[    0.095225] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.096439] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.096555] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.206163] Memory: 32384396K/33393880K available (14345K kernel code, 3356K rwdata, 9124K rodata, 2708K init, 6084K bss, 1009224K reserved, 0K cma-reserved)
[    0.206187] random: get_random_u64 called from __kmem_cache_create+0x2c/0x480 with crng_init=1
[    0.206411] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.206443] Kernel/User page tables isolation: enabled
[    0.206474] ftrace: allocating 45116 entries in 177 pages
[    0.229916] ftrace: allocated 177 pages with 4 groups
[    0.230080] rcu: Hierarchical RCU implementation.
[    0.230082] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.230084] 	Rude variant of Tasks RCU enabled.
[    0.230085] 	Tracing variant of Tasks RCU enabled.
[    0.230086] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.230087] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.236384] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.236991] random: crng done (trusting CPU's manufacturer)
[    0.237036] Console: colour dummy device 80x25
[    0.237061] printk: console [tty0] enabled
[    0.237089] ACPI: Core revision 20210730
[    0.237653] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.237654] APIC: Switch to symmetric I/O mode setup
[    0.237657] DMAR: Host address width 39
[    0.237658] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.237666] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.237670] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.237675] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.237678] DMAR: RMRR base: 0x00000097c4a000 end: 0x00000097c69fff
[    0.237681] DMAR: RMRR base: 0x0000009c000000 end: 0x0000009e7fffff
[    0.237684] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.237686] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.237687] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.239483] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.239486] x2apic enabled
[    0.239500] Switched APIC routing to cluster x2apic.
[    0.243443] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[    0.243453] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776)
[    0.243457] pid_max: default: 32768 minimum: 301
[    0.247449] LSM: Security Framework initializing
[    0.247449] Yama: becoming mindful.
[    0.247449] AppArmor: AppArmor initialized
[    0.247449] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.247449] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.247449] x86/cpu: SGX disabled by BIOS.
[    0.247449] CPU0: Thermal monitoring enabled (TM1)
[    0.247449] process: using mwait in idle threads
[    0.247449] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.247449] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.247449] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.247449] Spectre V2 : Mitigation: Full generic retpoline
[    0.247449] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.247449] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.247449] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.247449] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.247449] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.247449] SMT: disabled
[    0.247449] SMT: disabled
[    0.247449] TAA: Mitigation: TSX disabled
[    0.247449] SRBDS: Mitigation: Microcode
[    0.247449] MDS: Mitigation: Clear CPU buffers
[    0.247449] Freeing SMP alternatives memory: 40K
[    0.247449] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1901
[    0.247449] smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.247449] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.247449] ... version:                4
[    0.247449] ... bit width:              48
[    0.247449] ... generic registers:      4
[    0.247449] ... value mask:             0000ffffffffffff
[    0.247449] ... max period:             00007fffffffffff
[    0.247449] ... fixed-purpose events:   3
[    0.247449] ... event mask:             000000070000000f
[    0.247449] rcu: Hierarchical SRCU implementation.
[    0.247449] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.247449] smp: Bringing up secondary CPUs ...
[    0.247449] x86: Booting SMP configuration:
[    0.247449] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.264467] smp: Brought up 1 node, 4 CPUs
[    0.264467] smpboot: Max logical packages: 2
[    0.264467] smpboot: Total of 4 processors activated (16799.55 BogoMIPS)
[    0.268708] devtmpfs: initialized
[    0.268708] x86/mm: Memory block size: 128MB
[    0.271779] ACPI: PM: Registering ACPI NVS region [mem 0x857ac000-0x857acfff] (4096 bytes)
[    0.271779] ACPI: PM: Registering ACPI NVS region [mem 0x97d7f000-0x97f7efff] (2097152 bytes)
[    0.271779] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.271779] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.271779] pinctrl core: initialized pinctrl subsystem
[    0.271924] PM: RTC time: 10:36:52, date: 2021-11-19
[    0.272118] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.272624] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.273008] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.273398] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.273414] audit: initializing netlink subsys (disabled)
[    0.273432] audit: type=2000 audit(1637318212.028:1): state=initialized audit_enabled=0 res=1
[    0.273432] thermal_sys: Registered thermal governor 'fair_share'
[    0.273432] thermal_sys: Registered thermal governor 'bang_bang'
[    0.273432] thermal_sys: Registered thermal governor 'step_wise'
[    0.273432] thermal_sys: Registered thermal governor 'user_space'
[    0.273432] thermal_sys: Registered thermal governor 'power_allocator'
[    0.273432] cpuidle: using governor ladder
[    0.273432] cpuidle: using governor menu
[    0.273432] ACPI: bus type PCI registered
[    0.273432] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.273432] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.273432] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.273432] PCI: Using configuration type 1 for base access
[    0.273432] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.276798] Kprobes globally optimized
[    0.276804] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.276804] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.276804] fbcon: Taking over console
[    0.276804] ACPI: Added _OSI(Module Device)
[    0.276804] ACPI: Added _OSI(Processor Device)
[    0.276804] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.276804] ACPI: Added _OSI(Processor Aggregator Device)
[    0.276804] ACPI: Added _OSI(Linux-Dell-Video)
[    0.276804] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.276804] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.360696] ACPI: 24 ACPI AML tables successfully acquired and loaded
[    0.364740] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.436071] ACPI: Dynamic OEM Table Load:
[    0.436093] ACPI: SSDT 0xFFFF97D9811A8000 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.438365] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.439630] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [CAP1] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20210730/dsopcode-203)

[    0.439661] No Local Variables are initialized for Method [_OSC]

[    0.439663] Initialized Arguments for Method [_OSC]:  (4 arguments defined for method invocation)
[    0.439664]   Arg0:   000000005d3bb994 <Obj>           Buffer(16) 6E B0 11 08 27 4A F9 44
[    0.439677]   Arg1:   00000000c44aa0b6 <Obj>           Integer 0000000000000001
[    0.439682]   Arg2:   00000000d29d6927 <Obj>           Integer 0000000000000002
[    0.439686]   Arg3:   000000005ae79a32 <Obj>           Buffer(8) 01 00 00 00 FF 30 20 00

[    0.439698] ACPI Error: Aborting method \_SB._OSC due to previous error (AE_AML_BUFFER_LIMIT) (20210730/psparse-531)
[    0.440477] ACPI: Dynamic OEM Table Load:
[    0.440494] ACPI: SSDT 0xFFFF97D98119DC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.443449] ACPI: Dynamic OEM Table Load:
[    0.443469] ACPI: SSDT 0xFFFF97D980132000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.447010] ACPI: Dynamic OEM Table Load:
[    0.447026] ACPI: SSDT 0xFFFF97D981198400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.453938] ACPI: EC: EC started
[    0.453940] ACPI: EC: interrupt blocked
[    0.481553] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.481557] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.481559] ACPI: Interpreter enabled
[    0.481650] ACPI: PM: (supports S0 S3 S4 S5)
[    0.481652] ACPI: Using IOAPIC for interrupt routing
[    0.481738] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.483126] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.496932] ACPI: PM: Power Resource [WRST]
[    0.497134] ACPI: PM: Power Resource [PXP]
[    0.497776] ACPI: \_SB_.PCI0.RP05.PXP_: ACPI: PM: Power resource is on
[    0.497780] ACPI: PM: Power resource list is on
[    0.497782] ACPI: \_SB_.PCI0.RP05.PXP_: ACPI: PM: Power resource turned on
[    0.499621] ACPI: PM: Power Resource [PXP]
[    0.500087] ACPI: \_SB_.PCI0.RP07.PXP_: ACPI: PM: Power resource is off
[    0.500090] ACPI: PM: Power resource list is off
[    0.500407] ACPI: PM: Power resource list is off
[    0.526857] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.526868] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.529481] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.530635] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.534263] PCI host bridge to bus 0000:00
[    0.534266] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.534269] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.534271] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.534274] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.534275] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.534277] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.534279] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.534281] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.534282] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.534284] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.534286] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.534287] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.534289] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.534291] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.534293] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.534294] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.534296] pci_bus 0000:00: root bus resource [mem 0x9e800000-0xefffffff window]
[    0.534298] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1fffffffff window]
[    0.534300] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.534302] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.535645] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[    0.539708] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[    0.539722] pci 0000:00:02.0: reg 0x10: [mem 0x1ff2000000-0x1ff2ffffff 64bit]
[    0.539732] pci 0000:00:02.0: reg 0x18: [mem 0x1fc0000000-0x1fcfffffff 64bit pref]
[    0.539739] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.539764] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.542655] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.542670] pci 0000:00:04.0: reg 0x10: [mem 0x1ff3010000-0x1ff3017fff 64bit]
[    0.545794] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.545817] pci 0000:00:14.0: reg 0x10: [mem 0xb6320000-0xb632ffff 64bit]
[    0.545896] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.548204] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.548227] pci 0000:00:14.2: reg 0x10: [mem 0x1ff3020000-0x1ff3020fff 64bit]
[    0.552522] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.552732] pci 0000:00:15.0: reg 0x10: [mem 0x1ff301f000-0x1ff301ffff 64bit]
[    0.556709] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.556919] pci 0000:00:15.1: reg 0x10: [mem 0x1ff301e000-0x1ff301efff 64bit]
[    0.560804] pci 0000:00:1c.0: [8086:9d13] type 01 class 0x060400
[    0.560914] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.564333] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[    0.564424] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.564601] pci 0000:00:1c.4: added power dependency to [LNXPOWER:01]
[    0.567839] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.567948] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.571358] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.574438] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.574454] pci 0000:00:1f.2: reg 0x10: [mem 0xb6330000-0xb6333fff]
[    0.577492] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[    0.577517] pci 0000:00:1f.3: reg 0x10: [mem 0x1ff3018000-0x1ff301bfff 64bit]
[    0.577547] pci 0000:00:1f.3: reg 0x20: [mem 0x1ff3000000-0x1ff300ffff 64bit]
[    0.577602] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.581626] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.581680] pci 0000:00:1f.4: reg 0x10: [mem 0x1ff301c000-0x1ff301c0ff 64bit]
[    0.581732] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.584798] pci 0000:00:1f.6: [8086:15d7] type 00 class 0x020000
[    0.584817] pci 0000:00:1f.6: reg 0x10: [mem 0xb6300000-0xb631ffff]
[    0.584911] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.585585] pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000
[    0.585673] pci 0000:01:00.0: reg 0x10: [mem 0xb6200000-0xb6201fff 64bit]
[    0.586088] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.587229] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.587236] pci 0000:00:1c.0:   bridge window [mem 0xb6200000-0xb62fffff]
[    0.587367] pci 0000:02:00.0: [8086:15da] type 01 class 0x060400
[    0.587428] pci 0000:02:00.0: enabling Extended Tags
[    0.587530] pci 0000:02:00.0: supports D1 D2
[    0.587532] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.587615] pci 0000:02:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.587722] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.587729] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb60fffff]
[    0.587734] pci 0000:00:1c.4:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.587825] pci 0000:03:00.0: [8086:15da] type 01 class 0x060400
[    0.587889] pci 0000:03:00.0: enabling Extended Tags
[    0.587995] pci 0000:03:00.0: supports D1 D2
[    0.587996] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.588143] pci 0000:03:01.0: [8086:15da] type 01 class 0x060400
[    0.588206] pci 0000:03:01.0: enabling Extended Tags
[    0.588312] pci 0000:03:01.0: supports D1 D2
[    0.588313] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.588458] pci 0000:03:02.0: [8086:15da] type 01 class 0x060400
[    0.588521] pci 0000:03:02.0: enabling Extended Tags
[    0.588622] pci 0000:03:02.0: supports D1 D2
[    0.588624] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.588802] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.588812] pci 0000:02:00.0:   bridge window [mem 0xa0000000-0xb60fffff]
[    0.588820] pci 0000:02:00.0:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.588897] pci 0000:04:00.0: [8086:15d9] type 00 class 0x088000
[    0.588921] pci 0000:04:00.0: reg 0x10: [mem 0xb6000000-0xb603ffff]
[    0.588935] pci 0000:04:00.0: reg 0x14: [mem 0xb6040000-0xb6040fff]
[    0.589005] pci 0000:04:00.0: enabling Extended Tags
[    0.589125] pci 0000:04:00.0: supports D1 D2
[    0.589126] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.589285] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.589295] pci 0000:03:00.0:   bridge window [mem 0xb6000000-0xb60fffff]
[    0.589350] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.589360] pci 0000:03:01.0:   bridge window [mem 0xa0000000-0xb5efffff]
[    0.589367] pci 0000:03:01.0:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.589467] pci 0000:3a:00.0: [8086:15db] type 00 class 0x0c0330
[    0.589493] pci 0000:3a:00.0: reg 0x10: [mem 0xb5f00000-0xb5f0ffff]
[    0.589579] pci 0000:3a:00.0: enabling Extended Tags
[    0.589707] pci 0000:3a:00.0: supports D1 D2
[    0.589708] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.589803] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.589911] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.589921] pci 0000:03:02.0:   bridge window [mem 0xb5f00000-0xb5ffffff]
[    0.590222] pci 0000:3b:00.0: [144d:a808] type 00 class 0x010802
[    0.590247] pci 0000:3b:00.0: reg 0x10: [mem 0xb6100000-0xb6103fff 64bit]
[    0.590751] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.590757] pci 0000:00:1d.0:   bridge window [mem 0xb6100000-0xb61fffff]
[    0.595191] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.595287] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.595378] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.595475] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.595568] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.595658] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.595749] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.595838] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.596958] ACPI: EC: interrupt unblocked
[    0.596959] ACPI: EC: event unblocked
[    0.596967] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.596969] ACPI: EC: GPE=0x6e
[    0.596971] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.596973] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.597048] iommu: Default domain type: Translated 
[    0.597048] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.597048] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.597048] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.597048] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.597048] vgaarb: loaded
[    0.597048] SCSI subsystem initialized
[    0.597048] libata version 3.00 loaded.
[    0.597048] ACPI: bus type USB registered
[    0.597048] usbcore: registered new interface driver usbfs
[    0.597048] usbcore: registered new interface driver hub
[    0.597048] usbcore: registered new device driver usb
[    0.597048] pps_core: LinuxPPS API ver. 1 registered
[    0.597048] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.597048] EDAC MC: Ver: 3.0.0
[    0.597048] Registered efivars operations
[    0.597048] NetLabel: Initializing
[    0.597048] NetLabel:  domain hash size = 128
[    0.597048] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.597048] NetLabel:  unlabeled traffic allowed by default
[    0.597048] PCI: Using ACPI for IRQ routing
[    0.604279] PCI: pci_cache_line_size set to 64 bytes
[    0.605015] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.605017] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.605019] e820: reserve RAM buffer [mem 0x857ac000-0x87ffffff]
[    0.605021] e820: reserve RAM buffer [mem 0x93689000-0x93ffffff]
[    0.605022] e820: reserve RAM buffer [mem 0x96f9b000-0x97ffffff]
[    0.605024] e820: reserve RAM buffer [mem 0x85f800000-0x85fffffff]
[    0.608619] clocksource: Switched to clocksource tsc-early
[    0.619504] VFS: Disk quotas dquot_6.6.0
[    0.619524] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.619667] AppArmor: AppArmor Filesystem Enabled
[    0.619728] pnp: PnP ACPI init
[    0.619905] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.620157] system 00:01: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.620161] system 00:01: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.620163] system 00:01: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.620165] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.620167] system 00:01: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.620775] system 00:02: [io  0x2000-0x20fe] has been reserved
[    0.621152] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.621155] system 00:03: [io  0xffff] has been reserved
[    0.621157] system 00:03: [io  0xffff] has been reserved
[    0.621159] system 00:03: [io  0xffff] has been reserved
[    0.621161] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.621163] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.621428] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.621602] system 00:07: [io  0x0200-0x027f] has been reserved
[    0.621606] system 00:07: [mem 0xfedf0000-0xfedfffff] has been reserved
[    0.623897] system 00:08: [mem 0xfe031000-0xfe031fff] has been reserved
[    0.623900] system 00:08: [mem 0xfe030008-0xfe030fff] has been reserved
[    0.625039] system 00:09: [mem 0xfe030000-0xfe030007] has been reserved
[    0.625589] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.625593] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.625595] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.625597] system 00:0a: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.625599] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.625601] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.625603] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.625605] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
[    0.625608] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.625610] system 00:0a: [mem 0x9e800000-0x9e81ffff] has been reserved
[    0.626464] pnp: PnP ACPI: found 11 devices
[    0.632566] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.632656] NET: Registered PF_INET protocol family
[    0.632850] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.635517] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.635741] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.636182] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.636297] TCP: Hash tables configured (established 262144 bind 65536)
[    0.636454] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.636602] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.636715] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.636830] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.636836] NET: Registered PF_XDP protocol family
[    0.636847] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
[    0.636854] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
[    0.636857] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
[    0.636865] pci 0000:00:1c.4: BAR 13: assigned [io  0x4000-0x5fff]
[    0.636869] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.636880] pci 0000:00:1c.0:   bridge window [mem 0xb6200000-0xb62fffff]
[    0.636890] pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.636893] pci 0000:03:01.0: BAR 13: assigned [io  0x4000-0x4fff]
[    0.636896] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.636902] pci 0000:03:00.0:   bridge window [mem 0xb6000000-0xb60fffff]
[    0.636912] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.636915] pci 0000:03:01.0:   bridge window [io  0x4000-0x4fff]
[    0.636921] pci 0000:03:01.0:   bridge window [mem 0xa0000000-0xb5efffff]
[    0.636925] pci 0000:03:01.0:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.636933] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.636939] pci 0000:03:02.0:   bridge window [mem 0xb5f00000-0xb5ffffff]
[    0.636949] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.636952] pci 0000:02:00.0:   bridge window [io  0x4000-0x4fff]
[    0.636958] pci 0000:02:00.0:   bridge window [mem 0xa0000000-0xb60fffff]
[    0.636962] pci 0000:02:00.0:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.636969] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.636971] pci 0000:00:1c.4:   bridge window [io  0x4000-0x5fff]
[    0.636976] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb60fffff]
[    0.636979] pci 0000:00:1c.4:   bridge window [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.636984] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.636991] pci 0000:00:1d.0:   bridge window [mem 0xb6100000-0xb61fffff]
[    0.636999] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.637001] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.637003] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.637005] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.637007] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.637009] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.637011] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.637013] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.637015] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.637016] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.637018] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.637020] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.637022] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.637024] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.637025] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.637027] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.637029] pci_bus 0000:00: resource 20 [mem 0x9e800000-0xefffffff window]
[    0.637031] pci_bus 0000:00: resource 21 [mem 0x1c00000000-0x1fffffffff window]
[    0.637033] pci_bus 0000:00: resource 22 [mem 0xfd000000-0xfe7fffff window]
[    0.637035] pci_bus 0000:01: resource 1 [mem 0xb6200000-0xb62fffff]
[    0.637037] pci_bus 0000:02: resource 0 [io  0x4000-0x5fff]
[    0.637039] pci_bus 0000:02: resource 1 [mem 0xa0000000-0xb60fffff]
[    0.637040] pci_bus 0000:02: resource 2 [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.637043] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.637044] pci_bus 0000:03: resource 1 [mem 0xa0000000-0xb60fffff]
[    0.637046] pci_bus 0000:03: resource 2 [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.637048] pci_bus 0000:04: resource 1 [mem 0xb6000000-0xb60fffff]
[    0.637050] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.637051] pci_bus 0000:05: resource 1 [mem 0xa0000000-0xb5efffff]
[    0.637053] pci_bus 0000:05: resource 2 [mem 0x1fd0000000-0x1ff1ffffff 64bit pref]
[    0.637055] pci_bus 0000:3a: resource 1 [mem 0xb5f00000-0xb5ffffff]
[    0.637057] pci_bus 0000:3b: resource 1 [mem 0xb6100000-0xb61fffff]
[    0.637300] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.638544] PCI: CLS 128 bytes, default 64
[    0.638601] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.638602] software IO TLB: mapped [mem 0x000000008e44d000-0x000000009244d000] (64MB)
[    0.638623] Trying to unpack rootfs image as initramfs...
[    0.643626] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.644195] Initialise system trusted keyrings
[    0.644210] Key type blacklist registered
[    0.644250] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.645934] zbud: loaded
[    0.646266] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.646300] fuse: init (API version 7.34)
[    0.646496] integrity: Platform Keyring initialized
[    0.659023] Key type asymmetric registered
[    0.659025] Asymmetric key parser 'x509' registered
[    0.659040] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.659076] io scheduler mq-deadline registered
[    0.659844] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    0.659996] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[    0.660022] pcieport 0000:00:1c.4: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.660370] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    0.660970] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.661323] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.662281] ACPI: AC: AC Adapter [AC] (on-line)
[    0.662365] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.662389] ACPI: button: Sleep Button [SLPB]
[    0.662423] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.662441] ACPI: button: Lid Switch [LID]
[    0.662471] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.662493] ACPI: button: Power Button [PWRB]
[    0.662538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.662575] ACPI: button: Power Button [PWRF]
[    0.663875] thermal LNXTHERM:00: registered as thermal_zone0
[    0.663878] ACPI: thermal: Thermal Zone [HEPZ] (30 C)
[    0.671266] thermal LNXTHERM:01: registered as thermal_zone1
[    0.671270] ACPI: thermal: Thermal Zone [CPUZ] (51 C)
[    0.679550] thermal LNXTHERM:02: registered as thermal_zone2
[    0.679553] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    0.683704] thermal LNXTHERM:03: registered as thermal_zone3
[    0.683707] ACPI: thermal: Thermal Zone [EXTZ] (41 C)
[    0.688373] thermal LNXTHERM:04: registered as thermal_zone4
[    0.688376] ACPI: thermal: Thermal Zone [LOCZ] (41 C)
[    0.695278] thermal LNXTHERM:05: registered as thermal_zone5
[    0.695281] ACPI: thermal: Thermal Zone [BATZ] (33 C)
[    0.700474] thermal LNXTHERM:06: registered as thermal_zone6
[    0.700477] ACPI: thermal: Thermal Zone [CHGZ] (48 C)
[    0.704640] thermal LNXTHERM:07: registered as thermal_zone7
[    0.704643] ACPI: thermal: Thermal Zone [PCHZ] (0 C)
[    0.704867] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.714549] hpet_acpi_add: no address or irqs in _CRS
[    0.715042] Linux agpgart interface v0.103
[    0.725903] ACPI: battery: Slot [BAT0] (battery present)
[    0.727544] tpm_tis IFX0763:00: 2.0 TPM (device-id 0x1B, rev-id 16)
[    0.806939] loop: module loaded
[    0.807195] libphy: Fixed MDIO Bus: probed
[    0.807196] tun: Universal TUN/TAP device driver, 1.6
[    0.807259] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.807263] ehci-pci: EHCI PCI platform driver
[    0.807283] ehci-platform: EHCI generic platform driver
[    0.807347] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.807857] i8042: Detected active multiplexing controller, rev 1.1
[    0.808094] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.808100] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.808134] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.808156] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.808177] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.808378] mousedev: PS/2 mouse device common for all mice
[    0.808735] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.809411] rtc_cmos rtc_cmos: registered as rtc0
[    0.809559] rtc_cmos rtc_cmos: setting system clock to 2021-11-19T10:36:53 UTC (1637318213)
[    0.809581] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.809588] i2c_dev: i2c /dev entries driver
[    0.809777] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.809808] device-mapper: uevent: version 1.0.3
[    0.809865] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.809882] intel_pstate: Intel P-state driver initializing
[    0.810452] intel_pstate: HWP enabled
[    0.810542] ledtrig-cpu: registered to indicate activity on CPUs
[    0.810554] efifb: probing for efifb
[    0.810569] efifb: showing boot graphics
[    0.811402] efifb: framebuffer at 0x1fc0000000, using 8100k, total 8100k
[    0.811403] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.811404] efifb: scrolling: redraw
[    0.811404] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.811493] Console: switching to colour frame buffer device 240x67
[    0.815440] fb0: EFI VGA frame buffer device
[    0.815446] EFI Variables Facility v0.08 2004-May-17
[    0.834234] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.910773] intel_pmc_core intel_pmc_core.0:  initialized
[    0.910805] drop_monitor: Initializing network drop monitor service
[    0.910924] NET: Registered PF_INET6 protocol family
[    1.651507] tsc: Refined TSC clocksource calibration: 2111.998 MHz
[    1.651514] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e71768ef8b, max_idle_ns: 440795218977 ns
[    1.651570] clocksource: Switched to clocksource tsc
[    3.052171] Freeing initrd memory: 215008K
[    3.058084] Segment Routing with IPv6
[    3.058094] In-situ OAM (IOAM) with IPv6
[    3.058113] NET: Registered PF_PACKET protocol family
[    3.058222] Key type dns_resolver registered
[    3.058601] microcode: sig=0x806ea, pf=0x80, revision=0xea
[    3.058730] microcode: Microcode Update Driver: v2.2.
[    3.058734] IPI shorthand broadcast: enabled
[    3.058742] sched_clock: Marking stable (3051996028, 6732214)->(3082146666, -23418424)
[    3.058948] registered taskstats version 1
[    3.059015] Loading compiled-in X.509 certificates
[    3.059531] Loaded X.509 cert 'Build time autogenerated kernel key: 083f6b842275bc539ce05a0eef5ceb6ce7ab4571'
[    3.059684] zswap: loaded using pool lzo/zbud
[    3.060304] Key type ._fscrypt registered
[    3.060306] Key type .fscrypt registered
[    3.060306] Key type fscrypt-provisioning registered
[    3.060477] Key type trusted registered
[    3.063052] Key type encrypted registered
[    3.063054] AppArmor: AppArmor sha1 policy hashing enabled
[    3.063946] integrity: Loading X.509 certificate: UEFI:db
[    3.063969] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[    3.063970] integrity: Loading X.509 certificate: UEFI:db
[    3.063984] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    3.063985] integrity: Loading X.509 certificate: UEFI:db
[    3.063998] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    3.065629] Loading compiled-in module X.509 certificates
[    3.066037] Loaded X.509 cert 'Build time autogenerated kernel key: 083f6b842275bc539ce05a0eef5ceb6ce7ab4571'
[    3.066039] ima: Allocated hash algorithm: sha1
[    3.102430] ima: No architecture policies found
[    3.102445] evm: Initialising EVM extended attributes:
[    3.102446] evm: security.selinux
[    3.102447] evm: security.SMACK64
[    3.102448] evm: security.SMACK64EXEC
[    3.102449] evm: security.SMACK64TRANSMUTE
[    3.102449] evm: security.SMACK64MMAP
[    3.102450] evm: security.apparmor
[    3.102450] evm: security.ima
[    3.102451] evm: security.capability
[    3.102451] evm: HMAC attrs: 0x1
[    3.102824] PM:   Magic number: 13:100:629
[    3.103158] RAS: Correctable Errors collector initialized.
[    3.104328] Freeing unused decrypted memory: 2036K
[    3.104622] Freeing unused kernel image (initmem) memory: 2708K
[    3.119814] Write protecting the kernel read-only data: 26624k
[    3.120438] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    3.120775] Freeing unused kernel image (rodata/data gap) memory: 1116K
[    3.178106] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.178107] x86/mm: Checking user space page tables
[    3.217159] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.217176] Run /init as init process
[    3.217177]   with arguments:
[    3.217178]     /init
[    3.217179]   with environment:
[    3.217179]     HOME=/
[    3.217180]     TERM=linux
[    3.217180]     BOOT_IMAGE=/vmlinuz-5.15.2+
[    3.217181]     tsx=auto
[    3.217182]     dyndbg=file power.c +p
[    3.307441] hid: raw HID events driver (C) Jiri Kosina
[    3.364387] e1000e: Intel(R) PRO/1000 Network Driver
[    3.364390] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.364443] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    3.364703] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.374751] cryptd: max_cpu_qlen set to 1000
[    3.380063] AVX2 version of gcm_enc/dec engaged.
[    3.380087] AES CTR mode by8 optimization enabled
[    3.405897] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.405906] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.406772] nvme nvme0: pci function 0000:3b:00.0
[    3.407079] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    3.407578] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    3.407581] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.407582] usb usb1: Product: xHCI Host Controller
[    3.407583] usb usb1: Manufacturer: Linux 5.15.2+ xhci-hcd
[    3.407584] usb usb1: SerialNumber: 0000:00:14.0
[    3.407686] hub 1-0:1.0: USB hub found
[    3.407699] hub 1-0:1.0: 12 ports detected
[    3.408353] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.408356] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.408357] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.408379] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    3.408381] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.408382] usb usb2: Product: xHCI Host Controller
[    3.408383] usb usb2: Manufacturer: Linux 5.15.2+ xhci-hcd
[    3.408384] usb usb2: SerialNumber: 0000:00:14.0
[    3.408469] hub 2-0:1.0: USB hub found
[    3.408478] hub 2-0:1.0: 6 ports detected
[    3.408757] usb: port power management may be unreliable
[    3.408975] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    3.408978] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[    3.410073] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    3.410248] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    3.410250] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.410251] usb usb3: Product: xHCI Host Controller
[    3.410252] usb usb3: Manufacturer: Linux 5.15.2+ xhci-hcd
[    3.410253] usb usb3: SerialNumber: 0000:3a:00.0
[    3.410347] hub 3-0:1.0: USB hub found
[    3.410353] hub 3-0:1.0: 2 ports detected
[    3.410748] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    3.410751] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[    3.410752] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.410775] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    3.410777] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.410778] usb usb4: Product: xHCI Host Controller
[    3.410778] usb usb4: Manufacturer: Linux 5.15.2+ xhci-hcd
[    3.410779] usb usb4: SerialNumber: 0000:3a:00.0
[    3.410889] hub 4-0:1.0: USB hub found
[    3.410896] hub 4-0:1.0: 2 ports detected
[    3.415889] nvme nvme0: Shutdown timeout set to 8 seconds
[    3.424565] nvme nvme0: 8/0/0 default/read/poll queues
[    3.426642]  nvme0n1: p1 p2 p3
[    3.663542] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    3.674490] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) b0:0c:d1:2e:dd:f7
[    3.674492] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    3.674569] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    3.675211] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    3.812887] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    3.812889] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.939558] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    4.089364] usb 1-8: New USB device found, idVendor=138a, idProduct=00ab, bcdDevice= 1.64
[    4.089366] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    4.089367] usb 1-8: SerialNumber: d44f9486f431
[    4.105800] checking generic (1fc0000000 7e9000) vs hw (1ff2000000 1000000)
[    4.105802] checking generic (1fc0000000 7e9000) vs hw (1fc0000000 10000000)
[    4.105803] fb0: switching to i915 from EFI VGA
[    4.105931] Console: switching to colour dummy device 80x25
[    4.105981] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.107764] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.108182] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    4.215887] usb 1-9: new high-speed USB device number 4 using xhci_hcd
[    4.430485] usb 1-9: New USB device found, idVendor=0408, idProduct=5411, bcdDevice= 0.01
[    4.430497] usb 1-9: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.430502] usb 1-9: Product: HP HD Camera
[    4.430505] usb 1-9: Manufacturer: Quanta
[    4.430508] usb 1-9: SerialNumber: 0001
[    4.903137] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input10
[    5.229533] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    5.237104] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.237683] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    5.246455] fbcon: i915 (fb0) is primary device
[    5.251589] Console: switching to colour frame buffer device 240x67
[    5.268709] i915 0000:00:02.0: [drm] fb0: i915 frame buffer device
[    5.656664] psmouse serio3: synaptics: queried max coordinates: x [..5658], y [..4736]
[    5.686934] psmouse serio3: synaptics: queried min coordinates: x [1286..], y [1114..]
[    5.686950] psmouse serio3: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[    5.746066] psmouse serio3: synaptics: Touchpad model: 1, fw: 10.16, id: 0x1e2a1, caps: 0xf00123/0x840300/0x12e800/0x500000, board id: 3352, fw id: 2727989
[    5.781401] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input11
[   10.436114] NET: Registered PF_ALG protocol family
[   10.624467] process '/bin/fstype' started with executable stack
[   10.674738] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  468.657593] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro. Quota mode: none.

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

* Re: HP Elitebook 840 G5 - acpi failure
  2021-11-19 10:49               ` Ian Kumlien
@ 2021-12-01 15:03                 ` Ian Kumlien
  0 siblings, 0 replies; 10+ messages in thread
From: Ian Kumlien @ 2021-12-01 15:03 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: ACPI Devel Maling List

On Fri, Nov 19, 2021 at 11:49 AM Ian Kumlien <ian.kumlien@gmail.com> wrote:
>
> On Thu, Nov 18, 2021 at 10:22 PM Ian Kumlien <ian.kumlien@gmail.com> wrote:
> >
> > So this turns out to be a bit of a problem...
> >
> > If i do:
> > make modules_install
> > make install
> >
> > It generates a 900MB+ initrd that doesn't fit - and without it i can't
> > get it to boot properly..
> > I don't know what ubuntu does with mkinitrdfs but it seems quite
> > excessive. Also, the kernel still seems to crash (doesn't respond to
> > capslock) and it doesn't seem to like dyndbg="file power.c p+" - it
> > said something about p+ being wrong
> >
> > (Company laptop, lvm, crypted fs and all that fun stuff... :/)
>
> So, got the initrd down so that it just about fits, here is the dmesg
>
> Also, the kernel seems to switch the quotation marks around...

Anything else you need, I did do a new capture with 5.15.6 but it
doesn't seem to be different in the output. Perhaps some proper
logging?

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

end of thread, other threads:[~2021-12-01 15:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 12:42 HP Elitebook 840 G5 - acpi failure Ian Kumlien
2021-11-18 13:09 ` Rafael J. Wysocki
2021-11-18 13:17   ` Ian Kumlien
2021-11-18 13:29     ` Rafael J. Wysocki
2021-11-18 13:33       ` Ian Kumlien
2021-11-18 13:41         ` Ian Kumlien
2021-11-18 13:51           ` Rafael J. Wysocki
2021-11-18 21:22             ` Ian Kumlien
2021-11-19 10:49               ` Ian Kumlien
2021-12-01 15:03                 ` Ian Kumlien

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.