linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Feeney <james@nurealm.net>
To: Borislav Petkov <bp@suse.de>
Cc: linux-smp@vger.kernel.org, Jens Axboe <axboe@kernel.dk>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
Date: Wed, 19 May 2021 21:12:04 -0600	[thread overview]
Message-ID: <e7701de5-35f3-da9d-7339-df2de6d8b3cf@nurealm.net> (raw)
In-Reply-To: <YKWAt1zLM2vfv4Sp@zn.tnic>

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

On 5/19/21 3:18 PM, Borislav Petkov wrote:
> On Wed, May 19, 2021 at 02:03:05PM -0600, James Feeney wrote:
>> I had to ask, and got this answer:
>>
>> ====
>> The sources contain commits on top of upstream releases. This is why the tags contain -arch1 etc. For example, see https://git.archlinux.org/linux.git/log/?h=v5.11.16-arch1 , which adds 6 commits on top of the upstream "Linux 5.11.16" release, while https://git.archlinux.org/linux.git/log/?h=v5.12-arch1 only contains the long-standing "unprivileged_userns_clone" patch and the version number change, making it essentially vanilla.
>> ====
>>
>> There are no additional kernel patches in the build.
> 
> Yeah, ok, let's say you're running pretty much an upstream kernel.
> 
>> These boots are consecutive and are all from the same stock 5.12.0 kernel.
> 
> Yeah, that's weird. Box seems to boot fine in some cases. There's
> 
> [   26.864040] ACPI: OSL: Resource conflict; ACPI support missing from driver?
> [   26.874541] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
> 
> Dunno how relevant this is - it probably has been the case since forever. 
> 

That's, in part, from the kernel command line "acpi_enforce_resources=lax".  Without that, the RAM SPD EEPOMs cannot be accessed.  And, the eeprom module is deprecated, being replaced by the at24 module.

>> $ make menuconfig
>> ...
>>
>> This config option is not listed and is not changeable:
> 
> Bah, sorry about that. Use this small hunk ontop so that you can disable
> it in menuconfig:
> 
> ---
> diff --git a/drivers/thermal/intel/Kconfig b/drivers/thermal/intel/Kconfig
> index ce4f59213c7a..8c1376a20b54 100644
> --- a/drivers/thermal/intel/Kconfig
> +++ b/drivers/thermal/intel/Kconfig
> @@ -9,7 +9,8 @@ config INTEL_POWERCLAMP
>  	  user interface is exposed via generic thermal framework.
>  
>  config X86_THERMAL_VECTOR
> -	def_bool y
> +	tristate "X86 thermal vector"
> +	default y
>  	depends on X86 && CPU_SUP_INTEL && X86_LOCAL_APIC
>  
>  config X86_PKG_TEMP_THERMAL
> ---
> 
> and with it ontop, boot it the aforementioned way.
> 

Ok - I didn't want to do that without some idea that it would not disable the whole thermal management process.

$ make menuconfig
...

$ diff .config .config.old
4983c4983,4984
< # CONFIG_X86_THERMAL_VECTOR is not set
---
> CONFIG_X86_THERMAL_VECTOR=y
> CONFIG_X86_PKG_TEMP_THERMAL=m

No joy.  Still have the same soft lockups and full boots - the full boots interrupted by some mystery delay.

Attached:
 dmesglog.5.12.NoTherm.1.softlockup

Out of curiosity, I also tried removing the "acpi_enforce_resources=lax" configuration, but that makes no difference, other than removing the "System may be unstable or behave erratically" warnings.

Attached:
 dmesglog.5.12.NoTherm.2.notlax.fullboot
 dmesglog.5.12.NoTherm.3.notlax.softlockup


I don't know about these patches, modifying and moving the location of therm_throt.c, so I'm not in a position to draw any conclusion from these results.


> And then pls build 5.11 which doesn't have the therm_throt patch - I'd
> like to see if that therm_throt thing is even loading. Because I don't
> see something like:
> 
> [    0.302411] mce: CPU0: Thermal monitoring enabled (TM2)
> 
> in your dmesg. Could be some detection failure due to the change when
> those happen. Althouth they shouldn't but who knows.
> 

build 5.11?  There are lots of 5.11 kernels from the Arch distribution that I have run.  Are you looking for a dmesg log from 5.11?

I'm confused.  There is the similar arch/x86/kernel/cpu/mce/therm_throt.c in the 5.11 kernel.  What is going to be different?  Even back to the 5.10 kernels, in the dmesg log, all the references to the thermal governors and the thermal zones are the same.


> I have a similar box as yours:
> 
> [    0.305858] smpboot: CPU0: Intel(R) Pentium(R) Dual  CPU  E2180  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0xd)
> 
> a bit newer stepping and AFAIR, it boots fine but I'll try your .config
> there to check just in case.
> 
> Thx.
> 
> 

So far, something looks quirky - somewhere.  Timing related failures can be a pain.  Is there no useful information being provided by the Call Trace in the dmesg log?


James

[-- Attachment #2: dmesglog.5.12.NoTherm.1.softlockup --]
[-- Type: text/plain, Size: 81217 bytes --]

[    0.000000] microcode: microcode updated early to revision 0xd1, date = 2010-10-01
[    0.000000] Linux version 5.12.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #41 SMP PREEMPT Wed, 19 May 2021 23:02:58 +0000
[    0.000000] Command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold acpi_enforce_resources=lax debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d7fcffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d7fd0000-0x00000000d7fe55ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d7fe5600-0x00000000d7ff7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d7ff8000-0x00000000d7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1995.090 MHz processor
[    0.001391] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001398] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001408] last_pfn = 0xd7fd0 max_arch_pfn = 0x400000000
[    0.002326] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003179] total RAM covered: 3456M
[    0.003912] Found optimal setting for mtrr clean up
[    0.003914]  gran_size: 64K 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 0G
[    0.031920] check: Scanning 1 areas for low memory corruption
[    0.119652] printk: log_buf_len: 16777216 bytes
[    0.119661] printk: early log buf free: 128664(98%)
[    0.119664] RAMDISK: [mem 0x36433000-0x37210fff]
[    0.119677] ACPI: Early table checksum verification disabled
[    0.119691] ACPI: RSDP 0x00000000000F78E0 000024 (v02 HP    )
[    0.119700] ACPI: XSDT 0x00000000D7FE57C8 00007C (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119712] ACPI: FACP 0x00000000D7FE5684 0000F4 (v04 HP     309F     00000003 HP   00000001)
[    0.119724] ACPI: DSDT 0x00000000D7FE5ACC 010A75 (v01 HP     nc9700   00010000 MSFT 0100000E)
[    0.119732] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119739] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119745] ACPI: SLIC 0x00000000D7FE5844 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119752] ACPI: HPET 0x00000000D7FE59BC 000038 (v01 HP     309F     00000001 HP   00000001)
[    0.119760] ACPI: APIC 0x00000000D7FE59F4 000068 (v01 HP     309F     00000001 HP   00000001)
[    0.119767] ACPI: MCFG 0x00000000D7FE5A5C 00003C (v01 HP     309F     00000001 HP   00000001)
[    0.119774] ACPI: TCPA 0x00000000D7FE5A98 000032 (v02 HP     309F     00000001 HP   00000001)
[    0.119781] ACPI: SSDT 0x00000000D7FF6541 000059 (v01 HP     HPQNLP   00000001 MSFT 0100000E)
[    0.119788] ACPI: SSDT 0x00000000D7FF659A 000326 (v01 HP     HPQSAT   00000001 MSFT 0100000E)
[    0.119796] ACPI: SSDT 0x00000000D7FF7115 00025F (v01 HP     Cpu0Tst  00003000 INTL 20060317)
[    0.119803] ACPI: SSDT 0x00000000D7FF7374 0000A6 (v01 HP     Cpu1Tst  00003000 INTL 20060317)
[    0.119810] ACPI: SSDT 0x00000000D7FF741A 0004D7 (v01 HP     CpuPm    00003000 INTL 20060317)
[    0.119817] ACPI: Reserving FACP table memory at [mem 0xd7fe5684-0xd7fe5777]
[    0.119821] ACPI: Reserving DSDT table memory at [mem 0xd7fe5acc-0xd7ff6540]
[    0.119824] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.119827] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.119829] ACPI: Reserving SLIC table memory at [mem 0xd7fe5844-0xd7fe59b9]
[    0.119832] ACPI: Reserving HPET table memory at [mem 0xd7fe59bc-0xd7fe59f3]
[    0.119835] ACPI: Reserving APIC table memory at [mem 0xd7fe59f4-0xd7fe5a5b]
[    0.119837] ACPI: Reserving MCFG table memory at [mem 0xd7fe5a5c-0xd7fe5a97]
[    0.119840] ACPI: Reserving TCPA table memory at [mem 0xd7fe5a98-0xd7fe5ac9]
[    0.119843] ACPI: Reserving SSDT table memory at [mem 0xd7ff6541-0xd7ff6599]
[    0.119845] ACPI: Reserving SSDT table memory at [mem 0xd7ff659a-0xd7ff68bf]
[    0.119848] ACPI: Reserving SSDT table memory at [mem 0xd7ff7115-0xd7ff7373]
[    0.119850] ACPI: Reserving SSDT table memory at [mem 0xd7ff7374-0xd7ff7419]
[    0.119853] ACPI: Reserving SSDT table memory at [mem 0xd7ff741a-0xd7ff78f0]
[    0.119871] ACPI: Local APIC address 0xfee00000
[    0.119972] No NUMA configuration found
[    0.119975] Faking a node at [mem 0x0000000000000000-0x00000000d7fcffff]
[    0.119983] NODE_DATA(0) allocated [mem 0xd7fcc000-0xd7fcffff]
[    0.120049] Zone ranges:
[    0.120052]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.120056]   DMA32    [mem 0x0000000001000000-0x00000000d7fcffff]
[    0.120060]   Normal   empty
[    0.120063]   Device   empty
[    0.120066] Movable zone start for each node
[    0.120068] Early memory node ranges
[    0.120070]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.120073]   node   0: [mem 0x0000000000100000-0x00000000d7fcffff]
[    0.120077] Initmem setup node 0 [mem 0x0000000000001000-0x00000000d7fcffff]
[    0.120081] On node 0 totalpages: 884590
[    0.120084]   DMA zone: 64 pages used for memmap
[    0.120087]   DMA zone: 21 pages reserved
[    0.120089]   DMA zone: 3998 pages, LIFO batch:0
[    0.121573]   DMA zone: 28770 pages in unavailable ranges
[    0.121577]   DMA32 zone: 13760 pages used for memmap
[    0.121580]   DMA32 zone: 880592 pages, LIFO batch:63
[    0.170719]   DMA32 zone: 48 pages in unavailable ranges
[    0.171171] ACPI: PM-Timer IO Port: 0x1008
[    0.171178] ACPI: Local APIC address 0xfee00000
[    0.171190] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.171195] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.171213] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.171219] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.171224] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.171228] ACPI: IRQ0 used by override.
[    0.171231] ACPI: IRQ9 used by override.
[    0.171235] Using ACPI (MADT) for SMP configuration information
[    0.171237] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.171249] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.171276] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.171281] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.171284] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.171286] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.171290] [mem 0xd8000000-0xfebfffff] available for PCI devices
[    0.171293] Booting paravirtualized kernel on bare hardware
[    0.171300] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.180238] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:2 nr_node_ids:1
[    0.181161] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u1048576
[    0.181173] pcpu-alloc: s192512 r8192 d28672 u1048576 alloc=1*2097152
[    0.181180] pcpu-alloc: [0] 0 1 
[    0.181219] Built 1 zonelists, mobility grouping on.  Total pages: 870745
[    0.181225] Policy zone: DMA32
[    0.181228] Kernel command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold acpi_enforce_resources=lax debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.183191] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.184130] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.184208] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.238466] Memory: 3349148K/3538360K available (14344K kernel code, 2037K rwdata, 8968K rodata, 1648K init, 4364K bss, 188952K reserved, 0K cma-reserved)
[    0.238489] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.238738] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.238771] Kernel/User page tables isolation: enabled
[    0.238813] ftrace: allocating 41847 entries in 164 pages
[    0.260491] ftrace: allocated 164 pages with 3 groups
[    0.260772] rcu: Preemptible hierarchical RCU implementation.
[    0.260777] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.260779] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
[    0.260781] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.260784] 	Trampoline variant of Tasks RCU enabled.
[    0.260786] 	Rude variant of Tasks RCU enabled.
[    0.260787] 	Tracing variant of Tasks RCU enabled.
[    0.260789] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.260791] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.267134] NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
[    0.267463] Console: colour dummy device 80x25
[    0.267815] printk: console [tty17] enabled
[    1.165567] printk: console [ttyS0] enabled
[    1.169760] ACPI: Core revision 20210105
[    1.173836] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    1.182960] APIC: Switch to symmetric I/O mode setup
[    1.188399] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.209624] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398420ad1d1, max_idle_ns: 881590769305 ns
[    1.220123] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.43 BogoMIPS (lpj=6650300)
[    1.223455] pid_max: default: 32768 minimum: 301
[    1.226826] LSM: Security Framework initializing
[    1.230127] Yama: becoming mindful.
[    1.233465] LSM support for eBPF active
[    1.236839] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.240151] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.243916] process: using mwait in idle threads
[    1.246793] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    1.250120] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    1.253456] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.256789] Spectre V2 : Mitigation: Full generic retpoline
[    1.260120] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.263453] Speculative Store Bypass: Vulnerable
[    1.266789] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    1.270363] Freeing SMP alternatives memory: 36K
[    1.385461] smpboot: CPU0: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0x6)
[    1.387102] Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
[    1.390124] core: PEBS disabled due to CPU errata
[    1.393454] ... version:                2
[    1.396787] ... bit width:              40
[    1.400120] ... generic registers:      2
[    1.403453] ... value mask:             000000ffffffffff
[    1.406787] ... max period:             000000007fffffff
[    1.410120] ... fixed-purpose events:   3
[    1.413453] ... event mask:             0000000700000003
[    1.416967] rcu: Hierarchical SRCU implementation.
[    1.421035] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    1.423540] smp: Bringing up secondary CPUs ...
[    1.427091] x86: Booting SMP configuration:
[    1.430133] .... node  #0, CPUs:      #1
[    1.435504] smp: Brought up 1 node, 2 CPUs
[    1.440128] smpboot: Max logical packages: 1
[    1.443455] smpboot: Total of 2 processors activated (7983.87 BogoMIPS)
[    1.450302] devtmpfs: initialized
[    1.453550] x86/mm: Memory block size: 128MB
[    1.457439] PM: Registering ACPI NVS region [mem 0xd7fe5600-0xd7ff7fff] (76288 bytes)
[    1.463523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.473465] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    1.480212] pinctrl core: initialized pinctrl subsystem
[    1.486967] PM: RTC time: 01:37:31, date: 2021-05-20
[    1.493644] NET: Registered protocol family 16
[    1.497121] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    1.503601] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.513605] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    1.520138] audit: initializing netlink subsys (disabled)
[    1.526845] audit: type=2000 audit(1621474650.329:1): state=initialized audit_enabled=0 res=1
[    1.527023] thermal_sys: Registered thermal governor 'fair_share'
[    1.530122] thermal_sys: Registered thermal governor 'bang_bang'
[    1.533456] thermal_sys: Registered thermal governor 'step_wise'
[    1.536787] thermal_sys: Registered thermal governor 'user_space'
[    1.540121] thermal_sys: Registered thermal governor 'power_allocator'
[    1.543477] cpuidle: using governor ladder
[    1.550127] cpuidle: using governor menu
[    1.553580] ACPI: bus type PCI registered
[    1.556788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.560238] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.563457] PCI: not using MMCONFIG
[    1.566793] PCI: Using configuration type 1 for base access
[    1.575770] Kprobes globally optimized
[    1.576830] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.583614] fbcon: Taking over console
[    1.586819] ACPI: Added _OSI(Module Device)
[    1.590122] ACPI: Added _OSI(Processor Device)
[    1.596802] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.600125] ACPI: Added _OSI(Processor Aggregator Device)
[    1.606789] ACPI: Added _OSI(Linux-Dell-Video)
[    1.610121] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.613454] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.634006] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    1.693308] ACPI: Dynamic OEM Table Load:
[    1.696794] ACPI: SSDT 0xFFFF9CC2C13ABC00 00023D (v01 HP     Cpu0Ist  00003000 INTL 20060317)
[    1.707743] ACPI: Dynamic OEM Table Load:
[    1.710136] ACPI: SSDT 0xFFFF9CC2C1327800 0004CB (v01 HP     Cpu0Cst  00003001 INTL 20060317)
[    1.720877] ACPI: Dynamic OEM Table Load:
[    1.723458] ACPI: SSDT 0xFFFF9CC2C1A03B00 0000C8 (v01 HP     Cpu1Ist  00003000 INTL 20060317)
[    1.733963] ACPI: Dynamic OEM Table Load:
[    1.736791] ACPI: SSDT 0xFFFF9CC2C19AE6C0 000085 (v01 HP     Cpu1Cst  00003000 INTL 20060317)
[    1.747739] ACPI: EC: EC started
[    1.750120] ACPI: EC: interrupt blocked
[    1.762658] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.766789] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC used to handle transactions
[    1.776790] ACPI: Interpreter enabled
[    1.780148] ACPI: (supports S0 S3 S4 S5)
[    1.783454] ACPI: Using IOAPIC for interrupt routing
[    1.786837] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.797791] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    1.806793] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    1.816928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.827255] ACPI: Enabled 13 GPEs in block 00 to 1F
[    1.840696] ACPI: PM: Power Resource [C1F8] (on)
[    1.848022] ACPI: PM: Power Resource [C207] (on)
[    1.851330] ACPI: PM: Power Resource [C224] (on)
[    1.860949] ACPI: PM: Power Resource [C22C] (on)
[    1.870861] ACPI: PM: Power Resource [C334] (off)
[    1.876889] ACPI: PM: Power Resource [C335] (off)
[    1.880218] ACPI: PM: Power Resource [C336] (off)
[    1.886888] ACPI: PM: Power Resource [C337] (off)
[    1.890217] ACPI: PM: Power Resource [C338] (off)
[    1.893564] ACPI: PM: Power Resource [C339] (off)
[    1.900218] ACPI: PM: Power Resource [C33A] (off)
[    1.903557] ACPI: PM: Power Resource [C33B] (off)
[    1.910218] ACPI: PM: Power Resource [C33C] (off)
[    1.913565] ACPI: PM: Power Resource [C33D] (off)
[    1.920179] ACPI: PM: Power Resource [C33E] (off)
[    1.931578] ACPI: PCI Root Bridge [C003] (domain 0000 [bus 00-ff])
[    1.936795] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.946794] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
[    1.956799] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.972393] PCI host bridge to bus 0000:00
[    1.976789] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.983454] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.990121] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.996787] pci_bus 0000:00: root bus resource [mem 0xd8000000-0xfedfffff window]
[    2.006787] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    2.013454] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    2.020121] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.026806] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
[    2.030292] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
[    2.036854] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.043662] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    2.050145] pci 0000:00:1b.0: reg 0x10: [mem 0xf4700000-0xf4703fff 64bit]
[    2.056905] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.063640] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    2.070267] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.076979] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    2.083601] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    2.086979] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[    2.093604] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    2.100305] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    2.106854] pci 0000:00:1d.0: reg 0x20: [io  0x5000-0x501f]
[    2.113650] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    2.120177] pci 0000:00:1d.1: reg 0x20: [io  0x5020-0x503f]
[    2.123641] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    2.130177] pci 0000:00:1d.2: reg 0x20: [io  0x5040-0x505f]
[    2.136988] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    2.143511] pci 0000:00:1d.3: reg 0x20: [io  0x5060-0x507f]
[    2.146992] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    2.153473] pci 0000:00:1d.7: reg 0x10: [mem 0xf4704000-0xf47043ff]
[    2.160240] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    2.166954] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    2.173715] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    2.180249] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    2.186792] pci 0000:00:1f.0: quirk: [io  0x1100-0x113f] claimed by ICH6 GPIO
[    2.193456] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[    2.200126] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0238 (mask 0007)
[    2.210121] pci 0000:00:1f.0: quirk_ich7_lpc+0x0/0x60 took 29296 usecs
[    2.216973] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    2.220139] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    2.226800] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    2.233464] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    2.240134] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    2.243464] pci 0000:00:1f.1: reg 0x20: [io  0x5080-0x508f]
[    2.250144] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.256787] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.263454] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.270121] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.276964] pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
[    2.283473] pci 0000:00:1f.2: reg 0x10: [io  0x13f0-0x13f7]
[    2.290133] pci 0000:00:1f.2: reg 0x14: [io  0x15f4-0x15f7]
[    2.293464] pci 0000:00:1f.2: reg 0x18: [io  0x1370-0x1377]
[    2.300131] pci 0000:00:1f.2: reg 0x1c: [io  0x1574-0x1577]
[    2.306797] pci 0000:00:1f.2: reg 0x20: [io  0x50b0-0x50bf]
[    2.310130] pci 0000:00:1f.2: reg 0x24: [mem 0xf4705000-0xf47053ff]
[    2.316855] pci 0000:00:1f.2: PME# supported from D3hot
[    2.323707] pci 0000:01:00.0: [1002:71c5] type 00 class 0x030000
[    2.330144] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[    2.336800] pci 0000:01:00.0: reg 0x14: [io  0x4000-0x40ff]
[    2.340133] pci 0000:01:00.0: reg 0x18: [mem 0xf4600000-0xf460ffff]
[    2.346833] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    2.353474] pci 0000:01:00.0: enabling Extended Tags
[    2.360209] pci 0000:01:00.0: supports D1 D2
[    2.363576] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.373470] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.376789] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    2.383455] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    2.390123] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    2.400214] acpiphp: Slot [1] registered
[    2.403612] pci 0000:08:00.0: [14e4:16fd] type 00 class 0x020000
[    2.410265] pci 0000:08:00.0: reg 0x10: [mem 0xf4100000-0xf410ffff 64bit]
[    2.417080] pci 0000:08:00.0: enabling Extended Tags
[    2.420526] pci 0000:08:00.0: PME# supported from D3hot D3cold
[    2.427178] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.436854] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    2.443460] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    2.450324] pci 0000:10:00.0: [8086:4222] type 00 class 0x028000
[    2.456897] pci 0000:10:00.0: reg 0x10: [mem 0xf4000000-0xf4000fff]
[    2.463984] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[    2.470463] pci 0000:10:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.480191] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    2.483460] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    2.490259] acpiphp: Slot [1-1] registered
[    2.496843] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    2.500124] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    2.506790] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    2.513485] pci_bus 0000:02: extended config space not accessible
[    2.520225] pci 0000:02:06.0: [104c:8039] type 02 class 0x060700
[    2.526813] pci 0000:02:06.0: reg 0x10: [mem 0xf4200000-0xf4200fff]
[    2.530184] pci 0000:02:06.0: supports D1 D2
[    2.536788] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot
[    2.543576] pci 0000:02:06.1: [104c:803a] type 00 class 0x0c0010
[    2.546813] pci 0000:02:06.1: reg 0x10: [mem 0xf4201000-0xf42017ff]
[    2.553468] pci 0000:02:06.1: reg 0x14: [mem 0xf4204000-0xf4207fff]
[    2.560248] pci 0000:02:06.1: supports D1 D2
[    2.563454] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot
[    2.570210] pci 0000:02:06.2: [104c:803b] type 00 class 0x018000
[    2.576813] pci 0000:02:06.2: reg 0x10: [mem 0xf4208000-0xf4208fff]
[    2.583594] pci 0000:02:06.2: supports D1 D2
[    2.586787] pci 0000:02:06.2: PME# supported from D0 D1 D2 D3hot
[    2.593540] pci 0000:02:06.3: [104c:803c] type 00 class 0x080500
[    2.600146] pci 0000:02:06.3: reg 0x10: [mem 0xf4209000-0xf42090ff]
[    2.606930] pci 0000:02:06.3: supports D1 D2
[    2.610121] pci 0000:02:06.3: PME# supported from D0 D1 D2 D3hot
[    2.616875] pci 0000:02:06.4: [104c:803d] type 00 class 0x078000
[    2.623479] pci 0000:02:06.4: reg 0x10: [mem 0xf420a000-0xf420afff]
[    2.630134] pci 0000:02:06.4: reg 0x14: [mem 0xf420b000-0xf420bfff]
[    2.633580] pci 0000:02:06.4: supports D1 D2
[    2.640121] pci 0000:02:06.4: PME# supported from D0 D1 D2 D3hot
[    2.646935] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
[    2.653460] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    2.660127] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    2.666788] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    2.676790] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.686788] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xfedfffff window] (subtractive decode)
[    2.693454] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
[    2.703454] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    2.713491] pci_bus 0000:03: extended config space not accessible
[    2.720145] pci_bus 0000:03: busn_res: [bus 03] end can not be updated to 06
[    2.726792] pci 0000:00:1e.0: bridge has subordinate 03 but max busn 06
[    2.734701] ACPI: PCI Interrupt Link [C10F] (IRQs *10 11)
[    2.740311] ACPI: PCI Interrupt Link [C110] (IRQs *10 11)
[    2.746996] ACPI: PCI Interrupt Link [C111] (IRQs 10 *11)
[    2.750328] ACPI: PCI Interrupt Link [C112] (IRQs 10 11) *5
[    2.756995] ACPI: PCI Interrupt Link [C125] (IRQs *10 11)
[    2.763661] ACPI: PCI Interrupt Link [C126] (IRQs *10 11)
[    2.770328] ACPI: PCI Interrupt Link [C127] (IRQs 10 *11)
[    2.773643] ACPI: PCI Interrupt Link [C128] (IRQs) *0, disabled.
[    2.783483] pci 0000:08:00.0: BAR 0: assigned [mem 0xf4100000-0xf410ffff 64bit]
[    2.783454] ACPI: EC: interrupt unblocked
[    2.790121] ACPI: EC: event unblocked
[    2.793453] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.800120] ACPI: EC: GPE=0x16
[    2.803458] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC initialization complete
[    2.810122] ACPI: \_SB_.C003.C004.C006: EC: Used to handle transactions and events
[    2.816890] iommu: Default domain type: Translated 
[    2.820148] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    2.823452] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.836792] pci 0000:01:00.0: vgaarb: bridge control possible
[    2.843454] vgaarb: loaded
[    2.846151] SCSI subsystem initialized
[    2.850151] libata version 3.00 loaded.
[    2.853468] ACPI: bus type USB registered
[    2.856812] usbcore: registered new interface driver usbfs
[    2.860137] usbcore: registered new interface driver hub
[    2.863464] usbcore: registered new device driver usb
[    2.866831] pps_core: LinuxPPS API ver. 1 registered
[    2.870121] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.873458] PTP clock support registered
[    2.876803] EDAC MC: Ver: 3.0.0
[    2.880371] NetLabel: Initializing
[    2.883456] NetLabel:  domain hash size = 128
[    2.886787] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.890148] NetLabel:  unlabeled traffic allowed by default
[    2.893461] PCI: Using ACPI for IRQ routing
[    2.901405] PCI: pci_cache_line_size set to 64 bytes
[    2.903545] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    2.906788] e820: reserve RAM buffer [mem 0xd7fd0000-0xd7ffffff]
[    2.911366] hpet: 3 channels of 0 reserved for per-cpu timers
[    2.916793] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.923454] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    2.930119] clocksource: Switched to clocksource tsc-early
[    2.954335] VFS: Disk quotas dquot_6.6.0
[    2.958293] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.965304] pnp: PnP ACPI init
[    2.968678] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    2.975637] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.982585] system 00:00: [mem 0x00100000-0xd7ffffff] could not be reserved
[    2.989538] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.997316] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    3.005335] pnp 00:02: [dma 1]
[    3.008504] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active)
[    3.015188] pnp 00:03: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    3.022449] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.029029] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    3.035579] pnp 00:06: Plug and Play ACPI device, IDs SYN011d SYN0100 SYN0002 PNP0f13 (active)
[    3.044472] system 00:07: [io  0x0500-0x055f] has been reserved
[    3.050383] system 00:07: [io  0x0800-0x080f] has been reserved
[    3.056293] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    3.062895] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    3.069501] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.077328] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    3.083241] system 00:08: [io  0x1000-0x107f] has been reserved
[    3.089148] system 00:08: [io  0x1100-0x113f] has been reserved
[    3.095055] system 00:08: [io  0x1200-0x121f] has been reserved
[    3.100964] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    3.107566] system 00:08: [mem 0xfec00000-0xfec000ff] could not be reserved
[    3.114512] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.121114] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    3.127718] system 00:08: [mem 0xfed90000-0xfed9afff] has been reserved
[    3.134323] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.141516] system 00:09: [mem 0xfeda0000-0xfedbffff] has been reserved
[    3.148120] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    3.154726] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.161530] pnp: PnP ACPI: found 10 devices
[    3.172997] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.181949] NET: Registered protocol family 2
[    3.186575] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    3.195213] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    3.203345] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    3.210726] TCP: Hash tables configured (established 32768 bind 32768)
[    3.217398] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    3.224834] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.231559] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.239819] NET: Registered protocol family 1
[    3.244224] NET: Registered protocol family 44
[    3.248690] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    3.256852] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
[    3.268304] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    3.276463] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 10] add_size 200000 add_align 100000
[    3.287911] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000 add_align 100000
[    3.299374] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    3.307821] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.315639] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.323457] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.331271] pci 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[    3.337441] pci 0000:00:1c.1: BAR 13: assigned [io  0x7000-0x7fff]
[    3.343610] pci 0000:00:1e.0: BAR 13: assigned [io  0x8000-0x8fff]
[    3.349779] pci 0000:01:00.0: BAR 6: assigned [mem 0xf4620000-0xf463ffff pref]
[    3.356986] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.361940] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    3.368022] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    3.374798] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    3.382527] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    3.387484] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    3.393568] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    3.400342] pci 0000:00:1c.0:   bridge window [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.408071] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    3.413027] pci 0000:00:1c.1:   bridge window [io  0x7000-0x7fff]
[    3.419111] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    3.425889] pci 0000:00:1c.1:   bridge window [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.433619] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    3.438577] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    3.444661] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    3.451435] pci 0000:00:1c.3:   bridge window [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.459171] pci 0000:02:06.0: BAR 15: assigned [mem 0xdc000000-0xdfffffff pref]
[    3.466471] pci 0000:02:06.0: BAR 16: no space for [mem size 0x04000000]
[    3.473157] pci 0000:02:06.0: BAR 16: failed to assign [mem size 0x04000000]
[    3.480188] pci 0000:02:06.0: BAR 13: assigned [io  0x8000-0x80ff]
[    3.486357] pci 0000:02:06.0: BAR 14: assigned [io  0x8400-0x84ff]
[    3.492527] pci 0000:02:06.0: BAR 16: assigned [mem 0xdc000000-0xdfffffff]
[    3.499393] pci 0000:02:06.0: BAR 15: no space for [mem size 0x04000000 pref]
[    3.506513] pci 0000:02:06.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    3.513979] pci 0000:02:06.0: CardBus bridge to [bus 03]
[    3.519278] pci 0000:02:06.0:   bridge window [io  0x8000-0x80ff]
[    3.525363] pci 0000:02:06.0:   bridge window [io  0x8400-0x84ff]
[    3.531446] pci 0000:02:06.0:   bridge window [mem 0xdc000000-0xdfffffff]
[    3.538222] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
[    3.543438] pci 0000:00:1e.0:   bridge window [io  0x8000-0x8fff]
[    3.549536] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    3.556319] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.562487] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.568656] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.575516] pci_bus 0000:00: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.582374] pci_bus 0000:00: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.589233] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.596093] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    3.601652] pci_bus 0000:01: resource 1 [mem 0xf4600000-0xf46fffff]
[    3.607905] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    3.615110] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    3.620670] pci_bus 0000:08: resource 1 [mem 0xf4100000-0xf41fffff]
[    3.626923] pci_bus 0000:08: resource 2 [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.634131] pci_bus 0000:10: resource 0 [io  0x7000-0x7fff]
[    3.639692] pci_bus 0000:10: resource 1 [mem 0xf4000000-0xf40fffff]
[    3.645945] pci_bus 0000:10: resource 2 [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.653150] pci_bus 0000:20: resource 0 [io  0x2000-0x3fff]
[    3.658711] pci_bus 0000:20: resource 1 [mem 0xf0000000-0xf3ffffff]
[    3.664964] pci_bus 0000:20: resource 2 [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.672170] pci_bus 0000:02: resource 0 [io  0x8000-0x8fff]
[    3.677729] pci_bus 0000:02: resource 1 [mem 0xf4200000-0xf45fffff]
[    3.683982] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7 window]
[    3.690147] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff window]
[    3.696312] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.703172] pci_bus 0000:02: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.710034] pci_bus 0000:02: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.716892] pci_bus 0000:02: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.723749] pci_bus 0000:03: resource 0 [io  0x8000-0x80ff]
[    3.729309] pci_bus 0000:03: resource 1 [io  0x8400-0x84ff]
[    3.734869] pci_bus 0000:03: resource 3 [mem 0xdc000000-0xdfffffff]
[    3.743138] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.751513] PCI: CLS 64 bytes, default 64
[    3.755629] Trying to unpack rootfs image as initramfs...
[    3.935132] Freeing initrd memory: 14200K
[    3.939793] check: Scanning for low memory corruption every 60 seconds
[    3.946886] Initialise system trusted keyrings
[    3.951349] Key type blacklist registered
[    3.955474] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    3.964233] zbud: loaded
[    3.981183] Key type asymmetric registered
[    3.985278] Asymmetric key parser 'x509' registered
[    3.990162] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.997616] io scheduler mq-deadline registered
[    4.002143] io scheduler kyber registered
[    4.006181] io scheduler bfq registered
[    4.011615] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.018365] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    4.024538] vesafb: scrolling: redraw
[    4.028197] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    4.033788] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
[    4.043152] Console: switching to colour frame buffer device 175x65
[    4.138418] fb0: VESA VGA frame buffer device
[    4.146986] Monitor-Mwait will be used to enter C-1 state
[    4.152872] Monitor-Mwait will be used to enter C-2 state
[    4.158746] ACPI: \_PR_.CPU0: Found 2 idle states
[    4.164390] ACPI: AC: AC Adapter [C1C3] (on-line)
[    4.169606] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    4.178723] ACPI: button: Sleep Button [C24D]
[    4.183518] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    4.192428] ACPI: button: Lid Switch [C245]
[    4.197034] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.213496] ACPI: button: Power Button [PWRF]
[    4.269105] thermal LNXTHERM:00: registered as thermal_zone0
[    4.275319] ACPI: thermal: Thermal Zone [TZ0] (58 C)
[    4.300155] thermal LNXTHERM:01: registered as thermal_zone1
[    4.306309] ACPI: thermal: Thermal Zone [TZ1] (59 C)
[    4.336241] thermal LNXTHERM:02: registered as thermal_zone2
[    4.342456] ACPI: thermal: Thermal Zone [TZ2] (59 C)
[    4.367056] thermal LNXTHERM:03: registered as thermal_zone3
[    4.373209] ACPI: thermal: Thermal Zone [TZ3] (46 C)
[    4.394858] thermal LNXTHERM:04: registered as thermal_zone4
[    4.401012] ACPI: thermal: Thermal Zone [TZ4] (16 C)
[    4.412490] thermal LNXTHERM:05: registered as thermal_zone5
[    4.418692] ACPI: thermal: Thermal Zone [TZ5] (65 C)
[    4.424359] ACPI: battery: Slot [C1C5] (battery absent)
[    4.424422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.430223] ACPI: battery: Slot [C1C4] (battery absent)
[    4.437151] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.453846] Non-volatile memory driver v1.3
[    4.458399] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    4.465681] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    4.473860] ahci 0000:00:1f.2: version 3.0
[    4.478621] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    4.485836] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[    4.494829] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
[    4.504117] scsi host0: ahci
[    4.507483] scsi host1: ahci
[    4.510824] scsi host2: ahci
[    4.514149] scsi host3: ahci
[    4.517358] ata1: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705100 irq 28
[    4.525399] ata2: DUMMY
[    4.554581] ata3: DUMMY
[    4.583326] ata4: DUMMY
[    4.611628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.644501] ehci-pci: EHCI PCI platform driver
[    4.675379] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    4.706808] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    4.740505] ehci-pci 0000:00:1d.7: debug port 1
[    4.774891] ehci-pci 0000:00:1d.7: irq 20, io mem 0xf4704000
[    4.816809] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.848448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    4.882813] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.916228] usb usb1: Product: EHCI Host Controller
[    4.947246] usb usb1: Manufacturer: Linux 5.12.0-arch1-1 ehci_hcd
[    4.979426] usb usb1: SerialNumber: 0000:00:1d.7
[    4.979438] tsc: Refined TSC clocksource calibration: 1994.999 MHz
[    5.009980] hub 1-0:1.0: USB hub found
[    5.041970] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398374a7fb8, max_idle_ns: 881590820223 ns
[    5.071660] hub 1-0:1.0: 8 ports detected
[    5.139567] clocksource: Switched to clocksource tsc
[    5.139918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.204444] ohci-pci: OHCI PCI platform driver
[    5.235753] uhci_hcd: USB Universal Host Controller Interface driver
[    5.269273] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.301163] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.335252] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.335266] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.366543] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00005000
[    5.431985] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    5.434004] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.467631] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.467634] usb usb2: Product: UHCI Host Controller
[    5.467637] usb usb2: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    5.467639] usb usb2: SerialNumber: 0000:00:1d.0
[    5.467790] hub 2-0:1.0: USB hub found
[    5.503258] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.538285] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    5.570237] hub 2-0:1.0: 2 ports detected
[    5.570609] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.603370] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    5.634437] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    5.699598] ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001H, max UDMA/100
[    5.733437] uhci_hcd 0000:00:1d.1: detected 2 ports
[    5.763749] ata1.00: 234441648 sectors, multi 16: LBA48 
[    5.795296] uhci_hcd 0000:00:1d.1: irq 22, io base 0x00005020
[    5.898378] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.928038] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    5.959973] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.992432] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.992436] usb usb3: Product: UHCI Host Controller
[    6.027414] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    6.062976] usb usb3: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    6.134191] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    6.166632] usb usb3: SerialNumber: 0000:00:1d.1
[    6.200878] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    6.234706] hub 3-0:1.0: USB hub found
[    6.302087] ata1.00: configured for UDMA/100
[    6.337362] hub 3-0:1.0: 2 ports detected
[    6.401082] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1234GS 1H   PQ: 0 ANSI: 5
[    6.432935] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.468902] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    6.501604] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    6.501614] uhci_hcd 0000:00:1d.2: detected 2 ports
[    6.537779] sd 0:0:0:0: [sda] Write Protect is off
[    6.573917] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    6.607861] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.641411] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    6.675938] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.710034] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.710038] usb usb4: Product: UHCI Host Controller
[    6.710040] usb usb4: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    6.710042] usb usb4: SerialNumber: 0000:00:1d.2
[    6.710198] hub 4-0:1.0: USB hub found
[    6.776962] usb 2-1: New USB device found, idVendor=03f0, idProduct=171d, bcdDevice= 1.00
[    6.787764] hub 4-0:1.0: 2 ports detected
[    6.825286] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.825290] usb 2-1: Product: HP Integrated Module
[    6.861007] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    6.896889] usb 2-1: Manufacturer: Broadcom Corp
[    6.931641] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    7.221053] uhci_hcd 0000:00:1d.3: detected 2 ports
[    7.256505] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00005060
[    7.292439] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    7.330937] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[    7.367845] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.405586] usb usb5: Product: UHCI Host Controller
[    7.440852] usb usb5: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    7.477399] usb usb5: SerialNumber: 0000:00:1d.3
[    7.477434]  sda: sda1 sda2 sda3 sda4
[    7.512415] hub 5-0:1.0: USB hub found
[    7.579895] hub 5-0:1.0: 2 ports detected
[    7.610965] usb 2-2: New USB device found, idVendor=08ff, idProduct=2580, bcdDevice= 6.23
[    7.613968] usbcore: registered new interface driver usbserial_generic
[    7.652168] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.688716] usbserial: USB Serial support registered for generic
[    7.725732] usb 2-2: Product: Fingerprint Sensor
[    7.795879] rtc_cmos 00:04: RTC can wake from S4
[    7.830239] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.830637] rtc_cmos 00:04: registered as rtc0
[    7.864613] hpet: Lost 1 RTC interrupts
[    7.931693] rtc_cmos 00:04: setting system clock to 2021-05-20T01:37:38 UTC (1621474658)
[    7.969524] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    8.006904] intel_pstate: CPU model not supported
[    8.041293] ledtrig-cpu: registered to indicate activity on CPUs
[    8.077050] hid: raw HID events driver (C) Jiri Kosina
[    8.111727] drop_monitor: Initializing network drop monitor service
[    8.147449] Initializing XFRM netlink socket
[    8.180905] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    8.217097] NET: Registered protocol family 10
[    8.259738] Segment Routing with IPv6
[    8.292515] RPL Segment Routing with IPv6
[    8.325286] NET: Registered protocol family 17
[    8.340126] random: fast init done
[    8.389812] microcode: sig=0x6f6, pf=0x20, revision=0xd1
[    8.423217] microcode: Microcode Update Driver: v2.2.
[    8.423229] IPI shorthand broadcast: enabled
[    8.442626] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    8.456204] sched_clock: Marking stable (7526760165, 929405016)->(8672812179, -216646998)
[    8.488159] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.560761] registered taskstats version 1
[    8.595979] usb 4-1: Product: USB Receiver
[    8.595982] usb 4-1: Manufacturer: Logitech
[    8.692254] Loading compiled-in X.509 certificates
[    8.730155] Loaded X.509 cert 'Build time autogenerated kernel key: e3f62a7aad01602b54a1b14180ab55bb7bf715c3'
[    8.768767] zswap: loaded using pool lz4/z3fold
[    8.801992] Key type ._fscrypt registered
[    8.833851] Key type .fscrypt registered
[    8.865475] usb 1-7: new high-speed USB device number 5 using ehci-pci
[    8.865493] Key type fscrypt-provisioning registered
[    8.934172] PM:   Magic number: 5:181:610
[    8.966420] RAS: Correctable Errors collector initialized.
[    9.002547] Freeing unused decrypted memory: 2036K
[    9.035638] Freeing unused kernel image (initmem) memory: 1648K
[    9.068756] Write protecting the kernel read-only data: 26624k
[    9.103200] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    9.137544] usb 1-7: New USB device found, idVendor=04b4, idProduct=6560, bcdDevice= 0.0b
[    9.138147] Freeing unused kernel image (rodata/data gap) memory: 1272K
[    9.173907] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.174327] hub 1-7:1.0: USB hub found
[    9.275524] hub 1-7:1.0: 4 ports detected
[    9.310501] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.344659] rodata_test: all tests were successful
[    9.377131] x86/mm: Checking user space page tables
[    9.472719] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.506524] Run /init as init process
[    9.506526]   with arguments:
[    9.506528]     /init
[    9.506530]   with environment:
[    9.506532]     HOME=/
[    9.506533]     TERM=linux
[    9.681855]     BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux
[    9.766900] Linux agpgart interface v0.103
[    9.903653] [drm] radeon kernel modesetting enabled.
[    9.934432] checking generic (e0000000 5b0000) vs hw (e0000000 10000000)
[    9.967226] fb0: switching to radeondrmfb from VESA VGA
[    9.998908] Console: switching to colour dummy device 80x25
[   10.004558] radeon 0000:01:00.0: vgaarb: deactivate vga console
[   10.010773] [drm] initializing kernel modesetting (RV530 0x1002:0x71C5 0x103C:0x309F 0x00).
[   10.019160] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[   10.032347] caller pci_map_rom+0x68/0x190 mapping multiple BARs
[   10.038370] ATOM BIOS: HP
[   10.041005] [drm] Generation 2 PCI interface, using max accessible memory
[   10.047786] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[   10.056478] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[   10.064046] [drm] Detected VRAM RAM=256M, BAR=256M
[   10.068826] [drm] RAM width 128bits DDR
[   10.072756] [TTM] Zone  kernel: Available graphics memory: 1685318 KiB
[   10.079304] [drm] radeon: 256M of VRAM memory ready
[   10.084175] [drm] radeon: 512M of GTT memory ready.
[   10.089053] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   10.096145] [drm] radeon: power management initialized
[   10.103921] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
[   10.111774] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[   10.118651] radeon 0000:01:00.0: WB enabled
[   10.122827] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000000
[   10.130955] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   10.136839] radeon 0000:01:00.0: radeon: using MSI.
[   10.141734] [drm] radeon: irq initialized.
[   10.145833] [drm] Loading R500 Microcode
[   10.150293] [drm] radeon: ring at 0x0000000010001000
[   10.155289] [drm] ring test succeeded in 11 usecs
[   10.160491] [drm] ib test succeeded in 0 usecs
[   10.165610] [drm] Radeon Display Connectors
[   10.169816] [drm] Connector 0:
[   10.172873] [drm]   VGA-1
[   10.175488] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[   10.182875] [drm]   Encoders:
[   10.185844] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.190471] [drm] Connector 1:
[   10.193521] [drm]   LVDS-1
[   10.196219] [drm]   DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
[   10.203611] [drm]   Encoders:
[   10.206569] [drm]     LCD1: INTERNAL_LVTM1
[   10.210667] [drm] Connector 2:
[   10.213722] [drm]   SVIDEO-1
[   10.216596] [drm]   Encoders:
[   10.219564] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[   10.224084] [drm] Connector 3:
[   10.227130] [drm]   DVI-I-1
[   10.229913] [drm]   HPD1
[   10.232440] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[   10.239819] [drm]   Encoders:
[   10.242782] [drm]     DFP2: INTERNAL_KLDSCP_DVO1
[   10.599577] [drm] fb mappable at 0xE00C0000
[   10.603755] [drm] vram apper at 0xE0000000
[   10.607843] [drm] size 7258112
[   10.610896] [drm] fb depth is 24
[   10.614118] [drm]    pitch is 6912
[   10.617601] fbcon: radeondrmfb (fb0) is primary device
[   10.674312] Console: switching to colour frame buffer device 210x65
[   10.691587] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[   10.726887] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   10.886535] i8042: PNP: PS/2 Controller [PNP0303:C221,PNP0f13:C222] at 0x60,0x64 irq 1,12
[   10.902663] i8042: Detected active multiplexing controller, rev 1.1
[   10.909759] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.915112] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   10.920340] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   10.925597] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   10.930810] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   10.939263] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:046D:C52B.0001/input/input3
[   10.957169] ata_piix 0000:00:1f.1: version 2.13
[   10.972969] sdhci: Secure Digital Host Controller Interface driver
[   10.975395] scsi host4: ata_piix
[   10.982963] sdhci: Copyright(c) Pierre Ossman
[   10.999410] scsi host5: ata_piix
[   11.003803] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x5080 irq 14
[   11.011091] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.2-1/input0
[   11.040988] sdhci-pci 0000:02:06.3: SDHCI controller found [104c:803c] (rev 0)
[   11.048370] firewire_ohci 0000:02:06.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[   11.064036] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x5088 irq 15
[   11.071692] ata6: port disabled--ignoring
[   11.078472] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input5
[   11.080346] mmc0: SDHCI controller on PCI [0000:02:06.3] using PIO
[   11.091487] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input6
[   11.121983] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   11.167008] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input7
[   11.180346] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-1/input1
[   11.196837] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.209279] usbcore: registered new interface driver usbhid
[   11.214961] usbhid: USB HID core driver
[   11.247223] ata5.00: ATAPI: HL-DT-ST DVDRAM GSA-T10N, PC05, max MWDMA2
[   11.282925] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T10N  PC05 PQ: 0 ANSI: 5
[   11.331565] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.367843] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   11.376547] cdrom: Uniform CD-ROM driver Revision: 3.20
[   11.425137] sr 4:0:0:0: Attached scsi CD-ROM sr0
[   11.461420] input: Logitech Wireless Device PID:101b Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input13
[   11.476877] hid-generic 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:101b] on usb-0000:00:1d.2-1/input2:1
[   11.512796] input: Logitech M705 as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input17
[   11.528311] logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:1d.2-1/input2:1
[   11.570290] firewire_core 0000:02:06.1: created device fw0: GUID 00023f992905280e, S400
[   11.710645] raid6: skip pq benchmark and using algorithm sse2x4
[   11.719309] raid6: using ssse3x2 recovery algorithm
[   11.728806] xor: measuring software checksum speed
[   11.737380]    prefetch64-sse  : 10553 MB/sec
[   11.745716]    generic_sse     :  9037 MB/sec
[   11.752793] xor: using function: prefetch64-sse (10553 MB/sec)
[   11.886722] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[   11.896000] BTRFS: device fsid a5376a54-1964-4312-8894-9cf3432397fe devid 1 transid 219599 /dev/sda4 scanned by systemd-udevd (128)
[   12.066524] BTRFS info (device sda4): disk space caching is enabled
[   12.075851] BTRFS info (device sda4): has skinny extents
[   13.420965] random: crng init done
[   20.905536] fuse: init (API version 7.33)
[   21.046754] i2c /dev entries driver
[   21.694806] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   21.703060] sr 4:0:0:0: Attached scsi generic sg1 type 5
[   22.065024] Asymmetric key parser 'pkcs8' registered
[   22.901952] BTRFS info (device sda4): use zstd compression, level 3
[   22.911112] BTRFS info (device sda4): disk space caching is enabled
[   26.411235] wmi_bus wmi_bus-PNP0C14:00: WQBG data block query control method not found
[   26.596792] ACPI: \_SB_.C003.C085.C130.C14C: _BCQ is used instead of _BQC
[   26.609452] ACPI: video: Video Device [C130] (multi-head: yes  rom: no  post: no)
[   26.634375] acpi device:02: registered as cooling_device13
[   26.643975] hp_accel: laptop model unknown, using default axes configuration
[   26.649964] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input22
[   26.671591] lis3lv02d: 12 bits sensor found
[   26.721508] intel_rng: FWH not detected
[   26.871459] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input23
[   26.925364] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x0000000000001042 (\_SB.C003.C004.C0BC) (20210105/utaddress-204)
[   26.948202] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa04793/0x300000/0x0/0x0, board id: 0, fw id: 35522
[   26.971734] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   26.981980] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
[   27.001187] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[   27.012611] ACPI Warning: SystemIO range 0x0000000000001130-0x000000000000113F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   27.033219] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input21
[   27.040265] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   27.055650] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[   27.067058] ACPI Warning: SystemIO range 0x0000000000001100-0x000000000000112F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   27.087280] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   27.105402] parport_pc 00:02: reported by Plug and Play ACPI
[   27.109600] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[   27.126777] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   53.420115] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:235]
[   53.431298] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[   53.503142] CPU: 0 PID: 235 Comm: systemd-udevd Not tainted 5.12.0-arch1-1 #41
[   53.514270] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[   53.525632] RIP: 0010:smp_call_function_single+0xf3/0x140
[   53.534887] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[   53.561705] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[   53.570959] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[   53.582137] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[   53.593300] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[   53.604435] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[   53.615524] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[   53.626568] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[   53.638577] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   53.648243] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[   53.659264] Call Trace:
[   53.665553]  ? __flush_tlb_all+0x30/0x30
[   53.673265]  ? __flush_tlb_all+0x30/0x30
[   53.680915]  on_each_cpu+0x39/0x90
[   53.687987]  cpa_flush+0x5e/0x170
[   53.694934]  change_page_attr_set_clr+0x158/0x1c0
[   53.703278]  set_memory_ro+0x26/0x30
[   53.710483]  module_enable_ro.part.0+0x5f/0xb0
[   53.718555]  load_module+0x1f0b/0x24f0
[   53.725950]  __do_sys_init_module+0x13b/0x1c0
[   53.733936]  do_syscall_64+0x33/0x40
[   53.741121]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   53.749726] RIP: 0033:0x7fd27ef1932e
[   53.756808] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[   53.783020] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   53.794414] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[   53.805380] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[   53.816341] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[   53.827320] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[   53.838298] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780
[   81.420107] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:235]
[   81.431450] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[   81.504098] CPU: 0 PID: 235 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[   81.516869] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[   81.528506] RIP: 0010:smp_call_function_single+0xf7/0x140
[   81.538043] Code: 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 <a8> 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff
[   81.565515] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[   81.575092] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[   81.586522] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[   81.597892] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[   81.609240] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[   81.620559] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[   81.631827] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[   81.644011] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   81.653837] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[   81.665064] Call Trace:
[   81.671534]  ? __flush_tlb_all+0x30/0x30
[   81.679412]  ? __flush_tlb_all+0x30/0x30
[   81.687248]  on_each_cpu+0x39/0x90
[   81.694537]  cpa_flush+0x5e/0x170
[   81.701693]  change_page_attr_set_clr+0x158/0x1c0
[   81.710218]  set_memory_ro+0x26/0x30
[   81.717523]  module_enable_ro.part.0+0x5f/0xb0
[   81.725605]  load_module+0x1f0b/0x24f0
[   81.732901]  __do_sys_init_module+0x13b/0x1c0
[   81.740698]  do_syscall_64+0x33/0x40
[   81.747682]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   81.756131] RIP: 0033:0x7fd27ef1932e
[   81.763081] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[   81.788623] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   81.799607] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[   81.810152] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[   81.820693] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[   81.831242] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[   81.841795] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780
[  109.420102] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:235]
[  109.431000] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  109.501946] CPU: 0 PID: 235 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  109.514351] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  109.525663] RIP: 0010:smp_call_function_single+0xf1/0x140
[  109.534905] Code: 04 25 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a <f3> 90 8b 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02
[  109.561810] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[  109.571188] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[  109.582493] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  109.593799] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[  109.605109] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[  109.616432] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[  109.627758] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[  109.639930] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  109.649609] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[  109.660671] Call Trace:
[  109.667041]  ? __flush_tlb_all+0x30/0x30
[  109.674872]  ? __flush_tlb_all+0x30/0x30
[  109.682686]  on_each_cpu+0x39/0x90
[  109.689957]  cpa_flush+0x5e/0x170
[  109.697126]  change_page_attr_set_clr+0x158/0x1c0
[  109.705666]  set_memory_ro+0x26/0x30
[  109.712980]  module_enable_ro.part.0+0x5f/0xb0
[  109.721075]  load_module+0x1f0b/0x24f0
[  109.728386]  __do_sys_init_module+0x13b/0x1c0
[  109.736192]  do_syscall_64+0x33/0x40
[  109.743181]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  109.751628] RIP: 0033:0x7fd27ef1932e
[  109.758578] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  109.784107] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  109.795081] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[  109.805612] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[  109.816153] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[  109.826703] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[  109.837250] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780
[  137.420096] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:235]
[  137.430976] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  137.501902] CPU: 0 PID: 235 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  137.514303] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  137.525596] RIP: 0010:smp_call_function_single+0xf7/0x140
[  137.534830] Code: 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 <a8> 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff
[  137.561723] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[  137.571095] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[  137.582393] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  137.593700] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[  137.605009] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[  137.616335] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[  137.627670] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[  137.639844] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  137.649528] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[  137.660595] Call Trace:
[  137.666960]  ? __flush_tlb_all+0x30/0x30
[  137.674800]  ? __flush_tlb_all+0x30/0x30
[  137.682602]  on_each_cpu+0x39/0x90
[  137.689884]  cpa_flush+0x5e/0x170
[  137.697059]  change_page_attr_set_clr+0x158/0x1c0
[  137.705604]  set_memory_ro+0x26/0x30
[  137.712922]  module_enable_ro.part.0+0x5f/0xb0
[  137.721023]  load_module+0x1f0b/0x24f0
[  137.728336]  __do_sys_init_module+0x13b/0x1c0
[  137.736152]  do_syscall_64+0x33/0x40
[  137.743150]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  137.751596] RIP: 0033:0x7fd27ef1932e
[  137.758550] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  137.784097] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  137.795079] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[  137.805619] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[  137.816166] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[  137.826714] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[  137.837264] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780
[  165.420090] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:235]
[  165.430983] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  165.501916] CPU: 0 PID: 235 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  165.514318] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  165.525614] RIP: 0010:smp_call_function_single+0xf7/0x140
[  165.534847] Code: 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 <a8> 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff
[  165.561753] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[  165.571128] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[  165.582435] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  165.593747] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[  165.605061] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[  165.616380] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[  165.627716] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[  165.639893] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  165.649575] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[  165.660641] Call Trace:
[  165.667009]  ? __flush_tlb_all+0x30/0x30
[  165.674849]  ? __flush_tlb_all+0x30/0x30
[  165.682660]  on_each_cpu+0x39/0x90
[  165.689944]  cpa_flush+0x5e/0x170
[  165.697114]  change_page_attr_set_clr+0x158/0x1c0
[  165.705656]  set_memory_ro+0x26/0x30
[  165.712983]  module_enable_ro.part.0+0x5f/0xb0
[  165.721085]  load_module+0x1f0b/0x24f0
[  165.728406]  __do_sys_init_module+0x13b/0x1c0
[  165.736225]  do_syscall_64+0x33/0x40
[  165.743232]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  165.751680] RIP: 0033:0x7fd27ef1932e
[  165.758638] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  165.784193] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  165.795178] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[  165.805728] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[  165.816276] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[  165.826829] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[  165.837377] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780
[  193.420085] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:235]
[  193.430973] Modules linked in: snd parport_pc(+) tpm_tis_core lpc_ich soundcore tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev at24 fuse bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj serio_raw atkbd libps2 sdhci_pci cqhci firewire_ohci sdhci tifm_7xx1 firewire_core mmc_core ata_piix tifm_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  193.501917] CPU: 0 PID: 235 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  193.514328] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  193.525626] RIP: 0010:smp_call_function_single+0xf7/0x140
[  193.534865] Code: 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 <a8> 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff
[  193.561762] RSP: 0018:ffffaef78059fba0 EFLAGS: 00000202
[  193.571139] RAX: 0000000000000011 RBX: ffffffff8907bb90 RCX: ffff9cc2c12a0000
[  193.582444] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  193.593745] RBP: ffffaef78059fbe8 R08: 0000000000000000 R09: 0000000000000140
[  193.605060] R10: ffffffff8a3ad900 R11: 0000000000001000 R12: ffffaef78059fc60
[  193.616380] R13: 0000000000000000 R14: ffffaef78059fcf0 R15: 0000000000000001
[  193.627718] FS:  00007fd27e619a40(0000) GS:ffff9cc38fc00000(0000) knlGS:0000000000000000
[  193.639889] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  193.649574] CR2: 0000558ce4bfbff0 CR3: 0000000002e4e000 CR4: 00000000000006f0
[  193.660638] Call Trace:
[  193.667002]  ? __flush_tlb_all+0x30/0x30
[  193.674844]  ? __flush_tlb_all+0x30/0x30
[  193.682658]  on_each_cpu+0x39/0x90
[  193.689929]  cpa_flush+0x5e/0x170
[  193.697098]  change_page_attr_set_clr+0x158/0x1c0
[  193.705645]  set_memory_ro+0x26/0x30
[  193.712966]  module_enable_ro.part.0+0x5f/0xb0
[  193.721065]  load_module+0x1f0b/0x24f0
[  193.728386]  __do_sys_init_module+0x13b/0x1c0
[  193.736202]  do_syscall_64+0x33/0x40
[  193.743204]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  193.751652] RIP: 0033:0x7fd27ef1932e
[  193.758610] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  193.784164] RSP: 002b:00007ffdb3a3acf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  193.795150] RAX: ffffffffffffffda RBX: 0000558ce49db780 RCX: 00007fd27ef1932e
[  193.805695] RDX: 00007fd27f0709bd RSI: 0000000000006021 RDI: 0000558ce4bf6d50
[  193.816248] RBP: 0000558ce4bf6d50 R08: 0000558ce4933620 R09: 6f4d7ea902000000
[  193.826798] R10: 00005589bc5d3033 R11: 0000000000000246 R12: 00007fd27f0709bd
[  193.837348] R13: 0000000000000003 R14: 0000558ce49e07f0 R15: 0000558ce49db780

[-- Attachment #3: dmesglog.5.12.NoTherm.2.notlax.fullboot --]
[-- Type: text/plain, Size: 69225 bytes --]

[    0.000000] microcode: microcode updated early to revision 0xd1, date = 2010-10-01
[    0.000000] Linux version 5.12.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #41 SMP PREEMPT Wed, 19 May 2021 23:02:58 +0000
[    0.000000] Command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d7fcffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d7fd0000-0x00000000d7fe55ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d7fe5600-0x00000000d7ff7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d7ff8000-0x00000000d7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1994.914 MHz processor
[    0.001391] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001398] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001407] last_pfn = 0xd7fd0 max_arch_pfn = 0x400000000
[    0.002325] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.003183] total RAM covered: 3456M
[    0.003917] Found optimal setting for mtrr clean up
[    0.003919]  gran_size: 64K 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 0G
[    0.032124] check: Scanning 1 areas for low memory corruption
[    0.119794] printk: log_buf_len: 16777216 bytes
[    0.119803] printk: early log buf free: 128688(98%)
[    0.119807] RAMDISK: [mem 0x36433000-0x37210fff]
[    0.119820] ACPI: Early table checksum verification disabled
[    0.119834] ACPI: RSDP 0x00000000000F78E0 000024 (v02 HP    )
[    0.119843] ACPI: XSDT 0x00000000D7FE57C8 00007C (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119856] ACPI: FACP 0x00000000D7FE5684 0000F4 (v04 HP     309F     00000003 HP   00000001)
[    0.119868] ACPI: DSDT 0x00000000D7FE5ACC 010A75 (v01 HP     nc9700   00010000 MSFT 0100000E)
[    0.119876] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119883] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119889] ACPI: SLIC 0x00000000D7FE5844 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119897] ACPI: HPET 0x00000000D7FE59BC 000038 (v01 HP     309F     00000001 HP   00000001)
[    0.119904] ACPI: APIC 0x00000000D7FE59F4 000068 (v01 HP     309F     00000001 HP   00000001)
[    0.119911] ACPI: MCFG 0x00000000D7FE5A5C 00003C (v01 HP     309F     00000001 HP   00000001)
[    0.119918] ACPI: TCPA 0x00000000D7FE5A98 000032 (v02 HP     309F     00000001 HP   00000001)
[    0.119925] ACPI: SSDT 0x00000000D7FF6541 000059 (v01 HP     HPQNLP   00000001 MSFT 0100000E)
[    0.119933] ACPI: SSDT 0x00000000D7FF659A 000326 (v01 HP     HPQSAT   00000001 MSFT 0100000E)
[    0.119940] ACPI: SSDT 0x00000000D7FF7115 00025F (v01 HP     Cpu0Tst  00003000 INTL 20060317)
[    0.119947] ACPI: SSDT 0x00000000D7FF7374 0000A6 (v01 HP     Cpu1Tst  00003000 INTL 20060317)
[    0.119955] ACPI: SSDT 0x00000000D7FF741A 0004D7 (v01 HP     CpuPm    00003000 INTL 20060317)
[    0.119961] ACPI: Reserving FACP table memory at [mem 0xd7fe5684-0xd7fe5777]
[    0.119965] ACPI: Reserving DSDT table memory at [mem 0xd7fe5acc-0xd7ff6540]
[    0.119968] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.119971] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.119974] ACPI: Reserving SLIC table memory at [mem 0xd7fe5844-0xd7fe59b9]
[    0.119976] ACPI: Reserving HPET table memory at [mem 0xd7fe59bc-0xd7fe59f3]
[    0.119979] ACPI: Reserving APIC table memory at [mem 0xd7fe59f4-0xd7fe5a5b]
[    0.119982] ACPI: Reserving MCFG table memory at [mem 0xd7fe5a5c-0xd7fe5a97]
[    0.119984] ACPI: Reserving TCPA table memory at [mem 0xd7fe5a98-0xd7fe5ac9]
[    0.119987] ACPI: Reserving SSDT table memory at [mem 0xd7ff6541-0xd7ff6599]
[    0.119990] ACPI: Reserving SSDT table memory at [mem 0xd7ff659a-0xd7ff68bf]
[    0.119992] ACPI: Reserving SSDT table memory at [mem 0xd7ff7115-0xd7ff7373]
[    0.119995] ACPI: Reserving SSDT table memory at [mem 0xd7ff7374-0xd7ff7419]
[    0.119998] ACPI: Reserving SSDT table memory at [mem 0xd7ff741a-0xd7ff78f0]
[    0.120015] ACPI: Local APIC address 0xfee00000
[    0.120116] No NUMA configuration found
[    0.120118] Faking a node at [mem 0x0000000000000000-0x00000000d7fcffff]
[    0.120127] NODE_DATA(0) allocated [mem 0xd7fcc000-0xd7fcffff]
[    0.120191] Zone ranges:
[    0.120194]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.120198]   DMA32    [mem 0x0000000001000000-0x00000000d7fcffff]
[    0.120203]   Normal   empty
[    0.120206]   Device   empty
[    0.120208] Movable zone start for each node
[    0.120210] Early memory node ranges
[    0.120212]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.120215]   node   0: [mem 0x0000000000100000-0x00000000d7fcffff]
[    0.120220] Initmem setup node 0 [mem 0x0000000000001000-0x00000000d7fcffff]
[    0.120223] On node 0 totalpages: 884590
[    0.120226]   DMA zone: 64 pages used for memmap
[    0.120229]   DMA zone: 21 pages reserved
[    0.120231]   DMA zone: 3998 pages, LIFO batch:0
[    0.121717]   DMA zone: 28770 pages in unavailable ranges
[    0.121721]   DMA32 zone: 13760 pages used for memmap
[    0.121724]   DMA32 zone: 880592 pages, LIFO batch:63
[    0.170871]   DMA32 zone: 48 pages in unavailable ranges
[    0.171328] ACPI: PM-Timer IO Port: 0x1008
[    0.171335] ACPI: Local APIC address 0xfee00000
[    0.171348] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.171352] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.171370] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.171377] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.171382] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.171385] ACPI: IRQ0 used by override.
[    0.171388] ACPI: IRQ9 used by override.
[    0.171392] Using ACPI (MADT) for SMP configuration information
[    0.171395] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.171407] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.171434] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.171439] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.171442] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.171444] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.171449] [mem 0xd8000000-0xfebfffff] available for PCI devices
[    0.171452] Booting paravirtualized kernel on bare hardware
[    0.171458] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.180399] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:2 nr_node_ids:1
[    0.181324] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u1048576
[    0.181336] pcpu-alloc: s192512 r8192 d28672 u1048576 alloc=1*2097152
[    0.181342] pcpu-alloc: [0] 0 1
[    0.181382] Built 1 zonelists, mobility grouping on.  Total pages: 870745
[    0.181387] Policy zone: DMA32
[    0.181391] Kernel command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.183325] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.184263] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.184341] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.237799] Memory: 3349148K/3538360K available (14344K kernel code, 2037K rwdata, 8968K rodata, 1648K init, 4364K bss, 188952K reserved, 0K cma-reserved)
[    0.237820] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.238071] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.238104] Kernel/User page tables isolation: enabled
[    0.238147] ftrace: allocating 41847 entries in 164 pages
[    0.259832] ftrace: allocated 164 pages with 3 groups
[    0.260115] rcu: Preemptible hierarchical RCU implementation.
[    0.260120] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.260122] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
[    0.260124] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.260127] 	Trampoline variant of Tasks RCU enabled.
[    0.260129] 	Rude variant of Tasks RCU enabled.
[    0.260131] 	Tracing variant of Tasks RCU enabled.
[    0.260132] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.260134] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.266474] NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
[    0.266803] Console: colour dummy device 80x25
[    0.267156] printk: console [tty17] enabled
[    1.160663] printk: console [ttyS0] enabled
[    1.164857] ACPI: Core revision 20210105
[    1.168933] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    1.178060] APIC: Switch to symmetric I/O mode setup
[    1.183500] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.204726] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3982d3f4f14, max_idle_ns: 881590688628 ns
[    1.215227] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.07 BogoMIPS (lpj=6649713)
[    1.218559] pid_max: default: 32768 minimum: 301
[    1.221930] LSM: Security Framework initializing
[    1.225231] Yama: becoming mindful.
[    1.228570] LSM support for eBPF active
[    1.231943] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.235254] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.241947] process: using mwait in idle threads
[    1.245228] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    1.248557] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    1.251894] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.255226] Spectre V2 : Mitigation: Full generic retpoline
[    1.258557] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.261891] Speculative Store Bypass: Vulnerable
[    1.265226] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    1.268800] Freeing SMP alternatives memory: 36K
[    1.383490] smpboot: CPU0: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0x6)
[    1.385540] Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
[    1.388562] core: PEBS disabled due to CPU errata
[    1.391891] ... version:                2
[    1.395224] ... bit width:              40
[    1.398557] ... generic registers:      2
[    1.401891] ... value mask:             000000ffffffffff
[    1.405224] ... max period:             000000007fffffff
[    1.408557] ... fixed-purpose events:   3
[    1.411891] ... event mask:             0000000700000003
[    1.415406] rcu: Hierarchical SRCU implementation.
[    1.419472] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    1.421977] smp: Bringing up secondary CPUs ...
[    1.425529] x86: Booting SMP configuration:
[    1.428570] .... node  #0, CPUs:      #1
[    1.433942] smp: Brought up 1 node, 2 CPUs
[    1.438566] smpboot: Max logical packages: 1
[    1.441892] smpboot: Total of 2 processors activated (7982.14 BogoMIPS)
[    1.448738] devtmpfs: initialized
[    1.451987] x86/mm: Memory block size: 128MB
[    1.455866] PM: Registering ACPI NVS region [mem 0xd7fe5600-0xd7ff7fff] (76288 bytes)
[    1.461960] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.471902] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    1.478648] pinctrl core: initialized pinctrl subsystem
[    1.485404] PM: RTC time: 02:27:07, date: 2021-05-20
[    1.492083] NET: Registered protocol family 16
[    1.495550] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    1.502037] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.512043] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    1.518575] audit: initializing netlink subsys (disabled)
[    1.525284] audit: type=2000 audit(1621477625.333:1): state=initialized audit_enabled=0 res=1
[    1.525460] thermal_sys: Registered thermal governor 'fair_share'
[    1.528559] thermal_sys: Registered thermal governor 'bang_bang'
[    1.531893] thermal_sys: Registered thermal governor 'step_wise'
[    1.535224] thermal_sys: Registered thermal governor 'user_space'
[    1.538558] thermal_sys: Registered thermal governor 'power_allocator'
[    1.541915] cpuidle: using governor ladder
[    1.548565] cpuidle: using governor menu
[    1.552008] ACPI: bus type PCI registered
[    1.555226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.558675] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.561894] PCI: not using MMCONFIG
[    1.565230] PCI: Using configuration type 1 for base access
[    1.574170] Kprobes globally optimized
[    1.575266] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.582049] fbcon: Taking over console
[    1.585256] ACPI: Added _OSI(Module Device)
[    1.588572] ACPI: Added _OSI(Processor Device)
[    1.595229] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.598559] ACPI: Added _OSI(Processor Aggregator Device)
[    1.605226] ACPI: Added _OSI(Linux-Dell-Video)
[    1.608558] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.611892] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.632390] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    1.691986] ACPI: Dynamic OEM Table Load:
[    1.695230] ACPI: SSDT 0xFFFF9B5D013AB800 00023D (v01 HP     Cpu0Ist  00003000 INTL 20060317)
[    1.705942] ACPI: Dynamic OEM Table Load:
[    1.708562] ACPI: SSDT 0xFFFF9B5D01322000 0004CB (v01 HP     Cpu0Cst  00003001 INTL 20060317)
[    1.719317] ACPI: Dynamic OEM Table Load:
[    1.725228] ACPI: SSDT 0xFFFF9B5D01A03D00 0000C8 (v01 HP     Cpu1Ist  00003000 INTL 20060317)
[    1.732634] ACPI: Dynamic OEM Table Load:
[    1.738572] ACPI: SSDT 0xFFFF9B5D019AEE40 000085 (v01 HP     Cpu1Cst  00003000 INTL 20060317)
[    1.746424] ACPI: EC: EC started
[    1.748557] ACPI: EC: interrupt blocked
[    1.762398] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.768563] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC used to handle transactions
[    1.775225] ACPI: Interpreter enabled
[    1.778585] ACPI: (supports S0 S3 S4 S5)
[    1.781892] ACPI: Using IOAPIC for interrupt routing
[    1.788608] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.799564] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    1.805230] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    1.818698] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.825691] ACPI: Enabled 13 GPEs in block 00 to 1F
[    1.840459] ACPI: PM: Power Resource [C1F8] (on)
[    1.846306] ACPI: PM: Power Resource [C207] (on)
[    1.852863] ACPI: PM: Power Resource [C224] (on)
[    1.860713] ACPI: PM: Power Resource [C22C] (on)
[    1.871626] ACPI: PM: Power Resource [C334] (off)
[    1.875327] ACPI: PM: Power Resource [C335] (off)
[    1.881989] ACPI: PM: Power Resource [C336] (off)
[    1.885325] ACPI: PM: Power Resource [C337] (off)
[    1.891988] ACPI: PM: Power Resource [C338] (off)
[    1.895338] ACPI: PM: Power Resource [C339] (off)
[    1.901989] ACPI: PM: Power Resource [C33A] (off)
[    1.905324] ACPI: PM: Power Resource [C33B] (off)
[    1.911988] ACPI: PM: Power Resource [C33C] (off)
[    1.915336] ACPI: PM: Power Resource [C33D] (off)
[    1.918616] ACPI: PM: Power Resource [C33E] (off)
[    1.932381] ACPI: PCI Root Bridge [C003] (domain 0000 [bus 00-ff])
[    1.938562] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.948564] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
[    1.955236] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.973227] PCI host bridge to bus 0000:00
[    1.978559] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.985225] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.991891] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.998558] pci_bus 0000:00: root bus resource [mem 0xd8000000-0xfedfffff window]
[    2.005225] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    2.015225] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    2.021891] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.025243] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
[    2.032064] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
[    2.038625] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.045432] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    2.051916] pci 0000:00:1b.0: reg 0x10: [mem 0xf4700000-0xf4703fff 64bit]
[    2.058688] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.065410] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    2.072037] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.075415] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    2.082038] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    2.088736] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[    2.095373] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    2.102097] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    2.108615] pci 0000:00:1d.0: reg 0x20: [io  0x5000-0x501f]
[    2.112085] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    2.118614] pci 0000:00:1d.1: reg 0x20: [io  0x5020-0x503f]
[    2.125411] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    2.131947] pci 0000:00:1d.2: reg 0x20: [io  0x5040-0x505f]
[    2.135424] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    2.141948] pci 0000:00:1d.3: reg 0x20: [io  0x5060-0x507f]
[    2.148757] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    2.155244] pci 0000:00:1d.7: reg 0x10: [mem 0xf4704000-0xf47043ff]
[    2.162008] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    2.168719] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    2.172145] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    2.178684] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    2.188562] pci 0000:00:1f.0: quirk: [io  0x1100-0x113f] claimed by ICH6 GPIO
[    2.195227] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[    2.201897] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0238 (mask 0007)
[    2.208558] pci 0000:00:1f.0: quirk_ich7_lpc+0x0/0x60 took 29296 usecs
[    2.215404] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    2.221910] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    2.228570] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    2.235239] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    2.238567] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    2.245234] pci 0000:00:1f.1: reg 0x20: [io  0x5080-0x508f]
[    2.251915] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.258558] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.265225] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.271891] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.278730] pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
[    2.285243] pci 0000:00:1f.2: reg 0x10: [io  0x13f0-0x13f7]
[    2.288567] pci 0000:00:1f.2: reg 0x14: [io  0x15f4-0x15f7]
[    2.295237] pci 0000:00:1f.2: reg 0x18: [io  0x1370-0x1377]
[    2.301901] pci 0000:00:1f.2: reg 0x1c: [io  0x1574-0x1577]
[    2.305234] pci 0000:00:1f.2: reg 0x20: [io  0x50b0-0x50bf]
[    2.311901] pci 0000:00:1f.2: reg 0x24: [mem 0xf4705000-0xf47053ff]
[    2.318624] pci 0000:00:1f.2: PME# supported from D3hot
[    2.322139] pci 0000:01:00.0: [1002:71c5] type 00 class 0x030000
[    2.328581] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[    2.335238] pci 0000:01:00.0: reg 0x14: [io  0x4000-0x40ff]
[    2.341904] pci 0000:01:00.0: reg 0x18: [mem 0xf4600000-0xf460ffff]
[    2.348603] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    2.355242] pci 0000:01:00.0: enabling Extended Tags
[    2.358649] pci 0000:01:00.0: supports D1 D2
[    2.365351] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.375240] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.378559] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    2.385226] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    2.391894] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    2.398651] acpiphp: Slot [1] registered
[    2.405379] pci 0000:08:00.0: [14e4:16fd] type 00 class 0x020000
[    2.408706] pci 0000:08:00.0: reg 0x10: [mem 0xf4100000-0xf410ffff 64bit]
[    2.415515] pci 0000:08:00.0: enabling Extended Tags
[    2.422122] pci 0000:08:00.0: PME# supported from D3hot D3cold
[    2.428962] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.438625] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    2.445230] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    2.452094] pci 0000:10:00.0: [8086:4222] type 00 class 0x028000
[    2.455334] pci 0000:10:00.0: reg 0x10: [mem 0xf4000000-0xf4000fff]
[    2.462421] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[    2.468901] pci 0000:10:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.478626] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    2.485233] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    2.492029] acpiphp: Slot [1-1] registered
[    2.495279] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    2.501895] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    2.508561] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    2.515256] pci_bus 0000:02: extended config space not accessible
[    2.518662] pci 0000:02:06.0: [104c:8039] type 02 class 0x060700
[    2.525250] pci 0000:02:06.0: reg 0x10: [mem 0xf4200000-0xf4200fff]
[    2.531955] pci 0000:02:06.0: supports D1 D2
[    2.535225] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot
[    2.542010] pci 0000:02:06.1: [104c:803a] type 00 class 0x0c0010
[    2.548586] pci 0000:02:06.1: reg 0x10: [mem 0xf4201000-0xf42017ff]
[    2.555248] pci 0000:02:06.1: reg 0x14: [mem 0xf4204000-0xf4207fff]
[    2.562021] pci 0000:02:06.1: supports D1 D2
[    2.565225] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot
[    2.571981] pci 0000:02:06.2: [104c:803b] type 00 class 0x018000
[    2.578583] pci 0000:02:06.2: reg 0x10: [mem 0xf4208000-0xf4208fff]
[    2.585365] pci 0000:02:06.2: supports D1 D2
[    2.588558] pci 0000:02:06.2: PME# supported from D0 D1 D2 D3hot
[    2.595310] pci 0000:02:06.3: [104c:803c] type 00 class 0x080500
[    2.601916] pci 0000:02:06.3: reg 0x10: [mem 0xf4209000-0xf42090ff]
[    2.605364] pci 0000:02:06.3: supports D1 D2
[    2.611894] pci 0000:02:06.3: PME# supported from D0 D1 D2 D3hot
[    2.618647] pci 0000:02:06.4: [104c:803d] type 00 class 0x078000
[    2.621916] pci 0000:02:06.4: reg 0x10: [mem 0xf420a000-0xf420afff]
[    2.628571] pci 0000:02:06.4: reg 0x14: [mem 0xf420b000-0xf420bfff]
[    2.635351] pci 0000:02:06.4: supports D1 D2
[    2.641892] pci 0000:02:06.4: PME# supported from D0 D1 D2 D3hot
[    2.645372] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
[    2.651898] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    2.658564] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    2.668558] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    2.678561] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.685225] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xfedfffff window] (subtractive decode)
[    2.695224] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
[    2.705225] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    2.715262] pci_bus 0000:03: extended config space not accessible
[    2.718583] pci_bus 0000:03: busn_res: [bus 03] end can not be updated to 06
[    2.728563] pci 0000:00:1e.0: bridge has subordinate 03 but max busn 06
[    2.737059] ACPI: PCI Interrupt Link [C10F] (IRQs *10 11)
[    2.742104] ACPI: PCI Interrupt Link [C110] (IRQs *10 11)
[    2.748766] ACPI: PCI Interrupt Link [C111] (IRQs 10 *11)
[    2.752098] ACPI: PCI Interrupt Link [C112] (IRQs 10 11) *5
[    2.758765] ACPI: PCI Interrupt Link [C125] (IRQs *10 11)
[    2.765432] ACPI: PCI Interrupt Link [C126] (IRQs *10 11)
[    2.768765] ACPI: PCI Interrupt Link [C127] (IRQs 10 *11)
[    2.775414] ACPI: PCI Interrupt Link [C128] (IRQs) *0, disabled.
[    2.782856] pci 0000:08:00.0: BAR 0: assigned [mem 0xf4100000-0xf410ffff 64bit]
[    2.782883] ACPI: EC: interrupt unblocked
[    2.788558] ACPI: EC: event unblocked
[    2.791891] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.795224] ACPI: EC: GPE=0x16
[    2.798559] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC initialization complete
[    2.805228] ACPI: \_SB_.C003.C004.C006: EC: Used to handle transactions and events
[    2.815327] iommu: Default domain type: Translated
[    2.818586] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    2.821889] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.835229] pci 0000:01:00.0: vgaarb: bridge control possible
[    2.838558] vgaarb: loaded
[    2.842085] SCSI subsystem initialized
[    2.845258] libata version 3.00 loaded.
[    2.848573] ACPI: bus type USB registered
[    2.851914] usbcore: registered new interface driver usbfs
[    2.855243] usbcore: registered new interface driver hub
[    2.858568] usbcore: registered new device driver usb
[    2.861934] pps_core: LinuxPPS API ver. 1 registered
[    2.865225] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.868562] PTP clock support registered
[    2.871907] EDAC MC: Ver: 3.0.0
[    2.875472] NetLabel: Initializing
[    2.878560] NetLabel:  domain hash size = 128
[    2.881891] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.885252] NetLabel:  unlabeled traffic allowed by default
[    2.888565] PCI: Using ACPI for IRQ routing
[    2.895623] PCI: pci_cache_line_size set to 64 bytes
[    2.898649] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    2.901892] e820: reserve RAM buffer [mem 0xd7fd0000-0xd7ffffff]
[    2.906468] hpet: 3 channels of 0 reserved for per-cpu timers
[    2.911894] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.915224] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    2.925224] clocksource: Switched to clocksource tsc-early
[    2.949428] VFS: Disk quotas dquot_6.6.0
[    2.953388] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.960402] pnp: PnP ACPI init
[    2.963785] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    2.970739] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.977686] system 00:00: [mem 0x00100000-0xd7ffffff] could not be reserved
[    2.984642] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.992419] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    3.000435] pnp 00:02: [dma 1]
[    3.003605] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active)
[    3.010290] pnp 00:03: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    3.017550] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.024131] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    3.030682] pnp 00:06: Plug and Play ACPI device, IDs SYN011d SYN0100 SYN0002 PNP0f13 (active)
[    3.039576] system 00:07: [io  0x0500-0x055f] has been reserved
[    3.045487] system 00:07: [io  0x0800-0x080f] has been reserved
[    3.051399] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    3.058001] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    3.064607] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.072435] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    3.078348] system 00:08: [io  0x1000-0x107f] has been reserved
[    3.084255] system 00:08: [io  0x1100-0x113f] has been reserved
[    3.090162] system 00:08: [io  0x1200-0x121f] has been reserved
[    3.096072] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    3.102672] system 00:08: [mem 0xfec00000-0xfec000ff] could not be reserved
[    3.109619] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.116222] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    3.122824] system 00:08: [mem 0xfed90000-0xfed9afff] has been reserved
[    3.129430] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.136625] system 00:09: [mem 0xfeda0000-0xfedbffff] has been reserved
[    3.143230] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    3.149838] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.156644] pnp: PnP ACPI: found 10 devices
[    3.168100] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.177050] NET: Registered protocol family 2
[    3.181676] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    3.190314] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    3.198451] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    3.205833] TCP: Hash tables configured (established 32768 bind 32768)
[    3.212505] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    3.219943] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.226674] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.234935] NET: Registered protocol family 1
[    3.239341] NET: Registered protocol family 44
[    3.243808] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    3.251972] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
[    3.263423] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    3.271584] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 10] add_size 200000 add_align 100000
[    3.283035] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000 add_align 100000
[    3.294504] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    3.302950] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.310766] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.318583] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.326399] pci 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[    3.332568] pci 0000:00:1c.1: BAR 13: assigned [io  0x7000-0x7fff]
[    3.338737] pci 0000:00:1e.0: BAR 13: assigned [io  0x8000-0x8fff]
[    3.344908] pci 0000:01:00.0: BAR 6: assigned [mem 0xf4620000-0xf463ffff pref]
[    3.352118] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.357076] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    3.363160] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    3.369933] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    3.377660] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    3.382616] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    3.388701] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    3.395475] pci 0000:00:1c.0:   bridge window [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.403207] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    3.408163] pci 0000:00:1c.1:   bridge window [io  0x7000-0x7fff]
[    3.414248] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    3.421025] pci 0000:00:1c.1:   bridge window [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.428759] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    3.433715] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    3.439800] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    3.446574] pci 0000:00:1c.3:   bridge window [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.454309] pci 0000:02:06.0: BAR 15: assigned [mem 0xdc000000-0xdfffffff pref]
[    3.461608] pci 0000:02:06.0: BAR 16: no space for [mem size 0x04000000]
[    3.468294] pci 0000:02:06.0: BAR 16: failed to assign [mem size 0x04000000]
[    3.475326] pci 0000:02:06.0: BAR 13: assigned [io  0x8000-0x80ff]
[    3.481495] pci 0000:02:06.0: BAR 14: assigned [io  0x8400-0x84ff]
[    3.487667] pci 0000:02:06.0: BAR 16: assigned [mem 0xdc000000-0xdfffffff]
[    3.494533] pci 0000:02:06.0: BAR 15: no space for [mem size 0x04000000 pref]
[    3.501653] pci 0000:02:06.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    3.509120] pci 0000:02:06.0: CardBus bridge to [bus 03]
[    3.514421] pci 0000:02:06.0:   bridge window [io  0x8000-0x80ff]
[    3.520504] pci 0000:02:06.0:   bridge window [io  0x8400-0x84ff]
[    3.526589] pci 0000:02:06.0:   bridge window [mem 0xdc000000-0xdfffffff]
[    3.533366] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
[    3.538594] pci 0000:00:1e.0:   bridge window [io  0x8000-0x8fff]
[    3.544681] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    3.551467] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.557636] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.563803] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.570663] pci_bus 0000:00: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.577521] pci_bus 0000:00: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.584381] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.591240] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    3.596802] pci_bus 0000:01: resource 1 [mem 0xf4600000-0xf46fffff]
[    3.603057] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    3.610264] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    3.615826] pci_bus 0000:08: resource 1 [mem 0xf4100000-0xf41fffff]
[    3.622079] pci_bus 0000:08: resource 2 [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.629285] pci_bus 0000:10: resource 0 [io  0x7000-0x7fff]
[    3.634846] pci_bus 0000:10: resource 1 [mem 0xf4000000-0xf40fffff]
[    3.641097] pci_bus 0000:10: resource 2 [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.648304] pci_bus 0000:20: resource 0 [io  0x2000-0x3fff]
[    3.653863] pci_bus 0000:20: resource 1 [mem 0xf0000000-0xf3ffffff]
[    3.660117] pci_bus 0000:20: resource 2 [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.667324] pci_bus 0000:02: resource 0 [io  0x8000-0x8fff]
[    3.672885] pci_bus 0000:02: resource 1 [mem 0xf4200000-0xf45fffff]
[    3.679140] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7 window]
[    3.685308] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff window]
[    3.691475] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.698337] pci_bus 0000:02: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.705198] pci_bus 0000:02: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.712057] pci_bus 0000:02: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.718915] pci_bus 0000:03: resource 0 [io  0x8000-0x80ff]
[    3.724475] pci_bus 0000:03: resource 1 [io  0x8400-0x84ff]
[    3.730036] pci_bus 0000:03: resource 3 [mem 0xdc000000-0xdfffffff]
[    3.738308] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.746686] PCI: CLS 64 bytes, default 64
[    3.750797] Trying to unpack rootfs image as initramfs...
[    3.930325] Freeing initrd memory: 14200K
[    3.934981] check: Scanning for low memory corruption every 60 seconds
[    3.942076] Initialise system trusted keyrings
[    3.946540] Key type blacklist registered
[    3.950661] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    3.959421] zbud: loaded
[    3.976297] Key type asymmetric registered
[    3.980392] Asymmetric key parser 'x509' registered
[    3.985275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.992733] io scheduler mq-deadline registered
[    3.997259] io scheduler kyber registered
[    4.001299] io scheduler bfq registered
[    4.006733] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.013484] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    4.019658] vesafb: scrolling: redraw
[    4.023315] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    4.028906] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
[    4.038271] Console: switching to colour frame buffer device 175x65
[    4.133546] fb0: VESA VGA frame buffer device
[    4.142125] Monitor-Mwait will be used to enter C-1 state
[    4.148010] Monitor-Mwait will be used to enter C-2 state
[    4.153888] ACPI: \_PR_.CPU0: Found 2 idle states
[    4.159534] ACPI: AC: AC Adapter [C1C3] (on-line)
[    4.164751] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    4.173868] ACPI: button: Sleep Button [C24D]
[    4.178665] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    4.187577] ACPI: button: Lid Switch [C245]
[    4.192185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.208602] ACPI: button: Power Button [PWRF]
[    4.264262] thermal LNXTHERM:00: registered as thermal_zone0
[    4.270475] ACPI: thermal: Thermal Zone [TZ0] (58 C)
[    4.295308] thermal LNXTHERM:01: registered as thermal_zone1
[    4.301461] ACPI: thermal: Thermal Zone [TZ1] (57 C)
[    4.328262] thermal LNXTHERM:02: registered as thermal_zone2
[    4.334416] ACPI: thermal: Thermal Zone [TZ2] (44 C)
[    4.358993] thermal LNXTHERM:03: registered as thermal_zone3
[    4.365146] ACPI: thermal: Thermal Zone [TZ3] (34 C)
[    4.388063] thermal LNXTHERM:04: registered as thermal_zone4
[    4.394222] ACPI: thermal: Thermal Zone [TZ4] (16 C)
[    4.405654] thermal LNXTHERM:05: registered as thermal_zone5
[    4.411810] ACPI: thermal: Thermal Zone [TZ5] (66 C)
[    4.417468] ACPI: battery: Slot [C1C5] (battery absent)
[    4.417535] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.423329] ACPI: battery: Slot [C1C4] (battery absent)
[    4.430267] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.446947] Non-volatile memory driver v1.3
[    4.451500] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    4.458783] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    4.466944] ahci 0000:00:1f.2: version 3.0
[    4.471712] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    4.478929] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[    4.487922] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part
[    4.497213] scsi host0: ahci
[    4.500576] scsi host1: ahci
[    4.503905] scsi host2: ahci
[    4.507237] scsi host3: ahci
[    4.510449] ata1: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705100 irq 28
[    4.518487] ata2: DUMMY
[    4.547664] ata3: DUMMY
[    4.576401] ata4: DUMMY
[    4.604692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.637574] ehci-pci: EHCI PCI platform driver
[    4.668455] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    4.699877] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    4.733563] ehci-pci 0000:00:1d.7: debug port 1
[    4.767963] ehci-pci 0000:00:1d.7: irq 20, io mem 0xf4704000
[    4.815255] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.846926] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    4.881319] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.881323] usb usb1: Product: EHCI Host Controller
[    4.881325] usb usb1: Manufacturer: Linux 5.12.0-arch1-1 ehci_hcd
[    4.881327] usb usb1: SerialNumber: 0000:00:1d.7
[    4.881519] hub 1-0:1.0: USB hub found
[    5.037549] tsc: Refined TSC clocksource calibration: 1994.999 MHz
[    5.051921] hub 1-0:1.0: 8 ports detected
[    5.069705] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398374a7fb8, max_idle_ns: 881590820223 ns
[    5.099785] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.169628] clocksource: Switched to clocksource tsc
[    5.169990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.234566] ohci-pci: OHCI PCI platform driver
[    5.236572] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.265795] uhci_hcd: USB Universal Host Controller Interface driver
[    5.300739] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.334142] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    5.370353] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.404880] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    5.437755] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.508608] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.508613] ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001H, max UDMA/100
[    5.541279] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00005000
[    5.575442] ata1.00: 234441648 sectors, multi 16: LBA48
[    5.608562] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    5.676750] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.711244] usb usb2: Product: UHCI Host Controller
[    5.713227] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.743261] usb usb2: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    5.778747] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.812368] usb usb2: SerialNumber: 0000:00:1d.0
[    5.881469] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    5.881620] hub 2-0:1.0: USB hub found
[    5.917073] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    5.948825] ata1.00: configured for UDMA/100
[    5.984448] hub 2-0:1.0: 2 ports detected
[    6.049019] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1234GS 1H   PQ: 0 ANSI: 5
[    6.049235] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    6.085833] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    6.119101] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    6.155403] sd 0:0:0:0: [sda] Write Protect is off
[    6.191528] uhci_hcd 0000:00:1d.1: detected 2 ports
[    6.224974] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.258361] uhci_hcd 0000:00:1d.1: irq 22, io base 0x00005020
[    6.291795] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.326038] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    6.401385] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.437796] usb usb3: Product: UHCI Host Controller
[    6.471653] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    6.507252] usb usb3: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    6.536362]  sda: sda1 sda2 sda3 sda4
[    6.542475] usb usb3: SerialNumber: 0000:00:1d.1
[    6.609799] hub 3-0:1.0: USB hub found
[    6.618651] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.643259] hub 3-0:1.0: 2 ports detected
[    6.711076] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.746064] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    6.783691] uhci_hcd 0000:00:1d.2: detected 2 ports
[    6.818547] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    6.854166] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    6.892749] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.930298] usb usb4: Product: UHCI Host Controller
[    6.965407] usb usb4: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    7.001984] usb usb4: SerialNumber: 0000:00:1d.2
[    7.037232] hub 4-0:1.0: USB hub found
[    7.071091] hub 4-0:1.0: 2 ports detected
[    7.105305] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    7.140410] usb 2-1: New USB device found, idVendor=03f0, idProduct=171d, bcdDevice= 1.00
[    7.178951] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.178967] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    7.216558] usb 2-1: Product: HP Integrated Module
[    7.254626] uhci_hcd 0000:00:1d.3: detected 2 ports
[    7.289956] usb 2-1: Manufacturer: Broadcom Corp
[    7.359925] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00005060
[    7.395434] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    7.433779] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.471088] usb usb5: Product: UHCI Host Controller
[    7.505840] usb usb5: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    7.505843] usb usb5: SerialNumber: 0000:00:1d.3
[    7.505991] hub 5-0:1.0: USB hub found
[    7.595241] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[    7.608670] hub 5-0:1.0: 2 ports detected
[    7.677379] usbcore: registered new interface driver usbserial_generic
[    7.712870] random: fast init done
[    7.744879] usbserial: USB Serial support registered for generic
[    7.779905] rtc_cmos 00:04: RTC can wake from S4
[    7.813663] rtc_cmos 00:04: registered as rtc0
[    7.846577] hpet: Lost 1 RTC interrupts
[    7.878862] rtc_cmos 00:04: setting system clock to 2021-05-20T02:27:13 UTC (1621477633)
[    7.915644] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    7.951998] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    7.987280] intel_pstate: CPU model not supported
[    8.020403] usb 2-2: New USB device found, idVendor=08ff, idProduct=2580, bcdDevice= 6.23
[    8.057291] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.092840] usb 2-2: Product: Fingerprint Sensor
[    8.092905] ledtrig-cpu: registered to indicate activity on CPUs
[    8.159748] hid: raw HID events driver (C) Jiri Kosina
[    8.192916] drop_monitor: Initializing network drop monitor service
[    8.227178] Initializing XFRM netlink socket
[    8.259356] NET: Registered protocol family 10
[    8.300529] Segment Routing with IPv6
[    8.331763] RPL Segment Routing with IPv6
[    8.338122] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    8.363124] NET: Registered protocol family 17
[    8.398967] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.465671] usb 4-1: Product: USB Receiver
[    8.465841] microcode: sig=0x6f6, pf=0x20, revision=0xd1
[    8.497319] usb 4-1: Manufacturer: Logitech
[    8.561963] microcode: Microcode Update Driver: v2.2.
[    8.561972] IPI shorthand broadcast: enabled
[    8.561997] sched_clock: Marking stable (7636720901, 925168601)->(8780595367, -218705865)
[    8.661404] registered taskstats version 1
[    8.692668] Loading compiled-in X.509 certificates
[    8.724594] usb 1-7: new high-speed USB device number 5 using ehci-pci
[    8.730612] Loaded X.509 cert 'Build time autogenerated kernel key: e3f62a7aad01602b54a1b14180ab55bb7bf715c3'
[    8.797177] zswap: loaded using pool lz4/z3fold
[    8.830121] Key type ._fscrypt registered
[    8.862000] Key type .fscrypt registered
[    8.893689] Key type fscrypt-provisioning registered
[    8.927392] PM:   Magic number: 5:631:460
[    8.959545] RAS: Correctable Errors collector initialized.
[    8.993253] usb 1-7: New USB device found, idVendor=04b4, idProduct=6560, bcdDevice= 0.0b
[    9.030026] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.066180] hub 1-7:1.0: USB hub found
[    9.066895] Freeing unused decrypted memory: 2036K
[    9.131761] hub 1-7:1.0: 4 ports detected
[    9.132550] Freeing unused kernel image (initmem) memory: 1648K
[    9.198104] Write protecting the kernel read-only data: 26624k
[    9.233674] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    9.269685] Freeing unused kernel image (rodata/data gap) memory: 1272K
[    9.371516] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.406274] rodata_test: all tests were successful
[    9.439105] x86/mm: Checking user space page tables
[    9.534647] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.568998] Run /init as init process
[    9.600221]   with arguments:
[    9.630658]     /init
[    9.660180]   with environment:
[    9.690444]     HOME=/
[    9.719407]     TERM=linux
[    9.748415]     BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux
[    9.834372] Linux agpgart interface v0.103
[    9.971698] [drm] radeon kernel modesetting enabled.
[   10.003248] checking generic (e0000000 5b0000) vs hw (e0000000 10000000)
[   10.036766] fb0: switching to radeondrmfb from VESA VGA
[   10.068953] Console: switching to colour dummy device 80x25
[   10.074610] radeon 0000:01:00.0: vgaarb: deactivate vga console
[   10.080815] [drm] initializing kernel modesetting (RV530 0x1002:0x71C5 0x103C:0x309F 0x00).
[   10.089208] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[   10.102398] caller pci_map_rom+0x68/0x190 mapping multiple BARs
[   10.108404] ATOM BIOS: HP
[   10.111038] [drm] Generation 2 PCI interface, using max accessible memory
[   10.117814] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[   10.126493] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[   10.134062] [drm] Detected VRAM RAM=256M, BAR=256M
[   10.138845] [drm] RAM width 128bits DDR
[   10.142773] [TTM] Zone  kernel: Available graphics memory: 1685318 KiB
[   10.149328] [drm] radeon: 256M of VRAM memory ready
[   10.154206] [drm] radeon: 512M of GTT memory ready.
[   10.159087] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   10.166187] [drm] radeon: power management initialized
[   10.175637] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
[   10.183488] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[   10.190363] radeon 0000:01:00.0: WB enabled
[   10.194540] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000000
[   10.202664] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   10.208545] radeon 0000:01:00.0: radeon: using MSI.
[   10.213442] [drm] radeon: irq initialized.
[   10.217540] [drm] Loading R500 Microcode
[   10.221993] [drm] radeon: ring at 0x0000000010001000
[   10.226986] [drm] ring test succeeded in 11 usecs
[   10.232184] [drm] ib test succeeded in 0 usecs
[   10.237312] [drm] Radeon Display Connectors
[   10.241511] [drm] Connector 0:
[   10.244566] [drm]   VGA-1
[   10.247182] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[   10.254560] [drm]   Encoders:
[   10.257520] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.262141] [drm] Connector 1:
[   10.265186] [drm]   LVDS-1
[   10.267892] [drm]   DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
[   10.275274] [drm]   Encoders:
[   10.278234] [drm]     LCD1: INTERNAL_LVTM1
[   10.282320] [drm] Connector 2:
[   10.285368] [drm]   SVIDEO-1
[   10.288241] [drm]   Encoders:
[   10.291202] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[   10.295722] [drm] Connector 3:
[   10.298769] [drm]   DVI-I-1
[   10.301553] [drm]   HPD1
[   10.304080] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[   10.311459] [drm]   Encoders:
[   10.314431] [drm]     DFP2: INTERNAL_KLDSCP_DVO1
[   10.688017] [drm] fb mappable at 0xE00C0000
[   10.692194] [drm] vram apper at 0xE0000000
[   10.696280] [drm] size 7258112
[   10.699327] [drm] fb depth is 24
[   10.702549] [drm]    pitch is 6912
[   10.706035] fbcon: radeondrmfb (fb0) is primary device
[   10.772749] Console: switching to colour frame buffer device 210x65
[   10.790030] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[   10.831972] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   10.997175] i8042: PNP: PS/2 Controller [PNP0303:C221,PNP0f13:C222] at 0x60,0x64 irq 1,12
[   11.031635] ata_piix 0000:00:1f.1: version 2.13
[   11.062429] scsi host4: ata_piix
[   11.087194] i8042: Detected active multiplexing controller, rev 1.1
[   11.094167] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:046D:C52B.0001/input/input3
[   11.095972] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.113362] scsi host5: ata_piix
[   11.117947] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x5080 irq 14
[   11.125179] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   11.130937] sdhci: Secure Digital Host Controller Interface driver
[   11.139214] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x5088 irq 15
[   11.146241] sdhci: Copyright(c) Pierre Ossman
[   11.148586] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   11.158199] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   11.158316] ata6: port disabled--ignoring
[   11.163409] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   11.168818] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.2-1/input0
[   11.185111] firewire_ohci 0000:02:06.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[   11.199586] sdhci-pci 0000:02:06.3: SDHCI controller found [104c:803c] (rev 0)
[   11.199707] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input5
[   11.207317] mmc0: SDHCI controller on PCI [0000:02:06.3] using PIO
[   11.218921] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   11.236182] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input6
[   11.308754] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input7
[   11.321648] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-1/input1
[   11.334793] ata5.00: ATAPI: HL-DT-ST DVDRAM GSA-T10N, PC05, max MWDMA2
[   11.344330] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.356730] usbcore: registered new interface driver usbhid
[   11.362502] usbhid: USB HID core driver
[   11.362779] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T10N  PC05 PQ: 0 ANSI: 5
[   11.431940] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   11.440682] cdrom: Uniform CD-ROM driver Revision: 3.20
[   11.483594] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.499393] sr 4:0:0:0: Attached scsi CD-ROM sr0
[   11.611937] input: Logitech Wireless Device PID:101b Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input13
[   11.627183] hid-generic 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:101b] on usb-0000:00:1d.2-1/input2:1
[   11.657237] input: Logitech M705 as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input17
[   11.672721] logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:1d.2-1/input2:1
[   11.698842] firewire_core 0000:02:06.1: created device fw0: GUID 00023f992905280e, S400
[   11.930632] raid6: skip pq benchmark and using algorithm sse2x4
[   11.939387] raid6: using ssse3x2 recovery algorithm
[   11.949471] xor: measuring software checksum speed
[   11.957996]    prefetch64-sse  : 10568 MB/sec
[   11.966288]    generic_sse     :  9057 MB/sec
[   11.973421] xor: using function: prefetch64-sse (10568 MB/sec)
[   12.103652] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[   12.113041] BTRFS: device fsid a5376a54-1964-4312-8894-9cf3432397fe devid 1 transid 219600 /dev/sda4 scanned by systemd-udevd (128)
[   12.278899] BTRFS info (device sda4): disk space caching is enabled
[   12.288321] BTRFS info (device sda4): has skinny extents
[   12.827090] BTRFS info (device sda4): start tree-log replay
[   13.301350] random: crng init done
[   16.478520] BTRFS info (device sda4): checking UUID tree
[   24.181405] fuse: init (API version 7.33)
[   24.256015] i2c /dev entries driver
[   24.382533] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   24.390927] sr 4:0:0:0: Attached scsi generic sg1 type 5
[   24.485073] Asymmetric key parser 'pkcs8' registered
[   25.566323] BTRFS info (device sda4): use zstd compression, level 3
[   25.575589] BTRFS info (device sda4): disk space caching is enabled
[   28.866400] wmi_bus wmi_bus-PNP0C14:00: WQBG data block query control method not found
[   29.154212] intel_rng: FWH not detected
[   29.228675] ACPI: \_SB_.C003.C085.C130.C14C: _BCQ is used instead of _BQC
[   29.241862] ACPI: video: Video Device [C130] (multi-head: yes  rom: no  post: no)
[   29.258324] acpi device:02: registered as cooling_device13
[   29.267165] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input22
[   29.323156] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x0000000000001042 (\_SB.C003.C004.C0BC) (20210105/utaddress-204)
[   29.343019] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa04793/0x300000/0x0/0x0, board id: 0, fw id: 35522
[   29.359096] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
[   29.392641] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   29.392684] hp_accel: laptop model unknown, using default axes configuration
[   29.402899] ACPI Warning: SystemIO range 0x0000000000001130-0x000000000000113F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   29.433352] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   29.444803] ACPI Warning: SystemIO range 0x0000000000001100-0x000000000000112F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   29.465559] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   29.476035] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   29.476167] lis3lv02d: 12 bits sensor found
[   29.485703] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input21
[   29.581253] parport_pc 00:02: reported by Plug and Play ACPI
[   29.604413] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   29.694878] leds_ss4200: no LED devices found
[   29.735315] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input24
[   29.768543] tpm_tis 00:03: 1.2 TPM (device-id 0xB, rev-id 16)
[   29.798376] tpm tpm0: [Hardware Error]: Adjusting reported timeouts: A 750->750000us B 2000->2000000us C 750->750000us D 750->750000us
[   29.832288] tpm tpm0: Operation Timed out
[   29.864335] tpm tpm0: Adjusting TPM timeout parameters.
[   29.887101] tg3 0000:08:00.0 eth0: Tigon3 [partno(BCM95751M) rev 4201] (PCI Express) MAC address 00:16:d4:ef:0a:d1
[   29.903118] tg3 0000:08:00.0 eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   29.916700] tg3 0000:08:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   29.945937] tg3 0000:08:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   30.117205] mousedev: PS/2 mouse device common for all mice
[   30.344199] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   30.361035] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   30.387744] input: PC Speaker as /devices/platform/pcspkr/input/input25
[   30.572120] yenta_cardbus 0000:02:06.0: CardBus bridge found [103c:309f]
[   30.583905] yenta_cardbus 0000:02:06.0: CardBus bridge to [bus 03]
[   30.593809] yenta_cardbus 0000:02:06.0:   bridge window [io  0x8000-0x80ff]
[   30.605416] yenta_cardbus 0000:02:06.0:   bridge window [io  0x8400-0x84ff]
[   30.616049] yenta_cardbus 0000:02:06.0:   bridge window [mem 0xd8800000-0xd8bfffff]
[   30.627284] yenta_cardbus 0000:02:06.0:   bridge window [mem 0xdc000000-0xdfffffff]
[   30.658577] yenta_cardbus 0000:02:06.0: Enabling burst memory read transactions
[   30.668896] yenta_cardbus 0000:02:06.0: Using INTVAL to route CSC interrupts to PCI
[   30.679803] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[   30.694956] tpm tpm0: TPM is disabled/deactivated (0x7)
[   30.698568] yenta_cardbus 0000:02:06.0: TI: mfunc 0x01aa1b22, devctl 0x64
[   30.840074] Bluetooth: Core ver 2.22
[   30.847762] NET: Registered protocol family 31
[   30.855155] Bluetooth: HCI device and connection manager initialized
[   30.864621] Bluetooth: HCI socket layer initialized
[   30.872549] Bluetooth: L2CAP socket layer initialized
[   30.881815] Bluetooth: SCO socket layer initialized
[   30.959165] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x0c68, PCI irq 18
[   30.974205] yenta_cardbus 0000:02:06.0: Socket status: 30000006
[   30.997973] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge window: [io  0x8000-0x8fff]
[   31.099031] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge window: [mem 0xf4200000-0xf45fffff]
[   31.150792] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4200000-0xf45fffff:
[   31.172253]  excluding 0xf4200000-0xf423ffff
[   31.257503] tg3 0000:08:00.0 ens1: renamed from eth0
[   31.328980] ppdev: user-space parallel port driver
[   31.336390] usbcore: registered new interface driver btusb
[   31.366931] input: HP WMI hotkeys as /devices/virtual/input/input26
[   31.410664] iTCO_vendor_support: vendor-support=0
[   31.655443] iTCO_wdt iTCO_wdt.1.auto: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
[   31.670243] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[   31.788351] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1981: line_outs=1 (0x5/0x0/0x0/0x0/0x0) type:speaker
[   31.811927] snd_hda_codec_analog hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   31.826467] snd_hda_codec_analog hdaudioC0D0:    hp_outs=1 (0x6/0x0/0x0/0x0/0x0)
[   31.839145] snd_hda_codec_analog hdaudioC0D0:    mono: mono_out=0x0
[   31.848375] snd_hda_codec_analog hdaudioC0D0:    inputs:
[   31.856442] snd_hda_codec_analog hdaudioC0D0:      Mic=0x8
[   31.864632] snd_hda_codec_analog hdaudioC0D0:      Internal Mic=0x18
[   31.873647] snd_hda_codec_analog hdaudioC0D0:      Line=0x9
[   31.934173] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds
[   31.946095] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   31.954718] iwl3945: hw_scan is disabled
[   31.961752] iwl3945 0000:10:00.0: can't disable ASPM; OS doesn't have ASPM control
[   32.025072] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input27
[   32.033564] iwl3945 0000:10:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[   32.037232] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input28
[   32.045991] iwl3945 0000:10:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   32.060264] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input29
[   32.068261] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   32.442281] intel_powerclamp: No package C-state available
[   32.503373] intel_powerclamp: No package C-state available
[   33.020099] Adding 8388604k swap on /dev/sda3.  Priority:-2 extents:1 across:8388604k FS
[  124.215077] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  124.224306] Bluetooth: BNEP filters: protocol multicast
[  124.232647] Bluetooth: BNEP socket layer initialized
[  124.308494] NET: Registered protocol family 38
[  125.205536] bond0: (slave ens1): Enslaving as a backup interface with a down link
[  125.359382] iwl3945 0000:10:00.0: loaded firmware version 15.32.2.9
[  125.458684] bond0: (slave wlan0): Enslaving as a backup interface with a down link
[  126.306495] cryptd: max_cpu_qlen set to 1000
[  127.799384] wlan0: authenticate with xx:xx:xx:xx:xx:xx
[  127.806109] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[  127.813082] wlan0: authenticated
[  127.818586] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[  127.845097] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x11 status=0 aid=2)
[  127.854796] wlan0: associated
[  127.885375] bond0: (slave wlan0): link status definitely up, 0 Mbps full duplex
[  127.892712] bond0: (slave wlan0): making interface the new active one
[  127.899415] bond0: active interface up!
[  127.903292] IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready

Arch Linux 5.12.0-arch1-1 (ttyS0)

tourmaline login: [  143.495454] CE: hpet increased min_delta_ns to 20115 nsec
[  143.495737] CE: hpet increased min_delta_ns to 30172 nsec
[  145.057262] Bluetooth: RFCOMM TTY layer initialized
[  145.062202] Bluetooth: RFCOMM socket layer initialized
[  145.067379] Bluetooth: RFCOMM ver 1.11
[  176.835236] logitech-hidpp-device 0003:046D:101B.0004: HID++ 1.0 device connected.
[  187.222742] wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (Reason: 3=DEAUTH_LEAVING)
[  187.262148] bond0: (slave wlan0): link status definitely down, disabling slave
[  187.269379] bond0: now running without any active interface!
[  188.077348] bond0: (slave ens1): Releasing backup interface
[  188.429489] bond0: (slave wlan0): Releasing backup interface
[  188.716674] bond0 (unregistering): Released all slaves
[  191.571858] BTRFS info (device sda4): disk space caching is enabled
[  192.447718] kvm: exiting hardware virtualization
[  192.526567] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  192.555974] sd 0:0:0:0: [sda] Stopping disk
[  193.348530] ACPI: Preparing to enter system sleep state S5
[  193.357999] reboot: Power down
[  193.365085] acpi_power_off called

[-- Attachment #4: dmesglog.5.12.NoTherm.3.notlax.softlockup --]
[-- Type: text/plain, Size: 96210 bytes --]

[    0.000000] microcode: microcode updated early to revision 0xd1, date = 2010-10-01
[    0.000000] Linux version 5.12.0-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #41 SMP PREEMPT Wed, 19 May 2021 23:02:58 +0000
[    0.000000] Command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d7fcffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d7fd0000-0x00000000d7fe55ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d7fe5600-0x00000000d7ff7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d7ff8000-0x00000000d7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1995.035 MHz processor
[    0.001392] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001399] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001408] last_pfn = 0xd7fd0 max_arch_pfn = 0x400000000
[    0.002325] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003176] total RAM covered: 3456M
[    0.003909] Found optimal setting for mtrr clean up
[    0.003911]  gran_size: 64K 	chunk_size: 1G 	num_reg: 3  	lose cover RAM: 0G
[    0.031895] check: Scanning 1 areas for low memory corruption
[    0.119822] printk: log_buf_len: 16777216 bytes
[    0.119831] printk: early log buf free: 128688(98%)
[    0.119835] RAMDISK: [mem 0x36433000-0x37210fff]
[    0.119847] ACPI: Early table checksum verification disabled
[    0.119862] ACPI: RSDP 0x00000000000F78E0 000024 (v02 HP    )
[    0.119871] ACPI: XSDT 0x00000000D7FE57C8 00007C (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119884] ACPI: FACP 0x00000000D7FE5684 0000F4 (v04 HP     309F     00000003 HP   00000001)
[    0.119896] ACPI: DSDT 0x00000000D7FE5ACC 010A75 (v01 HP     nc9700   00010000 MSFT 0100000E)
[    0.119904] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119910] ACPI: FACS 0x00000000D7FF7E80 000040
[    0.119916] ACPI: SLIC 0x00000000D7FE5844 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.119924] ACPI: HPET 0x00000000D7FE59BC 000038 (v01 HP     309F     00000001 HP   00000001)
[    0.119931] ACPI: APIC 0x00000000D7FE59F4 000068 (v01 HP     309F     00000001 HP   00000001)
[    0.119938] ACPI: MCFG 0x00000000D7FE5A5C 00003C (v01 HP     309F     00000001 HP   00000001)
[    0.119946] ACPI: TCPA 0x00000000D7FE5A98 000032 (v02 HP     309F     00000001 HP   00000001)
[    0.119953] ACPI: SSDT 0x00000000D7FF6541 000059 (v01 HP     HPQNLP   00000001 MSFT 0100000E)
[    0.119960] ACPI: SSDT 0x00000000D7FF659A 000326 (v01 HP     HPQSAT   00000001 MSFT 0100000E)
[    0.119967] ACPI: SSDT 0x00000000D7FF7115 00025F (v01 HP     Cpu0Tst  00003000 INTL 20060317)
[    0.119975] ACPI: SSDT 0x00000000D7FF7374 0000A6 (v01 HP     Cpu1Tst  00003000 INTL 20060317)
[    0.119982] ACPI: SSDT 0x00000000D7FF741A 0004D7 (v01 HP     CpuPm    00003000 INTL 20060317)
[    0.119988] ACPI: Reserving FACP table memory at [mem 0xd7fe5684-0xd7fe5777]
[    0.119993] ACPI: Reserving DSDT table memory at [mem 0xd7fe5acc-0xd7ff6540]
[    0.119996] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.119999] ACPI: Reserving FACS table memory at [mem 0xd7ff7e80-0xd7ff7ebf]
[    0.120001] ACPI: Reserving SLIC table memory at [mem 0xd7fe5844-0xd7fe59b9]
[    0.120004] ACPI: Reserving HPET table memory at [mem 0xd7fe59bc-0xd7fe59f3]
[    0.120006] ACPI: Reserving APIC table memory at [mem 0xd7fe59f4-0xd7fe5a5b]
[    0.120009] ACPI: Reserving MCFG table memory at [mem 0xd7fe5a5c-0xd7fe5a97]
[    0.120012] ACPI: Reserving TCPA table memory at [mem 0xd7fe5a98-0xd7fe5ac9]
[    0.120014] ACPI: Reserving SSDT table memory at [mem 0xd7ff6541-0xd7ff6599]
[    0.120017] ACPI: Reserving SSDT table memory at [mem 0xd7ff659a-0xd7ff68bf]
[    0.120020] ACPI: Reserving SSDT table memory at [mem 0xd7ff7115-0xd7ff7373]
[    0.120022] ACPI: Reserving SSDT table memory at [mem 0xd7ff7374-0xd7ff7419]
[    0.120025] ACPI: Reserving SSDT table memory at [mem 0xd7ff741a-0xd7ff78f0]
[    0.120043] ACPI: Local APIC address 0xfee00000
[    0.120144] No NUMA configuration found
[    0.120146] Faking a node at [mem 0x0000000000000000-0x00000000d7fcffff]
[    0.120155] NODE_DATA(0) allocated [mem 0xd7fcc000-0xd7fcffff]
[    0.120219] Zone ranges:
[    0.120222]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.120226]   DMA32    [mem 0x0000000001000000-0x00000000d7fcffff]
[    0.120230]   Normal   empty
[    0.120233]   Device   empty
[    0.120236] Movable zone start for each node
[    0.120238] Early memory node ranges
[    0.120240]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.120243]   node   0: [mem 0x0000000000100000-0x00000000d7fcffff]
[    0.120247] Initmem setup node 0 [mem 0x0000000000001000-0x00000000d7fcffff]
[    0.120251] On node 0 totalpages: 884590
[    0.120254]   DMA zone: 64 pages used for memmap
[    0.120256]   DMA zone: 21 pages reserved
[    0.120259]   DMA zone: 3998 pages, LIFO batch:0
[    0.121738]   DMA zone: 28770 pages in unavailable ranges
[    0.121743]   DMA32 zone: 13760 pages used for memmap
[    0.121746]   DMA32 zone: 880592 pages, LIFO batch:63
[    0.170687]   DMA32 zone: 48 pages in unavailable ranges
[    0.171144] ACPI: PM-Timer IO Port: 0x1008
[    0.171150] ACPI: Local APIC address 0xfee00000
[    0.171164] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.171169] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.171187] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.171193] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.171198] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.171202] ACPI: IRQ0 used by override.
[    0.171205] ACPI: IRQ9 used by override.
[    0.171209] Using ACPI (MADT) for SMP configuration information
[    0.171211] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.171224] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.171250] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.171255] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.171258] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.171261] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.171265] [mem 0xd8000000-0xfebfffff] available for PCI devices
[    0.171268] Booting paravirtualized kernel on bare hardware
[    0.171275] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.180213] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:2 nr_node_ids:1
[    0.181136] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u1048576
[    0.181148] pcpu-alloc: s192512 r8192 d28672 u1048576 alloc=1*2097152
[    0.181155] pcpu-alloc: [0] 0 1 
[    0.181193] Built 1 zonelists, mobility grouping on.  Total pages: 870745
[    0.181199] Policy zone: DMA32
[    0.181203] Kernel command line: BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux root=UUID=a5376a54-1964-4312-8894-9cf3432397fe rw rootflags=subvol=2018Dec04 resume=dev/sda3 vt.color=0x70 systemd.unified_cgroup_hierarchy=1 zswap.enabled=1 zswap.zpool=z3fold debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty17
[    0.183134] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.184073] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.184152] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.237546] Memory: 3349148K/3538360K available (14344K kernel code, 2037K rwdata, 8968K rodata, 1648K init, 4364K bss, 188952K reserved, 0K cma-reserved)
[    0.237568] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.237820] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.237852] Kernel/User page tables isolation: enabled
[    0.237895] ftrace: allocating 41847 entries in 164 pages
[    0.259591] ftrace: allocated 164 pages with 3 groups
[    0.259869] rcu: Preemptible hierarchical RCU implementation.
[    0.259874] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.259876] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
[    0.259878] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.259881] 	Trampoline variant of Tasks RCU enabled.
[    0.259883] 	Rude variant of Tasks RCU enabled.
[    0.259885] 	Tracing variant of Tasks RCU enabled.
[    0.259886] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.259889] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.266229] NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
[    0.266557] Console: colour dummy device 80x25
[    0.266907] printk: console [tty17] enabled
[    1.160350] printk: console [ttyS0] enabled
[    1.164544] ACPI: Core revision 20210105
[    1.168620] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    1.177746] APIC: Switch to symmetric I/O mode setup
[    1.183185] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.204412] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3983b87e422, max_idle_ns: 881590667422 ns
[    1.214912] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.32 BogoMIPS (lpj=6650116)
[    1.218243] pid_max: default: 32768 minimum: 301
[    1.221614] LSM: Security Framework initializing
[    1.224916] Yama: becoming mindful.
[    1.228254] LSM support for eBPF active
[    1.231627] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.234939] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.241633] process: using mwait in idle threads
[    1.244912] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    1.248242] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    1.251578] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.254911] Spectre V2 : Mitigation: Full generic retpoline
[    1.258242] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.261575] Speculative Store Bypass: Vulnerable
[    1.264911] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    1.268485] Freeing SMP alternatives memory: 36K
[    1.383151] smpboot: CPU0: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0x6)
[    1.385223] Performance Events: PEBS fmt0-, Core2 events, 4-deep LBR, Intel PMU driver.
[    1.388246] core: PEBS disabled due to CPU errata
[    1.391577] ... version:                2
[    1.394909] ... bit width:              40
[    1.398242] ... generic registers:      2
[    1.401575] ... value mask:             000000ffffffffff
[    1.404909] ... max period:             000000007fffffff
[    1.408242] ... fixed-purpose events:   3
[    1.411575] ... event mask:             0000000700000003
[    1.415090] rcu: Hierarchical SRCU implementation.
[    1.419154] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    1.421662] smp: Bringing up secondary CPUs ...
[    1.425212] x86: Booting SMP configuration:
[    1.428255] .... node  #0, CPUs:      #1
[    1.433625] smp: Brought up 1 node, 2 CPUs
[    1.438251] smpboot: Max logical packages: 1
[    1.441577] smpboot: Total of 2 processors activated (7983.64 BogoMIPS)
[    1.448420] devtmpfs: initialized
[    1.451671] x86/mm: Memory block size: 128MB
[    1.455552] PM: Registering ACPI NVS region [mem 0xd7fe5600-0xd7ff7fff] (76288 bytes)
[    1.461645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.471587] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    1.478334] pinctrl core: initialized pinctrl subsystem
[    1.485088] PM: RTC time: 02:34:20, date: 2021-05-20
[    1.491768] NET: Registered protocol family 16
[    1.495234] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    1.501723] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.511727] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    1.518260] audit: initializing netlink subsys (disabled)
[    1.524967] audit: type=2000 audit(1621478059.333:1): state=initialized audit_enabled=0 res=1
[    1.525148] thermal_sys: Registered thermal governor 'fair_share'
[    1.528244] thermal_sys: Registered thermal governor 'bang_bang'
[    1.531578] thermal_sys: Registered thermal governor 'step_wise'
[    1.534909] thermal_sys: Registered thermal governor 'user_space'
[    1.538242] thermal_sys: Registered thermal governor 'power_allocator'
[    1.541598] cpuidle: using governor ladder
[    1.548249] cpuidle: using governor menu
[    1.551694] ACPI: bus type PCI registered
[    1.554910] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.558360] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.561579] PCI: not using MMCONFIG
[    1.564914] PCI: Using configuration type 1 for base access
[    1.573842] Kprobes globally optimized
[    1.574952] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.581735] fbcon: Taking over console
[    1.584941] ACPI: Added _OSI(Module Device)
[    1.588256] ACPI: Added _OSI(Processor Device)
[    1.594914] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.598244] ACPI: Added _OSI(Processor Aggregator Device)
[    1.604910] ACPI: Added _OSI(Linux-Dell-Video)
[    1.608243] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.611576] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.632086] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    1.691380] ACPI: Dynamic OEM Table Load:
[    1.694916] ACPI: SSDT 0xFFFF95A5C13A8000 00023D (v01 HP     Cpu0Ist  00003000 INTL 20060317)
[    1.705908] ACPI: Dynamic OEM Table Load:
[    1.708247] ACPI: SSDT 0xFFFF95A5C1324000 0004CB (v01 HP     Cpu0Cst  00003001 INTL 20060317)
[    1.719066] ACPI: Dynamic OEM Table Load:
[    1.721590] ACPI: SSDT 0xFFFF95A5C1A03300 0000C8 (v01 HP     Cpu1Ist  00003000 INTL 20060317)
[    1.732035] ACPI: Dynamic OEM Table Load:
[    1.734913] ACPI: SSDT 0xFFFF95A5C19AEF00 000085 (v01 HP     Cpu1Cst  00003000 INTL 20060317)
[    1.745810] ACPI: EC: EC started
[    1.748242] ACPI: EC: interrupt blocked
[    1.760847] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.764911] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC used to handle transactions
[    1.774912] ACPI: Interpreter enabled
[    1.778269] ACPI: (supports S0 S3 S4 S5)
[    1.781576] ACPI: Using IOAPIC for interrupt routing
[    1.784959] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.795914] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    1.804915] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    1.815050] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.825316] ACPI: Enabled 13 GPEs in block 00 to 1F
[    1.838895] ACPI: PM: Power Resource [C1F8] (on)
[    1.846142] ACPI: PM: Power Resource [C207] (on)
[    1.849450] ACPI: PM: Power Resource [C224] (on)
[    1.859131] ACPI: PM: Power Resource [C22C] (on)
[    1.868057] ACPI: PM: Power Resource [C334] (off)
[    1.871677] ACPI: PM: Power Resource [C335] (off)
[    1.878340] ACPI: PM: Power Resource [C336] (off)
[    1.881676] ACPI: PM: Power Resource [C337] (off)
[    1.888340] ACPI: PM: Power Resource [C338] (off)
[    1.891685] ACPI: PM: Power Resource [C339] (off)
[    1.898339] ACPI: PM: Power Resource [C33A] (off)
[    1.901628] ACPI: PM: Power Resource [C33B] (off)
[    1.908339] ACPI: PM: Power Resource [C33C] (off)
[    1.911687] ACPI: PM: Power Resource [C33D] (off)
[    1.914968] ACPI: PM: Power Resource [C33E] (off)
[    1.928807] ACPI: PCI Root Bridge [C003] (domain 0000 [bus 00-ff])
[    1.934917] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.944916] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_NOT_FOUND)
[    1.951588] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    1.969677] PCI host bridge to bus 0000:00
[    1.974910] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.981577] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.988243] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.994909] pci_bus 0000:00: root bus resource [mem 0xd8000000-0xfedfffff window]
[    2.001576] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    2.011576] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    2.018243] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.021595] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
[    2.028415] pci 0000:00:01.0: [8086:27a1] type 01 class 0x060400
[    2.034976] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.041783] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    2.048267] pci 0000:00:1b.0: reg 0x10: [mem 0xf4700000-0xf4703fff 64bit]
[    2.055038] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.061761] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    2.068389] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.071767] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    2.078389] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    2.085102] pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
[    2.091725] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    2.098447] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    2.104966] pci 0000:00:1d.0: reg 0x20: [io  0x5000-0x501f]
[    2.108436] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    2.114966] pci 0000:00:1d.1: reg 0x20: [io  0x5020-0x503f]
[    2.121761] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    2.128299] pci 0000:00:1d.2: reg 0x20: [io  0x5040-0x505f]
[    2.131776] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    2.138299] pci 0000:00:1d.3: reg 0x20: [io  0x5060-0x507f]
[    2.145108] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    2.151595] pci 0000:00:1d.7: reg 0x10: [mem 0xf4704000-0xf47043ff]
[    2.158360] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    2.165071] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    2.168497] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    2.175036] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    2.184914] pci 0000:00:1f.0: quirk: [io  0x1100-0x113f] claimed by ICH6 GPIO
[    2.191578] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0500 (mask 007f)
[    2.198248] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0238 (mask 0007)
[    2.204909] pci 0000:00:1f.0: quirk_ich7_lpc+0x0/0x60 took 29296 usecs
[    2.211756] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    2.218261] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    2.224922] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    2.231590] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    2.234919] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    2.241586] pci 0000:00:1f.1: reg 0x20: [io  0x5080-0x508f]
[    2.248266] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.254909] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.261576] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.268243] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.275082] pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
[    2.281595] pci 0000:00:1f.2: reg 0x10: [io  0x13f0-0x13f7]
[    2.284919] pci 0000:00:1f.2: reg 0x14: [io  0x15f4-0x15f7]
[    2.291588] pci 0000:00:1f.2: reg 0x18: [io  0x1370-0x1377]
[    2.298252] pci 0000:00:1f.2: reg 0x1c: [io  0x1574-0x1577]
[    2.301585] pci 0000:00:1f.2: reg 0x20: [io  0x50b0-0x50bf]
[    2.308252] pci 0000:00:1f.2: reg 0x24: [mem 0xf4705000-0xf47053ff]
[    2.314976] pci 0000:00:1f.2: PME# supported from D3hot
[    2.318490] pci 0000:01:00.0: [1002:71c5] type 00 class 0x030000
[    2.324933] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[    2.331589] pci 0000:01:00.0: reg 0x14: [io  0x4000-0x40ff]
[    2.338454] pci 0000:01:00.0: reg 0x18: [mem 0xf4600000-0xf460ffff]
[    2.344955] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    2.351594] pci 0000:01:00.0: enabling Extended Tags
[    2.355000] pci 0000:01:00.0: supports D1 D2
[    2.361702] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.371592] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.374911] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    2.381577] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    2.388245] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    2.395002] acpiphp: Slot [1] registered
[    2.401734] pci 0000:08:00.0: [14e4:16fd] type 00 class 0x020000
[    2.405058] pci 0000:08:00.0: reg 0x10: [mem 0xf4100000-0xf410ffff 64bit]
[    2.415203] pci 0000:08:00.0: enabling Extended Tags
[    2.418568] pci 0000:08:00.0: PME# supported from D3hot D3cold
[    2.425308] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.434976] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    2.441581] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    2.448446] pci 0000:10:00.0: [8086:4222] type 00 class 0x028000
[    2.451685] pci 0000:10:00.0: reg 0x10: [mem 0xf4000000-0xf4000fff]
[    2.458773] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[    2.465218] pci 0000:10:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.474978] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    2.481584] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    2.488381] acpiphp: Slot [1-1] registered
[    2.491631] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    2.498246] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    2.504912] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    2.511607] pci_bus 0000:02: extended config space not accessible
[    2.515013] pci 0000:02:06.0: [104c:8039] type 02 class 0x060700
[    2.521602] pci 0000:02:06.0: reg 0x10: [mem 0xf4200000-0xf4200fff]
[    2.528306] pci 0000:02:06.0: supports D1 D2
[    2.531576] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot
[    2.538362] pci 0000:02:06.1: [104c:803a] type 00 class 0x0c0010
[    2.544938] pci 0000:02:06.1: reg 0x10: [mem 0xf4201000-0xf42017ff]
[    2.551599] pci 0000:02:06.1: reg 0x14: [mem 0xf4204000-0xf4207fff]
[    2.558373] pci 0000:02:06.1: supports D1 D2
[    2.561576] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot
[    2.568331] pci 0000:02:06.2: [104c:803b] type 00 class 0x018000
[    2.574935] pci 0000:02:06.2: reg 0x10: [mem 0xf4208000-0xf4208fff]
[    2.581716] pci 0000:02:06.2: supports D1 D2
[    2.584909] pci 0000:02:06.2: PME# supported from D0 D1 D2 D3hot
[    2.591663] pci 0000:02:06.3: [104c:803c] type 00 class 0x080500
[    2.598267] pci 0000:02:06.3: reg 0x10: [mem 0xf4209000-0xf42090ff]
[    2.601716] pci 0000:02:06.3: supports D1 D2
[    2.608246] pci 0000:02:06.3: PME# supported from D0 D1 D2 D3hot
[    2.614998] pci 0000:02:06.4: [104c:803d] type 00 class 0x078000
[    2.618267] pci 0000:02:06.4: reg 0x10: [mem 0xf420a000-0xf420afff]
[    2.624923] pci 0000:02:06.4: reg 0x14: [mem 0xf420b000-0xf420bfff]
[    2.631703] pci 0000:02:06.4: supports D1 D2
[    2.638243] pci 0000:02:06.4: PME# supported from D0 D1 D2 D3hot
[    2.641722] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
[    2.648249] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    2.658249] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    2.664909] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    2.674912] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.681576] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xfedfffff window] (subtractive decode)
[    2.691576] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
[    2.701576] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    2.711613] pci_bus 0000:03: extended config space not accessible
[    2.714934] pci_bus 0000:03: busn_res: [bus 03] end can not be updated to 06
[    2.724914] pci 0000:00:1e.0: bridge has subordinate 03 but max busn 06
[    2.733371] ACPI: PCI Interrupt Link [C10F] (IRQs *10 11)
[    2.738455] ACPI: PCI Interrupt Link [C110] (IRQs *10 11)
[    2.745117] ACPI: PCI Interrupt Link [C111] (IRQs 10 *11)
[    2.748449] ACPI: PCI Interrupt Link [C112] (IRQs 10 11) *5
[    2.755116] ACPI: PCI Interrupt Link [C125] (IRQs *10 11)
[    2.761782] ACPI: PCI Interrupt Link [C126] (IRQs *10 11)
[    2.765115] ACPI: PCI Interrupt Link [C127] (IRQs 10 *11)
[    2.771765] ACPI: PCI Interrupt Link [C128] (IRQs) *0, disabled.
[    2.779178] pci 0000:08:00.0: BAR 0: assigned [mem 0xf4100000-0xf410ffff 64bit]
[    2.779258] ACPI: EC: interrupt unblocked
[    2.784910] ACPI: EC: event unblocked
[    2.788242] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.791576] ACPI: EC: GPE=0x16
[    2.794911] ACPI: \_SB_.C003.C004.C006: Boot DSDT EC initialization complete
[    2.801579] ACPI: \_SB_.C003.C004.C006: EC: Used to handle transactions and events
[    2.811680] iommu: Default domain type: Translated 
[    2.814937] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    2.818241] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.831580] pci 0000:01:00.0: vgaarb: bridge control possible
[    2.834909] vgaarb: loaded
[    2.838460] SCSI subsystem initialized
[    2.841608] libata version 3.00 loaded.
[    2.844924] ACPI: bus type USB registered
[    2.848268] usbcore: registered new interface driver usbfs
[    2.851592] usbcore: registered new interface driver hub
[    2.854919] usbcore: registered new device driver usb
[    2.858285] pps_core: LinuxPPS API ver. 1 registered
[    2.861576] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.864913] PTP clock support registered
[    2.868258] EDAC MC: Ver: 3.0.0
[    2.871824] NetLabel: Initializing
[    2.874911] NetLabel:  domain hash size = 128
[    2.878242] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.881604] NetLabel:  unlabeled traffic allowed by default
[    2.884916] PCI: Using ACPI for IRQ routing
[    2.891992] PCI: pci_cache_line_size set to 64 bytes
[    2.895000] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    2.898243] e820: reserve RAM buffer [mem 0xd7fd0000-0xd7ffffff]
[    2.902802] hpet: 3 channels of 0 reserved for per-cpu timers
[    2.908246] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.911576] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    2.921576] clocksource: Switched to clocksource tsc-early
[    2.945756] VFS: Disk quotas dquot_6.6.0
[    2.949716] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.956729] pnp: PnP ACPI init
[    2.960109] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    2.967061] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.974010] system 00:00: [mem 0x00100000-0xd7ffffff] could not be reserved
[    2.980965] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.988740] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[    2.996759] pnp 00:02: [dma 1]
[    2.999926] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active)
[    3.006610] pnp 00:03: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    3.013869] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.020451] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    3.027004] pnp 00:06: Plug and Play ACPI device, IDs SYN011d SYN0100 SYN0002 PNP0f13 (active)
[    3.035894] system 00:07: [io  0x0500-0x055f] has been reserved
[    3.041806] system 00:07: [io  0x0800-0x080f] has been reserved
[    3.047715] system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
[    3.054316] system 00:07: [mem 0xfff00000-0xffffffff] has been reserved
[    3.060921] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.068751] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    3.074663] system 00:08: [io  0x1000-0x107f] has been reserved
[    3.080570] system 00:08: [io  0x1100-0x113f] has been reserved
[    3.086476] system 00:08: [io  0x1200-0x121f] has been reserved
[    3.092387] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    3.098989] system 00:08: [mem 0xfec00000-0xfec000ff] could not be reserved
[    3.105936] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.112538] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    3.119144] system 00:08: [mem 0xfed90000-0xfed9afff] has been reserved
[    3.125750] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.132945] system 00:09: [mem 0xfeda0000-0xfedbffff] has been reserved
[    3.139551] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    3.146157] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.152965] pnp: PnP ACPI: found 10 devices
[    3.164426] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.173377] NET: Registered protocol family 2
[    3.178001] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    3.186641] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    3.194776] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    3.202156] TCP: Hash tables configured (established 32768 bind 32768)
[    3.208829] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    3.216260] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.222995] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    3.231257] NET: Registered protocol family 1
[    3.235665] NET: Registered protocol family 44
[    3.240132] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    3.248297] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
[    3.259747] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    3.267906] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 10] add_size 200000 add_align 100000
[    3.279356] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000 add_align 100000
[    3.290823] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 02-03] add_size 1000
[    3.299266] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.307083] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.314900] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.322715] pci 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
[    3.328884] pci 0000:00:1c.1: BAR 13: assigned [io  0x7000-0x7fff]
[    3.335054] pci 0000:00:1e.0: BAR 13: assigned [io  0x8000-0x8fff]
[    3.341225] pci 0000:01:00.0: BAR 6: assigned [mem 0xf4620000-0xf463ffff pref]
[    3.348432] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.353390] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    3.359473] pci 0000:00:01.0:   bridge window [mem 0xf4600000-0xf46fffff]
[    3.366245] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    3.373972] pci 0000:00:1c.0: PCI bridge to [bus 08]
[    3.378929] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    3.385015] pci 0000:00:1c.0:   bridge window [mem 0xf4100000-0xf41fffff]
[    3.391791] pci 0000:00:1c.0:   bridge window [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.399523] pci 0000:00:1c.1: PCI bridge to [bus 10]
[    3.404480] pci 0000:00:1c.1:   bridge window [io  0x7000-0x7fff]
[    3.410564] pci 0000:00:1c.1:   bridge window [mem 0xf4000000-0xf40fffff]
[    3.417343] pci 0000:00:1c.1:   bridge window [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.425077] pci 0000:00:1c.3: PCI bridge to [bus 20]
[    3.430032] pci 0000:00:1c.3:   bridge window [io  0x2000-0x3fff]
[    3.436116] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    3.442891] pci 0000:00:1c.3:   bridge window [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.450627] pci 0000:02:06.0: BAR 15: assigned [mem 0xdc000000-0xdfffffff pref]
[    3.457927] pci 0000:02:06.0: BAR 16: no space for [mem size 0x04000000]
[    3.464615] pci 0000:02:06.0: BAR 16: failed to assign [mem size 0x04000000]
[    3.471647] pci 0000:02:06.0: BAR 13: assigned [io  0x8000-0x80ff]
[    3.477816] pci 0000:02:06.0: BAR 14: assigned [io  0x8400-0x84ff]
[    3.483988] pci 0000:02:06.0: BAR 16: assigned [mem 0xdc000000-0xdfffffff]
[    3.490854] pci 0000:02:06.0: BAR 15: no space for [mem size 0x04000000 pref]
[    3.497972] pci 0000:02:06.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    3.505438] pci 0000:02:06.0: CardBus bridge to [bus 03]
[    3.510739] pci 0000:02:06.0:   bridge window [io  0x8000-0x80ff]
[    3.516823] pci 0000:02:06.0:   bridge window [io  0x8400-0x84ff]
[    3.522908] pci 0000:02:06.0:   bridge window [mem 0xdc000000-0xdfffffff]
[    3.529683] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
[    3.534898] pci 0000:00:1e.0:   bridge window [io  0x8000-0x8fff]
[    3.540994] pci 0000:00:1e.0:   bridge window [mem 0xf4200000-0xf45fffff]
[    3.547781] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.553947] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.560115] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.566973] pci_bus 0000:00: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.573831] pci_bus 0000:00: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.580689] pci_bus 0000:00: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.587547] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    3.593107] pci_bus 0000:01: resource 1 [mem 0xf4600000-0xf46fffff]
[    3.599359] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    3.606566] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    3.612130] pci_bus 0000:08: resource 1 [mem 0xf4100000-0xf41fffff]
[    3.618384] pci_bus 0000:08: resource 2 [mem 0xd8000000-0xd81fffff 64bit pref]
[    3.625592] pci_bus 0000:10: resource 0 [io  0x7000-0x7fff]
[    3.631153] pci_bus 0000:10: resource 1 [mem 0xf4000000-0xf40fffff]
[    3.637405] pci_bus 0000:10: resource 2 [mem 0xd8200000-0xd83fffff 64bit pref]
[    3.644612] pci_bus 0000:20: resource 0 [io  0x2000-0x3fff]
[    3.650173] pci_bus 0000:20: resource 1 [mem 0xf0000000-0xf3ffffff]
[    3.656425] pci_bus 0000:20: resource 2 [mem 0xd8400000-0xd85fffff 64bit pref]
[    3.663632] pci_bus 0000:02: resource 0 [io  0x8000-0x8fff]
[    3.669192] pci_bus 0000:02: resource 1 [mem 0xf4200000-0xf45fffff]
[    3.675448] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7 window]
[    3.681614] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff window]
[    3.687780] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.694638] pci_bus 0000:02: resource 7 [mem 0xd8000000-0xfedfffff window]
[    3.701497] pci_bus 0000:02: resource 8 [mem 0xfee01000-0xffffffff window]
[    3.708355] pci_bus 0000:02: resource 9 [mem 0x000d0000-0x000dffff window]
[    3.715214] pci_bus 0000:03: resource 0 [io  0x8000-0x80ff]
[    3.720774] pci_bus 0000:03: resource 1 [io  0x8400-0x84ff]
[    3.726333] pci_bus 0000:03: resource 3 [mem 0xdc000000-0xdfffffff]
[    3.734600] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.742978] PCI: CLS 64 bytes, default 64
[    3.747092] Trying to unpack rootfs image as initramfs...
[    3.926577] Freeing initrd memory: 14200K
[    3.931255] check: Scanning for low memory corruption every 60 seconds
[    3.938365] Initialise system trusted keyrings
[    3.942819] Key type blacklist registered
[    3.946944] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    3.955701] zbud: loaded
[    3.972708] Key type asymmetric registered
[    3.976803] Asymmetric key parser 'x509' registered
[    3.981681] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.989127] io scheduler mq-deadline registered
[    3.993665] io scheduler kyber registered
[    3.997707] io scheduler bfq registered
[    4.003145] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.009895] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    4.016072] vesafb: scrolling: redraw
[    4.019729] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    4.025324] vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
[    4.034681] Console: switching to colour frame buffer device 175x65
[    4.129965] fb0: VESA VGA frame buffer device
[    4.138295] Monitor-Mwait will be used to enter C-1 state
[    4.144174] Monitor-Mwait will be used to enter C-2 state
[    4.150047] ACPI: \_PR_.CPU0: Found 2 idle states
[    4.155667] ACPI: AC: AC Adapter [C1C3] (on-line)
[    4.160887] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    4.170007] ACPI: button: Sleep Button [C24D]
[    4.174799] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    4.183713] ACPI: button: Lid Switch [C245]
[    4.188323] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    4.204953] ACPI: button: Power Button [PWRF]
[    4.260408] thermal LNXTHERM:00: registered as thermal_zone0
[    4.266632] ACPI: thermal: Thermal Zone [TZ0] (58 C)
[    4.291439] thermal LNXTHERM:01: registered as thermal_zone1
[    4.297591] ACPI: thermal: Thermal Zone [TZ1] (59 C)
[    4.324370] thermal LNXTHERM:02: registered as thermal_zone2
[    4.330524] ACPI: thermal: Thermal Zone [TZ2] (49 C)
[    4.355100] thermal LNXTHERM:03: registered as thermal_zone3
[    4.361255] ACPI: thermal: Thermal Zone [TZ3] (39 C)
[    4.383199] thermal LNXTHERM:04: registered as thermal_zone4
[    4.389356] ACPI: thermal: Thermal Zone [TZ4] (16 C)
[    4.400816] thermal LNXTHERM:05: registered as thermal_zone5
[    4.407026] ACPI: thermal: Thermal Zone [TZ5] (66 C)
[    4.412693] ACPI: battery: Slot [C1C5] (battery absent)
[    4.412749] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.418556] ACPI: battery: Slot [C1C4] (battery absent)
[    4.425484] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.442187] Non-volatile memory driver v1.3
[    4.446741] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    4.454030] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    4.462228] ahci 0000:00:1f.2: version 3.0
[    4.466990] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    4.474215] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[    4.483208] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
[    4.492499] scsi host0: ahci
[    4.495880] scsi host1: ahci
[    4.499212] scsi host2: ahci
[    4.502543] scsi host3: ahci
[    4.505759] ata1: SATA max UDMA/133 abar m1024@0xf4705000 port 0xf4705100 irq 28
[    4.513798] ata2: DUMMY
[    4.542894] ata3: DUMMY
[    4.571530] ata4: DUMMY
[    4.599751] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.632520] ehci-pci: EHCI PCI platform driver
[    4.663335] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    4.694670] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    4.728264] ehci-pci 0000:00:1d.7: debug port 1
[    4.762574] ehci-pci 0000:00:1d.7: irq 20, io mem 0xf4704000
[    4.804934] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    4.836489] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    4.870787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.904118] usb usb1: Product: EHCI Host Controller
[    4.935058] usb usb1: Manufacturer: Linux 5.12.0-arch1-1 ehci_hcd
[    4.967163] usb usb1: SerialNumber: 0000:00:1d.7
[    4.997472] tsc: Refined TSC clocksource calibration: 1995.000 MHz
[    4.997640] hub 1-0:1.0: USB hub found
[    5.029595] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39837645754, max_idle_ns: 881590726842 ns
[    5.059225] hub 1-0:1.0: 8 ports detected
[    5.127037] clocksource: Switched to clocksource tsc
[    5.127390] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.191829] ohci-pci: OHCI PCI platform driver
[    5.223084] uhci_hcd: USB Universal Host Controller Interface driver
[    5.256554] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.288414] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.322477] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.322486] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.353736] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00005000
[    5.419161] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    5.421069] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.454772] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.490351] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.490404] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    5.525446] usb usb2: Product: UHCI Host Controller
[    5.561582] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    5.562097] ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001H, max UDMA/100
[    5.596341] usb usb2: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    5.628230] ata1.00: 234441648 sectors, multi 16: LBA48 
[    5.662648] usb usb2: SerialNumber: 0000:00:1d.0
[    5.698464] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    5.729236] hub 2-0:1.0: USB hub found
[    5.761421] ata1.00: ACPI cmd b1/c1:00:00:00:00:a0 (DEVICE CONFIGURATION OVERLAY) filtered out
[    5.761471] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[    5.792991] hub 2-0:1.0: 2 ports detected
[    5.828227] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    5.859466] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.896000] ata1.00: configured for UDMA/100
[    5.930485] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    5.962134] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1234GS 1H   PQ: 0 ANSI: 5
[    5.996959] uhci_hcd 0000:00:1d.1: detected 2 ports
[    6.030185] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    6.061914] uhci_hcd 0000:00:1d.1: irq 22, io base 0x00005020
[    6.097173] sd 0:0:0:0: [sda] Write Protect is off
[    6.133650] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    6.166525] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.166558] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.202473] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.414465] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    6.450251] usb usb3: Product: UHCI Host Controller
[    6.484168] usb usb3: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    6.519220] usb usb3: SerialNumber: 0000:00:1d.1
[    6.553134] hub 3-0:1.0: USB hub found
[    6.586193] hub 3-0:1.0: 2 ports detected
[    6.620073] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.620095]  sda: sda1 sda2 sda3 sda4
[    6.654664] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    6.724739] uhci_hcd 0000:00:1d.2: detected 2 ports
[    6.759634] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00005040
[    6.795505] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    6.803138] usb 2-1: New USB device found, idVendor=03f0, idProduct=171d, bcdDevice= 1.00
[    6.834019] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.872803] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.910613] usb usb4: Product: UHCI Host Controller
[    6.945857] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.981479] usb usb4: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    7.019863] usb 2-1: Product: HP Integrated Module
[    7.056976] usb usb4: SerialNumber: 0000:00:1d.2
[    7.092685] usb 2-1: Manufacturer: Broadcom Corp
[    7.128177] hub 4-0:1.0: USB hub found
[    7.197650] hub 4-0:1.0: 2 ports detected
[    7.232333] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    7.267959] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    7.267969] uhci_hcd 0000:00:1d.3: detected 2 ports
[    7.339975] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00005060
[    7.375302] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.12
[    7.413490] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.450612] usb usb5: Product: UHCI Host Controller
[    7.485268] usb usb5: Manufacturer: Linux 5.12.0-arch1-1 uhci_hcd
[    7.521185] usb usb5: SerialNumber: 0000:00:1d.3
[    7.555631] hub 5-0:1.0: USB hub found
[    7.588956] hub 5-0:1.0: 2 ports detected
[    7.622318] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[    7.622522] usbcore: registered new interface driver usbserial_generic
[    7.694294] usbserial: USB Serial support registered for generic
[    7.729612] rtc_cmos 00:04: RTC can wake from S4
[    7.763374] rtc_cmos 00:04: registered as rtc0
[    7.796377] rtc_cmos 00:04: setting system clock to 2021-05-20T02:34:26 UTC (1621478066)
[    7.833317] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    7.869718] intel_pstate: CPU model not supported
[    7.901141] usb 2-2: New USB device found, idVendor=08ff, idProduct=2580, bcdDevice= 6.23
[    7.939974] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.939976] ledtrig-cpu: registered to indicate activity on CPUs
[    7.940134] hid: raw HID events driver (C) Jiri Kosina
[    7.975879] usb 2-2: Product: Fingerprint Sensor
[    8.010723] drop_monitor: Initializing network drop monitor service
[    8.112237] Initializing XFRM netlink socket
[    8.144772] NET: Registered protocol family 10
[    8.178262] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[    8.219567] Segment Routing with IPv6
[    8.251132] RPL Segment Routing with IPv6
[    8.282881] NET: Registered protocol family 17
[    8.315334] microcode: sig=0x6f6, pf=0x20, revision=0xd1
[    8.348208] microcode: Microcode Update Driver: v2.2.
[    8.348218] IPI shorthand broadcast: enabled
[    8.411781] sched_clock: Marking stable (7486642035, 925099496)->(8630470912, -218729381)
[    8.438246] random: fast init done
[    8.477882] registered taskstats version 1
[    8.508915] Loading compiled-in X.509 certificates
[    8.545723] Loaded X.509 cert 'Build time autogenerated kernel key: e3f62a7aad01602b54a1b14180ab55bb7bf715c3'
[    8.583306] zswap: loaded using pool lz4/z3fold
[    8.615131] Key type ._fscrypt registered
[    8.645843] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    8.654926] Key type .fscrypt registered
[    8.681132] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.711944] Key type fscrypt-provisioning registered
[    8.712600] PM:   Magic number: 5:734:561
[    8.746571] usb 4-1: Product: USB Receiver
[    8.779165] RAS: Correctable Errors collector initialized.
[    8.810210] usb 4-1: Manufacturer: Logitech
[    8.909310] Freeing unused decrypted memory: 2036K
[    8.942624] Freeing unused kernel image (initmem) memory: 1648K
[    8.976000] Write protecting the kernel read-only data: 26624k
[    9.009390] usb 1-7: new high-speed USB device number 5 using ehci-pci
[    9.044577] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    9.079693] Freeing unused kernel image (rodata/data gap) memory: 1272K
[    9.179980] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.213354] rodata_test: all tests were successful
[    9.244925] x86/mm: Checking user space page tables
[    9.245265] usb 1-7: New USB device found, idVendor=04b4, idProduct=6560, bcdDevice= 0.0b
[    9.311975] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.339431] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.346433] hub 1-7:1.0: USB hub found
[    9.379933] Run /init as init process
[    9.411010] hub 1-7:1.0: 4 ports detected
[    9.441603]   with arguments:
[    9.502859]     /init
[    9.531978]   with environment:
[    9.561762]     HOME=/
[    9.590492]     TERM=linux
[    9.619324]     BOOT_IMAGE=/2018Dec04/boot/vmlinuz-linux
[    9.704812] Linux agpgart interface v0.103
[    9.841807] [drm] radeon kernel modesetting enabled.
[    9.872777] checking generic (e0000000 5b0000) vs hw (e0000000 10000000)
[    9.905660] fb0: switching to radeondrmfb from VESA VGA
[    9.937297] Console: switching to colour dummy device 80x25
[    9.942958] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    9.949163] [drm] initializing kernel modesetting (RV530 0x1002:0x71C5 0x103C:0x309F 0x00).
[    9.957566] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[    9.970755] caller pci_map_rom+0x68/0x190 mapping multiple BARs
[    9.976784] ATOM BIOS: HP
[    9.979418] [drm] Generation 2 PCI interface, using max accessible memory
[    9.986191] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[    9.994874] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[   10.002440] [drm] Detected VRAM RAM=256M, BAR=256M
[   10.007219] [drm] RAM width 128bits DDR
[   10.011145] [TTM] Zone  kernel: Available graphics memory: 1685318 KiB
[   10.017694] [drm] radeon: 256M of VRAM memory ready
[   10.022562] [drm] radeon: 512M of GTT memory ready.
[   10.027445] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   10.034480] [drm] radeon: power management initialized
[   10.057274] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
[   10.065124] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
[   10.072002] radeon 0000:01:00.0: WB enabled
[   10.076178] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000000
[   10.084320] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   10.090204] radeon 0000:01:00.0: radeon: using MSI.
[   10.095099] [drm] radeon: irq initialized.
[   10.099197] [drm] Loading R500 Microcode
[   10.103608] [drm] radeon: ring at 0x0000000010001000
[   10.108613] [drm] ring test succeeded in 11 usecs
[   10.113799] [drm] ib test succeeded in 0 usecs
[   10.119322] [drm] Radeon Display Connectors
[   10.123515] [drm] Connector 0:
[   10.126568] [drm]   VGA-1
[   10.129183] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[   10.136562] [drm]   Encoders:
[   10.139522] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.144143] [drm] Connector 1:
[   10.147197] [drm]   LVDS-1
[   10.149902] [drm]   DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
[   10.157282] [drm]   Encoders:
[   10.160242] [drm]     LCD1: INTERNAL_LVTM1
[   10.164328] [drm] Connector 2:
[   10.167375] [drm]   SVIDEO-1
[   10.170249] [drm]   Encoders:
[   10.173213] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[   10.177733] [drm] Connector 3:
[   10.180779] [drm]   DVI-I-1
[   10.183566] [drm]   HPD1
[   10.186093] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[   10.193470] [drm]   Encoders:
[   10.196432] [drm]     DFP2: INTERNAL_KLDSCP_DVO1
[   10.564362] [drm] fb mappable at 0xE00C0000
[   10.568541] [drm] vram apper at 0xE0000000
[   10.572627] [drm] size 7258112
[   10.575676] [drm] fb depth is 24
[   10.578897] [drm]    pitch is 6912
[   10.582383] fbcon: radeondrmfb (fb0) is primary device
[   10.649102] Console: switching to colour frame buffer device 210x65
[   10.666385] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[   10.711654] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   10.871730] i8042: PNP: PS/2 Controller [PNP0303:C221,PNP0f13:C222] at 0x60,0x64 irq 1,12
[   10.887303] i8042: Detected active multiplexing controller, rev 1.1
[   10.894344] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.899617] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   10.904844] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   10.910295] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   10.915520] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   10.925366] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:046D:C52B.0001/input/input3
[   10.942043] ata_piix 0000:00:1f.1: version 2.13
[   10.957279] scsi host4: ata_piix
[   10.971766] scsi host5: ata_piix
[   10.991512] sdhci: Secure Digital Host Controller Interface driver
[   10.998516] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.2-1/input0
[   11.011481] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x5080 irq 14
[   11.021634] firewire_ohci 0000:02:06.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[   11.036010] sdhci: Copyright(c) Pierre Ossman
[   11.036584] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x5088 irq 15
[   11.048095] ata6: port disabled--ignoring
[   11.053429] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input5
[   11.065481] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[   11.077693] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input6
[   11.090917] sdhci-pci 0000:02:06.3: SDHCI controller found [104c:803c] (rev 0)
[   11.098842] mmc0: SDHCI controller on PCI [0000:02:06.3] using PIO
[   11.145138] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:046D:C52B.0002/input/input7
[   11.158156] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-1/input1
[   11.174779] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.187165] usbcore: registered new interface driver usbhid
[   11.192790] usbhid: USB HID core driver
[   11.221992] ata5.00: ATAPI: HL-DT-ST DVDRAM GSA-T10N, PC05, max MWDMA2
[   11.260971] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T10N  PC05 PQ: 0 ANSI: 5
[   11.313457] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2
[   11.361594] sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[   11.370298] cdrom: Uniform CD-ROM driver Revision: 3.20
[   11.408865] sr 4:0:0:0: Attached scsi CD-ROM sr0
[   11.441506] input: Logitech Wireless Device PID:101b Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input13
[   11.457689] hid-generic 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:101b] on usb-0000:00:1d.2-1/input2:1
[   11.478881] input: Logitech M705 as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input17
[   11.494562] logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:1d.2-1/input2:1
[   11.538451] firewire_core 0000:02:06.1: created device fw0: GUID 00023f992905280e, S400
[   11.800670] raid6: skip pq benchmark and using algorithm sse2x4
[   11.809342] raid6: using ssse3x2 recovery algorithm
[   11.819136] xor: measuring software checksum speed
[   11.827604]    prefetch64-sse  : 10582 MB/sec
[   11.835836]    generic_sse     :  9056 MB/sec
[   11.842897] xor: using function: prefetch64-sse (10582 MB/sec)
[   11.959899] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[   11.969167] BTRFS: device fsid a5376a54-1964-4312-8894-9cf3432397fe devid 1 transid 219614 /dev/sda4 scanned by systemd-udevd (137)
[   12.137627] BTRFS info (device sda4): disk space caching is enabled
[   12.146961] BTRFS info (device sda4): has skinny extents
[   13.335982] random: crng init done
[   20.769260] BTRFS info (device sda4): use zstd compression, level 3
[   20.778824] BTRFS info (device sda4): disk space caching is enabled
[   21.072656] fuse: init (API version 7.33)
[   21.258965] i2c /dev entries driver
[   21.632831] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   21.641535] sr 4:0:0:0: Attached scsi generic sg1 type 5
[   22.143839] Asymmetric key parser 'pkcs8' registered
[   24.294053] wmi_bus wmi_bus-PNP0C14:00: WQBG data block query control method not found
[   24.497650] ACPI: \_SB_.C003.C085.C130.C14C: _BCQ is used instead of _BQC
[   24.510198] ACPI: video: Video Device [C130] (multi-head: yes  rom: no  post: no)
[   24.525550] acpi device:02: registered as cooling_device13
[   24.534380] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input22
[   24.534435] hp_accel: laptop model unknown, using default axes configuration
[   24.561618] lis3lv02d: 12 bits sensor found
[   24.634539] intel_rng: FWH not detected
[   24.744995] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input23
[   24.809996] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa04793/0x300000/0x0/0x0, board id: 0, fw id: 35522
[   24.828882] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
[   24.848713] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x0000000000001042 (\_SB.C003.C004.C0BC) (20210105/utaddress-204)
[   24.870849] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   24.882329] ACPI Warning: SystemIO range 0x0000000000001130-0x000000000000113F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   24.912383] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   24.929331] ACPI Warning: SystemIO range 0x0000000000001100-0x000000000000112F conflicts with OpRegion 0x0000000000001100-0x000000000000113B (\_SB.C003.C004.C0CE) (20210105/utaddress-204)
[   24.958315] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   24.969002] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   24.982206] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input21
[   24.999946] parport_pc 00:02: reported by Plug and Play ACPI
[   25.010786] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   25.032335] tpm_tis 00:03: 1.2 TPM (device-id 0xB, rev-id 16)
[   25.050482] tpm tpm0: [Hardware Error]: Adjusting reported timeouts: A 750->750000us B 2000->2000000us C 750->750000us D 750->750000us
[   25.075664] tpm tpm0: Operation Timed out
[   25.088257] tpm tpm0: Operation Timed out
[   25.099750] tpm tpm0: Adjusting TPM timeout parameters.
[   25.386945] leds_ss4200: no LED devices found
[   25.499088] mousedev: PS/2 mouse device common for all mice
[   25.735347] input: PC Speaker as /devices/platform/pcspkr/input/input25
[   25.904529] yenta_cardbus 0000:02:06.0: CardBus bridge found [103c:309f]
[   25.925504] yenta_cardbus 0000:02:06.0: CardBus bridge to [bus 03]
[   25.943991] yenta_cardbus 0000:02:06.0:   bridge window [io  0x8000-0x80ff]
[   25.959510] tpm tpm0: TPM is disabled/deactivated (0x7)
[   25.972642] yenta_cardbus 0000:02:06.0:   bridge window [io  0x8400-0x84ff]
[   25.986091] yenta_cardbus 0000:02:06.0:   bridge window [mem 0xd8800000-0xd8bfffff]
[   25.999558] yenta_cardbus 0000:02:06.0:   bridge window [mem 0xdc000000-0xdfffffff]
[   26.013328] yenta_cardbus 0000:02:06.0: Enabling burst memory read transactions
[   26.028629] yenta_cardbus 0000:02:06.0: Using INTVAL to route CSC interrupts to PCI
[   26.063155] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[   26.079098] yenta_cardbus 0000:02:06.0: TI: mfunc 0x01aa1b22, devctl 0x64
[   26.276926] tg3 0000:08:00.0 eth0: Tigon3 [partno(BCM95751M) rev 4201] (PCI Express) MAC address 00:16:d4:ef:0a:d1
[   26.290478] tg3 0000:08:00.0 eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   26.303326] tg3 0000:08:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   26.314110] tg3 0000:08:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   26.332192] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x0c68, PCI irq 18
[   26.341796] yenta_cardbus 0000:02:06.0: Socket status: 30000006
[   26.353892] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge window: [io  0x8000-0x8fff]
[   26.369863] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge window: [mem 0xf4200000-0xf45fffff]
[   26.383165] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4200000-0xf45fffff:
[   26.396237]  excluding 0xf4200000-0xf423ffff
[   53.418242] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:233]
[   53.428876] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[   53.518822] CPU: 0 PID: 233 Comm: systemd-udevd Not tainted 5.12.0-arch1-1 #41
[   53.529484] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[   53.540399] RIP: 0010:smp_call_function_single+0xf9/0x140
[   53.549253] Code: c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 a8 01 <75> f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff 8b 05
[   53.575320] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[   53.584266] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[   53.595148] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[   53.606015] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[   53.616855] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[   53.627674] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[   53.638483] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[   53.650259] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   53.659676] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[   53.670472] Call Trace:
[   53.676576]  ? __flush_tlb_all+0x30/0x30
[   53.684158]  ? __alloc_pages_nodemask+0x18f/0x350
[   53.692490]  ? __flush_tlb_all+0x30/0x30
[   53.699990]  on_each_cpu+0x39/0x90
[   53.706935]  __change_page_attr_set_clr+0x4d7/0xe20
[   53.715278]  ? finish_task_switch.isra.0+0xaa/0x280
[   53.723564]  __change_page_attr_set_clr+0xd7a/0xe20
[   53.731788]  change_page_attr_set_clr+0x12f/0x1c0
[   53.739750]  set_memory_ro+0x26/0x30
[   53.746524]  module_enable_ro.part.0+0x5f/0xb0
[   53.754099]  load_module+0x1f0b/0x24f0
[   53.760956]  __do_sys_init_module+0x13b/0x1c0
[   53.768393]  do_syscall_64+0x33/0x40
[   53.775034]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   53.783123] RIP: 0033:0x7fc27cb8632e
[   53.789719] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[   53.814832] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   53.825678] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[   53.836094] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[   53.846513] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[   53.856926] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[   53.867330] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[   81.418240] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:233]
[   81.429016] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[   81.520086] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[   81.532449] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[   81.543686] RIP: 0010:smp_call_function_single+0xf3/0x140
[   81.552856] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[   81.579556] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[   81.588788] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[   81.599935] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[   81.611084] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[   81.622220] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[   81.633361] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[   81.644496] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[   81.656619] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   81.666379] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[   81.677527] Call Trace:
[   81.683971]  ? __flush_tlb_all+0x30/0x30
[   81.691804]  ? __alloc_pages_nodemask+0x18f/0x350
[   81.700332]  ? __flush_tlb_all+0x30/0x30
[   81.708000]  on_each_cpu+0x39/0x90
[   81.715062]  __change_page_attr_set_clr+0x4d7/0xe20
[   81.723495]  ? finish_task_switch.isra.0+0xaa/0x280
[   81.731895]  __change_page_attr_set_clr+0xd7a/0xe20
[   81.740289]  change_page_attr_set_clr+0x12f/0x1c0
[   81.748482]  set_memory_ro+0x26/0x30
[   81.755405]  module_enable_ro.part.0+0x5f/0xb0
[   81.763043]  load_module+0x1f0b/0x24f0
[   81.769981]  __do_sys_init_module+0x13b/0x1c0
[   81.777506]  do_syscall_64+0x33/0x40
[   81.784239]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   81.792449] RIP: 0033:0x7fc27cb8632e
[   81.799168] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[   81.824645] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   81.835648] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[   81.846204] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[   81.856751] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[   81.867308] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[   81.877876] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  109.418241] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:233]
[  109.429184] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  109.521169] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  109.533717] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  109.545158] RIP: 0010:smp_call_function_single+0xf1/0x140
[  109.554532] Code: 04 25 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a <f3> 90 8b 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02
[  109.581709] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  109.591233] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  109.602531] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  109.613676] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  109.624795] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  109.635907] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  109.647027] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  109.659115] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  109.668866] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  109.680022] Call Trace:
[  109.686487]  ? __flush_tlb_all+0x30/0x30
[  109.694340]  ? __alloc_pages_nodemask+0x18f/0x350
[  109.702886]  ? __flush_tlb_all+0x30/0x30
[  109.710570]  on_each_cpu+0x39/0x90
[  109.717652]  __change_page_attr_set_clr+0x4d7/0xe20
[  109.726100]  ? finish_task_switch.isra.0+0xaa/0x280
[  109.734516]  __change_page_attr_set_clr+0xd7a/0xe20
[  109.742915]  change_page_attr_set_clr+0x12f/0x1c0
[  109.751114]  set_memory_ro+0x26/0x30
[  109.758054]  module_enable_ro.part.0+0x5f/0xb0
[  109.765697]  load_module+0x1f0b/0x24f0
[  109.772646]  __do_sys_init_module+0x13b/0x1c0
[  109.780179]  do_syscall_64+0x33/0x40
[  109.786915]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  109.795127] RIP: 0033:0x7fc27cb8632e
[  109.801852] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  109.827351] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  109.838362] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  109.848926] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  109.859491] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  109.870063] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  109.880642] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  137.418241] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:233]
[  137.429196] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  137.521266] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  137.533832] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  137.545286] RIP: 0010:smp_call_function_single+0xf3/0x140
[  137.554676] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[  137.581876] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  137.591408] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  137.602724] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  137.613881] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  137.625008] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  137.636135] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  137.647260] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  137.659366] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  137.669133] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  137.680305] Call Trace:
[  137.686783]  ? __flush_tlb_all+0x30/0x30
[  137.694647]  ? __alloc_pages_nodemask+0x18f/0x350
[  137.703207]  ? __flush_tlb_all+0x30/0x30
[  137.710902]  on_each_cpu+0x39/0x90
[  137.717991]  __change_page_attr_set_clr+0x4d7/0xe20
[  137.726452]  ? finish_task_switch.isra.0+0xaa/0x280
[  137.734883]  __change_page_attr_set_clr+0xd7a/0xe20
[  137.743290]  change_page_attr_set_clr+0x12f/0x1c0
[  137.751500]  set_memory_ro+0x26/0x30
[  137.758438]  module_enable_ro.part.0+0x5f/0xb0
[  137.766085]  load_module+0x1f0b/0x24f0
[  137.773026]  __do_sys_init_module+0x13b/0x1c0
[  137.780554]  do_syscall_64+0x33/0x40
[  137.787289]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  137.795497] RIP: 0033:0x7fc27cb8632e
[  137.802223] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  137.827723] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  137.838740] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  137.849312] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  137.859871] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  137.870444] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  137.881017] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  165.418241] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:233]
[  165.429190] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  165.521224] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  165.533783] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  165.545229] RIP: 0010:smp_call_function_single+0xf3/0x140
[  165.554616] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[  165.581813] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  165.591342] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  165.602646] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  165.613800] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  165.624927] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  165.636048] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  165.647171] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  165.659270] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  165.669029] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  165.680196] Call Trace:
[  165.686668]  ? __flush_tlb_all+0x30/0x30
[  165.694534]  ? __alloc_pages_nodemask+0x18f/0x350
[  165.703097]  ? __flush_tlb_all+0x30/0x30
[  165.710795]  on_each_cpu+0x39/0x90
[  165.717884]  __change_page_attr_set_clr+0x4d7/0xe20
[  165.726340]  ? finish_task_switch.isra.0+0xaa/0x280
[  165.734765]  __change_page_attr_set_clr+0xd7a/0xe20
[  165.743170]  change_page_attr_set_clr+0x12f/0x1c0
[  165.751379]  set_memory_ro+0x26/0x30
[  165.758329]  module_enable_ro.part.0+0x5f/0xb0
[  165.765976]  load_module+0x1f0b/0x24f0
[  165.772930]  __do_sys_init_module+0x13b/0x1c0
[  165.780463]  do_syscall_64+0x33/0x40
[  165.787208]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  165.795424] RIP: 0033:0x7fc27cb8632e
[  165.802157] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  165.827667] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  165.838679] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  165.849253] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  165.859823] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  165.870398] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  165.880976] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  193.418241] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:233]
[  193.429201] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  193.521260] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  193.533823] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  193.545284] RIP: 0010:smp_call_function_single+0xf9/0x140
[  193.554676] Code: c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 8b 44 24 08 a8 01 <75> f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85 60 ff ff ff 8b 05
[  193.581877] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  193.591410] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  193.602726] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  193.613879] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  193.625010] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  193.636138] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  193.647272] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  193.659377] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  193.669146] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  193.680319] Call Trace:
[  193.686794]  ? __flush_tlb_all+0x30/0x30
[  193.694663]  ? __alloc_pages_nodemask+0x18f/0x350
[  193.703222]  ? __flush_tlb_all+0x30/0x30
[  193.710928]  on_each_cpu+0x39/0x90
[  193.718020]  __change_page_attr_set_clr+0x4d7/0xe20
[  193.726484]  ? finish_task_switch.isra.0+0xaa/0x280
[  193.734918]  __change_page_attr_set_clr+0xd7a/0xe20
[  193.743332]  change_page_attr_set_clr+0x12f/0x1c0
[  193.751552]  set_memory_ro+0x26/0x30
[  193.758496]  module_enable_ro.part.0+0x5f/0xb0
[  193.766147]  load_module+0x1f0b/0x24f0
[  193.773100]  __do_sys_init_module+0x13b/0x1c0
[  193.780636]  do_syscall_64+0x33/0x40
[  193.787378]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  193.795596] RIP: 0033:0x7fc27cb8632e
[  193.802329] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  193.827835] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  193.838850] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  193.849422] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  193.859984] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  193.870554] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  193.881134] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  221.418242] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:233]
[  221.429196] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  221.521229] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  221.533788] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  221.545240] RIP: 0010:smp_call_function_single+0xf1/0x140
[  221.554623] Code: 04 25 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a <f3> 90 8b 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02
[  221.581833] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  221.591358] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  221.602668] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  221.613825] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  221.624953] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  221.636075] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  221.647200] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  221.659304] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  221.669074] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  221.680239] Call Trace:
[  221.686711]  ? __flush_tlb_all+0x30/0x30
[  221.694577]  ? __alloc_pages_nodemask+0x18f/0x350
[  221.703129]  ? __flush_tlb_all+0x30/0x30
[  221.710828]  on_each_cpu+0x39/0x90
[  221.717916]  __change_page_attr_set_clr+0x4d7/0xe20
[  221.726374]  ? finish_task_switch.isra.0+0xaa/0x280
[  221.734804]  __change_page_attr_set_clr+0xd7a/0xe20
[  221.743205]  change_page_attr_set_clr+0x12f/0x1c0
[  221.751412]  set_memory_ro+0x26/0x30
[  221.758353]  module_enable_ro.part.0+0x5f/0xb0
[  221.766004]  load_module+0x1f0b/0x24f0
[  221.772953]  __do_sys_init_module+0x13b/0x1c0
[  221.780488]  do_syscall_64+0x33/0x40
[  221.787224]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  221.795442] RIP: 0033:0x7fc27cb8632e
[  221.802174] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  221.827679] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  221.838693] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  221.849262] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  221.859824] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  221.870392] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  221.880970] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  249.418242] watchdog: BUG: soft lockup - CPU#0 stuck for 23s! [systemd-udevd:233]
[  249.429199] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  249.521244] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  249.533807] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  249.545262] RIP: 0010:smp_call_function_single+0xf3/0x140
[  249.554651] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[  249.581861] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  249.591385] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  249.602690] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  249.613839] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  249.624967] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  249.636093] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  249.647217] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  249.659312] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  249.669082] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  249.680251] Call Trace:
[  249.686725]  ? __flush_tlb_all+0x30/0x30
[  249.694589]  ? __alloc_pages_nodemask+0x18f/0x350
[  249.703148]  ? __flush_tlb_all+0x30/0x30
[  249.710849]  on_each_cpu+0x39/0x90
[  249.717943]  __change_page_attr_set_clr+0x4d7/0xe20
[  249.726406]  ? finish_task_switch.isra.0+0xaa/0x280
[  249.734836]  __change_page_attr_set_clr+0xd7a/0xe20
[  249.743243]  change_page_attr_set_clr+0x12f/0x1c0
[  249.751457]  set_memory_ro+0x26/0x30
[  249.758390]  module_enable_ro.part.0+0x5f/0xb0
[  249.766040]  load_module+0x1f0b/0x24f0
[  249.772978]  __do_sys_init_module+0x13b/0x1c0
[  249.780499]  do_syscall_64+0x33/0x40
[  249.787231]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  249.795443] RIP: 0033:0x7fc27cb8632e
[  249.802162] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  249.827653] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  249.838662] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  249.849230] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  249.859785] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  249.870352] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  249.880927] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60
[  277.418242] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:233]
[  277.429191] Modules linked in: wmi_bmof sparse_keymap tg3 snd_hda_core irqbypass tpm_infineon ecdh_generic rfkill libarc4 ecc snd_hwdep yenta_socket snd_pcm crc16 pcspkr mousedev libphy snd_timer pcmcia_rsrc pcmcia_core snd tpm_tis parport_pc soundcore tpm_tis_core lpc_ich tpm parport hp_accel video psmouse intel_agp mac_hid wmi acpi_cpufreq intel_gtt rng_core lis3lv02d pkcs8_key_parser sg crypto_user i2c_dev fuse at24 bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq hid_logitech_hidpp sr_mod cdrom ata_generic pata_acpi hid_logitech_dj sdhci_pci cqhci serio_raw atkbd libps2 sdhci firewire_ohci tifm_7xx1 mmc_core ata_piix tifm_core firewire_core crc_itu_t usbhid i8042 serio radeon i2c_algo_bit drm_ttm_helper ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec drm agpgart
[  277.521239] CPU: 0 PID: 233 Comm: systemd-udevd Tainted: G             L    5.12.0-arch1-1 #41
[  277.533803] Hardware name: Hewlett-Packard /309F, BIOS 68YAF Ver. F.1D 07/11/2008
[  277.545254] RIP: 0010:smp_call_function_single+0xf3/0x140
[  277.554649] Code: 28 00 00 00 75 61 c9 44 89 c0 c3 48 89 e6 4c 89 44 24 10 48 89 54 24 18 e8 5a fe ff ff 41 89 c0 8b 44 24 08 a8 01 74 0a f3 90 <8b> 44 24 08 a8 01 75 f6 eb b9 9c 58 66 66 90 66 90 f6 c4 02 0f 85
[  277.581846] RSP: 0018:ffffb70e80767a00 EFLAGS: 00000202
[  277.591369] RAX: 0000000000000011 RBX: ffffffff9047bb90 RCX: ffff95a5c12a5a00
[  277.602666] RDX: 0000000000000800 RSI: 00000000000000fb RDI: 0000000002000000
[  277.613815] RBP: ffffb70e80767a58 R08: 0000000000000000 R09: 0000000000000140
[  277.624944] R10: ffffeff0000df9c8 R11: ffffeff0000df9c8 R12: 8000000000000063
[  277.636063] R13: ffff95a5c3800000 R14: 0000000000000001 R15: 0000000000001000
[  277.647187] FS:  00007fc27c286a40(0000) GS:ffff95a68fc00000(0000) knlGS:0000000000000000
[  277.659285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  277.669052] CR2: 000055c8ff73d498 CR3: 0000000003552000 CR4: 00000000000006f0
[  277.680221] Call Trace:
[  277.686690]  ? __flush_tlb_all+0x30/0x30
[  277.694555]  ? __alloc_pages_nodemask+0x18f/0x350
[  277.703107]  ? __flush_tlb_all+0x30/0x30
[  277.710800]  on_each_cpu+0x39/0x90
[  277.717892]  __change_page_attr_set_clr+0x4d7/0xe20
[  277.726353]  ? finish_task_switch.isra.0+0xaa/0x280
[  277.734783]  __change_page_attr_set_clr+0xd7a/0xe20
[  277.743183]  change_page_attr_set_clr+0x12f/0x1c0
[  277.751390]  set_memory_ro+0x26/0x30
[  277.758329]  module_enable_ro.part.0+0x5f/0xb0
[  277.765979]  load_module+0x1f0b/0x24f0
[  277.772916]  __do_sys_init_module+0x13b/0x1c0
[  277.780447]  do_syscall_64+0x33/0x40
[  277.787182]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[  277.795393] RIP: 0033:0x7fc27cb8632e
[  277.802119] Code: 48 8b 0d 45 0b 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 0b 0c 00 f7 d8 64 89 01 48
[  277.827616] RSP: 002b:00007ffd03a3d908 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[  277.838626] RAX: ffffffffffffffda RBX: 000055c8ff3a1a60 RCX: 00007fc27cb8632e
[  277.849197] RDX: 00007fc27ccdd9bd RSI: 0000000000172fd9 RDI: 000055c8ff5ca4b0
[  277.859752] RBP: 000055c8ff5ca4b0 R08: 000055c8ff39ea70 R09: 0000000000000000
[  277.870320] R10: 000055cda3b64cbe R11: 0000000000000246 R12: 00007fc27ccdd9bd
[  277.880893] R13: 0000000000000002 R14: 000055c8ff3a1a10 R15: 000055c8ff3a1a60

  reply	other threads:[~2021-05-20  3:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <8a9599b2-f4fe-af9b-90f5-af39c315ec2f@nurealm.net>
2021-05-17  8:32 ` linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single Borislav Petkov
2021-05-19  3:58   ` James Feeney
2021-05-19 11:12     ` Borislav Petkov
2021-05-19 20:03       ` James Feeney
2021-05-19 21:18         ` Borislav Petkov
2021-05-20  3:12           ` James Feeney [this message]
2021-05-20  9:21             ` Borislav Petkov
2021-05-21 22:11               ` James Feeney
2021-05-22  9:06                 ` Borislav Petkov
2021-05-22 23:28                   ` James Feeney
2021-05-23 17:05                     ` Borislav Petkov
2021-05-23 23:02                       ` James Feeney
2021-05-24  7:51                         ` Borislav Petkov
2021-05-25  4:02                           ` James Feeney
2021-05-27 10:31                             ` [PATCH] x86/thermal: Fix LVT thermal setup for SMI delivery mode Borislav Petkov
2021-05-27 11:49                               ` Thomas Gleixner
2021-05-27 11:56                                 ` Borislav Petkov
2021-05-27 18:54                                 ` Borislav Petkov
2021-05-28  8:23                                   ` Thomas Gleixner
2021-05-28 11:19                                     ` Borislav Petkov
2021-05-31 18:26                                       ` James Feeney
2021-05-27 18:09                               ` Srinivas Pandruvada
2021-05-27 19:01                                 ` Borislav Petkov
2021-05-27 20:28                                   ` Srinivas Pandruvada
2021-05-28  7:05                               ` James Feeney
2021-05-31 21:46   ` [tip: x86/urgent] " tip-bot2 for Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7701de5-35f3-da9d-7339-df2de6d8b3cf@nurealm.net \
    --to=james@nurealm.net \
    --cc=axboe@kernel.dk \
    --cc=bp@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-smp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).