Re: [REGRESSION] soft lockup on boot starting with kernel 6.10 / commit 5186ba33234c9a90833f7c93ce7de80e25fac6f5

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

 



On Mon, Sep 9, 2024 at 2:49 AM Thomas Zimmermann <tzimmermann@xxxxxxx> wrote:
>
> Hi
>
> Am 09.09.24 um 10:02 schrieb Borislav Petkov:
> > Aug 20 20:29:37 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
> > Aug 20 20:29:37 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
> > Aug 20 20:29:37 luna kernel: #PF: supervisor read access in kernel mode
> > Aug 20 20:29:37 luna kernel: #PF: error_code(0x0000) - not-present page
> > Aug 20 20:29:37 luna kernel: PGD 0 P4D 0
> > Aug 20 20:29:37 luna kernel: Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
> > Aug 20 20:29:37 luna kernel: CPU: 9 PID: 552 Comm: (udev-worker) Tainted: G           OE      6.10.6-arch1-1 #1 703d152c24f1971e36f16e505405e456fc9e23f8
> > Aug 20 20:29:37 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
> > Aug 20 20:29:37 luna kernel: RIP: 0010:__release_resource+0x34/0xb0
> > Aug 20 20:29:37 luna kernel: Code: 8d 50 38 48 8b 40 38 48 85 c0 75 27 eb 6a 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 8d 50 30 <48> 8b 40 30 48 85 c0 74 45 48 39 c7 75 ee 40 84 f6 75 45 48 8b 4f
> > Aug 20 20:29:37 luna kernel: RSP: 0018:ffffb30dc207f930 EFLAGS: 00010296
> > Aug 20 20:29:37 luna kernel: RAX: 0000000300000001 RBX: ffff8fa34616e900 RCX: ffff8fa3424aac50
> > Aug 20 20:29:37 luna kernel: RDX: 0000000300000031 RSI: 0000000000000001 RDI: ffff8fa34616e900
> > Aug 20 20:29:37 luna kernel: RBP: ffff8fa3460e1400 R08: ffff8fa3424a97b8 R09: 0000000000000000
> > Aug 20 20:29:37 luna kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff8fa341671000
> > Aug 20 20:29:37 luna kernel: R13: 0000000000000000 R14: ffff8fa3416710c8 R15: ffff8fa341671000
> > Aug 20 20:29:37 luna kernel: FS:  00007b1bee0eb880(0000) GS:ffff8fae6e480000(0000) knlGS:0000000000000000
> > Aug 20 20:29:37 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > Aug 20 20:29:37 luna kernel: CR2: 0000000300000031 CR3: 0000000103924002 CR4: 00000000003706f0
> > Aug 20 20:29:37 luna kernel: Call Trace:
> > Aug 20 20:29:37 luna kernel:  <TASK>
> > Aug 20 20:29:37 luna kernel:  ? __die_body.cold+0x19/0x27
> > Aug 20 20:29:37 luna kernel:  ? page_fault_oops+0x15a/0x2d0
> > Aug 20 20:29:37 luna kernel:  ? exc_page_fault+0x81/0x190
> > Aug 20 20:29:37 luna kernel:  ? asm_exc_page_fault+0x26/0x30
> > Aug 20 20:29:37 luna kernel:  ? __release_resource+0x34/0xb0
> > Aug 20 20:29:37 luna kernel:  release_resource+0x26/0x40
> > Aug 20 20:29:37 luna kernel:  platform_device_del+0x51/0x90
> > Aug 20 20:29:37 luna kernel:  platform_device_unregister+0x12/0x30
> > Aug 20 20:29:37 luna kernel:  sysfb_disable+0x2f/0x80
> > Aug 20 20:29:37 luna kernel:  aperture_remove_conflicting_pci_devices+0x8c/0xa0
>
> It's looks like another report of a known problem. Please try the patch at
>
>   https://patchwork.freedesktop.org/patch/610171/?series=137587&rev=1
>
Thanks for the suggestion. I tried 6.11-rc7 which I am told includes
this patch. The first boot attempt was successful, but 4 subsequent
attempts ran into soft lockup again: it seems this patch makes the
soft lockup less reliable to reproduce but does not entirely fix it.

Noteworthy: after applying this patch, there seems to be slightly more
variability in where the soft lockup happens, instead of always in the
i915 driver probe triggered by udev. See attached boot logs for
details.

> Best regards
> Thomas
>
> > Aug 20 20:29:37 luna kernel:  i915_driver_probe+0x7c8/0xac0 [i915 6caac5d02e3122d822ca0c852e7e5ed826a3aaea]
> > Aug 20 20:29:37 luna kernel:  local_pci_probe+0x42/0x90
> > Aug 20 20:29:37 luna kernel:  pci_device_probe+0xbd/0x290
> > Aug 20 20:29:37 luna kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
> > Aug 20 20:29:37 luna kernel:  really_probe+0xdb/0x340
> > Aug 20 20:29:37 luna kernel:  ? pm_runtime_barrier+0x54/0x90
> > Aug 20 20:29:37 luna kernel:  ? __pfx___driver_attach+0x10/0x10
> > Aug 20 20:29:37 luna kernel:  __driver_probe_device+0x78/0x110
> > Aug 20 20:29:37 luna kernel:  driver_probe_device+0x1f/0xa0
> > Aug 20 20:29:37 luna kernel:  __driver_attach+0xba/0x1c0
> > Aug 20 20:29:37 luna kernel:  bus_for_each_dev+0x8c/0xe0
> > Aug 20 20:29:37 luna kernel:  bus_add_driver+0x112/0x1f0
> > Aug 20 20:29:37 luna kernel:  driver_register+0x72/0xd0
> > Aug 20 20:29:37 luna kernel:  i915_init+0x23/0x90 [i915 6caac5d02e3122d822ca0c852e7e5ed826a3aaea]
> > Aug 20 20:29:37 luna kernel:  ? __pfx_i915_init+0x10/0x10 [i915 6caac5d02e3122d822ca0c852e7e5ed826a3aaea]
> > Aug 20 20:29:37 luna kernel:  do_one_initcall+0x58/0x310
> > Aug 20 20:29:37 luna kernel:  do_init_module+0x60/0x220
> > Aug 20 20:29:37 luna kernel:  init_module_from_file+0x89/0xe0
> > Aug 20 20:29:37 luna kernel:  idempotent_init_module+0x121/0x320
> > Aug 20 20:29:37 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
> > Aug 20 20:29:37 luna kernel:  do_syscall_64+0x82/0x190
> > Aug 20 20:29:37 luna kernel:  ? switch_fpu_return+0x4e/0xd0
> > Aug 20 20:29:37 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
> > Aug 20 20:29:37 luna kernel:  ? do_syscall_64+0x8e/0x190
> > Aug 20 20:29:37 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
> > Aug 20 20:29:37 luna kernel:  ? do_syscall_64+0x8e/0x190
> > Aug 20 20:29:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
> > Aug 20 20:29:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
> > Aug 20 20:29:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
> > Aug 20 20:29:37 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
> > Aug 20 20:29:37 luna kernel: RIP: 0033:0x7b1bee2f81fd
> > Aug 20 20:29:37 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
> > Aug 20 20:29:37 luna kernel: RSP: 002b:00007ffe062c2ac8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
> > Aug 20 20:29:37 luna kernel: RAX: ffffffffffffffda RBX: 000056171c8d0a00 RCX: 00007b1bee2f81fd
> > Aug 20 20:29:37 luna kernel: RDX: 0000000000000004 RSI: 00007b1bee0e5061 RDI: 0000000000000026
> > Aug 20 20:29:37 luna kernel: RBP: 00007ffe062c2b80 R08: 0000000000000001 R09: 00007ffe062c2b10
> > Aug 20 20:29:37 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 00007b1bee0e5061
> > Aug 20 20:29:37 luna kernel: R13: 0000000000020000 R14: 000056171c8d18c0 R15: 000056171c8d31e0
> > Aug 20 20:29:37 luna kernel:  </TASK>
> > Aug 20 20:29:37 luna kernel: Modules linked in: intel_powerclamp ath9k(+) snd_compress coretemp ac97_bus ath9k_common snd_pcm_dmaengine kvm_intel snd_hda_intel ath9k_hw joydev snd_intel_dspcfg mousedev ath snd_intel_sdw_acpi i915(+) kvm snd_hda_codec iTCO_wdt mac80211 snd_hda_core processor_thermal_device_pci_legacy intel_pmc_bxt snd_hwdep processor_thermal_device hid_multitouch ee1004 iTCO_vendor_support processor_thermal_wt_hint drm_buddy snd_pcm rapl processor_thermal_rfim hid_generic spi_nor r8169 i2c_i801 i2c_algo_bit libarc4 memconsole_coreboot processor_thermal_rapl snd_timer intel_cstate intel_rapl_msr framebuffer_coreboot memconsole cbmem intel_uncore snd intel_rapl_common realtek ttm i2c_smbus cfg80211 mtd processor_thermal_wt_req psmouse mdio_devres pcspkr soundcore i2c_mux processor_thermal_power_floor drm_display_helper intel_lpss_pci libphy processor_thermal_mbox intel_lpss cec rfkill int340x_thermal_zone intel_pmc_core i2c_hid_acpi idma64 intel_gtt intel_soc_dts_iosf intel_pch_thermal i2c_hid intel_vsec intel_hid video
> > Aug 20 20:29:37 luna kernel:  pmt_telemetry pmt_class pinctrl_cannonlake wmi sparse_keymap coreboot_table mac_hid pkcs8_key_parser crypto_user loop acpi_call(OE) nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel serio_raw sha512_ssse3 atkbd sha256_ssse3 sha1_ssse3 libps2 aesni_intel vivaldi_fmap nvme crypto_simd nvme_core spi_intel_pci cryptd xhci_pci spi_intel i8042 nvme_auth xhci_pci_renesas serio librem_ec_acpi(OE)
> > Aug 20 20:29:37 luna kernel: CR2: 0000000300000031
> > Aug 20 20:29:37 luna kernel: ---[ end trace 0000000000000000 ]---
> >
>
> --
> --
> Thomas Zimmermann
> Graphics Driver Developer
> SUSE Software Solutions Germany GmbH
> Frankenstrasse 146, 90461 Nuernberg, Germany
> GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
> HRB 36809 (AG Nuernberg)
>
Sep 10 11:31:24 luna kernel: Linux version 6.11.0-rc7-1-mainline (linux-mainline@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 08 Sep 2024 21:54:11 +0000
Sep 10 11:31:24 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:31:24 luna kernel: BIOS-provided physical RAM map:
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 11:31:24 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 11:31:24 luna kernel: NX (Execute Disable) protection: active
Sep 10 11:31:24 luna kernel: APIC: Static calls initialized
Sep 10 11:31:24 luna kernel: SMBIOS 3.0 present.
Sep 10 11:31:24 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:31:24 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 11:31:24 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 11:31:24 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 11:31:24 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 11:31:24 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 11:31:24 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 11:31:24 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 11:31:24 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 11:31:24 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 11:31:24 luna kernel: Using GB pages for direct mapping
Sep 10 11:31:24 luna kernel: RAMDISK: [mem 0x34d29000-0x3668bfff]
Sep 10 11:31:24 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 11:31:24 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 11:31:24 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 11:31:24 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:31:24 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:31:24 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:31:24 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 11:31:24 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 11:31:24 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:31:24 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:31:24 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 11:31:24 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 11:31:24 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 11:31:24 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 11:31:24 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 11:31:24 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 11:31:24 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 11:31:24 luna kernel: No NUMA configuration found
Sep 10 11:31:24 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 11:31:24 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 11:31:24 luna kernel: Zone ranges:
Sep 10 11:31:24 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 11:31:24 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 11:31:24 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:31:24 luna kernel:   Device   empty
Sep 10 11:31:24 luna kernel: Movable zone start for each node
Sep 10 11:31:24 luna kernel: Early memory node ranges
Sep 10 11:31:24 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 11:31:24 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 11:31:24 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:31:24 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 11:31:24 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 11:31:24 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 11:31:24 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 11:31:24 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 11:31:24 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 11:31:24 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 11:31:24 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 11:31:24 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 11:31:24 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 11:31:24 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 11:31:24 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 11:31:24 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 11:31:24 luna kernel: TSC deadline timer available
Sep 10 11:31:24 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 11:31:24 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 11:31:24 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 11:31:24 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 11:31:24 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 11:31:24 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 11:31:24 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 11:31:24 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 11:31:24 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 11:31:24 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 11:31:24 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 11:31:24 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 11:31:24 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 11:31:24 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 11:31:24 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 11:31:24 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 11:31:24 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:31:24 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-mainline cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 11:31:24 luna kernel: random: crng init done
Sep 10 11:31:24 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 11:31:24 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 11:31:24 luna kernel: Fallback order for Node 0: 0 
Sep 10 11:31:24 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 11:31:24 luna kernel: Policy zone: Normal
Sep 10 11:31:24 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 11:31:24 luna kernel: software IO TLB: area num 16.
Sep 10 11:31:24 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 11:31:24 luna kernel: ftrace: allocating 50651 entries in 198 pages
Sep 10 11:31:24 luna kernel: ftrace: allocated 198 pages with 4 groups
Sep 10 11:31:24 luna kernel: Dynamic Preempt: full
Sep 10 11:31:24 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 11:31:24 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 11:31:24 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 11:31:24 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 11:31:24 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 11:31:24 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 11:31:24 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 11:31:24 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 11:31:24 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:31:24 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:31:24 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:31:24 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 11:31:24 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 11:31:24 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 11:31:24 luna kernel: Console: colour dummy device 80x25
Sep 10 11:31:24 luna kernel: printk: legacy console [tty0] enabled
Sep 10 11:31:24 luna kernel: ACPI: Core revision 20240322
Sep 10 11:31:24 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 11:31:24 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 11:31:24 luna kernel: DMAR: Host address width 39
Sep 10 11:31:24 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 11:31:24 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 11:31:24 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 11:31:24 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 11:31:24 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 11:31:24 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 11:31:24 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 11:31:24 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 11:31:24 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 11:31:24 luna kernel: x2apic enabled
Sep 10 11:31:24 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 11:31:24 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 11:31:24 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 11:31:24 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 11:31:24 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 11:31:24 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 11:31:24 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 11:31:24 luna kernel: process: using mwait in idle threads
Sep 10 11:31:24 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 11:31:24 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Sep 10 11:31:24 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 11:31:24 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 11:31:24 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 11:31:24 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 11:31:24 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 11:31:24 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 11:31:24 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 11:31:24 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 11:31:24 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 11:31:24 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 11:31:24 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 11:31:24 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 11:31:24 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 11:31:24 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 11:31:24 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 11:31:24 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 11:31:24 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 11:31:24 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 11:31:24 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 11:31:24 luna kernel: landlock: Up and running.
Sep 10 11:31:24 luna kernel: Yama: becoming mindful.
Sep 10 11:31:24 luna kernel: LSM support for eBPF active
Sep 10 11:31:24 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:31:24 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:31:24 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 11:31:24 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 11:31:24 luna kernel: ... version:                4
Sep 10 11:31:24 luna kernel: ... bit width:              48
Sep 10 11:31:24 luna kernel: ... generic registers:      4
Sep 10 11:31:24 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 11:31:24 luna kernel: ... max period:             00007fffffffffff
Sep 10 11:31:24 luna kernel: ... fixed-purpose events:   3
Sep 10 11:31:24 luna kernel: ... event mask:             000000070000000f
Sep 10 11:31:24 luna kernel: signal: max sigframe size: 2032
Sep 10 11:31:24 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 11:31:24 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 11:31:24 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 11:31:24 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 11:31:24 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 11:31:24 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 11:31:24 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 11:31:24 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 11:31:24 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 11:31:24 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 11:31:24 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 11:31:24 luna kernel: Memory: 49151568K/50203336K available (18432K kernel code, 2185K rwdata, 13548K rodata, 3464K init, 3392K bss, 1030500K reserved, 0K cma-reserved)
Sep 10 11:31:24 luna kernel: devtmpfs: initialized
Sep 10 11:31:24 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 11:31:24 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 11:31:24 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 11:31:24 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 11:31:24 luna kernel: PM: RTC time: 18:31:12, date: 2024-09-10
Sep 10 11:31:24 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 11:31:24 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 11:31:24 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 11:31:24 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 11:31:24 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 11:31:24 luna kernel: audit: type=2000 audit(1725993072.009:1): state=initialized audit_enabled=0 res=1
Sep 10 11:31:24 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 11:31:24 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 11:31:24 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 11:31:24 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 11:31:24 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 11:31:24 luna kernel: cpuidle: using governor ladder
Sep 10 11:31:24 luna kernel: cpuidle: using governor menu
Sep 10 11:31:24 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 11:31:24 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 11:31:24 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 11:31:24 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 11:31:24 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 11:31:24 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 11:31:24 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 11:31:24 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 11:31:24 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 11:31:24 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 11:31:24 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 11:31:24 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 11:31:24 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 11:31:24 luna kernel: ACPI: EC: EC started
Sep 10 11:31:24 luna kernel: ACPI: EC: interrupt blocked
Sep 10 11:31:24 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:31:24 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 11:31:24 luna kernel: ACPI: Interpreter enabled
Sep 10 11:31:24 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 11:31:24 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 11:31:24 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 11:31:24 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 11:31:24 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 11:31:24 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 11:31:24 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 11:31:24 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 11:31:24 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 11:31:24 luna kernel: PCI host bridge to bus 0000:00
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 11:31:24 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:31:24 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 11:31:24 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 11:31:24 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 11:31:24 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 11:31:24 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 11:31:24 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:31:24 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 11:31:24 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:31:24 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 11:31:24 luna kernel: ACPI: EC: event unblocked
Sep 10 11:31:24 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:31:24 luna kernel: ACPI: EC: GPE=0x50
Sep 10 11:31:24 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 11:31:24 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 11:31:24 luna kernel: iommu: Default domain type: Translated
Sep 10 11:31:24 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 11:31:24 luna kernel: SCSI subsystem initialized
Sep 10 11:31:24 luna kernel: libata version 3.00 loaded.
Sep 10 11:31:24 luna kernel: ACPI: bus type USB registered
Sep 10 11:31:24 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 11:31:24 luna kernel: usbcore: registered new interface driver hub
Sep 10 11:31:24 luna kernel: usbcore: registered new device driver usb
Sep 10 11:31:24 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 11:31:24 luna kernel: NetLabel: Initializing
Sep 10 11:31:24 luna kernel: NetLabel:  domain hash size = 128
Sep 10 11:31:24 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 11:31:24 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 11:31:24 luna kernel: mctp: management component transport protocol core
Sep 10 11:31:24 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 11:31:24 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 11:31:24 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 11:31:24 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 11:31:24 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 11:31:24 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 11:31:24 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 11:31:24 luna kernel: vgaarb: loaded
Sep 10 11:31:24 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 11:31:24 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 11:31:24 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 11:31:24 luna kernel: pnp: PnP ACPI init
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:31:24 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 11:31:24 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 11:31:24 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 11:31:24 luna kernel: NET: Registered PF_INET protocol family
Sep 10 11:31:24 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 11:31:24 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 11:31:24 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 11:31:24 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 11:31:24 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 11:31:24 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 11:31:24 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 11:31:24 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:31:24 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:31:24 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 11:31:24 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:31:24 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 11:31:24 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 11:31:24 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 11:31:24 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:31:24 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 11:31:24 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 11:31:24 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 11:31:24 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 11:31:24 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 11:31:24 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 11:31:24 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 11:31:24 luna kernel: Initialise system trusted keyrings
Sep 10 11:31:24 luna kernel: Key type blacklist registered
Sep 10 11:31:24 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 11:31:24 luna kernel: zbud: loaded
Sep 10 11:31:24 luna kernel: fuse: init (API version 7.40)
Sep 10 11:31:24 luna kernel: integrity: Platform Keyring initialized
Sep 10 11:31:24 luna kernel: integrity: Machine keyring initialized
Sep 10 11:31:24 luna kernel: Key type asymmetric registered
Sep 10 11:31:24 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 11:31:24 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 11:31:24 luna kernel: io scheduler mq-deadline registered
Sep 10 11:31:24 luna kernel: io scheduler kyber registered
Sep 10 11:31:24 luna kernel: io scheduler bfq registered
Sep 10 11:31:24 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 11:31:24 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 11:31:24 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 11:31:24 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 11:31:24 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 11:31:24 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 11:31:24 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 11:31:24 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 11:31:24 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 11:31:24 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 11:31:24 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 11:31:24 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 11:31:24 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 11:31:24 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 11:31:24 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 11:31:24 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 11:31:24 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 11:31:24 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 11:31:24 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 11:31:24 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 11:31:24 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 11:31:24 luna kernel: Non-volatile memory driver v1.3
Sep 10 11:31:24 luna kernel: Linux agpgart interface v0.103
Sep 10 11:31:24 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 11:31:24 luna kernel: ACPI: bus type drm_connector registered
Sep 10 11:31:24 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 11:31:24 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 11:31:24 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 11:31:24 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 11:31:24 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T18:31:13 UTC (1725993073)
Sep 10 11:31:24 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 11:31:24 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 11:31:24 luna kernel: intel_pstate: HWP enabled
Sep 10 11:31:24 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 11:31:24 luna kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 10 11:31:24 luna kernel: fbcon: Deferring console take-over
Sep 10 11:31:24 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 11:31:24 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 11:31:24 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 11:31:24 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 11:31:24 luna kernel: Freeing initrd memory: 25996K
Sep 10 11:31:24 luna kernel: Segment Routing with IPv6
Sep 10 11:31:24 luna kernel: RPL Segment Routing with IPv6
Sep 10 11:31:24 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 11:31:24 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 11:31:24 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 11:31:24 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 11:31:24 luna kernel: IPI shorthand broadcast: enabled
Sep 10 11:31:24 luna kernel: sched_clock: Marking stable (756667799, 9085155)->(793416366, -27663412)
Sep 10 11:31:24 luna kernel: registered taskstats version 1
Sep 10 11:31:24 luna kernel: Loading compiled-in X.509 certificates
Sep 10 11:31:24 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 40e16e19c1d1f476d0a58dcf55efce387d03aaf5'
Sep 10 11:31:24 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 11:31:24 luna kernel: Demotion targets for Node 0: null
Sep 10 11:31:24 luna kernel: Key type .fscrypt registered
Sep 10 11:31:24 luna kernel: Key type fscrypt-provisioning registered
Sep 10 11:31:24 luna kernel: PM:   Magic number: 8:158:544
Sep 10 11:31:24 luna kernel: tty ttyS20: hash matches
Sep 10 11:31:24 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 11:31:24 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 11:31:24 luna kernel: clk: Disabling unused clocks
Sep 10 11:31:24 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 11:31:24 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 11:31:24 luna kernel: Freeing unused kernel image (initmem) memory: 3464K
Sep 10 11:31:24 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 11:31:24 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 788K
Sep 10 11:31:24 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 11:31:24 luna kernel: rodata_test: all tests were successful
Sep 10 11:31:24 luna kernel: Run /init as init process
Sep 10 11:31:24 luna kernel:   with arguments:
Sep 10 11:31:24 luna kernel:     /init
Sep 10 11:31:24 luna kernel:   with environment:
Sep 10 11:31:24 luna kernel:     HOME=/
Sep 10 11:31:24 luna kernel:     TERM=linux
Sep 10 11:31:24 luna kernel:     BOOT_IMAGE=/vmlinuz-linux-mainline
Sep 10 11:31:24 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 11:31:24 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 11:31:24 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 11:31:24 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Sep 10 11:31:24 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:31:24 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 11:31:24 luna kernel: usb usb1: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:31:24 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 11:31:24 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 11:31:24 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 11:31:24 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Sep 10 11:31:24 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:31:24 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 11:31:24 luna kernel: usb usb2: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:31:24 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 11:31:24 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 11:31:24 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 11:31:24 luna kernel: usb: port power management may be unreliable
Sep 10 11:31:24 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 11:31:24 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 11:31:24 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 11:31:24 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 11:31:24 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 11:31:24 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 11:31:24 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 11:31:24 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 11:31:24 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 11:31:24 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 11:31:24 luna kernel: fbcon: Taking over console
Sep 10 11:31:24 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 11:31:24 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 11:31:24 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 11:31:24 luna kernel: Key type trusted registered
Sep 10 11:31:24 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 11:31:24 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 11:31:24 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 11:31:24 luna kernel: Key type encrypted registered
Sep 10 11:31:24 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 11:31:24 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 11:31:24 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 11:31:24 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 11:31:24 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 11:31:24 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 11:31:24 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 11:31:24 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 11:31:24 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 11:31:24 luna kernel: usbcore: registered new interface driver uas
Sep 10 11:31:24 luna kernel: tsc: Refined TSC clocksource calibration: 1607.999 MHz
Sep 10 11:31:24 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172da94f0e2, max_idle_ns: 440795278248 ns
Sep 10 11:31:24 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 11:31:24 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 11:31:24 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 11:31:24 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 11:31:24 luna kernel: PM: Image not found (code -22)
Sep 10 11:31:24 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 11:31:24 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 11:31:24 luna systemd[1]: Detected architecture x86-64.
Sep 10 11:31:24 luna systemd[1]: Hostname set to <luna>.
Sep 10 11:31:24 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 11:31:24 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 11:31:24 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 11:31:24 luna systemd[1]: Created slice User and Session Slice.
Sep 10 11:31:24 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 11:31:24 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 11:31:24 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 11:31:24 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:31:24 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:31:24 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:31:24 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 11:31:24 luna systemd[1]: Reached target Login Prompts.
Sep 10 11:31:24 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 11:31:24 luna systemd[1]: Reached target Remote File Systems.
Sep 10 11:31:24 luna systemd[1]: Reached target Slice Units.
Sep 10 11:31:24 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 11:31:24 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 11:31:24 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 11:31:24 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 11:31:24 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 11:31:24 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 11:31:24 luna systemd[1]: Listening on Journal Sockets.
Sep 10 11:31:24 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:24 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:24 luna systemd[1]: Listening on udev Control Socket.
Sep 10 11:31:24 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 11:31:24 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 11:31:24 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 11:31:24 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 11:31:24 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 11:31:24 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 11:31:24 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 11:31:24 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 11:31:24 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 11:31:24 luna systemd[1]: Starting Journal Service...
Sep 10 11:31:24 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 11:31:24 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:24 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 11:31:24 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:24 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 11:31:24 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 11:31:24 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 11:31:24 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 11:31:24 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 11:31:24 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 11:31:24 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 11:31:24 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 11:31:24 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 11:31:24 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 11:31:24 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 11:31:24 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 11:31:24 luna kernel: loop: module loaded
Sep 10 11:31:24 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 11:31:24 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 11:31:24 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 11:31:24 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 11:31:24 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 11:31:24 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 11:31:24 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 11:31:24 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 11:31:24 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 11:31:24 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 11:31:24 luna systemd-journald[484]: Collecting audit messages is disabled.
Sep 10 11:31:24 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 11:31:24 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 11:31:24 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 11:31:24 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 11:31:24 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 11:31:24 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 11:31:24 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 11:31:24 luna systemd-journald[484]: Journal started
Sep 10 11:31:24 luna systemd-journald[484]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 11:31:24 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 11:31:24 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:24 luna systemd-modules-load[485]: Failed to find module 'acpi_call'
Sep 10 11:31:24 luna systemd-modules-load[485]: Inserted module 'crypto_user'
Sep 10 11:31:24 luna systemd-modules-load[485]: Inserted module 'pkcs8_key_parser'
Sep 10 11:31:24 luna systemd[1]: Started Journal Service.
Sep 10 11:31:24 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 11:31:24 luna lvm[478]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 11:31:24 luna systemd-journald[484]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.295ms for 678 entries.
Sep 10 11:31:24 luna systemd-journald[484]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 608.8M, max 4G, 3.4G free.
Sep 10 11:31:24 luna systemd-journald[484]: Received client request to flush runtime journal.
Sep 10 11:31:24 luna systemd-journald[484]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 11:31:24 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 11:31:24 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 11:31:24 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 11:31:24 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 11:31:24 luna systemd-udevd[523]: Using default interface naming scheme 'v255'.
Sep 10 11:31:24 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 11:31:24 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 11:31:24 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 11:31:24 luna lvm[547]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 11:31:24 luna lvm[547]: VG vg0 finished
Sep 10 11:31:24 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:31:24 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:31:24 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:31:24 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:31:24 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 11:31:24 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 11:31:24 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 11:31:24 luna kernel: CPU: 8 UID: 0 PID: 554 Comm: (udev-worker) Not tainted 6.11.0-rc7-1-mainline #1 3701ff28e3eb7dd74a8e2fcabd6573b31edf024d
Sep 10 11:31:24 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:31:24 luna kernel: Call Trace:
Sep 10 11:31:24 luna kernel:  <TASK>
Sep 10 11:31:24 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 11:31:24 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 11:31:24 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 11:31:24 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 11:31:24 luna kernel:  device_add+0x3b3/0x870
Sep 10 11:31:24 luna kernel:  platform_device_add+0xed/0x250
Sep 10 11:31:24 luna kernel:  platform_device_register_full+0xf6/0x180
Sep 10 11:31:24 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:31:24 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:31:24 luna kernel:  really_probe+0xdb/0x340
Sep 10 11:31:24 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 11:31:24 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 11:31:24 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 11:31:24 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 11:31:24 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 11:31:24 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 11:31:24 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 11:31:24 luna kernel:  driver_register+0x72/0xd0
Sep 10 11:31:24 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:31:24 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 11:31:24 luna kernel:  do_init_module+0x60/0x230
Sep 10 11:31:24 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 11:31:24 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 11:31:24 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 11:31:24 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 11:31:24 luna kernel:  ? syscall_exit_to_user_mode+0x10/0x200
Sep 10 11:31:24 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:31:24 luna kernel:  ? syscall_exit_to_user_mode+0x10/0x200
Sep 10 11:31:24 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:31:24 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:31:24 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:31:24 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 11:31:24 luna kernel: RIP: 0033:0x7f998df261fd
Sep 10 11:31:24 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 11:31:24 luna kernel: RSP: 002b:00007ffd319824a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 11:31:24 luna kernel: RAX: ffffffffffffffda RBX: 000055cf9677f270 RCX: 00007f998df261fd
Sep 10 11:31:24 luna kernel: RDX: 0000000000000004 RSI: 00007f998d7cd05d RDI: 0000000000000027
Sep 10 11:31:24 luna kernel: RBP: 00007ffd31982560 R08: 0000000000000002 R09: 00007ffd319824f0
Sep 10 11:31:24 luna kernel: R10: 0000000000000007 R11: 0000000000000246 R12: 00007f998d7cd05d
Sep 10 11:31:24 luna kernel: R13: 0000000000020000 R14: 000055cf9677b210 R15: 000055cf9677e0e0
Sep 10 11:31:24 luna kernel:  </TASK>
Sep 10 11:31:24 luna kernel: coreboot: could not register framebuffer
Sep 10 11:31:24 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 11:31:24 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 11:31:24 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 11:31:24 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 11:31:24 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:31:24 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 11:31:24 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 11:31:24 luna systemd-fsck[583]: /dev/mapper/vg0-home: recovering journal
Sep 10 11:31:24 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 11:31:24 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 11:31:24 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 11:31:24 luna kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Sep 10 11:31:24 luna systemd[1]: Reached target Swaps.
Sep 10 11:31:24 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:31:24 luna systemd-fsck[583]: /dev/mapper/vg0-home: clean, 625411/46137344 files, 21075584/184544256 blocks
Sep 10 11:31:24 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:31:24 luna systemd-fsck[624]: /dev/nvme0n1p2: recovering journal
Sep 10 11:31:25 luna systemd-fsck[624]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 11:31:25 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 11:31:25 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 11:31:25 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 11:31:25 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 11:31:25 luna kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 11:31:25 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 11:31:25 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 11:31:25 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 11:31:25 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 11:31:25 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 11:31:25 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 11:31:25 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 11:31:25 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:31:25 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 11:31:25 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 11:31:25 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 11:31:25 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 11:31:25 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 11:31:25 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 11:31:25 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 11:31:25 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 11:31:25 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 11:31:25 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 11:31:25 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 11:31:25 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 11:31:25 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 11:31:25 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 11:31:25 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 11:31:25 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 11:31:25 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 11:31:25 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:31:25 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 11:31:25 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 11:31:25 luna systemd[1]: Mounting /boot...
Sep 10 11:31:25 luna systemd[1]: Mounting /home...
Sep 10 11:31:25 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 11:31:25 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 11:31:25 luna kernel: i915 0000:00:02.0: [drm] Found COMETLAKE/ULT (device ID 9bca) display version 9.00
Sep 10 11:31:25 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 11:31:25 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 11:31:25 luna systemd[1]: Mounted /boot.
Sep 10 11:31:25 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 11:31:25 luna systemd[1]: Mounted /home.
Sep 10 11:31:25 luna systemd[1]: Reached target Local File Systems.
Sep 10 11:31:25 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 11:31:25 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 11:31:25 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 11:31:25 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 11:31:25 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 11:31:25 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 11:31:25 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 11:31:25 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 11:31:25 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 11:31:25 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 11:31:25 luna kernel: ath: Country alpha2 being used: 00
Sep 10 11:31:25 luna kernel: ath: Regpair used: 0x6a
Sep 10 11:31:25 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 11:31:25 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 11:31:25 luna kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 10 11:31:26 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x0000000059f261a2, irq=18
Sep 10 11:31:26 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 11:31:26 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 11:31:26 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 11:31:26 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 11:31:26 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 11:31:26 luna systemd[1]: Starting Network Name Resolution...
Sep 10 11:31:26 luna systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 10 11:31:26 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 11:31:26 luna kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 10 11:31:26 luna kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Sep 10 11:31:26 luna systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 10 11:31:26 luna systemd-resolved[726]: Positive Trust Anchors:
Sep 10 11:31:26 luna systemd-resolved[726]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 10 11:31:26 luna systemd-resolved[726]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 10 11:31:26 luna systemd-resolved[726]: Using system hostname 'luna'.
Sep 10 11:31:26 luna systemd[1]: Started Network Name Resolution.
Sep 10 11:31:26 luna systemd[1]: Reached target Host and Network Name Lookups.
Sep 10 11:31:26 luna systemd[1]: Reached target System Initialization.
Sep 10 11:31:26 luna systemd[1]: Started CUPS Scheduler.
Sep 10 11:31:26 luna systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 10 11:31:26 luna systemd[1]: Started Daily man-db regeneration.
Sep 10 11:31:26 luna systemd[1]: Started Discard unused packages weekly.
Sep 10 11:31:26 luna systemd[1]: Started Daily verification of password and group files.
Sep 10 11:31:26 luna systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 11:31:26 luna systemd[1]: Reached target Path Units.
Sep 10 11:31:26 luna systemd[1]: Reached target Timer Units.
Sep 10 11:31:26 luna systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 10 11:31:26 luna systemd[1]: Listening on CUPS Scheduler.
Sep 10 11:31:26 luna systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 11:31:26 luna kernel: Bluetooth: Core ver 2.22
Sep 10 11:31:26 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 11:31:26 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 11:31:26 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 11:31:26 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 11:31:26 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 10 11:31:26 luna systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 10 11:31:26 luna systemd[1]: Listening on Hostname Service Socket.
Sep 10 11:31:26 luna systemd[1]: Reached target Socket Units.
Sep 10 11:31:26 luna systemd[1]: Starting D-Bus System Message Bus...
Sep 10 11:31:26 luna systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:26 luna dbus-broker-launch[815]: Looking up NSS user entry for 'gnome-remote-desktop'...
Sep 10 11:31:26 luna dbus-broker-launch[815]: NSS returned no entry for 'gnome-remote-desktop'
Sep 10 11:31:26 luna dbus-broker-launch[815]: Invalid user-name in /usr/share/dbus-1/system.d/gdm.conf +29: user="gnome-remote-desktop"
Sep 10 11:31:26 luna dbus-broker-launch[815]: Looking up NSS user entry for 'pulse'...
Sep 10 11:31:26 luna dbus-broker-launch[815]: NSS returned no entry for 'pulse'
Sep 10 11:31:26 luna dbus-broker-launch[815]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Sep 10 11:31:26 luna systemd[1]: Started D-Bus System Message Bus.
Sep 10 11:31:26 luna systemd[1]: Reached target Basic System.
Sep 10 11:31:26 luna systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 10 11:31:26 luna systemd[1]: Starting NTP client/server...
Sep 10 11:31:26 luna systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 10 11:31:26 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 11:31:26 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 11:31:26 luna systemd[1]: Starting Wireless service...
Sep 10 11:31:26 luna systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 10 11:31:26 luna systemd[1]: Starting User Login Management...
Sep 10 11:31:26 luna systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:31:26 luna dhcpcd[820]: dhcpcd-10.0.10 starting
Sep 10 11:31:26 luna ifplugd(eno0)[830]: ifplugd 0.28 initializing.
Sep 10 11:31:26 luna avahi-daemon[818]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
Sep 10 11:31:26 luna avahi-daemon[818]: Successfully dropped root privileges.
Sep 10 11:31:26 luna avahi-daemon[818]: avahi-daemon 0.8 starting up.
Sep 10 11:31:26 luna dhcpcd[827]: dev: loaded udev
Sep 10 11:31:26 luna dhcpcd[827]: DUID 00:01:00:01:29:d7:69:50:00:23:81:38:93:c8
Sep 10 11:31:26 luna ifplugd(enp0s20f0u5c2)[835]: ifplugd 0.28 initializing.
Sep 10 11:31:26 luna dbus-broker-launch[815]: Ready
Sep 10 11:31:26 luna systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 10 11:31:26 luna avahi-daemon[818]: Successfully called chroot().
Sep 10 11:31:26 luna avahi-daemon[818]: Successfully dropped remaining capabilities.
Sep 10 11:31:26 luna avahi-daemon[818]: No service file found in /etc/avahi/services.
Sep 10 11:31:26 luna kernel: NET: Registered PF_ALG protocol family
Sep 10 11:31:26 luna (chronyd)[819]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Sep 10 11:31:26 luna kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 11:31:26 luna chronyd[850]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Sep 10 11:31:26 luna chronyd[850]: Frequency 2.104 +/- 1.566 ppm read from /var/lib/chrony/drift
Sep 10 11:31:26 luna chronyd[850]: Using right/UTC timezone to obtain leap second data
Sep 10 11:31:26 luna systemd[1]: Started NTP client/server.
Sep 10 11:31:26 luna systemd-resolved[726]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Sep 10 11:31:26 luna kernel: usbcore: registered new interface driver btusb
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event5 (Intel HID events)
Sep 10 11:31:26 luna systemd-logind[825]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 10 11:31:26 luna systemd-logind[825]: New seat seat0.
Sep 10 11:31:26 luna systemd[1]: Started User Login Management.
Sep 10 11:31:26 luna kernel: usb 1-3: USB disconnect, device number 2
Sep 10 11:31:26 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 11:31:26 luna iwd[823]: Wireless daemon version 2.20
Sep 10 11:31:26 luna iwd[823]: Loaded configuration from /etc/iwd/main.conf
Sep 10 11:31:26 luna systemd[1]: Started Wireless service.
Sep 10 11:31:26 luna systemd[1]: Reached target Network.
Sep 10 11:31:26 luna systemd[1]: Starting CUPS Scheduler...
Sep 10 11:31:26 luna systemd[1]: Starting OpenSSH Daemon...
Sep 10 11:31:26 luna systemd[1]: Starting Permit User Sessions...
Sep 10 11:31:26 luna iwd[823]: [General].UseDefaultInterface is deprecated, please use [DriverQuirks].DefaultInterface instead
Sep 10 11:31:26 luna systemd[1]: Finished Permit User Sessions.
Sep 10 11:31:26 luna systemd[1]: Started Autologin.
Sep 10 11:31:26 luna autologin[919]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-919) opened.
Sep 10 11:31:26 luna dbus-broker-launch[815]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 10 11:31:26 luna systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 10 11:31:26 luna autologin[919]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 11:31:26 luna autologin[919]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-919) opened.
Sep 10 11:31:26 luna systemd-logind[825]: New session 1 of user hugues.
Sep 10 11:31:26 luna systemd[1]: Created slice User Slice of UID 1000.
Sep 10 11:31:26 luna systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 11:31:26 luna ifplugd(enp0s20f0u5c2)[835]: Using interface enp0s20f0u5c2
Sep 10 11:31:26 luna avahi-daemon[818]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 10 11:31:26 luna avahi-daemon[818]: New relevant interface lo.IPv6 for mDNS.
Sep 10 11:31:26 luna avahi-daemon[818]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 10 11:31:26 luna avahi-daemon[818]: New relevant interface lo.IPv4 for mDNS.
Sep 10 11:31:26 luna avahi-daemon[818]: Network interface enumeration completed.
Sep 10 11:31:26 luna avahi-daemon[818]: Registering new address record for ::1 on lo.*.
Sep 10 11:31:26 luna ifplugd(eno0)[830]: Using interface eno0/00:23:81:38:93:C8 with driver <r8169> (version: 6.11.0-rc7-1-mainline)
Sep 10 11:31:26 luna ifplugd(eno0)[830]: Using detection mode: SIOCETHTOOL
Sep 10 11:31:26 luna ifplugd(eno0)[830]: Initialization complete, link beat not detected.
Sep 10 11:31:26 luna avahi-daemon[818]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 10 11:31:26 luna iwd[823]: Wiphy: 0, Name: phy0
Sep 10 11:31:26 luna iwd[823]:         Permanent Address: 18:cf:5e:f4:0f:00
Sep 10 11:31:26 luna iwd[823]:         2.4GHz Band:
Sep 10 11:31:26 luna iwd[823]:                 Bitrates (non-HT):
Sep 10 11:31:26 luna iwd[823]:                          1.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                          2.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                          5.5 Mbps
Sep 10 11:31:26 luna iwd[823]:                         11.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                          6.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                          9.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         12.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         18.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         24.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         36.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         48.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         54.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                 HT Capabilities:
Sep 10 11:31:26 luna iwd[823]:                         HT40
Sep 10 11:31:26 luna iwd[823]:                         Short GI for 20Mhz
Sep 10 11:31:26 luna iwd[823]:                         Short GI for 40Mhz
Sep 10 11:31:26 luna iwd[823]:                 HT RX MCS indexes:
Sep 10 11:31:26 luna iwd[823]:                         0-15
Sep 10 11:31:26 luna iwd[823]:         5GHz Band:
Sep 10 11:31:26 luna iwd[823]:                 Bitrates (non-HT):
Sep 10 11:31:26 luna iwd[823]:                          6.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                          9.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         12.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         18.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         24.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         36.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         48.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                         54.0 Mbps
Sep 10 11:31:26 luna iwd[823]:                 HT Capabilities:
Sep 10 11:31:26 luna iwd[823]:                         HT40
Sep 10 11:31:26 luna iwd[823]:                         Short GI for 20Mhz
Sep 10 11:31:26 luna iwd[823]:                         Short GI for 40Mhz
Sep 10 11:31:26 luna iwd[823]:                 HT RX MCS indexes:
Sep 10 11:31:26 luna iwd[823]:                         0-15
Sep 10 11:31:26 luna iwd[823]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Sep 10 11:31:26 luna iwd[823]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Sep 10 11:31:26 luna iwd[823]:                  TKIP
Sep 10 11:31:26 luna iwd[823]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Sep 10 11:31:26 luna kernel: r8169 0000:02:00.0 eno0: Link is Down
Sep 10 11:31:26 luna sshd[916]: Server listening on 0.0.0.0 port 22.
Sep 10 11:31:26 luna sshd[916]: Server listening on :: port 22.
Sep 10 11:31:26 luna kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 10 11:31:26 luna systemd[1]: Started OpenSSH Daemon.
Sep 10 11:31:26 luna systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 10 11:31:26 luna systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 10 11:31:26 luna systemd[1]: Starting User Manager for UID 1000...
Sep 10 11:31:26 luna dhcpcd[945]: Dropped protocol specifier '.link' from 'eno0.link'. Using 'eno0' (ifindex=2).
Sep 10 11:31:26 luna dhcpcd[827]: no interfaces have a carrier
Sep 10 11:31:26 luna dhcpcd[827]: eno0: waiting for carrier
Sep 10 11:31:26 luna dhcpcd[827]: ps_root_dispatch: No such process
Sep 10 11:31:26 luna dhcpcd[827]: ps_root_dispatch: No such process
Sep 10 11:31:26 luna ifplugd(enp0s20f0u5c2)[835]: Initialization complete, link beat not detected.
Sep 10 11:31:26 luna (systemd)[936]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[hugues] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 11:31:26 luna (systemd)[936]: pam_unix(systemd-user:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 11:31:26 luna systemd-logind[825]: New session 2 of user hugues.
Sep 10 11:31:26 luna systemd[1]: Started CUPS Scheduler.
Sep 10 11:31:26 luna iwd[823]: event: state, old: disconnected, new: autoconnect_quick
Sep 10 11:31:26 luna iwd[823]: udev interface=wlan0 ifindex=4
Sep 10 11:31:26 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 11:31:26 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 11:31:26 luna systemd[1]: Reached target Multi-User System.
Sep 10 11:31:26 luna systemd[1]: Reached target Graphical Interface.
Sep 10 11:31:26 luna systemd[1]: Starting TLP system startup/shutdown...
Sep 10 11:31:26 luna systemd[936]: Queued start job for default target Main User Target.
Sep 10 11:31:26 luna systemd[936]: Created slice User Application Slice.
Sep 10 11:31:26 luna systemd[936]: Reached target Paths.
Sep 10 11:31:26 luna systemd[936]: Reached target Timers.
Sep 10 11:31:26 luna systemd[936]: Starting D-Bus User Message Bus Socket...
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG network certificate management daemon.
Sep 10 11:31:26 luna systemd[936]: Starting GCR ssh-agent wrapper...
Sep 10 11:31:26 luna systemd[936]: Listening on GNOME Keyring daemon.
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 11:31:26 luna systemd[936]: Listening on GnuPG public key management service.
Sep 10 11:31:26 luna systemd[936]: Listening on p11-kit server.
Sep 10 11:31:26 luna systemd[936]: Listening on PipeWire Multimedia System Sockets.
Sep 10 11:31:26 luna systemd[936]: Listening on Sound System.
Sep 10 11:31:26 luna kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Sep 10 11:31:26 luna systemd[936]: Listening on D-Bus User Message Bus Socket.
Sep 10 11:31:26 luna systemd[936]: Listening on GCR ssh-agent wrapper.
Sep 10 11:31:26 luna systemd[936]: Reached target Sockets.
Sep 10 11:31:26 luna systemd[936]: Reached target Basic System.
Sep 10 11:31:26 luna systemd[1]: Started User Manager for UID 1000.
Sep 10 11:31:26 luna systemd[936]: Starting Update XDG user dir configuration...
Sep 10 11:31:26 luna systemd[1]: Started Session 1 of User hugues.
Sep 10 11:31:26 luna systemd[936]: Finished Update XDG user dir configuration.
Sep 10 11:31:26 luna systemd[936]: Reached target Main User Target.
Sep 10 11:31:26 luna systemd[936]: Startup finished in 123ms.
Sep 10 11:31:26 luna systemd[1]: Starting Authorization Manager...
Sep 10 11:31:28 luna systemd[936]: Reached target Sound Card.
Sep 10 11:31:29 luna systemd[936]: Created slice User Core Session Slice.
Sep 10 11:31:29 luna systemd[936]: Starting D-Bus User Message Bus...
Sep 10 11:31:29 luna sway[978]: 00:00:02.938 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:137] Could not take device: Device already taken
Sep 10 11:31:29 luna sway[978]: 00:00:02.938 [ERROR] [wlr] [backend/session/session.c:321] Failed to open device: '/dev/dri/card1': Resource temporarily unavailable
Sep 10 11:31:29 luna sway[978]: 00:00:02.938 [ERROR] [wlr] [backend/drm/monitor.c:23] Unable to open /dev/dri/card1 as DRM device
Sep 10 11:29:41 luna kernel: Linux version 6.11.0-rc7-1-mainline (linux-mainline@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 08 Sep 2024 21:54:11 +0000
Sep 10 11:29:41 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:29:41 luna kernel: BIOS-provided physical RAM map:
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 11:29:41 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 11:29:41 luna kernel: NX (Execute Disable) protection: active
Sep 10 11:29:41 luna kernel: APIC: Static calls initialized
Sep 10 11:29:41 luna kernel: SMBIOS 3.0 present.
Sep 10 11:29:41 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:29:41 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 11:29:41 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 11:29:41 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 11:29:41 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 11:29:41 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 11:29:41 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 11:29:41 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 11:29:41 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 11:29:41 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 11:29:41 luna kernel: Using GB pages for direct mapping
Sep 10 11:29:41 luna kernel: RAMDISK: [mem 0x34d29000-0x3668bfff]
Sep 10 11:29:41 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 11:29:41 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 11:29:41 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 11:29:41 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:29:41 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:29:41 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:29:41 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 11:29:41 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 11:29:41 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:29:41 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:29:41 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 11:29:41 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 11:29:41 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 11:29:41 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 11:29:41 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 11:29:41 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 11:29:41 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 11:29:41 luna kernel: No NUMA configuration found
Sep 10 11:29:41 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 11:29:41 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 11:29:41 luna kernel: Zone ranges:
Sep 10 11:29:41 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 11:29:41 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 11:29:41 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:29:41 luna kernel:   Device   empty
Sep 10 11:29:41 luna kernel: Movable zone start for each node
Sep 10 11:29:41 luna kernel: Early memory node ranges
Sep 10 11:29:41 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 11:29:41 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 11:29:41 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:29:41 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 11:29:41 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 11:29:41 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 11:29:41 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 11:29:41 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 11:29:41 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 11:29:41 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 11:29:41 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 11:29:41 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 11:29:41 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 11:29:41 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 11:29:41 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 11:29:41 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 11:29:41 luna kernel: TSC deadline timer available
Sep 10 11:29:41 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 11:29:41 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 11:29:41 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 11:29:41 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 11:29:41 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 11:29:41 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 11:29:41 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 11:29:41 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 11:29:41 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 11:29:41 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 11:29:41 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 11:29:41 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 11:29:41 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 11:29:41 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 11:29:41 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 11:29:41 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 11:29:41 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:29:41 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-mainline cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 11:29:41 luna kernel: random: crng init done
Sep 10 11:29:41 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 11:29:41 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 11:29:41 luna kernel: Fallback order for Node 0: 0 
Sep 10 11:29:41 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 11:29:41 luna kernel: Policy zone: Normal
Sep 10 11:29:41 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 11:29:41 luna kernel: software IO TLB: area num 16.
Sep 10 11:29:41 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 11:29:41 luna kernel: ftrace: allocating 50651 entries in 198 pages
Sep 10 11:29:41 luna kernel: ftrace: allocated 198 pages with 4 groups
Sep 10 11:29:41 luna kernel: Dynamic Preempt: full
Sep 10 11:29:41 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 11:29:41 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 11:29:41 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 11:29:41 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 11:29:41 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 11:29:41 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 11:29:41 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 11:29:41 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 11:29:41 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:29:41 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:29:41 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:29:41 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 11:29:41 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 11:29:41 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 11:29:41 luna kernel: Console: colour dummy device 80x25
Sep 10 11:29:41 luna kernel: printk: legacy console [tty0] enabled
Sep 10 11:29:41 luna kernel: ACPI: Core revision 20240322
Sep 10 11:29:41 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 11:29:41 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 11:29:41 luna kernel: DMAR: Host address width 39
Sep 10 11:29:41 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 11:29:41 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 11:29:41 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 11:29:41 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 11:29:41 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 11:29:41 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 11:29:41 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 11:29:41 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 11:29:41 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 11:29:41 luna kernel: x2apic enabled
Sep 10 11:29:41 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 11:29:41 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 11:29:41 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 11:29:41 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 11:29:41 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 11:29:41 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 11:29:41 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 11:29:41 luna kernel: process: using mwait in idle threads
Sep 10 11:29:41 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 11:29:41 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Sep 10 11:29:41 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 11:29:41 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 11:29:41 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 11:29:41 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 11:29:41 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 11:29:41 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 11:29:41 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 11:29:41 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 11:29:41 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 11:29:41 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 11:29:41 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 11:29:41 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 11:29:41 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 11:29:41 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 11:29:41 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 11:29:41 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 11:29:41 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 11:29:41 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 11:29:41 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 11:29:41 luna kernel: landlock: Up and running.
Sep 10 11:29:41 luna kernel: Yama: becoming mindful.
Sep 10 11:29:41 luna kernel: LSM support for eBPF active
Sep 10 11:29:41 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:29:41 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:29:41 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 11:29:41 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 11:29:41 luna kernel: ... version:                4
Sep 10 11:29:41 luna kernel: ... bit width:              48
Sep 10 11:29:41 luna kernel: ... generic registers:      4
Sep 10 11:29:41 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 11:29:41 luna kernel: ... max period:             00007fffffffffff
Sep 10 11:29:41 luna kernel: ... fixed-purpose events:   3
Sep 10 11:29:41 luna kernel: ... event mask:             000000070000000f
Sep 10 11:29:41 luna kernel: signal: max sigframe size: 2032
Sep 10 11:29:41 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 11:29:41 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 11:29:41 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 11:29:41 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 11:29:41 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 11:29:41 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 11:29:41 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 11:29:41 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 11:29:41 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 11:29:41 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 11:29:41 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 11:29:41 luna kernel: Memory: 49151576K/50203336K available (18432K kernel code, 2185K rwdata, 13548K rodata, 3464K init, 3392K bss, 1030492K reserved, 0K cma-reserved)
Sep 10 11:29:41 luna kernel: devtmpfs: initialized
Sep 10 11:29:41 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 11:29:41 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 11:29:41 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 11:29:41 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 11:29:41 luna kernel: PM: RTC time: 18:29:31, date: 2024-09-10
Sep 10 11:29:41 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 11:29:41 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 11:29:41 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 11:29:41 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 11:29:41 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 11:29:41 luna kernel: audit: type=2000 audit(1725992971.009:1): state=initialized audit_enabled=0 res=1
Sep 10 11:29:41 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 11:29:41 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 11:29:41 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 11:29:41 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 11:29:41 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 11:29:41 luna kernel: cpuidle: using governor ladder
Sep 10 11:29:41 luna kernel: cpuidle: using governor menu
Sep 10 11:29:41 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 11:29:41 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 11:29:41 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 11:29:41 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 11:29:41 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 11:29:41 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 11:29:41 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 11:29:41 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 11:29:41 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 11:29:41 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 11:29:41 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 11:29:41 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 11:29:41 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 11:29:41 luna kernel: ACPI: EC: EC started
Sep 10 11:29:41 luna kernel: ACPI: EC: interrupt blocked
Sep 10 11:29:41 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:29:41 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 11:29:41 luna kernel: ACPI: Interpreter enabled
Sep 10 11:29:41 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 11:29:41 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 11:29:41 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 11:29:41 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 11:29:41 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 11:29:41 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 11:29:41 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 11:29:41 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 11:29:41 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 11:29:41 luna kernel: PCI host bridge to bus 0000:00
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 11:29:41 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:29:41 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 11:29:41 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 11:29:41 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 11:29:41 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 11:29:41 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 11:29:41 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:29:41 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 11:29:41 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:29:41 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 11:29:41 luna kernel: ACPI: EC: event unblocked
Sep 10 11:29:41 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:29:41 luna kernel: ACPI: EC: GPE=0x50
Sep 10 11:29:41 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 11:29:41 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 11:29:41 luna kernel: iommu: Default domain type: Translated
Sep 10 11:29:41 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 11:29:41 luna kernel: SCSI subsystem initialized
Sep 10 11:29:41 luna kernel: libata version 3.00 loaded.
Sep 10 11:29:41 luna kernel: ACPI: bus type USB registered
Sep 10 11:29:41 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 11:29:41 luna kernel: usbcore: registered new interface driver hub
Sep 10 11:29:41 luna kernel: usbcore: registered new device driver usb
Sep 10 11:29:41 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 11:29:41 luna kernel: NetLabel: Initializing
Sep 10 11:29:41 luna kernel: NetLabel:  domain hash size = 128
Sep 10 11:29:41 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 11:29:41 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 11:29:41 luna kernel: mctp: management component transport protocol core
Sep 10 11:29:41 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 11:29:41 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 11:29:41 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 11:29:41 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 11:29:41 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 11:29:41 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 11:29:41 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 11:29:41 luna kernel: vgaarb: loaded
Sep 10 11:29:41 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 11:29:41 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 11:29:41 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 11:29:41 luna kernel: pnp: PnP ACPI init
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:29:41 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 11:29:41 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 11:29:41 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 11:29:41 luna kernel: NET: Registered PF_INET protocol family
Sep 10 11:29:41 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 11:29:41 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 11:29:41 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 11:29:41 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 11:29:41 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 11:29:41 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 11:29:41 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 11:29:41 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:29:41 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:29:41 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 11:29:41 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:29:41 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 11:29:41 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 11:29:41 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 11:29:41 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:29:41 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 11:29:41 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 11:29:41 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 11:29:41 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 11:29:41 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 11:29:41 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 11:29:41 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 11:29:41 luna kernel: Initialise system trusted keyrings
Sep 10 11:29:41 luna kernel: Key type blacklist registered
Sep 10 11:29:41 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 11:29:41 luna kernel: zbud: loaded
Sep 10 11:29:41 luna kernel: fuse: init (API version 7.40)
Sep 10 11:29:41 luna kernel: integrity: Platform Keyring initialized
Sep 10 11:29:41 luna kernel: integrity: Machine keyring initialized
Sep 10 11:29:41 luna kernel: Key type asymmetric registered
Sep 10 11:29:41 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 11:29:41 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 11:29:41 luna kernel: io scheduler mq-deadline registered
Sep 10 11:29:41 luna kernel: io scheduler kyber registered
Sep 10 11:29:41 luna kernel: io scheduler bfq registered
Sep 10 11:29:41 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 11:29:41 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 11:29:41 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 11:29:41 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 11:29:41 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 11:29:41 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 11:29:41 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 11:29:41 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 11:29:41 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 11:29:41 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 11:29:41 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 11:29:41 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 11:29:41 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 11:29:41 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 11:29:41 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 11:29:41 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 11:29:41 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 11:29:41 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 11:29:41 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 11:29:41 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 11:29:41 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 11:29:41 luna kernel: Non-volatile memory driver v1.3
Sep 10 11:29:41 luna kernel: Linux agpgart interface v0.103
Sep 10 11:29:41 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 11:29:41 luna kernel: ACPI: bus type drm_connector registered
Sep 10 11:29:41 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 11:29:41 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 11:29:41 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 11:29:41 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 11:29:41 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T18:29:31 UTC (1725992971)
Sep 10 11:29:41 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 11:29:41 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 11:29:41 luna kernel: intel_pstate: HWP enabled
Sep 10 11:29:41 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 11:29:41 luna kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 10 11:29:41 luna kernel: fbcon: Deferring console take-over
Sep 10 11:29:41 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 11:29:41 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 11:29:41 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 11:29:41 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 11:29:41 luna kernel: Freeing initrd memory: 25996K
Sep 10 11:29:41 luna kernel: Segment Routing with IPv6
Sep 10 11:29:41 luna kernel: RPL Segment Routing with IPv6
Sep 10 11:29:41 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 11:29:41 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 11:29:41 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 11:29:41 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 11:29:41 luna kernel: IPI shorthand broadcast: enabled
Sep 10 11:29:41 luna kernel: sched_clock: Marking stable (797512136, 9096531)->(833271359, -26662692)
Sep 10 11:29:41 luna kernel: registered taskstats version 1
Sep 10 11:29:41 luna kernel: Loading compiled-in X.509 certificates
Sep 10 11:29:41 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 40e16e19c1d1f476d0a58dcf55efce387d03aaf5'
Sep 10 11:29:41 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 11:29:41 luna kernel: Demotion targets for Node 0: null
Sep 10 11:29:41 luna kernel: Key type .fscrypt registered
Sep 10 11:29:41 luna kernel: Key type fscrypt-provisioning registered
Sep 10 11:29:41 luna kernel: PM:   Magic number: 8:605:493
Sep 10 11:29:41 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 11:29:41 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 11:29:41 luna kernel: clk: Disabling unused clocks
Sep 10 11:29:41 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 11:29:41 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 11:29:41 luna kernel: Freeing unused kernel image (initmem) memory: 3464K
Sep 10 11:29:41 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 11:29:41 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 788K
Sep 10 11:29:41 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 11:29:41 luna kernel: rodata_test: all tests were successful
Sep 10 11:29:41 luna kernel: Run /init as init process
Sep 10 11:29:41 luna kernel:   with arguments:
Sep 10 11:29:41 luna kernel:     /init
Sep 10 11:29:41 luna kernel:   with environment:
Sep 10 11:29:41 luna kernel:     HOME=/
Sep 10 11:29:41 luna kernel:     TERM=linux
Sep 10 11:29:41 luna kernel:     BOOT_IMAGE=/vmlinuz-linux-mainline
Sep 10 11:29:41 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 11:29:41 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 11:29:41 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 11:29:41 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 11:29:41 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Sep 10 11:29:41 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:29:41 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 11:29:41 luna kernel: usb usb1: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:29:41 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 11:29:41 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 11:29:41 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 11:29:41 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Sep 10 11:29:41 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:29:41 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 11:29:41 luna kernel: usb usb2: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:29:41 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 11:29:41 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 11:29:41 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 11:29:41 luna kernel: usb: port power management may be unreliable
Sep 10 11:29:41 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 11:29:41 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 11:29:41 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 11:29:41 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 11:29:41 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 11:29:41 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 11:29:41 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 11:29:41 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 11:29:41 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 11:29:41 luna kernel: fbcon: Taking over console
Sep 10 11:29:41 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 11:29:41 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 11:29:41 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 11:29:41 luna kernel: Key type trusted registered
Sep 10 11:29:41 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 11:29:41 luna kernel: Key type encrypted registered
Sep 10 11:29:41 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 11:29:41 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 11:29:41 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 11:29:41 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 11:29:41 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 11:29:41 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 11:29:41 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 11:29:41 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 11:29:41 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 11:29:41 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 11:29:41 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 11:29:41 luna kernel: usbcore: registered new interface driver uas
Sep 10 11:29:41 luna kernel: tsc: Refined TSC clocksource calibration: 1608.004 MHz
Sep 10 11:29:41 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dae07d76, max_idle_ns: 440795224364 ns
Sep 10 11:29:41 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 11:29:41 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 11:29:41 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 11:29:41 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 11:29:41 luna kernel: PM: Image not found (code -22)
Sep 10 11:29:41 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 11:29:41 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 11:29:41 luna systemd[1]: Detected architecture x86-64.
Sep 10 11:29:41 luna systemd[1]: Hostname set to <luna>.
Sep 10 11:29:41 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 11:29:41 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 11:29:41 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 11:29:41 luna systemd[1]: Created slice User and Session Slice.
Sep 10 11:29:41 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 11:29:41 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 11:29:41 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 11:29:41 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:29:41 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:29:41 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:29:41 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 11:29:41 luna systemd[1]: Reached target Login Prompts.
Sep 10 11:29:41 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 11:29:41 luna systemd[1]: Reached target Remote File Systems.
Sep 10 11:29:41 luna systemd[1]: Reached target Slice Units.
Sep 10 11:29:41 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 11:29:41 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 11:29:41 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 11:29:41 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 11:29:41 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 11:29:41 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 11:29:41 luna systemd[1]: Listening on Journal Sockets.
Sep 10 11:29:41 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:29:41 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:29:41 luna systemd[1]: Listening on udev Control Socket.
Sep 10 11:29:41 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 11:29:41 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 11:29:41 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 11:29:41 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 11:29:41 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 11:29:41 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 11:29:41 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 11:29:41 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 11:29:41 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 11:29:41 luna systemd[1]: Starting Journal Service...
Sep 10 11:29:41 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 11:29:41 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:29:41 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 11:29:41 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:29:41 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 11:29:41 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 11:29:41 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 11:29:41 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 11:29:41 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 11:29:41 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 11:29:41 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 11:29:41 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 11:29:41 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 11:29:41 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 11:29:41 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 11:29:41 luna kernel: loop: module loaded
Sep 10 11:29:41 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 11:29:41 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 11:29:41 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 11:29:41 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 11:29:41 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 11:29:41 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 11:29:41 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 11:29:41 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 11:29:41 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 11:29:41 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 11:29:41 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 11:29:41 luna systemd-journald[484]: Collecting audit messages is disabled.
Sep 10 11:29:41 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 11:29:41 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 11:29:41 luna systemd-journald[484]: Journal started
Sep 10 11:29:41 luna systemd-journald[484]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 11:29:41 luna systemd-modules-load[485]: Failed to find module 'acpi_call'
Sep 10 11:29:41 luna systemd-modules-load[485]: Inserted module 'crypto_user'
Sep 10 11:29:41 luna systemd-modules-load[485]: Inserted module 'pkcs8_key_parser'
Sep 10 11:29:41 luna lvm[478]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 11:29:41 luna systemd[1]: Started Journal Service.
Sep 10 11:29:41 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 11:29:41 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 11:29:41 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 11:29:41 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 11:29:41 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 11:29:41 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 11:29:41 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:29:41 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 11:29:41 luna systemd-journald[484]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 15.779ms for 677 entries.
Sep 10 11:29:41 luna systemd-journald[484]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 600.5M, max 4G, 3.4G free.
Sep 10 11:29:41 luna systemd-journald[484]: Received client request to flush runtime journal.
Sep 10 11:29:41 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 11:32:11 luna kernel: Linux version 6.11.0-rc7-1-mainline (linux-mainline@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 08 Sep 2024 21:54:11 +0000
Sep 10 11:32:11 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:32:11 luna kernel: BIOS-provided physical RAM map:
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 11:32:11 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 11:32:11 luna kernel: NX (Execute Disable) protection: active
Sep 10 11:32:11 luna kernel: APIC: Static calls initialized
Sep 10 11:32:11 luna kernel: SMBIOS 3.0 present.
Sep 10 11:32:11 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:32:11 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 11:32:11 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 11:32:11 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 11:32:11 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 11:32:11 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 11:32:11 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 11:32:11 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 11:32:11 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 11:32:11 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 11:32:11 luna kernel: Using GB pages for direct mapping
Sep 10 11:32:11 luna kernel: RAMDISK: [mem 0x34d29000-0x3668bfff]
Sep 10 11:32:11 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 11:32:11 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 11:32:11 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 11:32:11 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:32:11 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:32:11 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:32:11 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 11:32:11 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 11:32:11 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:32:11 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:32:11 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 11:32:11 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 11:32:11 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 11:32:11 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 11:32:11 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 11:32:11 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 11:32:11 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 11:32:11 luna kernel: No NUMA configuration found
Sep 10 11:32:11 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 11:32:11 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 11:32:11 luna kernel: Zone ranges:
Sep 10 11:32:11 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 11:32:11 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 11:32:11 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:32:11 luna kernel:   Device   empty
Sep 10 11:32:11 luna kernel: Movable zone start for each node
Sep 10 11:32:11 luna kernel: Early memory node ranges
Sep 10 11:32:11 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 11:32:11 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 11:32:11 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:32:11 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 11:32:11 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 11:32:11 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 11:32:11 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 11:32:11 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 11:32:11 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 11:32:11 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 11:32:11 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 11:32:11 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 11:32:11 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 11:32:11 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 11:32:11 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 11:32:11 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 11:32:11 luna kernel: TSC deadline timer available
Sep 10 11:32:11 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 11:32:11 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 11:32:11 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 11:32:11 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 11:32:11 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 11:32:11 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 11:32:11 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 11:32:11 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 11:32:11 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 11:32:11 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 11:32:11 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 11:32:11 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 11:32:11 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 11:32:11 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 11:32:11 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 11:32:11 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 11:32:11 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:32:11 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-mainline cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 11:32:11 luna kernel: random: crng init done
Sep 10 11:32:11 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 11:32:11 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 11:32:11 luna kernel: Fallback order for Node 0: 0 
Sep 10 11:32:11 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 11:32:11 luna kernel: Policy zone: Normal
Sep 10 11:32:11 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 11:32:11 luna kernel: software IO TLB: area num 16.
Sep 10 11:32:11 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 11:32:11 luna kernel: ftrace: allocating 50651 entries in 198 pages
Sep 10 11:32:11 luna kernel: ftrace: allocated 198 pages with 4 groups
Sep 10 11:32:11 luna kernel: Dynamic Preempt: full
Sep 10 11:32:11 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 11:32:11 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 11:32:11 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 11:32:11 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 11:32:11 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 11:32:11 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 11:32:11 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 11:32:11 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 11:32:11 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:32:11 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:32:11 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:32:11 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 11:32:11 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 11:32:11 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 11:32:11 luna kernel: Console: colour dummy device 80x25
Sep 10 11:32:11 luna kernel: printk: legacy console [tty0] enabled
Sep 10 11:32:11 luna kernel: ACPI: Core revision 20240322
Sep 10 11:32:11 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 11:32:11 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 11:32:11 luna kernel: DMAR: Host address width 39
Sep 10 11:32:11 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 11:32:11 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 11:32:11 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 11:32:11 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 11:32:11 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 11:32:11 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 11:32:11 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 11:32:11 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 11:32:11 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 11:32:11 luna kernel: x2apic enabled
Sep 10 11:32:11 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 11:32:11 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 11:32:11 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 11:32:11 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 11:32:11 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 11:32:11 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 11:32:11 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 11:32:11 luna kernel: process: using mwait in idle threads
Sep 10 11:32:11 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 11:32:11 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Sep 10 11:32:11 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 11:32:11 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 11:32:11 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 11:32:11 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 11:32:11 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 11:32:11 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 11:32:11 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 11:32:11 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 11:32:11 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 11:32:11 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 11:32:11 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 11:32:11 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 11:32:11 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 11:32:11 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 11:32:11 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 11:32:11 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 11:32:11 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 11:32:11 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 11:32:11 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 11:32:11 luna kernel: landlock: Up and running.
Sep 10 11:32:11 luna kernel: Yama: becoming mindful.
Sep 10 11:32:11 luna kernel: LSM support for eBPF active
Sep 10 11:32:11 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:32:11 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:32:11 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 11:32:11 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 11:32:11 luna kernel: ... version:                4
Sep 10 11:32:11 luna kernel: ... bit width:              48
Sep 10 11:32:11 luna kernel: ... generic registers:      4
Sep 10 11:32:11 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 11:32:11 luna kernel: ... max period:             00007fffffffffff
Sep 10 11:32:11 luna kernel: ... fixed-purpose events:   3
Sep 10 11:32:11 luna kernel: ... event mask:             000000070000000f
Sep 10 11:32:11 luna kernel: signal: max sigframe size: 2032
Sep 10 11:32:11 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 11:32:11 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 11:32:11 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 11:32:11 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 11:32:11 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 11:32:11 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 11:32:11 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 11:32:11 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 11:32:11 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 11:32:11 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 11:32:11 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 11:32:11 luna kernel: Memory: 49151572K/50203336K available (18432K kernel code, 2185K rwdata, 13548K rodata, 3464K init, 3392K bss, 1030496K reserved, 0K cma-reserved)
Sep 10 11:32:11 luna kernel: devtmpfs: initialized
Sep 10 11:32:11 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 11:32:11 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 11:32:11 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 11:32:11 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 11:32:11 luna kernel: PM: RTC time: 18:32:01, date: 2024-09-10
Sep 10 11:32:11 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 11:32:11 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 11:32:11 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 11:32:11 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 11:32:11 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 11:32:11 luna kernel: audit: type=2000 audit(1725993120.013:1): state=initialized audit_enabled=0 res=1
Sep 10 11:32:11 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 11:32:11 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 11:32:11 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 11:32:11 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 11:32:11 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 11:32:11 luna kernel: cpuidle: using governor ladder
Sep 10 11:32:11 luna kernel: cpuidle: using governor menu
Sep 10 11:32:11 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 11:32:11 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 11:32:11 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 11:32:11 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 11:32:11 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 11:32:11 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 11:32:11 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 11:32:11 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 11:32:11 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 11:32:11 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 11:32:11 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 11:32:11 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 11:32:11 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 11:32:11 luna kernel: ACPI: EC: EC started
Sep 10 11:32:11 luna kernel: ACPI: EC: interrupt blocked
Sep 10 11:32:11 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:32:11 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 11:32:11 luna kernel: ACPI: Interpreter enabled
Sep 10 11:32:11 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 11:32:11 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 11:32:11 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 11:32:11 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 11:32:11 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 11:32:11 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 11:32:11 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 11:32:11 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 11:32:11 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 11:32:11 luna kernel: PCI host bridge to bus 0000:00
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 11:32:11 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:32:11 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 11:32:11 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 11:32:11 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 11:32:11 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 11:32:11 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 11:32:11 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:32:11 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 11:32:11 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:32:11 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 11:32:11 luna kernel: ACPI: EC: event unblocked
Sep 10 11:32:11 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:32:11 luna kernel: ACPI: EC: GPE=0x50
Sep 10 11:32:11 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 11:32:11 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 11:32:11 luna kernel: iommu: Default domain type: Translated
Sep 10 11:32:11 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 11:32:11 luna kernel: SCSI subsystem initialized
Sep 10 11:32:11 luna kernel: libata version 3.00 loaded.
Sep 10 11:32:11 luna kernel: ACPI: bus type USB registered
Sep 10 11:32:11 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 11:32:11 luna kernel: usbcore: registered new interface driver hub
Sep 10 11:32:11 luna kernel: usbcore: registered new device driver usb
Sep 10 11:32:11 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 11:32:11 luna kernel: NetLabel: Initializing
Sep 10 11:32:11 luna kernel: NetLabel:  domain hash size = 128
Sep 10 11:32:11 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 11:32:11 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 11:32:11 luna kernel: mctp: management component transport protocol core
Sep 10 11:32:11 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 11:32:11 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 11:32:11 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 11:32:11 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 11:32:11 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 11:32:11 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 11:32:11 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 11:32:11 luna kernel: vgaarb: loaded
Sep 10 11:32:11 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 11:32:11 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 11:32:11 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 11:32:11 luna kernel: pnp: PnP ACPI init
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:32:11 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 11:32:11 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 11:32:11 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 11:32:11 luna kernel: NET: Registered PF_INET protocol family
Sep 10 11:32:11 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 11:32:11 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 11:32:11 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 11:32:11 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 11:32:11 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 11:32:11 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 11:32:11 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 11:32:11 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:32:11 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:32:11 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 11:32:11 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:32:11 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 11:32:11 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 11:32:11 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 11:32:11 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:32:11 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 11:32:11 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 11:32:11 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 11:32:11 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 11:32:11 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 11:32:11 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 11:32:11 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 11:32:11 luna kernel: Initialise system trusted keyrings
Sep 10 11:32:11 luna kernel: Key type blacklist registered
Sep 10 11:32:11 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 11:32:11 luna kernel: zbud: loaded
Sep 10 11:32:11 luna kernel: fuse: init (API version 7.40)
Sep 10 11:32:11 luna kernel: integrity: Platform Keyring initialized
Sep 10 11:32:11 luna kernel: integrity: Machine keyring initialized
Sep 10 11:32:11 luna kernel: Key type asymmetric registered
Sep 10 11:32:11 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 11:32:11 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 11:32:11 luna kernel: io scheduler mq-deadline registered
Sep 10 11:32:11 luna kernel: io scheduler kyber registered
Sep 10 11:32:11 luna kernel: io scheduler bfq registered
Sep 10 11:32:11 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 11:32:11 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 11:32:11 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 11:32:11 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 11:32:11 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 11:32:11 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 11:32:11 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 11:32:11 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 11:32:11 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 11:32:11 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 11:32:11 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 11:32:11 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 11:32:11 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 11:32:11 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 11:32:11 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 11:32:11 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 11:32:11 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 11:32:11 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 11:32:11 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 11:32:11 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 11:32:11 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 11:32:11 luna kernel: Non-volatile memory driver v1.3
Sep 10 11:32:11 luna kernel: Linux agpgart interface v0.103
Sep 10 11:32:11 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 11:32:11 luna kernel: ACPI: bus type drm_connector registered
Sep 10 11:32:11 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 11:32:11 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 11:32:11 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 11:32:11 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 11:32:11 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T18:32:01 UTC (1725993121)
Sep 10 11:32:11 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 11:32:11 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 11:32:11 luna kernel: intel_pstate: HWP enabled
Sep 10 11:32:11 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 11:32:11 luna kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 10 11:32:11 luna kernel: fbcon: Deferring console take-over
Sep 10 11:32:11 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 11:32:11 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 11:32:11 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 11:32:11 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 11:32:11 luna kernel: Freeing initrd memory: 25996K
Sep 10 11:32:11 luna kernel: Segment Routing with IPv6
Sep 10 11:32:11 luna kernel: RPL Segment Routing with IPv6
Sep 10 11:32:11 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 11:32:11 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 11:32:11 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 11:32:11 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 11:32:11 luna kernel: IPI shorthand broadcast: enabled
Sep 10 11:32:11 luna kernel: sched_clock: Marking stable (757140253, 9091866)->(791882365, -25650246)
Sep 10 11:32:11 luna kernel: registered taskstats version 1
Sep 10 11:32:11 luna kernel: Loading compiled-in X.509 certificates
Sep 10 11:32:11 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 40e16e19c1d1f476d0a58dcf55efce387d03aaf5'
Sep 10 11:32:11 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 11:32:11 luna kernel: Demotion targets for Node 0: null
Sep 10 11:32:11 luna kernel: Key type .fscrypt registered
Sep 10 11:32:11 luna kernel: Key type fscrypt-provisioning registered
Sep 10 11:32:11 luna kernel: PM:   Magic number: 8:158:544
Sep 10 11:32:11 luna kernel: tty ttyS20: hash matches
Sep 10 11:32:11 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 11:32:11 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 11:32:11 luna kernel: clk: Disabling unused clocks
Sep 10 11:32:11 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 11:32:11 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 11:32:11 luna kernel: Freeing unused kernel image (initmem) memory: 3464K
Sep 10 11:32:11 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 11:32:11 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 788K
Sep 10 11:32:11 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 11:32:11 luna kernel: rodata_test: all tests were successful
Sep 10 11:32:11 luna kernel: Run /init as init process
Sep 10 11:32:11 luna kernel:   with arguments:
Sep 10 11:32:11 luna kernel:     /init
Sep 10 11:32:11 luna kernel:   with environment:
Sep 10 11:32:11 luna kernel:     HOME=/
Sep 10 11:32:11 luna kernel:     TERM=linux
Sep 10 11:32:11 luna kernel:     BOOT_IMAGE=/vmlinuz-linux-mainline
Sep 10 11:32:11 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 11:32:11 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 11:32:11 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 11:32:11 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 11:32:11 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 11:32:11 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 11:32:11 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Sep 10 11:32:11 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:32:11 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 11:32:11 luna kernel: usb usb1: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:32:11 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 11:32:11 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 11:32:11 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 11:32:11 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Sep 10 11:32:11 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:32:11 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 11:32:11 luna kernel: usb usb2: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:32:11 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 11:32:11 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 11:32:11 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 11:32:11 luna kernel: usb: port power management may be unreliable
Sep 10 11:32:11 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 11:32:11 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 11:32:11 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 11:32:11 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 11:32:11 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 11:32:11 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 11:32:11 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 11:32:11 luna kernel: fbcon: Taking over console
Sep 10 11:32:11 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 11:32:11 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 11:32:11 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 11:32:11 luna kernel: Key type trusted registered
Sep 10 11:32:11 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 11:32:11 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 11:32:11 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 11:32:11 luna kernel: Key type encrypted registered
Sep 10 11:32:11 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 11:32:11 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 11:32:11 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 11:32:11 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 11:32:11 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 11:32:11 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 11:32:11 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 11:32:11 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 11:32:11 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 11:32:11 luna kernel: usbcore: registered new interface driver uas
Sep 10 11:32:11 luna kernel: tsc: Refined TSC clocksource calibration: 1608.003 MHz
Sep 10 11:32:11 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dacfb38b, max_idle_ns: 440795204692 ns
Sep 10 11:32:11 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 11:32:11 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 11:32:11 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 11:32:11 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 11:32:11 luna kernel: PM: Image not found (code -22)
Sep 10 11:32:11 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 11:32:11 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 11:32:11 luna systemd[1]: Detected architecture x86-64.
Sep 10 11:32:11 luna systemd[1]: Hostname set to <luna>.
Sep 10 11:32:11 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 11:32:11 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 11:32:11 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 11:32:11 luna systemd[1]: Created slice User and Session Slice.
Sep 10 11:32:11 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 11:32:11 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 11:32:11 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 11:32:11 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:32:11 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:32:11 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:32:11 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 11:32:11 luna systemd[1]: Reached target Login Prompts.
Sep 10 11:32:11 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 11:32:11 luna systemd[1]: Reached target Remote File Systems.
Sep 10 11:32:11 luna systemd[1]: Reached target Slice Units.
Sep 10 11:32:11 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 11:32:11 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 11:32:11 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 11:32:11 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 11:32:11 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 11:32:11 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 11:32:11 luna systemd[1]: Listening on Journal Sockets.
Sep 10 11:32:11 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:32:11 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:32:11 luna systemd[1]: Listening on udev Control Socket.
Sep 10 11:32:11 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 11:32:11 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 11:32:11 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 11:32:11 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 11:32:11 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 11:32:11 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 11:32:11 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 11:32:11 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 11:32:11 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 11:32:11 luna systemd[1]: Starting Journal Service...
Sep 10 11:32:11 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 11:32:11 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:32:11 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 11:32:11 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:32:11 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 11:32:11 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 11:32:11 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 11:32:11 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 11:32:11 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 11:32:11 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 11:32:11 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 11:32:11 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 11:32:11 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 11:32:11 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 11:32:11 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 11:32:11 luna kernel: loop: module loaded
Sep 10 11:32:11 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 11:32:11 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 11:32:11 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 11:32:11 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 11:32:11 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 11:32:11 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 11:32:11 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 11:32:11 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 11:32:11 luna systemd-journald[488]: Collecting audit messages is disabled.
Sep 10 11:32:11 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 11:32:11 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 11:32:11 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 11:32:11 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 11:32:11 luna systemd-journald[488]: Journal started
Sep 10 11:32:11 luna systemd-journald[488]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 11:32:11 luna systemd-modules-load[489]: Failed to find module 'acpi_call'
Sep 10 11:32:11 luna systemd-modules-load[489]: Inserted module 'crypto_user'
Sep 10 11:32:11 luna systemd-modules-load[489]: Inserted module 'pkcs8_key_parser'
Sep 10 11:32:11 luna lvm[482]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 11:32:11 luna systemd[1]: Started Journal Service.
Sep 10 11:32:11 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 11:32:11 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 11:32:11 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 11:32:11 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 11:32:11 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 11:32:11 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 11:32:11 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 11:32:11 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 11:32:11 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:32:11 luna systemd-journald[488]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.207ms for 678 entries.
Sep 10 11:32:11 luna systemd-journald[488]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 613M, max 4G, 3.4G free.
Sep 10 11:32:11 luna systemd-journald[488]: Received client request to flush runtime journal.
Sep 10 11:32:11 luna systemd-journald[488]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 11:32:11 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 11:32:11 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 11:32:11 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 11:32:11 luna systemd-udevd[526]: Using default interface naming scheme 'v255'.
Sep 10 11:32:11 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 11:32:11 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 11:32:11 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 11:32:11 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 11:32:11 luna lvm[551]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 11:32:11 luna lvm[551]: VG vg0 finished
Sep 10 11:32:11 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:32:11 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:32:11 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:32:11 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:32:11 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 11:32:11 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 11:32:11 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 11:32:11 luna kernel: CPU: 5 UID: 0 PID: 554 Comm: (udev-worker) Not tainted 6.11.0-rc7-1-mainline #1 3701ff28e3eb7dd74a8e2fcabd6573b31edf024d
Sep 10 11:32:11 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:32:11 luna kernel: Call Trace:
Sep 10 11:32:11 luna kernel:  <TASK>
Sep 10 11:32:11 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 11:32:11 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 11:32:11 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 11:32:11 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 11:32:11 luna kernel:  device_add+0x3b3/0x870
Sep 10 11:32:11 luna kernel:  platform_device_add+0xed/0x250
Sep 10 11:32:11 luna kernel:  platform_device_register_full+0xf6/0x180
Sep 10 11:32:11 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:32:11 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:32:11 luna kernel:  really_probe+0xdb/0x340
Sep 10 11:32:11 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 11:32:11 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 11:32:11 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 11:32:11 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 11:32:11 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 11:32:11 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 11:32:11 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 11:32:11 luna kernel:  driver_register+0x72/0xd0
Sep 10 11:32:11 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:32:11 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 11:32:11 luna kernel:  do_init_module+0x60/0x230
Sep 10 11:32:11 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 11:32:11 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 11:32:11 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 11:32:11 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 11:32:11 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 11:32:11 luna kernel:  ? syscall_exit_to_user_mode+0x14d/0x200
Sep 10 11:32:11 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:32:11 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:32:11 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:32:11 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:32:11 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 11:32:11 luna kernel: RIP: 0033:0x7f3367c971fd
Sep 10 11:32:11 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 11:32:11 luna kernel: RSP: 002b:00007ffc2bcae6b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 11:32:11 luna kernel: RAX: ffffffffffffffda RBX: 0000563e0117af50 RCX: 00007f3367c971fd
Sep 10 11:32:11 luna kernel: RDX: 0000000000000004 RSI: 00007f33674be05d RDI: 0000000000000022
Sep 10 11:32:11 luna kernel: RBP: 00007ffc2bcae770 R08: 0000000000000002 R09: 00007ffc2bcae700
Sep 10 11:32:11 luna kernel: R10: 0000000000000007 R11: 0000000000000246 R12: 00007f33674be05d
Sep 10 11:32:11 luna kernel: R13: 0000000000020000 R14: 0000563e011771e0 R15: 0000563e0117a6e0
Sep 10 11:32:11 luna kernel:  </TASK>
Sep 10 11:32:11 luna kernel: coreboot: could not register framebuffer
Sep 10 11:32:11 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 11:32:11 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 11:32:11 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 11:32:11 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:32:11 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 11:32:11 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 11:32:11 luna systemd[1]: Reached target Swaps.
Sep 10 11:32:11 luna systemd-fsck[594]: /dev/mapper/vg0-home: recovering journal
Sep 10 11:32:11 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 11:32:11 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Sep 10 11:32:11 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:32:11 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 11:32:11 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 11:32:11 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 11:32:11 luna systemd-fsck[594]: /dev/mapper/vg0-home: clean, 625411/46137344 files, 21075577/184544256 blocks
Sep 10 11:32:11 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 11:32:11 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 11:32:11 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:32:11 luna systemd-fsck[634]: /dev/nvme0n1p2: recovering journal
Sep 10 11:32:11 luna systemd-fsck[634]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 11:32:11 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 11:32:11 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 11:32:12 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 11:32:12 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 11:32:12 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 11:32:12 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 11:32:12 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:32:12 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 11:32:12 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 11:32:12 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 11:32:12 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 11:32:12 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 11:32:12 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 11:32:12 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 11:32:12 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 11:32:12 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 11:32:12 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 11:32:12 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 11:32:12 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 11:32:12 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 11:32:12 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 11:32:12 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 11:32:12 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 11:32:12 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 11:32:12 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 11:32:12 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 11:32:12 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 11:32:12 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 11:32:12 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:32:12 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 11:32:12 luna systemd[1]: Mounting /boot...
Sep 10 11:32:12 luna systemd[1]: Mounting /home...
Sep 10 11:32:12 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 11:32:12 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 11:32:12 luna kernel: i915 0000:00:02.0: [drm] Found COMETLAKE/ULT (device ID 9bca) display version 9.00
Sep 10 11:32:12 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 11:32:12 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 11:32:12 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 11:32:12 luna systemd[1]: Mounted /boot.
Sep 10 11:32:12 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 11:32:12 luna systemd[1]: Mounted /home.
Sep 10 11:32:12 luna systemd[1]: Reached target Local File Systems.
Sep 10 11:32:12 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 11:32:12 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 11:32:12 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 11:32:12 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 11:32:12 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 11:32:12 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 11:32:12 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 11:32:12 luna systemd-udevd[526]: 0000:00:02.0: Worker [537] terminated by signal 9 (KILL).
Sep 10 11:32:12 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 11:32:12 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 11:32:12 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 11:30:46 luna kernel: Linux version 6.11.0-rc7-1-mainline (linux-mainline@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Sun, 08 Sep 2024 21:54:11 +0000
Sep 10 11:30:46 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:30:46 luna kernel: BIOS-provided physical RAM map:
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 11:30:46 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 11:30:46 luna kernel: NX (Execute Disable) protection: active
Sep 10 11:30:46 luna kernel: APIC: Static calls initialized
Sep 10 11:30:46 luna kernel: SMBIOS 3.0 present.
Sep 10 11:30:46 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:30:46 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 11:30:46 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 11:30:46 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 11:30:46 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 11:30:46 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 11:30:46 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 11:30:46 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 11:30:46 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 11:30:46 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 11:30:46 luna kernel: Using GB pages for direct mapping
Sep 10 11:30:46 luna kernel: RAMDISK: [mem 0x34d29000-0x3668bfff]
Sep 10 11:30:46 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 11:30:46 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 11:30:46 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 11:30:46 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:30:46 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 11:30:46 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 11:30:46 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 11:30:46 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 11:30:46 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:30:46 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 11:30:46 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 11:30:46 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 11:30:46 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 11:30:46 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 11:30:46 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 11:30:46 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 11:30:46 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 11:30:46 luna kernel: No NUMA configuration found
Sep 10 11:30:46 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 11:30:46 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 11:30:46 luna kernel: Zone ranges:
Sep 10 11:30:46 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 11:30:46 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 11:30:46 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:30:46 luna kernel:   Device   empty
Sep 10 11:30:46 luna kernel: Movable zone start for each node
Sep 10 11:30:46 luna kernel: Early memory node ranges
Sep 10 11:30:46 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 11:30:46 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 11:30:46 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 11:30:46 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 11:30:46 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 11:30:46 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 11:30:46 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 11:30:46 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 11:30:46 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 11:30:46 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 11:30:46 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 11:30:46 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 11:30:46 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 11:30:46 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 11:30:46 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 11:30:46 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 11:30:46 luna kernel: TSC deadline timer available
Sep 10 11:30:46 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 11:30:46 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 11:30:46 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 11:30:46 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 11:30:46 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 11:30:46 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 11:30:46 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 11:30:46 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 11:30:46 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 11:30:46 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 11:30:46 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 11:30:46 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 11:30:46 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 11:30:46 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 11:30:46 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 11:30:46 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 11:30:46 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-mainline root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 11:30:46 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-mainline cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 11:30:46 luna kernel: random: crng init done
Sep 10 11:30:46 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 11:30:46 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 11:30:46 luna kernel: Fallback order for Node 0: 0 
Sep 10 11:30:46 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 11:30:46 luna kernel: Policy zone: Normal
Sep 10 11:30:46 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 11:30:46 luna kernel: software IO TLB: area num 16.
Sep 10 11:30:46 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 11:30:46 luna kernel: ftrace: allocating 50651 entries in 198 pages
Sep 10 11:30:46 luna kernel: ftrace: allocated 198 pages with 4 groups
Sep 10 11:30:46 luna kernel: Dynamic Preempt: full
Sep 10 11:30:46 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 11:30:46 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 11:30:46 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 11:30:46 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 11:30:46 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 11:30:46 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 11:30:46 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 11:30:46 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 11:30:46 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:30:46 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:30:46 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 11:30:46 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 11:30:46 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 11:30:46 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 11:30:46 luna kernel: Console: colour dummy device 80x25
Sep 10 11:30:46 luna kernel: printk: legacy console [tty0] enabled
Sep 10 11:30:46 luna kernel: ACPI: Core revision 20240322
Sep 10 11:30:46 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 11:30:46 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 11:30:46 luna kernel: DMAR: Host address width 39
Sep 10 11:30:46 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 11:30:46 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 11:30:46 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 11:30:46 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 11:30:46 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 11:30:46 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 11:30:46 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 11:30:46 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 11:30:46 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 11:30:46 luna kernel: x2apic enabled
Sep 10 11:30:46 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 11:30:46 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 11:30:46 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 11:30:46 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 11:30:46 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 11:30:46 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 11:30:46 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 11:30:46 luna kernel: process: using mwait in idle threads
Sep 10 11:30:46 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 11:30:46 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Sep 10 11:30:46 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 11:30:46 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 11:30:46 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 11:30:46 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 11:30:46 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 11:30:46 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 11:30:46 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 11:30:46 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 11:30:46 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 11:30:46 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 11:30:46 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 11:30:46 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 11:30:46 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 11:30:46 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 11:30:46 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 11:30:46 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 11:30:46 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 11:30:46 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 11:30:46 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 11:30:46 luna kernel: landlock: Up and running.
Sep 10 11:30:46 luna kernel: Yama: becoming mindful.
Sep 10 11:30:46 luna kernel: LSM support for eBPF active
Sep 10 11:30:46 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:30:46 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 11:30:46 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 11:30:46 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 11:30:46 luna kernel: ... version:                4
Sep 10 11:30:46 luna kernel: ... bit width:              48
Sep 10 11:30:46 luna kernel: ... generic registers:      4
Sep 10 11:30:46 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 11:30:46 luna kernel: ... max period:             00007fffffffffff
Sep 10 11:30:46 luna kernel: ... fixed-purpose events:   3
Sep 10 11:30:46 luna kernel: ... event mask:             000000070000000f
Sep 10 11:30:46 luna kernel: signal: max sigframe size: 2032
Sep 10 11:30:46 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 11:30:46 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 11:30:46 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 11:30:46 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 11:30:46 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 11:30:46 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 11:30:46 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 11:30:46 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 11:30:46 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 11:30:46 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 11:30:46 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 11:30:46 luna kernel: Memory: 49151568K/50203336K available (18432K kernel code, 2185K rwdata, 13548K rodata, 3464K init, 3392K bss, 1030500K reserved, 0K cma-reserved)
Sep 10 11:30:46 luna kernel: devtmpfs: initialized
Sep 10 11:30:46 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 11:30:46 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 11:30:46 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 11:30:46 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 11:30:46 luna kernel: PM: RTC time: 18:30:13, date: 2024-09-10
Sep 10 11:30:46 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 11:30:46 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 11:30:46 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 11:30:46 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 11:30:46 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 11:30:46 luna kernel: audit: type=2000 audit(1725993013.013:1): state=initialized audit_enabled=0 res=1
Sep 10 11:30:46 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 11:30:46 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 11:30:46 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 11:30:46 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 11:30:46 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 11:30:46 luna kernel: cpuidle: using governor ladder
Sep 10 11:30:46 luna kernel: cpuidle: using governor menu
Sep 10 11:30:46 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 11:30:46 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 11:30:46 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 11:30:46 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 11:30:46 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 11:30:46 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 11:30:46 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 11:30:46 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 11:30:46 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 11:30:46 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 11:30:46 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 11:30:46 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 11:30:46 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 11:30:46 luna kernel: ACPI: EC: EC started
Sep 10 11:30:46 luna kernel: ACPI: EC: interrupt blocked
Sep 10 11:30:46 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:30:46 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 11:30:46 luna kernel: ACPI: Interpreter enabled
Sep 10 11:30:46 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 11:30:46 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 11:30:46 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 11:30:46 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 11:30:46 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 11:30:46 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 11:30:46 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 11:30:46 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 11:30:46 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 11:30:46 luna kernel: PCI host bridge to bus 0000:00
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 11:30:46 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 11:30:46 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 11:30:46 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 11:30:46 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 11:30:46 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 11:30:46 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 11:30:46 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:30:46 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 11:30:46 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:30:46 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 11:30:46 luna kernel: ACPI: EC: event unblocked
Sep 10 11:30:46 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 11:30:46 luna kernel: ACPI: EC: GPE=0x50
Sep 10 11:30:46 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 11:30:46 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 11:30:46 luna kernel: iommu: Default domain type: Translated
Sep 10 11:30:46 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 11:30:46 luna kernel: SCSI subsystem initialized
Sep 10 11:30:46 luna kernel: libata version 3.00 loaded.
Sep 10 11:30:46 luna kernel: ACPI: bus type USB registered
Sep 10 11:30:46 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 11:30:46 luna kernel: usbcore: registered new interface driver hub
Sep 10 11:30:46 luna kernel: usbcore: registered new device driver usb
Sep 10 11:30:46 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 11:30:46 luna kernel: NetLabel: Initializing
Sep 10 11:30:46 luna kernel: NetLabel:  domain hash size = 128
Sep 10 11:30:46 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 11:30:46 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 11:30:46 luna kernel: mctp: management component transport protocol core
Sep 10 11:30:46 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 11:30:46 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 11:30:46 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 11:30:46 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 11:30:46 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 11:30:46 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 11:30:46 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 11:30:46 luna kernel: vgaarb: loaded
Sep 10 11:30:46 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 11:30:46 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 11:30:46 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 11:30:46 luna kernel: pnp: PnP ACPI init
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 11:30:46 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 11:30:46 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 11:30:46 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 11:30:46 luna kernel: NET: Registered PF_INET protocol family
Sep 10 11:30:46 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 11:30:46 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 11:30:46 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 11:30:46 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 11:30:46 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 11:30:46 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 11:30:46 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 11:30:46 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:30:46 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 11:30:46 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 11:30:46 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 11:30:46 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 11:30:46 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 11:30:46 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 11:30:46 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 11:30:46 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 11:30:46 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 11:30:46 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 11:30:46 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 11:30:46 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 11:30:46 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 11:30:46 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 11:30:46 luna kernel: Initialise system trusted keyrings
Sep 10 11:30:46 luna kernel: Key type blacklist registered
Sep 10 11:30:46 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 11:30:46 luna kernel: zbud: loaded
Sep 10 11:30:46 luna kernel: fuse: init (API version 7.40)
Sep 10 11:30:46 luna kernel: integrity: Platform Keyring initialized
Sep 10 11:30:46 luna kernel: integrity: Machine keyring initialized
Sep 10 11:30:46 luna kernel: Key type asymmetric registered
Sep 10 11:30:46 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 11:30:46 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 11:30:46 luna kernel: io scheduler mq-deadline registered
Sep 10 11:30:46 luna kernel: io scheduler kyber registered
Sep 10 11:30:46 luna kernel: io scheduler bfq registered
Sep 10 11:30:46 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 11:30:46 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 11:30:46 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 11:30:46 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 11:30:46 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 11:30:46 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 11:30:46 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 11:30:46 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 11:30:46 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 11:30:46 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 11:30:46 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 11:30:46 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 11:30:46 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 11:30:46 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 11:30:46 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 11:30:46 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 11:30:46 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 11:30:46 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 11:30:46 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 11:30:46 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 11:30:46 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 11:30:46 luna kernel: Non-volatile memory driver v1.3
Sep 10 11:30:46 luna kernel: Linux agpgart interface v0.103
Sep 10 11:30:46 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 11:30:46 luna kernel: ACPI: bus type drm_connector registered
Sep 10 11:30:46 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 11:30:46 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 11:30:46 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 11:30:46 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 11:30:46 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T18:30:14 UTC (1725993014)
Sep 10 11:30:46 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 11:30:46 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 11:30:46 luna kernel: intel_pstate: HWP enabled
Sep 10 11:30:46 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 11:30:46 luna kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 10 11:30:46 luna kernel: fbcon: Deferring console take-over
Sep 10 11:30:46 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 11:30:46 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 11:30:46 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 11:30:46 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 11:30:46 luna kernel: Freeing initrd memory: 25996K
Sep 10 11:30:46 luna kernel: Segment Routing with IPv6
Sep 10 11:30:46 luna kernel: RPL Segment Routing with IPv6
Sep 10 11:30:46 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 11:30:46 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 11:30:46 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 11:30:46 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 11:30:46 luna kernel: IPI shorthand broadcast: enabled
Sep 10 11:30:46 luna kernel: sched_clock: Marking stable (753334467, 9071180)->(789452483, -27046836)
Sep 10 11:30:46 luna kernel: registered taskstats version 1
Sep 10 11:30:46 luna kernel: Loading compiled-in X.509 certificates
Sep 10 11:30:46 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 40e16e19c1d1f476d0a58dcf55efce387d03aaf5'
Sep 10 11:30:46 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 11:30:46 luna kernel: Demotion targets for Node 0: null
Sep 10 11:30:46 luna kernel: Key type .fscrypt registered
Sep 10 11:30:46 luna kernel: Key type fscrypt-provisioning registered
Sep 10 11:30:46 luna kernel: PM:   Magic number: 8:158:544
Sep 10 11:30:46 luna kernel: tty ttyS20: hash matches
Sep 10 11:30:46 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 11:30:46 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 11:30:46 luna kernel: clk: Disabling unused clocks
Sep 10 11:30:46 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 11:30:46 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 11:30:46 luna kernel: Freeing unused kernel image (initmem) memory: 3464K
Sep 10 11:30:46 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 11:30:46 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 788K
Sep 10 11:30:46 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 11:30:46 luna kernel: rodata_test: all tests were successful
Sep 10 11:30:46 luna kernel: Run /init as init process
Sep 10 11:30:46 luna kernel:   with arguments:
Sep 10 11:30:46 luna kernel:     /init
Sep 10 11:30:46 luna kernel:   with environment:
Sep 10 11:30:46 luna kernel:     HOME=/
Sep 10 11:30:46 luna kernel:     TERM=linux
Sep 10 11:30:46 luna kernel:     BOOT_IMAGE=/vmlinuz-linux-mainline
Sep 10 11:30:46 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 11:30:46 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 11:30:46 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 11:30:46 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Sep 10 11:30:46 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:30:46 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 11:30:46 luna kernel: usb usb1: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:30:46 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 11:30:46 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 11:30:46 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 11:30:46 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Sep 10 11:30:46 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 11:30:46 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 11:30:46 luna kernel: usb usb2: Manufacturer: Linux 6.11.0-rc7-1-mainline xhci-hcd
Sep 10 11:30:46 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 11:30:46 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 11:30:46 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 11:30:46 luna kernel: usb: port power management may be unreliable
Sep 10 11:30:46 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 11:30:46 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 11:30:46 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 11:30:46 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 11:30:46 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 11:30:46 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 11:30:46 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 11:30:46 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 11:30:46 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 11:30:46 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 11:30:46 luna kernel: fbcon: Taking over console
Sep 10 11:30:46 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 11:30:46 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 11:30:46 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 11:30:46 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 11:30:46 luna kernel: Key type trusted registered
Sep 10 11:30:46 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 11:30:46 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 11:30:46 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 11:30:46 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 11:30:46 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 11:30:46 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 11:30:46 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 11:30:46 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 11:30:46 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 11:30:46 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 11:30:46 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 11:30:46 luna kernel: Key type encrypted registered
Sep 10 11:30:46 luna kernel: usbcore: registered new interface driver uas
Sep 10 11:30:46 luna kernel: tsc: Refined TSC clocksource calibration: 1608.003 MHz
Sep 10 11:30:46 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dacfb38b, max_idle_ns: 440795204692 ns
Sep 10 11:30:46 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 11:30:46 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 11:30:46 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 11:30:46 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 11:30:46 luna kernel: PM: Image not found (code -22)
Sep 10 11:30:46 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 11:30:46 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 11:30:46 luna systemd[1]: Detected architecture x86-64.
Sep 10 11:30:46 luna systemd[1]: Hostname set to <luna>.
Sep 10 11:30:46 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 11:30:46 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 11:30:46 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 11:30:46 luna systemd[1]: Created slice User and Session Slice.
Sep 10 11:30:46 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 11:30:46 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 11:30:46 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 11:30:46 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:30:46 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:30:46 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:30:46 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 11:30:46 luna systemd[1]: Reached target Login Prompts.
Sep 10 11:30:46 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 11:30:46 luna systemd[1]: Reached target Remote File Systems.
Sep 10 11:30:46 luna systemd[1]: Reached target Slice Units.
Sep 10 11:30:46 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 11:30:46 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 11:30:46 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 11:30:46 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 11:30:46 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 11:30:46 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 11:30:46 luna systemd[1]: Listening on Journal Sockets.
Sep 10 11:30:46 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:30:46 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:30:46 luna systemd[1]: Listening on udev Control Socket.
Sep 10 11:30:46 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 11:30:46 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 11:30:46 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 11:30:46 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 11:30:46 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 11:30:46 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 11:30:46 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 11:30:46 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 11:30:46 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 11:30:46 luna systemd[1]: Starting Journal Service...
Sep 10 11:30:46 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 11:30:46 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:30:46 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 11:30:46 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:30:46 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 11:30:46 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 11:30:46 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 11:30:46 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 11:30:46 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 11:30:46 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 11:30:46 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 11:30:46 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 11:30:46 luna kernel: loop: module loaded
Sep 10 11:30:46 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 11:30:46 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 11:30:46 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 11:30:46 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 11:30:46 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 11:30:46 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 11:30:46 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 11:30:46 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 11:30:46 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 11:30:46 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 11:30:46 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 11:30:46 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 11:30:46 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 11:30:46 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 11:30:46 luna systemd-journald[678]: Collecting audit messages is disabled.
Sep 10 11:30:46 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 11:30:46 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 11:30:46 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 11:30:46 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 11:30:46 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 11:30:46 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 11:30:46 luna systemd-journald[678]: Journal started
Sep 10 11:30:46 luna systemd-journald[678]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 11:30:46 luna systemd-modules-load[679]: Failed to find module 'acpi_call'
Sep 10 11:30:46 luna systemd-modules-load[679]: Inserted module 'crypto_user'
Sep 10 11:30:46 luna systemd-modules-load[679]: Inserted module 'pkcs8_key_parser'
Sep 10 11:30:46 luna lvm[672]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 11:30:46 luna systemd[1]: Started Journal Service.
Sep 10 11:30:46 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 11:30:46 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 11:30:46 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 11:30:46 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 11:30:46 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 11:30:46 luna systemd-journald[678]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.483ms for 679 entries.
Sep 10 11:30:46 luna systemd-journald[678]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 604.8M, max 4G, 3.4G free.
Sep 10 11:30:47 luna systemd-journald[678]: Received client request to flush runtime journal.
Sep 10 11:30:47 luna systemd-journald[678]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 11:30:46 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 11:30:46 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 11:30:46 luna systemd-udevd[716]: Using default interface naming scheme 'v255'.
Sep 10 11:30:47 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 11:30:47 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 11:30:47 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 11:30:47 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 11:30:47 luna lvm[741]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 11:30:47 luna lvm[741]: VG vg0 finished
Sep 10 11:30:47 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:30:47 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:30:47 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 11:30:47 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 11:30:47 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 11:30:47 luna kernel: CPU: 8 UID: 0 PID: 755 Comm: (udev-worker) Not tainted 6.11.0-rc7-1-mainline #1 3701ff28e3eb7dd74a8e2fcabd6573b31edf024d
Sep 10 11:30:47 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 11:30:47 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 11:30:47 luna kernel: Call Trace:
Sep 10 11:30:47 luna kernel:  <TASK>
Sep 10 11:30:47 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 11:30:47 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 11:30:47 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 11:30:47 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 11:30:47 luna kernel:  device_add+0x3b3/0x870
Sep 10 11:30:47 luna kernel:  platform_device_add+0xed/0x250
Sep 10 11:30:47 luna kernel:  platform_device_register_full+0xf6/0x180
Sep 10 11:30:47 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:30:47 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:30:47 luna kernel:  really_probe+0xdb/0x340
Sep 10 11:30:47 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 11:30:47 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 11:30:47 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 11:30:47 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 11:30:47 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 11:30:47 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 11:30:47 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 11:30:47 luna kernel:  driver_register+0x72/0xd0
Sep 10 11:30:47 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 7152320a0837d3ad2834607be30454dc042b5f0c]
Sep 10 11:30:47 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 11:30:47 luna kernel:  do_init_module+0x60/0x230
Sep 10 11:30:47 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 11:30:47 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 11:30:47 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 11:30:47 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 11:30:47 luna kernel:  ? filename_lookup+0xde/0x1d0
Sep 10 11:30:47 luna kernel:  ? __seccomp_filter+0x303/0x520
Sep 10 11:30:47 luna kernel:  ? syscall_exit_to_user_mode+0x10/0x200
Sep 10 11:30:47 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:30:47 luna kernel:  ? vfs_statx+0x8d/0x100
Sep 10 11:30:47 luna kernel:  ? vfs_fstatat+0x8a/0xb0
Sep 10 11:30:47 luna kernel:  ? __do_sys_newfstatat+0x3c/0x80
Sep 10 11:30:47 luna kernel:  ? syscall_exit_to_user_mode+0x10/0x200
Sep 10 11:30:47 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:30:47 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:30:47 luna kernel:  ? syscall_exit_to_user_mode+0x10/0x200
Sep 10 11:30:47 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 11:30:47 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:30:47 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:30:47 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 11:30:47 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 11:30:47 luna kernel: RIP: 0033:0x7f1f102971fd
Sep 10 11:30:47 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 11:30:47 luna kernel: RSP: 002b:00007fffe8586ac8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 11:30:47 luna kernel: RAX: ffffffffffffffda RBX: 00005588c39bbe50 RCX: 00007f1f102971fd
Sep 10 11:30:47 luna kernel: RDX: 0000000000000004 RSI: 00007f1f0fabe05d RDI: 000000000000002f
Sep 10 11:30:47 luna kernel: RBP: 00007fffe8586b80 R08: 0000000000000001 R09: 00007fffe8586b10
Sep 10 11:30:47 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 00007f1f0fabe05d
Sep 10 11:30:47 luna kernel: R13: 0000000000020000 R14: 00005588c39df320 R15: 00005588c39e1f50
Sep 10 11:30:47 luna kernel:  </TASK>
Sep 10 11:30:47 luna kernel: coreboot: could not register framebuffer
Sep 10 11:30:47 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 11:30:47 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 11:30:47 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 11:30:47 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 11:30:47 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 11:30:47 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 11:30:47 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 11:30:47 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 11:30:47 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 11:30:47 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 11:30:47 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 11:30:47 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 11:30:47 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 11:30:47 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 11:30:47 luna systemd[1]: Reached target Swaps.
Sep 10 11:30:47 luna systemd-fsck[822]: /dev/nvme0n1p2: recovering journal
Sep 10 11:30:47 luna systemd-fsck[823]: /dev/mapper/vg0-home: recovering journal
Sep 10 11:30:47 luna systemd-fsck[822]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 11:30:47 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 11:30:47 luna systemd-fsck[823]: /dev/mapper/vg0-home: clean, 625411/46137344 files, 21075584/184544256 blocks
Sep 10 11:30:47 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 11:30:47 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 11:30:47 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 11:30:47 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 11:30:47 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 11:30:47 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 11:30:47 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 11:30:47 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 11:30:47 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 11:30:47 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 11:30:47 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 11:30:47 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:30:47 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 11:30:47 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 11:30:47 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 11:30:47 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 11:30:47 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 11:30:47 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 11:30:47 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 11:30:47 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 11:30:47 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 11:30:47 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 11:30:47 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 11:30:47 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 11:30:47 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 11:30:47 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 11:30:47 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 11:30:47 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 11:30:47 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 11:30:47 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 11:30:47 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 11:30:47 luna systemd[1]: Mounting /boot...
Sep 10 11:30:47 luna systemd[1]: Mounting /home...
Sep 10 11:30:47 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 11:30:47 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 11:30:48 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 11:30:48 luna systemd[1]: Mounted /boot.
Sep 10 11:30:48 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 11:30:48 luna systemd[1]: Mounted /home.
Sep 10 11:30:48 luna systemd[1]: Reached target Local File Systems.
Sep 10 11:30:48 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 11:30:48 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 11:30:48 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 11:30:48 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 11:30:48 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 11:30:48 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 11:30:48 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 11:30:48 luna kernel: i915 0000:00:02.0: [drm] Found COMETLAKE/ULT (device ID 9bca) display version 9.00
Sep 10 11:30:48 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 11:30:48 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 11:30:48 luna systemd-udevd[716]: 0000:00:02.0: Worker [759] terminated by signal 9 (KILL).
Sep 10 11:30:48 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 11:30:48 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 11:30:48 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 11:30:48 luna kernel: #PF: error_code(0x0000) - not-present page

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux