Linux EDAC development
 help / color / mirror / Atom feed
* Flood of edac-related errors since 6.13
@ 2025-02-06 22:28 Ramses
  2025-02-07  3:18 ` Zhuo, Qiuxu
  0 siblings, 1 reply; 9+ messages in thread
From: Ramses @ 2025-02-06 22:28 UTC (permalink / raw)
  To: Linux Edac

Hi

Since 6.13, I get a flood of the following messages in the logs of my intel n100 machine, always with the exact same memory address:

jan 20 12:40:57 beelink kernel: EDAC MC: Ver: 3.0.0
jan 20 12:40:57 beelink kernel: caller igen6_probe+0x1b2/0x83b [igen6_edac] mapping multiple BARs
jan 20 12:40:57 beelink kernel: EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (POLLED)
jan 20 12:40:57 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:40:57 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:40:57 beelink kernel: EDAC igen6: v2.5.1
jan 20 12:40:59 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:40:59 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:41:00 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:41:00 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:41:01 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:41:01 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:41:02 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:41:02 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:41:03 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:41:04 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 12:41:04 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 12:41:05 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0

On previous kernels, I only got this single message right after booting:

jan 20 03:17:45 beelink kernel: EDAC MC: Ver: 3.0.0
jan 20 03:17:45 beelink kernel: caller igen6_probe+0x191/0x810 [igen6_edac] mapping multiple BARs
jan 20 03:17:45 beelink kernel: EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
jan 20 03:17:45 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
jan 20 03:17:45 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0
jan 20 03:17:45 beelink kernel: EDAC igen6: v2.5.1

I assume this change is because of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.13.1&id=e14232afa94445e03fc3a0291b07a68f3408c120

The system works perfectly fine otherwise and I've had the message at boot for as long as the logs go back (until mid october 2024). I didn't actually notice it before, so I'm only know questioning what's its significance.

Is there a possibility that this is a false positive, or is this definitely an indication that something is wrong with the system's memory and I should replace the DIMM?
I ran memtest for about two hours earlier and it didn't report any failure.

I'd like to hear your thoughts on this.

Cheers,
Ramses


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

* RE: Flood of edac-related errors since 6.13
  2025-02-06 22:28 Flood of edac-related errors since 6.13 Ramses
@ 2025-02-07  3:18 ` Zhuo, Qiuxu
  2025-02-07  9:25   ` Ramses
  0 siblings, 1 reply; 9+ messages in thread
From: Zhuo, Qiuxu @ 2025-02-07  3:18 UTC (permalink / raw)
  To: Ramses, Linux Edac

Thanks for the report.

> From: Ramses <ramses@well-founded.dev>
> Sent: Friday, February 7, 2025 6:29 AM
> To: Linux Edac <linux-edac@vger.kernel.org>
> Subject: Flood of edac-related errors since 6.13
> 
> Hi
> 
> Since 6.13, I get a flood of the following messages in the logs of my intel n100
> machine, always with the exact same memory address:
> 
> jan 20 12:40:57 beelink kernel: EDAC MC: Ver: 3.0.0 jan 20 12:40:57 beelink
> kernel: caller igen6_probe+0x1b2/0x83b [igen6_edac] mapping multiple BARs
> jan 20 12:40:57 beelink kernel: EDAC MC0: Giving out device to module
> igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (POLLED) jan
> 20 12:40:57 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY
> ERROR jan 20 12:40:57 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0 jan
> [...]
> I assume this change is because of
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6
> .13.1&id=e14232afa94445e03fc3a0291b07a68f3408c120
> 
> The system works perfectly fine otherwise and I've had the message at boot
> for as long as the logs go back (until mid october 2024). I didn't actually notice
> it before, so I'm only know questioning what's its significance.
> 
> Is there a possibility that this is a false positive, or is this definitely an
> indication that something is wrong with the system's memory and I should
> replace the DIMM?

It seemed like it was a false positive.
I guess the readout ECC log was 0xffffffffffffffff. Do you have the opportunity to build
the kernel with the 'CONFIG_EDAC_DEBUG=y' option enabled and then help to take
the log? 

Thanks

-Qiuxu

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

* RE: Flood of edac-related errors since 6.13
  2025-02-07  3:18 ` Zhuo, Qiuxu
@ 2025-02-07  9:25   ` Ramses
  2025-02-10  8:04     ` Zhuo, Qiuxu
  0 siblings, 1 reply; 9+ messages in thread
From: Ramses @ 2025-02-07  9:25 UTC (permalink / raw)
  To: Zhuo, Qiuxu; +Cc: Linux Edac

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

Feb 7, 2025, 04:19 by qiuxu.zhuo@intel.com:

> Thanks for the report.
>
>> From: Ramses <>> ramses@well-founded.dev>> >
>> Sent: Friday, February 7, 2025 6:29 AM
>> To: Linux Edac <>> linux-edac@vger.kernel.org>> >
>> Subject: Flood of edac-related errors since 6.13
>>
>> Hi
>>
>> Since 6.13, I get a flood of the following messages in the logs of my intel n100
>> machine, always with the exact same memory address:
>>
>> jan 20 12:40:57 beelink kernel: EDAC MC: Ver: 3.0.0 jan 20 12:40:57 beelink
>> kernel: caller igen6_probe+0x1b2/0x83b [igen6_edac] mapping multiple BARs
>> jan 20 12:40:57 beelink kernel: EDAC MC0: Giving out device to module
>> igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (POLLED) jan
>> 20 12:40:57 beelink kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY
>> ERROR jan 20 12:40:57 beelink kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0 jan
>> [...]
>> I assume this change is because of
>> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6
>> .13.1&id=e14232afa94445e03fc3a0291b07a68f3408c120
>>
>> The system works perfectly fine otherwise and I've had the message at boot
>> for as long as the logs go back (until mid october 2024). I didn't actually notice
>> it before, so I'm only know questioning what's its significance.
>>
>> Is there a possibility that this is a false positive, or is this definitely an
>> indication that something is wrong with the system's memory and I should
>> replace the DIMM?
>>
>
> It seemed like it was a false positive.
> I guess the readout ECC log was 0xffffffffffffffff. Do you have the opportunity to build
> the kernel with the 'CONFIG_EDAC_DEBUG=y' option enabled and then help to take
> the log?
>
> Thanks
>
> -Qiuxu
>

Thanks for your reply!

I recompiled the kernel with that option enabled, and attached the dmesg output to this email. Let me know if I can do anything else to help debug this.

Cheers, Ramses



[-- Attachment #2: edac_debug_dmesg --]
[-- Type: application/octet-stream, Size: 143632 bytes --]

[    0.000000] Linux version 6.13.1 (nixbld@localhost) (gcc (GCC) 14.2.1 20241116, GNU ld (GNU Binutils) 2.43.1) #1-NixOS SMP PREEMPT_DYNAMIC Sat Feb  1 16:21:26 UTC 2025
[    0.000000] Command line: initrd=\EFI\nixos\y1m38as3m03pa1aswv862sjmik5b215c-initrd-linux-6.13.1-initrd.efi init=/nix/store/s6pqmn59ckjhli7mj4hsbg2g2s6wblm5-nixos-system-beelink-20250204.799ba5b.20250207.dirty/init nvme.noacpi=1 root=fstab loglevel=4 audit=1
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000005e000-0x000000000005efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004035bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000004035c000-0x000000004035cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004035d000-0x0000000040392fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040393000-0x0000000040393fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040394000-0x0000000072059fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007205a000-0x0000000075159fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007515a000-0x0000000075229fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007522a000-0x0000000075676fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000075677000-0x0000000075ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007aa00000-0x000000007abfffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x00000000803fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x67adb018-0x67b10057] usable ==> usable
[    0.000000] e820: update [mem 0x67aa5018-0x67ada057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000005dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000005e000-0x000000000005efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000005f000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000004035bfff] usable
[    0.000000] reserve setup_data: [mem 0x000000004035c000-0x000000004035cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000004035d000-0x0000000040392fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040393000-0x0000000040393fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040394000-0x0000000067aa5017] usable
[    0.000000] reserve setup_data: [mem 0x0000000067aa5018-0x0000000067ada057] usable
[    0.000000] reserve setup_data: [mem 0x0000000067ada058-0x0000000067adb017] usable
[    0.000000] reserve setup_data: [mem 0x0000000067adb018-0x0000000067b10057] usable
[    0.000000] reserve setup_data: [mem 0x0000000067b10058-0x0000000072059fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007205a000-0x0000000075159fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007515a000-0x0000000075229fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007522a000-0x0000000075676fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000075677000-0x0000000075ffefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000075fff000-0x0000000075ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000076000000-0x0000000079ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007aa00000-0x000000007abfffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x00000000803fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047fbfffff] usable
[    0.000000] efi: EFI v2.8 by American Megatrends
[    0.000000] efi: ACPI=0x75653000 ACPI 2.0=0x75653014 TPMFinalLog=0x75622000 SMBIOS=0x75da3000 SMBIOS 3.0=0x75da2000 MEMATTR=0x6dafe018 RNG=0x75183018 INITRD=0x69d88698 TPMEventLog=0x75181018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem75: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem76: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem77: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem78: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem80: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem81: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] [Firmware Bug]: Corrupted DMI table, offset 4291 (only 72 entries processed)
[    0.000000] SMBIOS 3.5.0 present.
[    0.000000] DMI: AZW EQ/EQ, BIOS N95V104 03/14/2023
[    0.000000] DMI: Memory slots populated: 1/2
[    0.000000] tsc: Detected 800.000 MHz processor
[    0.000000] tsc: Detected 806.400 MHz TSC
[    0.000008] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000011] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000022] last_pfn = 0x47fc00 max_arch_pfn = 0x400000000
[    0.000026] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[    0.000027] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000117] last_pfn = 0x76000 max_arch_pfn = 0x400000000
[    0.004118] found SMP MP-table at [mem 0x000fce00-0x000fce0f]
[    0.004137] Using GB pages for direct mapping
[    0.004418] Secure boot disabled
[    0.004418] RAMDISK: [mem 0x5c67a000-0x5f395fff]
[    0.004422] ACPI: Early table checksum verification disabled
[    0.004425] ACPI: RSDP 0x0000000075653014 000024 (v02 ALASKA)
[    0.004428] ACPI: XSDT 0x0000000075652728 00010C (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004432] ACPI: FACP 0x0000000075227000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
[    0.004436] ACPI: DSDT 0x00000000751B3000 073889 (v02 ALASKA A M I    01072009 INTL 20200717)
[    0.004438] ACPI: FACS 0x0000000075676000 000040
[    0.004440] ACPI: FIDT 0x00000000751B2000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004442] ACPI: SSDT 0x0000000075229000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[    0.004444] ACPI: SSDT 0x00000000751AC000 005D0B (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
[    0.004446] ACPI: SSDT 0x00000000751A9000 002A45 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
[    0.004448] ACPI: SSDT 0x00000000751A5000 0033D3 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
[    0.004450] ACPI: HPET 0x0000000075228000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004452] ACPI: APIC 0x00000000751A4000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
[    0.004454] ACPI: MCFG 0x00000000751A3000 00003C (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004455] ACPI: SSDT 0x00000000751A1000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
[    0.004457] ACPI: UEFI 0x0000000075609000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004459] ACPI: RTCT 0x00000000751A0000 000158 (v01 INTEL  EDK2     00000005 INTL 0100000D)
[    0.004461] ACPI: PSDS 0x000000007519F000 000052 (v01 INTEL  EDK2     00000005 INTL 0100000D)
[    0.004463] ACPI: NHLT 0x000000007519E000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.004464] ACPI: LPIT 0x000000007519D000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004466] ACPI: SSDT 0x0000000075199000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
[    0.004468] ACPI: SSDT 0x0000000075196000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
[    0.004470] ACPI: DBGP 0x0000000075195000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004472] ACPI: DBG2 0x0000000075194000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
[    0.004473] ACPI: SSDT 0x0000000075192000 001919 (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
[    0.004475] ACPI: DMAR 0x0000000075191000 000088 (v02 INTEL  EDK2     00000002      01000013)
[    0.004477] ACPI: FPDT 0x0000000075190000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004479] ACPI: SSDT 0x000000007518F000 00065F (v02 INTEL  xh_adl_N 00000000 INTL 20200717)
[    0.004480] ACPI: SSDT 0x000000007518B000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
[    0.004482] ACPI: SSDT 0x0000000075187000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
[    0.004484] ACPI: SSDT 0x0000000075186000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
[    0.004486] ACPI: TPM2 0x0000000075185000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.004488] ACPI: PHAT 0x0000000075184000 000671 (v01 ALASKA A M I    00000005 MSFT 0100000D)
[    0.004489] ACPI: WSMT 0x000000007519C000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004491] ACPI: Reserving FACP table memory at [mem 0x75227000-0x75227113]
[    0.004492] ACPI: Reserving DSDT table memory at [mem 0x751b3000-0x75226888]
[    0.004493] ACPI: Reserving FACS table memory at [mem 0x75676000-0x7567603f]
[    0.004494] ACPI: Reserving FIDT table memory at [mem 0x751b2000-0x751b209b]
[    0.004494] ACPI: Reserving SSDT table memory at [mem 0x75229000-0x7522938b]
[    0.004495] ACPI: Reserving SSDT table memory at [mem 0x751ac000-0x751b1d0a]
[    0.004495] ACPI: Reserving SSDT table memory at [mem 0x751a9000-0x751aba44]
[    0.004496] ACPI: Reserving SSDT table memory at [mem 0x751a5000-0x751a83d2]
[    0.004496] ACPI: Reserving HPET table memory at [mem 0x75228000-0x75228037]
[    0.004497] ACPI: Reserving APIC table memory at [mem 0x751a4000-0x751a41db]
[    0.004497] ACPI: Reserving MCFG table memory at [mem 0x751a3000-0x751a303b]
[    0.004498] ACPI: Reserving SSDT table memory at [mem 0x751a1000-0x751a2f19]
[    0.004499] ACPI: Reserving UEFI table memory at [mem 0x75609000-0x75609047]
[    0.004499] ACPI: Reserving RTCT table memory at [mem 0x751a0000-0x751a0157]
[    0.004500] ACPI: Reserving PSDS table memory at [mem 0x7519f000-0x7519f051]
[    0.004500] ACPI: Reserving NHLT table memory at [mem 0x7519e000-0x7519e02c]
[    0.004501] ACPI: Reserving LPIT table memory at [mem 0x7519d000-0x7519d0cb]
[    0.004501] ACPI: Reserving SSDT table memory at [mem 0x75199000-0x7519ba82]
[    0.004502] ACPI: Reserving SSDT table memory at [mem 0x75196000-0x75198356]
[    0.004502] ACPI: Reserving DBGP table memory at [mem 0x75195000-0x75195033]
[    0.004503] ACPI: Reserving DBG2 table memory at [mem 0x75194000-0x75194053]
[    0.004503] ACPI: Reserving SSDT table memory at [mem 0x75192000-0x75193918]
[    0.004504] ACPI: Reserving DMAR table memory at [mem 0x75191000-0x75191087]
[    0.004505] ACPI: Reserving FPDT table memory at [mem 0x75190000-0x75190043]
[    0.004505] ACPI: Reserving SSDT table memory at [mem 0x7518f000-0x7518f65e]
[    0.004506] ACPI: Reserving SSDT table memory at [mem 0x7518b000-0x7518eae9]
[    0.004506] ACPI: Reserving SSDT table memory at [mem 0x75187000-0x7518a9d9]
[    0.004507] ACPI: Reserving SSDT table memory at [mem 0x75186000-0x75186143]
[    0.004507] ACPI: Reserving TPM2 table memory at [mem 0x75185000-0x7518504b]
[    0.004508] ACPI: Reserving PHAT table memory at [mem 0x75184000-0x75184670]
[    0.004508] ACPI: Reserving WSMT table memory at [mem 0x7519c000-0x7519c027]
[    0.004665] No NUMA configuration found
[    0.004666] Faking a node at [mem 0x0000000000000000-0x000000047fbfffff]
[    0.004669] NODE_DATA(0) allocated [mem 0x47fbfa780-0x47fbffcbf]
[    0.004697] Zone ranges:
[    0.004697]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004699]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004700]   Normal   [mem 0x0000000100000000-0x000000047fbfffff]
[    0.004701]   Device   empty
[    0.004702] Movable zone start for each node
[    0.004702] Early memory node ranges
[    0.004703]   node   0: [mem 0x0000000000001000-0x000000000005dfff]
[    0.004704]   node   0: [mem 0x000000000005f000-0x000000000009ffff]
[    0.004705]   node   0: [mem 0x0000000000100000-0x000000004035bfff]
[    0.004706]   node   0: [mem 0x000000004035d000-0x0000000040392fff]
[    0.004706]   node   0: [mem 0x0000000040394000-0x0000000072059fff]
[    0.004707]   node   0: [mem 0x0000000075fff000-0x0000000075ffffff]
[    0.004707]   node   0: [mem 0x0000000100000000-0x000000047fbfffff]
[    0.004710] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fbfffff]
[    0.004714] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004715] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004732] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.005971] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.007042] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.007163] On node 0, zone DMA32: 16293 pages in unavailable ranges
[    0.026462] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.026472] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.026485] Reserving Intel graphics memory at [mem 0x7c800000-0x803fffff]
[    0.026730] ACPI: PM-Timer IO Port: 0x1808
[    0.026738] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026739] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026740] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026741] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.026741] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.026742] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.026742] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.026743] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.026743] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.026744] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.026744] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.026745] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.026745] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.026746] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.026746] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.026747] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.026748] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.026748] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.026749] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.026749] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.026750] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.026750] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.026751] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.026751] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.026770] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.026772] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026774] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026777] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026778] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026781] TSC deadline timer available
[    0.026785] CPU topo: Max. logical packages:   1
[    0.026786] CPU topo: Max. logical dies:       1
[    0.026787] CPU topo: Max. dies per package:   1
[    0.026790] CPU topo: Max. threads per core:   1
[    0.026791] CPU topo: Num. cores per package:     4
[    0.026791] CPU topo: Num. threads per package:   4
[    0.026792] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.026810] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026812] PM: hibernation: Registered nosave memory: [mem 0x0005e000-0x0005efff]
[    0.026813] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026815] PM: hibernation: Registered nosave memory: [mem 0x4035c000-0x4035cfff]
[    0.026816] PM: hibernation: Registered nosave memory: [mem 0x40393000-0x40393fff]
[    0.026817] PM: hibernation: Registered nosave memory: [mem 0x67aa5000-0x67aa5fff]
[    0.026819] PM: hibernation: Registered nosave memory: [mem 0x67ada000-0x67adafff]
[    0.026819] PM: hibernation: Registered nosave memory: [mem 0x67adb000-0x67adbfff]
[    0.026820] PM: hibernation: Registered nosave memory: [mem 0x67b10000-0x67b10fff]
[    0.026822] PM: hibernation: Registered nosave memory: [mem 0x7205a000-0x75159fff]
[    0.026822] PM: hibernation: Registered nosave memory: [mem 0x7515a000-0x75229fff]
[    0.026823] PM: hibernation: Registered nosave memory: [mem 0x7522a000-0x75676fff]
[    0.026823] PM: hibernation: Registered nosave memory: [mem 0x75677000-0x75ffefff]
[    0.026825] PM: hibernation: Registered nosave memory: [mem 0x76000000-0x79ffffff]
[    0.026825] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a9fffff]
[    0.026826] PM: hibernation: Registered nosave memory: [mem 0x7aa00000-0x7abfffff]
[    0.026826] PM: hibernation: Registered nosave memory: [mem 0x7ac00000-0x7affffff]
[    0.026827] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x803fffff]
[    0.026827] PM: hibernation: Registered nosave memory: [mem 0x80400000-0xfdffffff]
[    0.026828] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.026828] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.026829] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.026829] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.026830] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.026830] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.026830] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.026831] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.026831] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.026832] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.026833] [mem 0x80400000-0xfdffffff] available for PCI devices
[    0.026835] Booting paravirtualized kernel on bare hardware
[    0.026837] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.031631] setup_percpu: NR_CPUS:384 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.031877] percpu: Embedded 87 pages/cpu s233472 r8192 d114688 u524288
[    0.031884] pcpu-alloc: s233472 r8192 d114688 u524288 alloc=1*2097152
[    0.031887] pcpu-alloc: [0] 0 1 2 3 
[    0.031902] Kernel command line: initrd=\EFI\nixos\y1m38as3m03pa1aswv862sjmik5b215c-initrd-linux-6.13.1-initrd.efi init=/nix/store/s6pqmn59ckjhli7mj4hsbg2g2s6wblm5-nixos-system-beelink-20250204.799ba5b.20250207.dirty/init nvme.noacpi=1 root=fstab loglevel=4 audit=1
[    0.031950] audit: enabled (after initialization)
[    0.031960] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.033274] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.033975] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.034023] Fallback order for Node 0: 0 
[    0.034025] Built 1 zonelists, mobility grouping on.  Total pages: 4135927
[    0.034026] Policy zone: Normal
[    0.034226] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.034236] software IO TLB: area num 4.
[    0.076891] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.076925] ftrace: allocating 46334 entries in 181 pages
[    0.103158] ftrace: allocated 181 pages with 5 groups
[    0.103546] Dynamic Preempt: voluntary
[    0.103592] rcu: Preemptible hierarchical RCU implementation.
[    0.103592] rcu: 	RCU event tracing is enabled.
[    0.103593] rcu: 	RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=4.
[    0.103594] 	Trampoline variant of Tasks RCU enabled.
[    0.103594] 	Rude variant of Tasks RCU enabled.
[    0.103595] 	Tracing variant of Tasks RCU enabled.
[    0.103595] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.103596] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.103601] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.103603] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.103604] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.107833] NR_IRQS: 24832, nr_irqs: 1024, preallocated irqs: 16
[    0.108047] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.108220] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.108256] Console: colour dummy device 80x25
[    0.108258] printk: legacy console [tty0] enabled
[    0.108311] ACPI: Core revision 20240827
[    0.108686] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.108735] APIC: Switch to symmetric I/O mode setup
[    0.108737] DMAR: Host address width 39
[    0.108738] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.108749] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.108752] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.108756] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.108759] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[    0.108763] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.108765] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.108766] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.109765] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.109768] x2apic enabled
[    0.109805] APIC: Switched APIC routing to: cluster x2apic
[    0.112080] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[    0.112087] Calibrating delay loop (skipped), value calculated using timer frequency.. 1612.80 BogoMIPS (lpj=806400)
[    0.112119] CPU0: Thermal monitoring enabled (TM1)
[    0.112121] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.112200] CET detected: Indirect Branch Tracking enabled
[    0.112202] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.112203] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.112206] process: using mwait in idle threads
[    0.112208] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.112211] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.112211] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.112213] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.112215] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.112217] Register File Data Sampling: Mitigation: Clear Register File
[    0.112224] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.112225] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.112226] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.112227] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.112228] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.112230] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.112231] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.112233] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.112234] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.113084] Freeing SMP alternatives memory: 40K
[    0.113084] pid_max: default: 32768 minimum: 301
[    0.113084] LSM: initializing lsm=capability,landlock,yama,selinux,bpf
[    0.113084] landlock: Up and running.
[    0.113084] Yama: becoming mindful.
[    0.113084] SELinux:  Initializing.
[    0.113084] LSM support for eBPF active
[    0.113084] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.113084] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.113084] smpboot: CPU0: Intel(R) N100 (family: 0x6, model: 0xbe, stepping: 0x0)
[    0.113084] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, PEBS-via-PT,  AnyThread deprecated, Gracemont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.113084] ... version:                5
[    0.113084] ... bit width:              48
[    0.113084] ... generic registers:      6
[    0.113084] ... value mask:             0000ffffffffffff
[    0.113084] ... max period:             00007fffffffffff
[    0.113084] ... fixed-purpose events:   3
[    0.113084] ... event mask:             000000070000003f
[    0.113084] signal: max sigframe size: 3632
[    0.113084] Estimated ratio of average max frequency by base frequency (times 1024): 3712
[    0.113558] rcu: Hierarchical SRCU implementation.
[    0.113561] rcu: 	Max phase no-delay instances is 400.
[    0.113602] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.113999] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.114043] smp: Bringing up secondary CPUs ...
[    0.114149] smpboot: x86: Booting SMP configuration:
[    0.114150] .... node  #0, CPUs:      #1 #2 #3
[    0.115354] smp: Brought up 1 node, 4 CPUs
[    0.115354] smpboot: Total of 4 processors activated (6451.20 BogoMIPS)
[    0.116157] Memory: 16083412K/16543708K available (16384K kernel code, 2510K rwdata, 12888K rodata, 3348K init, 3604K bss, 447168K reserved, 0K cma-reserved)
[    0.116485] devtmpfs: initialized
[    0.116485] x86/mm: Memory block size: 128MB
[    0.117853] ACPI: PM: Registering ACPI NVS region [mem 0x7522a000-0x75676fff] (4509696 bytes)
[    0.117853] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.117853] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.117853] pinctrl core: initialized pinctrl subsystem
[    0.118087] PM: RTC time: 08:51:51, date: 2025-02-07
[    0.118548] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.118822] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.119011] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.119202] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.119219] audit: initializing netlink subsys (enabled)
[    0.119321] audit: type=2000 audit(1738918311.007:1): state=initialized audit_enabled=1 res=1
[    0.119321] thermal_sys: Registered thermal governor 'bang_bang'
[    0.119321] thermal_sys: Registered thermal governor 'step_wise'
[    0.119321] thermal_sys: Registered thermal governor 'user_space'
[    0.119321] cpuidle: using governor menu
[    0.119321] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.119321] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.119321] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.119321] PCI: Using configuration type 1 for base access
[    0.119321] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.125130] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.125130] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.125130] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.125130] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.125185] ACPI: Added _OSI(Module Device)
[    0.125185] ACPI: Added _OSI(Processor Device)
[    0.125185] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.125185] ACPI: Added _OSI(Processor Aggregator Device)
[    0.202389] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20240827/dswload2-162)
[    0.202399] fbcon: Taking over console
[    0.202403] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
[    0.202408] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.202414] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20240827/dswload2-162)
[    0.202419] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
[    0.202423] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.204354] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.216765] ACPI: Dynamic OEM Table Load:
[    0.216775] ACPI: SSDT 0xFFFF96DE01E7E800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.217672] ACPI: Dynamic OEM Table Load:
[    0.217678] ACPI: SSDT 0xFFFF96DE01E7BA00 0001A3 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.218520] ACPI: Dynamic OEM Table Load:
[    0.218525] ACPI: SSDT 0xFFFF96DE01E7A000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.219368] ACPI: Dynamic OEM Table Load:
[    0.219373] ACPI: SSDT 0xFFFF96DE01E23000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.220550] ACPI: Dynamic OEM Table Load:
[    0.220559] ACPI: SSDT 0xFFFF96DE01E2E000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.221972] ACPI: Dynamic OEM Table Load:
[    0.221979] ACPI: SSDT 0xFFFF96DE01E2A000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.223223] ACPI: Dynamic OEM Table Load:
[    0.223229] ACPI: SSDT 0xFFFF96DE01E28000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.224534] ACPI: Dynamic OEM Table Load:
[    0.224540] ACPI: SSDT 0xFFFF96DE01E30000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.227434] ACPI: Interpreter enabled
[    0.227488] ACPI: PM: (supports S0 S3 S4 S5)
[    0.227489] ACPI: Using IOAPIC for interrupt routing
[    0.227543] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.227544] PCI: Ignoring E820 reservations for host bridge windows
[    0.228649] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.244715] ACPI: \_SB_.PC00.XHCI.RHUB.HS05.BTRT: New power resource
[    0.254178] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.267391] ACPI: \_TZ_.FN00: New power resource
[    0.267446] ACPI: \_TZ_.FN01: New power resource
[    0.267500] ACPI: \_TZ_.FN02: New power resource
[    0.267552] ACPI: \_TZ_.FN03: New power resource
[    0.267604] ACPI: \_TZ_.FN04: New power resource
[    0.268071] ACPI: \PIN_: New power resource
[    0.268363] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.268369] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.268506] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.268759] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.268761] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.269821] PCI host bridge to bus 0000:00
[    0.269826] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.269828] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.269830] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.269831] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[    0.269833] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.269834] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.269863] pci 0000:00:00.0: [8086:461c] type 00 class 0x060000 conventional PCI endpoint
[    0.269993] pci 0000:00:02.0: [8086:46d1] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.270002] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[    0.270007] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.270011] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    0.270025] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.270027] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.270050] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.270052] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.270056] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.270058] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.270214] pci 0000:00:14.0: [8086:54ed] type 00 class 0x0c0330 conventional PCI endpoint
[    0.270235] pci 0000:00:14.0: BAR 0 [mem 0x6001100000-0x600110ffff 64bit]
[    0.270319] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.271936] pci 0000:00:14.2: [8086:54ef] type 00 class 0x050000 conventional PCI endpoint
[    0.271957] pci 0000:00:14.2: BAR 0 [mem 0x6001118000-0x600111bfff 64bit]
[    0.271970] pci 0000:00:14.2: BAR 2 [mem 0x6001122000-0x6001122fff 64bit]
[    0.272146] pci 0000:00:14.3: [8086:54f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.272167] pci 0000:00:14.3: BAR 0 [mem 0x6001114000-0x6001117fff 64bit]
[    0.272346] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.272674] pci 0000:00:15.0: [8086:54e8] type 00 class 0x0c8000 conventional PCI endpoint
[    0.272746] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.273199] pci 0000:00:15.1: [8086:54e9] type 00 class 0x0c8000 conventional PCI endpoint
[    0.273271] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.273607] pci 0000:00:16.0: [8086:54e0] type 00 class 0x078000 conventional PCI endpoint
[    0.273630] pci 0000:00:16.0: BAR 0 [mem 0x600111f000-0x600111ffff 64bit]
[    0.273715] pci 0000:00:16.0: PME# supported from D3hot
[    0.274137] pci 0000:00:17.0: [8086:54d3] type 00 class 0x010601 conventional PCI endpoint
[    0.274155] pci 0000:00:17.0: BAR 0 [mem 0x80b00000-0x80b01fff]
[    0.274165] pci 0000:00:17.0: BAR 1 [mem 0x80b03000-0x80b030ff]
[    0.274176] pci 0000:00:17.0: BAR 2 [io  0x3090-0x3097]
[    0.274186] pci 0000:00:17.0: BAR 3 [io  0x3080-0x3083]
[    0.274196] pci 0000:00:17.0: BAR 4 [io  0x3060-0x307f]
[    0.274207] pci 0000:00:17.0: BAR 5 [mem 0x80b02000-0x80b027ff]
[    0.274256] pci 0000:00:17.0: PME# supported from D3hot
[    0.274499] pci 0000:00:1c.0: [8086:54be] type 01 class 0x060400 PCIe Root Port
[    0.274526] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.274533] pci 0000:00:1c.0:   bridge window [mem 0x80700000-0x809fffff]
[    0.274609] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.275049] pci 0000:00:1d.0: [8086:54b0] type 01 class 0x060400 PCIe Root Port
[    0.275076] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.275082] pci 0000:00:1d.0:   bridge window [mem 0x80400000-0x806fffff]
[    0.275166] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.275596] pci 0000:00:1d.2: [8086:54b2] type 01 class 0x060400 PCIe Root Port
[    0.275623] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    0.275629] pci 0000:00:1d.2:   bridge window [mem 0x80a00000-0x80afffff]
[    0.275704] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[    0.276210] pci 0000:00:1e.0: [8086:54a8] type 00 class 0x078000 conventional PCI endpoint
[    0.276280] pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.276713] pci 0000:00:1e.3: [8086:54ab] type 00 class 0x0c8000 conventional PCI endpoint
[    0.276787] pci 0000:00:1e.3: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.277107] pci 0000:00:1f.0: [8086:5481] type 00 class 0x060100 conventional PCI endpoint
[    0.277406] pci 0000:00:1f.3: [8086:54c8] type 00 class 0x040300 conventional PCI endpoint
[    0.277448] pci 0000:00:1f.3: BAR 0 [mem 0x6001110000-0x6001113fff 64bit]
[    0.277502] pci 0000:00:1f.3: BAR 4 [mem 0x6001000000-0x60010fffff 64bit]
[    0.277606] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.277704] pci 0000:00:1f.4: [8086:54a3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.277725] pci 0000:00:1f.4: BAR 0 [mem 0x600111c000-0x600111c0ff 64bit]
[    0.277747] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.277948] pci 0000:00:1f.5: [8086:54a4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.277968] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.278143] pci 0000:01:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[    0.278165] pci 0000:01:00.0: BAR 0 [mem 0x80800000-0x808fffff]
[    0.278199] pci 0000:01:00.0: BAR 3 [mem 0x80900000-0x80903fff]
[    0.278233] pci 0000:01:00.0: ROM [mem 0x80700000-0x807fffff pref]
[    0.278341] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.278513] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.278596] pci 0000:02:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[    0.278618] pci 0000:02:00.0: BAR 0 [mem 0x80500000-0x805fffff]
[    0.278652] pci 0000:02:00.0: BAR 3 [mem 0x80600000-0x80603fff]
[    0.278686] pci 0000:02:00.0: ROM [mem 0x80400000-0x804fffff pref]
[    0.278794] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.278965] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.279033] pci 0000:03:00.0: [1987:5015] type 00 class 0x010802 PCIe Endpoint
[    0.279058] pci 0000:03:00.0: BAR 0 [mem 0x80a00000-0x80a03fff 64bit]
[    0.279265] pci 0000:03:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:1d.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.279375] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    0.282145] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.282241] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.282335] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.282428] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.282521] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.282613] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.282706] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.282798] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.290169] iommu: Default domain type: Translated
[    0.290171] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.290204] ACPI: bus type USB registered
[    0.290217] usbcore: registered new interface driver usbfs
[    0.290221] usbcore: registered new interface driver hub
[    0.290226] usbcore: registered new device driver usb
[    0.290279] efivars: Registered efivars operations
[    0.290330] NetLabel: Initializing
[    0.290331] NetLabel:  domain hash size = 128
[    0.290332] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.290364] NetLabel:  unlabeled traffic allowed by default
[    0.290362] audit: type=1409 audit(1738918311.178:2): netlabel: auid=0 ses=0 subj=kernel nlbl_domain=(default) nlbl_protocol=unlbl res=1
[    0.290369] PCI: Using ACPI for IRQ routing
[    0.290362] audit: type=1406 audit(1738918311.178:3): netlabel: auid=0 ses=0 subj=kernel unlbl_accept=1 old=0
[    0.299970] PCI: pci_cache_line_size set to 64 bytes
[    0.300146] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.300284] e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
[    0.300286] e820: reserve RAM buffer [mem 0x4035c000-0x43ffffff]
[    0.300287] e820: reserve RAM buffer [mem 0x40393000-0x43ffffff]
[    0.300288] e820: reserve RAM buffer [mem 0x67aa5018-0x67ffffff]
[    0.300289] e820: reserve RAM buffer [mem 0x67adb018-0x67ffffff]
[    0.300290] e820: reserve RAM buffer [mem 0x7205a000-0x73ffffff]
[    0.300291] e820: reserve RAM buffer [mem 0x76000000-0x77ffffff]
[    0.300292] e820: reserve RAM buffer [mem 0x47fc00000-0x47fffffff]
[    0.300331] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.300331] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.300331] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.300331] vgaarb: loaded
[    0.300331] clocksource: Switched to clocksource tsc-early
[    0.300618] VFS: Disk quotas dquot_6.6.0
[    0.300627] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.300692] pnp: PnP ACPI init
[    0.300880] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    0.300883] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.300885] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.301244] pnp 00:01: [dma 0 disabled]
[    0.301396] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.301398] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.301507] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.303689] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.303716] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.303719] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.303720] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.303722] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.303723] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.303724] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.303726] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.304447] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.305287] pnp: PnP ACPI: found 7 devices
[    0.311015] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.311074] NET: Registered PF_INET protocol family
[    0.311274] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.323973] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.324003] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.324077] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.324328] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.324426] TCP: Hash tables configured (established 131072 bind 65536)
[    0.324521] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.324590] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.324667] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.324746] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.324754] NET: Registered PF_XDP protocol family
[    0.324770] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.324776] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[    0.324779] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[    0.324838] pci 0000:00:15.1: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[    0.324857] pci 0000:00:1e.0: BAR 0 [mem 0x4017002000-0x4017002fff 64bit]: assigned
[    0.324873] pci 0000:00:1e.3: BAR 0 [mem 0x4017003000-0x4017003fff 64bit]: assigned
[    0.324891] pci 0000:00:1f.5: BAR 0 [mem 0x80b04000-0x80b04fff]: assigned
[    0.324903] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.324907] pci 0000:00:1c.0:   bridge window [mem 0x80700000-0x809fffff]
[    0.324914] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.324918] pci 0000:00:1d.0:   bridge window [mem 0x80400000-0x806fffff]
[    0.324925] pci 0000:00:1d.2: PCI bridge to [bus 03]
[    0.324928] pci 0000:00:1d.2:   bridge window [mem 0x80a00000-0x80afffff]
[    0.324936] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.324937] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.324939] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.324940] pci_bus 0000:00: resource 7 [mem 0x80400000-0xbfffffff window]
[    0.324941] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.324943] pci_bus 0000:01: resource 1 [mem 0x80700000-0x809fffff]
[    0.324944] pci_bus 0000:02: resource 1 [mem 0x80400000-0x806fffff]
[    0.324945] pci_bus 0000:03: resource 1 [mem 0x80a00000-0x80afffff]
[    0.325554] PCI: CLS 64 bytes, default 64
[    0.325579] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.325580] software IO TLB: mapped [mem 0x000000005f5ff000-0x00000000635ff000] (64MB)
[    0.325611] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xb9fb05486c, max_idle_ns: 440795231721 ns
[    0.325627] clocksource: Switched to clocksource tsc
[    0.325638] Trying to unpack rootfs image as initramfs...
[    0.325655] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.342396] Initialise system trusted keyrings
[    0.342457] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.352432] Key type asymmetric registered
[    0.352436] Asymmetric key parser 'x509' registered
[    0.352467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.352535] io scheduler mq-deadline registered
[    0.352536] io scheduler kyber registered
[    0.357288] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.357477] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.361060] hpet_acpi_add: no address or irqs in _CRS
[    0.361095] Linux agpgart interface v0.103
[    0.361154] ACPI: bus type drm_connector registered
[    0.362432] usbcore: registered new interface driver usbserial_generic
[    0.362437] usbserial: USB Serial support registered for generic
[    0.362577] intel_pstate: Intel P-state driver initializing
[    0.362782] intel_pstate: HWP enabled
[    0.362902] drop_monitor: Initializing network drop monitor service
[    0.363075] NET: Registered PF_INET6 protocol family
[    0.462813] Freeing initrd memory: 46192K
[    0.466069] Segment Routing with IPv6
[    0.466086] In-situ OAM (IOAM) with IPv6
[    0.466401] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.466441] microcode: Current revision: 0x0000001a
[    0.466443] microcode: Updated early from: 0x0000000e
[    0.466515] resctrl: L2 allocation detected
[    0.466527] IPI shorthand broadcast: enabled
[    0.467809] sched_clock: Marking stable (463001753, 3945781)->(489502067, -22554533)
[    0.467965] registered taskstats version 1
[    0.468088] Loading compiled-in X.509 certificates
[    0.471165] Demotion targets for Node 0: null
[    0.471226] Key type .fscrypt registered
[    0.471227] Key type fscrypt-provisioning registered
[    0.471319] PM:   Magic number: 13:685:876
[    0.473940] RAS: Correctable Errors collector initialized.
[    0.482364] clk: Disabling unused clocks
[    0.482367] PM: genpd: Disabling unused power domains
[    0.483355] Freeing unused decrypted memory: 2028K
[    0.483798] Freeing unused kernel image (initmem) memory: 3348K
[    0.483814] Write protecting the kernel read-only data: 30720k
[    0.484231] Freeing unused kernel image (rodata/data gap) memory: 1448K
[    0.516761] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.516766] Run /init as init process
[    0.516766]   with arguments:
[    0.516768]     /init
[    0.516768]   with environment:
[    0.516769]     HOME=/
[    0.516770]     TERM=linux
[    0.522665] systemd[1]: Inserted module 'autofs4'
[    0.540749] systemd[1]: Failed to make /usr/ a mount point, ignoring: No such file or directory
[    0.540904] systemd[1]: systemd 257.2 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +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 -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    0.540910] systemd[1]: Detected architecture x86-64.
[    0.540912] systemd[1]: Running in initrd.
[    0.541072] systemd[1]: Hostname set to <beelink>.
[    0.541106] systemd[1]: Initializing machine ID from random generator.
[    0.553253] audit: type=1334 audit(1738918311.440:4): prog-id=1 op=LOAD
[    0.553258] audit: type=1300 audit(1738918311.440:4): arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffd7033c950 a2=98 a3=0 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" subj=kernel key=(null)
[    0.553260] audit: type=1327 audit(1738918311.440:4): proctitle="/init"
[    0.553262] audit: type=1334 audit(1738918311.440:5): prog-id=1 op=UNLOAD
[    0.553263] audit: type=1300 audit(1738918311.440:5): arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=9 a2=98 a3=200000008 items=0 ppid=0 pid=1 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" subj=kernel key=(null)
[    0.553265] audit: type=1327 audit(1738918311.440:5): proctitle="/init"
[    0.553284] audit: type=1334 audit(1738918311.440:6): prog-id=2 op=LOAD
[    0.555137] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-cryptsetup-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.555371] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-debug-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.555565] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-fstab-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.555780] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-gpt-auto-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.556139] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-hibernate-resume-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.560096] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-run-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.560887] (sd-e[81]: '/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/system-generators/systemd-tpm2-generator' is marked world-writable, which is a security risk as it is executed with privileges. Please remove world writability permission bits. Proceeding anyway.
[    0.599303] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.610912] systemd[1]: Created slice Slice /system/modprobe.
[    0.611218] systemd[1]: Created slice Slice /system/systemd-cryptsetup.
[    0.611294] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    0.611333] systemd[1]: Expecting device /dev/disk/by-partlabel/disk-main-primary...
[    0.611361] systemd[1]: Expecting device /dev/disk/by-partlabel/sandisk-random-id...
[    0.611387] systemd[1]: Expecting device /dev/tpmrm0...
[    0.611411] systemd[1]: Expecting device /dev/volgroup/nixos...
[    0.611439] systemd[1]: Reached target Initrd Preservation Mounts.
[    0.611471] systemd[1]: Reached target Initrd Root Device.
[    0.611505] systemd[1]: Reached target Path Units.
[    0.611536] systemd[1]: Reached target Slice Units.
[    0.611568] systemd[1]: Reached target Swaps.
[    0.611596] systemd[1]: Reached target Timer Units.
[    0.611696] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.611788] systemd[1]: Listening on Journal Sockets.
[    0.611896] systemd[1]: Listening on Network Service Netlink Socket.
[    0.611996] systemd[1]: Listening on udev Control Socket.
[    0.612061] systemd[1]: Listening on udev Kernel Socket.
[    0.612637] systemd[1]: Starting Copy secrets into place...
[    0.613247] systemd[1]: Starting Create List of Static Device Nodes...
[    0.614677] systemd[1]: Starting Load Kernel Module configfs...
[    0.619206] systemd[1]: Starting Journal Service...
[    0.622178] systemd[1]: Starting Load Kernel Modules...
[    0.626254] systemd[1]: Starting Generate network units from Kernel command line...
[    0.627466] systemd[1]: Starting Coldplug All udev Devices...
[    0.630331] systemd[1]: Finished Create List of Static Device Nodes.
[    0.630939] systemd[1]: Finished Copy secrets into place.
[    0.631420] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    0.631661] systemd[1]: Finished Load Kernel Module configfs.
[    0.632099] systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
[    0.635141] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    0.638610] pps_core: LinuxPPS API ver. 1 registered
[    0.638615] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.640783] PTP clock support registered
[    0.644710] systemd[1]: Finished Generate network units from Kernel command line.
[    0.645076] systemd[1]: Reached target Preparation for Network.
[    0.646212] systemd-journald[95]: Collecting audit messages is disabled.
[    0.648291] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    0.650108] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.650233] Intel(R) 2.5G Ethernet Linux Driver
[    0.650236] Copyright(c) 2018 Intel Corporation.
[    0.650402] igc 0000:01:00.0: PCIe PTM not supported by PCIe bus/controller
[    0.688618] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.688794] systemd[1]: Reached target Preparation for Local File Systems.
[    0.688848] systemd[1]: Reached target Local File Systems.
[    0.689789] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.698319] pps pps0: new PPS source ptp0
[    0.698360] igc 0000:01:00.0 (unnamed net_device) (uninitialized): PHC added
[    0.717644] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    0.722192] igc 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[    0.722198] igc 0000:01:00.0 eth0: MAC: 7c:83:34:be:b0:9b
[    0.722391] igc 0000:02:00.0: PCIe PTM not supported by PCIe bus/controller
[    0.724568] igc 0000:01:00.0 wan0: renamed from eth0
[    0.740120] systemd[1]: Finished Coldplug All udev Devices.
[    0.769262] pps pps1: new PPS source ptp1
[    0.769354] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
[    0.783440] SCSI subsystem initialized
[    0.784381] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.784391] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.785499] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
[    0.785807] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.785811] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.785814] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.785867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    0.785870] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.785871] usb usb1: Product: xHCI Host Controller
[    0.785873] usb usb1: Manufacturer: Linux 6.13.1 xhci-hcd
[    0.785874] usb usb1: SerialNumber: 0000:00:14.0
[    0.786088] hub 1-0:1.0: USB hub found
[    0.786117] hub 1-0:1.0: 12 ports detected
[    0.788006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[    0.788011] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.788012] usb usb2: Product: xHCI Host Controller
[    0.788014] usb usb2: Manufacturer: Linux 6.13.1 xhci-hcd
[    0.788015] usb usb2: SerialNumber: 0000:00:14.0
[    0.788168] hub 2-0:1.0: USB hub found
[    0.788244] hub 2-0:1.0: 4 ports detected
[    0.793262] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[    0.793268] igc 0000:02:00.0 eth0: MAC: 7c:83:34:be:b0:9c
[    0.817951] libata version 3.00 loaded.
[    0.834061] systemd[1]: Started Journal Service.
[    0.857193] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    0.857699] ahci 0000:00:17.0: version 3.0
[    0.858009] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    0.858013] ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x2)
[    0.858015] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds 
[    0.858456] cryptd: max_cpu_qlen set to 1000
[    0.859423] scsi host0: ahci
[    0.859740] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    0.859917] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    0.863553] scsi host1: ahci
[    0.863614] ata1: DUMMY
[    0.863623] ata2: SATA max UDMA/133 abar m2048@0x80b02000 port 0x80b02180 irq 138 lpm-pol 3
[    0.884816] Intel(R) Wireless WiFi driver for Linux
[    0.884907] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    0.886320] iwlwifi 0000:00:14.3: Detected crf-id 0x501, cnv-id 0x80400 wfpm id 0x80000030
[    0.886361] iwlwifi 0000:00:14.3: PCI dev 54f0/0244, rev=0x370, rfid=0x10c000
[    0.886364] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX101
[    0.888858] igc 0000:02:00.0 lan0: renamed from eth0
[    0.896717] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
[    0.897117] iwlwifi 0000:00:14.3: loaded firmware version 89.6b44fa0b.0 so-a0-hr-b0-89.ucode op_mode iwlmvm
[    1.025190] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    1.150420] usb 1-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
[    1.150442] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.176019] ata2: SATA link down (SStatus 4 SControl 300)
[    1.184817] AES CTR mode by8 optimization enabled
[    1.185018] nvme nvme0: pci function 0000:03:00.0
[    1.193871] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    1.203968] nvme nvme0: missing or invalid SUBNQN field.
[    1.261303] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.274073] usb 2-1: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
[    1.274089] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.274095] usb 2-1: Product:  SanDisk 3.2Gen1
[    1.274101] usb 2-1: Manufacturer:  USB
[    1.274105] usb 2-1: SerialNumber: 010164991e64bae8370a7d663372b6c192311c09d5d4ce76dc4b6ec969ff2d83a30e00000000000000000000c3720f25008856008355810790ae12db
[    1.295185] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.295800] scsi host2: usb-storage 2-1:1.0
[    1.296160] usbcore: registered new interface driver usb-storage
[    1.299035] nvme nvme0: allocated 64 MiB host memory buffer (16 segments).
[    1.779848] nvme nvme0: 4/0/0 default/read/poll queues
[    1.837185]  nvme0n1: p1 p2
[    1.878949] raid6: avx2x4   gen() 19177 MB/s
[    1.895947] raid6: avx2x2   gen() 23604 MB/s
[    1.912948] raid6: avx2x1   gen() 21099 MB/s
[    1.912949] raid6: using algorithm avx2x2 gen() 23604 MB/s
[    1.929947] raid6: .... xor() 14731 MB/s, rmw enabled
[    1.929949] raid6: using avx2x2 recovery algorithm
[    1.930617] xor: automatically using best checksumming function   avx       
[    2.040909] Btrfs loaded, zoned=yes, fsverity=no
[    2.043604] NET: Registered PF_PACKET protocol family
[    2.321632] scsi 2:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[    2.335502] sd 2:0:0:0: [sda] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
[    2.336402] sd 2:0:0:0: [sda] Write Protect is off
[    2.336416] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00
[    2.336779] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.362248]  sda: sda1 sda2
[    2.362772] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    4.880727] Key type trusted registered
[    4.961067] Key type encrypted registered
[    5.142465] kauditd_printk_skb: 218 callbacks suppressed
[    5.142477] audit: type=1131 audit(1738918316.029:52): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=lvm-activate-volgroup comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.142489] audit: audit_lost=63 audit_rate_limit=0 audit_backlog_limit=64
[    5.142495] audit: kauditd hold queue overflow
[    5.143112] BTRFS: device label nixos devid 1 transid 913652 /dev/mapper/volgroup-nixos (254:2) scanned by mount (384)
[    5.144181] BTRFS info (device dm-2): first mount of filesystem f7b79048-df27-48de-a14a-d3c22a7df05a
[    5.144224] BTRFS info (device dm-2): using crc32c (crc32c-intel) checksum algorithm
[    5.144240] BTRFS info (device dm-2): using free-space-tree
[    5.272310] audit: type=1130 audit(1738918316.159:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-find-nixos-closure comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.272326] audit: audit_lost=64 audit_rate_limit=0 audit_backlog_limit=64
[    5.272333] audit: kauditd hold queue overflow
[    5.341389] audit: type=1130 audit(1738918316.228:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-find-etc comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.341404] audit: audit_lost=65 audit_rate_limit=0 audit_backlog_limit=64
[    5.341410] audit: kauditd hold queue overflow
[    5.392976] loop: module loaded
[    5.394462] loop0: detected capacity change from 0 to 168
[    5.409049] erofs (device loop0): mounted with root inode @ nid 36.
[    5.471458] igc 0000:02:00.0 lan0: NIC Link is Up 2500 Mbps Full Duplex, Flow Control: RX/TX
[    5.477945] audit: type=1130 audit(1738918316.364:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-sysroot comm="systemd" exe="/nix/store/b5nslvx24h0b1m4iml7cykg4dwwf8b7k-systemd-257.2/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.030169] systemd-journald[95]: Received SIGTERM from PID 1 (systemd).
[    6.328467] systemd[1]: systemd 257.2 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +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 -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    6.328490] systemd[1]: Detected architecture x86-64.
[    6.463578] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    6.510492] zram: Added device: zram0
[    6.821334] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    6.821470] systemd[1]: Stopped initrd-switch-root.service.
[    6.822219] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    6.822864] systemd[1]: Created slice Slice /system/getty.
[    6.823359] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    6.823770] systemd[1]: Created slice User and Session Slice.
[    6.823860] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.823929] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.823995] systemd[1]: Expecting device /dev/zram0...
[    6.824041] systemd[1]: Reached target Local Encrypted Volumes.
[    6.824074] systemd[1]: Stopped target initrd-fs.target.
[    6.824105] systemd[1]: Stopped target initrd-root-fs.target.
[    6.824133] systemd[1]: Stopped target initrd-switch-root.target.
[    6.824168] systemd[1]: Reached target Containers.
[    6.824207] systemd[1]: Reached target Remote File Systems.
[    6.824238] systemd[1]: Reached target Slice Units.
[    6.825096] systemd[1]: Listening on Process Core Dump Socket.
[    6.825586] systemd[1]: Listening on Credential Encryption/Decryption.
[    6.825717] systemd[1]: Listening on Network Service Netlink Socket.
[    6.825830] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[    6.825882] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.825936] systemd[1]: Listening on udev Control Socket.
[    6.826018] systemd[1]: Listening on udev Kernel Socket.
[    6.827755] systemd[1]: Activating swap /dev/volgroup/swap...
[    6.828655] systemd[1]: Mounting Huge Pages File System...
[    6.829723] systemd[1]: Mounting POSIX Message Queue File System...
[    6.832012] systemd[1]: Mounting /etc/secureboot...
[    6.842223] systemd[1]: Mounting /home/ramses/.cache...
[    6.844452] systemd[1]: Mounting /home/ramses/.config/nvim/spell...
[    6.847176] systemd[1]: Mounting /home/ramses/.ghc...
[    6.848700] systemd[1]: Mounting /home/ramses/.gnupg...
[    6.850578] systemd[1]: Mounting /home/ramses/.local...
[    6.852500] Adding 10485756k swap on /dev/mapper/volgroup-swap.  Priority:-2 extents:1 across:10485756k SS
[    6.852669] systemd[1]: Mounting /home/ramses/.ssh...
[    6.854036] systemd[1]: Mounting /home/ramses/Documents...
[    6.856279] systemd[1]: Mounting /home/ramses/Downloads...
[    6.859173] systemd[1]: Mounting /home/ramses/projects...
[    6.860253] systemd[1]: Mounting Kernel Debug File System...
[    6.862093] systemd[1]: Mounting /var/cache...
[    6.864514] systemd[1]: Mounting /var/lib...
[    6.865673] systemd[1]: Mounting /var/log...
[    6.865797] systemd[1]: initrd-find-etc.service: Deactivated successfully.
[    6.865852] systemd[1]: Stopped initrd-find-etc.service.
[    6.865973] systemd[1]: initrd-find-nixos-closure.service: Deactivated successfully.
[    6.866025] systemd[1]: Stopped initrd-find-nixos-closure.service.
[    6.868402] systemd[1]: Starting Create List of Static Device Nodes...
[    6.869651] systemd[1]: Starting Load Kernel Module configfs...
[    6.870794] systemd[1]: Starting Load Kernel Module drm...
[    6.872109] systemd[1]: Starting Load Kernel Module efi_pstore...
[    6.873753] systemd[1]: Starting Load Kernel Module fuse...
[    6.877068] systemd[1]: Starting mount-pstore.service...
[    6.879037] systemd[1]: Starting sops-install-secrets-for-users.service...
[    6.879143] systemd[1]: systemd-cryptsetup@decrypted.service: Deactivated successfully.
[    6.879205] systemd[1]: Stopped systemd-cryptsetup@decrypted.service.
[    6.879456] 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).
[    6.881007] pstore: Using crash dump compression: deflate
[    6.882889] systemd[1]: Starting Journal Service...
[    6.884052] pstore: Registered efi_pstore as persistent store backend
[    6.884173] systemd[1]: Starting Load Kernel Modules...
[    6.885685] systemd[1]: Starting Userspace Out-Of-Memory (OOM) Killer...
[    6.888260] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.888386] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.891865] fuse: init (API version 7.41)
[    6.899065] systemd[1]: Starting Coldplug All udev Devices...
[    6.906232] systemd[1]: Activated swap /dev/volgroup/swap.
[    6.910123] systemd[1]: Mounted Huge Pages File System.
[    6.910336] systemd[1]: Mounted POSIX Message Queue File System.
[    6.910484] systemd[1]: Mounted /etc/secureboot.
[    6.910637] systemd[1]: Mounted /home/ramses/.cache.
[    6.910784] systemd[1]: Mounted /home/ramses/.config/nvim/spell.
[    6.910928] systemd[1]: Mounted /home/ramses/.ghc.
[    6.911100] systemd[1]: Mounted /home/ramses/.gnupg.
[    6.911243] systemd[1]: Mounted /home/ramses/.local.
[    6.911386] systemd[1]: Mounted /home/ramses/.ssh.
[    6.911531] systemd[1]: Mounted /home/ramses/Documents.
[    6.911668] systemd[1]: Mounted /home/ramses/Downloads.
[    6.911811] systemd[1]: Mounted /home/ramses/projects.
[    6.911944] systemd[1]: Mounted Kernel Debug File System.
[    6.912099] systemd[1]: Mounted /var/cache.
[    6.912235] systemd[1]: Mounted /var/lib.
[    6.912389] systemd[1]: Mounted /var/log.
[    6.912731] systemd[1]: Finished Create List of Static Device Nodes.
[    6.913087] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    6.913310] systemd[1]: Finished Load Kernel Module configfs.
[    6.913668] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    6.913868] systemd[1]: Finished Load Kernel Module drm.
[    6.914317] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    6.914541] systemd[1]: Finished Load Kernel Module efi_pstore.
[    6.914945] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    6.915173] systemd[1]: Finished Load Kernel Module fuse.
[    6.919496] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.931372] systemd[1]: Mounting /home/ramses/.local/share/containers...
[    6.934498] systemd[1]: Mounting FUSE Control File System...
[    6.935698] systemd[1]: Mounting Kernel Configuration File System...
[    6.938235] systemd[1]: Starting Load/Save OS Random Seed...
[    6.940275] systemd-journald[547]: Collecting audit messages is disabled.
[    6.944147] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    6.944248] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.949546] systemd[1]: Finished mount-pstore.service.
[    6.949744] systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    6.952125] systemd[1]: Mounted FUSE Control File System.
[    6.953226] systemd[1]: Mounted Kernel Configuration File System.
[    6.954840] systemd[1]: Started Journal Service.
[    6.983930] systemd-journald[547]: Received client request to flush runtime journal.
[    7.057520] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    7.086475] tun: Universal TUN/TAP device driver, 1.6
[    7.483125] zram0: detected capacity change from 0 to 25839208
[    7.511642] usbcore: registered new interface driver uas
[    7.520518] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    7.527415] ACPI: button: Sleep Button [SLPB]
[    7.540942] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    7.540995] ACPI: button: Power Button [PWRB]
[    7.541055] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    7.556551] ACPI: button: Power Button [PWRF]
[    7.577879] Adding 12919600k swap on /dev/zram0.  Priority:5 extents:1 across:12919600k SSDsc
[    7.584286] resource: resource sanity check: requesting [mem 0x00000000fe000000-0x00000000fe001fff], which spans more than INTC1023:00 [mem 0xfe001210-0xfe001247]
[    7.584293] caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
[    7.584491] intel_pmc_core INT33A1:00:  initialized
[    7.586039] thermal LNXTHERM:00: registered as thermal_zone0
[    7.586044] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    7.654847] EDAC MC: Ver: 3.0.0
[    7.655815] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[    7.664648] EDAC DEBUG: igen6_init: 
[    7.664674] EDAC DEBUG: igen6_probe: 
[    7.664676] EDAC DEBUG: igen6_pci_setup: 
[    7.664684] EDAC DEBUG: igen6_register_mci: 
[    7.664697] resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcffff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
[    7.664701] caller igen6_probe+0x217/0xb90 [igen6_edac] mapping multiple BARs
[    7.664716] EDAC DEBUG: igen6_reg_dump: CHANNEL_HASH     : 0x130c3200
[    7.664718] EDAC DEBUG: igen6_reg_dump: CHANNEL_EHASH    : 0x0
[    7.664719] EDAC DEBUG: igen6_reg_dump: MAD_INTER_CHANNEL: 0x8010001
[    7.664720] EDAC DEBUG: igen6_reg_dump: ECC_ERROR_LOG    : 0xffffffffffffffff
[    7.664722] EDAC DEBUG: igen6_reg_dump: MAD_INTRA_CH0    : 0x100
[    7.664723] EDAC DEBUG: igen6_reg_dump: MAD_DIMM_CH0     : 0xd0000010
[    7.664725] EDAC DEBUG: igen6_reg_dump: MAD_INTRA_CH1    : 0x100
[    7.664726] EDAC DEBUG: igen6_reg_dump: MAD_DIMM_CH1     : 0xd0000010
[    7.664727] EDAC DEBUG: igen6_reg_dump: TOLUD            : 0x80400000
[    7.664728] EDAC DEBUG: igen6_reg_dump: TOUUD            : 0x47fc00000
[    7.664729] EDAC DEBUG: igen6_reg_dump: TOM              : 0x400000000
[    7.664730] EDAC DEBUG: igen6_get_dimm_config: 
[    7.664733] EDAC DEBUG: igen6_get_dimm_config: MC 0, Channel 0, DIMM 0, Size 8192 MiB (2097152 pages)
[    7.664736] EDAC DEBUG: igen6_get_dimm_config: MC 0, Channel 1, DIMM 0, Size 8192 MiB (2097152 pages)
[    7.664737] EDAC DEBUG: igen6_get_dimm_config: MC 0, total size 16384 MiB
[    7.664738] EDAC DEBUG: edac_mc_add_mc_with_groups: 
[    7.664758] EDAC DEBUG: edac_create_sysfs_mci_device: device mc0 created
[    7.664987] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    7.669659] EDAC DEBUG: edac_create_dimm_object: device dimm0 created at location channel 0 slot 0 
[    7.669679] EDAC DEBUG: edac_create_dimm_object: device dimm2 created at location channel 1 slot 0 
[    7.669696] EDAC DEBUG: edac_create_csrow_object: device csrow0 created
[    7.669711] EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (POLLED)
[    7.669732] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[    7.669734] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    7.669735] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    7.669736] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[    7.669780] EDAC igen6: v2.5.1
[    7.682009] rtc_cmos rtc_cmos: RTC can wake from S4
[    7.684508] rtc_cmos rtc_cmos: registered as rtc0
[    7.684609] rtc_cmos rtc_cmos: setting system clock to 2025-02-07T08:51:58 UTC (1738918318)
[    7.684961] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    7.688669] systemd-journald[547]: Time jumped backwards, rotating.
[    7.695204] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    7.695588] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    7.723975] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[    7.724357] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    7.724458] Bluetooth: Core ver 2.22
[    7.724659] NET: Registered PF_BLUETOOTH protocol family
[    7.724662] Bluetooth: HCI device and connection manager initialized
[    7.724666] Bluetooth: HCI socket layer initialized
[    7.724668] Bluetooth: L2CAP socket layer initialized
[    7.724674] Bluetooth: SCO socket layer initialized
[    7.730422] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    7.730427] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.730429] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.730430] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.739276] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    7.739464] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    7.739513] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    7.743413] i2c i2c-2: Successfully instantiated SPD at 0x50
[    7.746163] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    7.746495] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    7.760002] intel-lpss 0000:00:1e.3: enabling device (0004 -> 0006)
[    7.760450] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    7.804392] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    7.827272] intel_tcc_cooling: TCC Offset locked
[    7.869468] Creating 1 MTD partitions on "0000:00:1f.5":
[    7.869474] 0x000000000000-0x000001000000 : "BIOS"
[    7.870870] intel_rapl_msr: PL4 support detected.
[    7.875195] intel_rapl_common: Found RAPL domain package
[    7.875201] intel_rapl_common: Found RAPL domain core
[    7.875202] intel_rapl_common: Found RAPL domain uncore
[    7.883169] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    7.883256] spd5118 2-0050: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[    7.885184] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=1)
[    7.889490] dw-apb-uart.2: ttyS1 at MMIO 0x4017002000 (irq = 16, base_baud = 6250000) is a 16550A
[    7.906151] usbcore: registered new interface driver btusb
[    7.914507] Bluetooth: hci0: Device revision is 2
[    7.914512] Bluetooth: hci0: Secure boot is enabled
[    7.914513] Bluetooth: hci0: OTP lock is enabled
[    7.914514] Bluetooth: hci0: API lock is enabled
[    7.914515] Bluetooth: hci0: Debug lock is disabled
[    7.914516] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    7.914517] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
[    7.914522] Bluetooth: hci0: No support for _PRR ACPI method
[    7.922336] Bluetooth: hci0: Found device firmware: intel/ibt-0040-1050.sfi
[    7.922363] Bluetooth: hci0: Boot Address: 0x100800
[    7.922365] Bluetooth: hci0: Firmware Version: 46-14.24
[    8.232172] i915 0000:00:02.0: [drm] Found alderlake_p/alderlake_n (device ID 46d1) display version 13.00 stepping D0
[    8.232501] i915 0000:00:02.0: vgaarb: deactivate vga console
[    8.232561] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    8.232942] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.237394] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[    8.243969] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.36.0
[    8.243976] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    8.248388] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    8.248895] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[    8.248899] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[    8.249225] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[    8.251357] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    8.253017] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.254047] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    8.283983] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    8.284484] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.300968] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    8.327233] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    8.327240] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.327243] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.327245] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.327246] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.327247] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    8.327249] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    8.327250] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    8.369425] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
[    8.369475] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
[    8.369514] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    8.369550] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    8.369588] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    8.369625] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    8.369661] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    8.369706] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    8.369751] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    8.716471] igc 0000:01:00.0 wan0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    8.719989] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[    8.720000] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    8.720003] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    8.720006] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[    9.292215] Bluetooth: hci0: Waiting for firmware download to complete
[    9.292463] Bluetooth: hci0: Firmware loaded in 1338009 usecs
[    9.292502] Bluetooth: hci0: Waiting for device to boot
[    9.307482] Bluetooth: hci0: Device booted in 14644 usecs
[    9.310222] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-1050.ddc
[    9.311482] Bluetooth: hci0: Applying Intel DDC parameters completed
[    9.314500] Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
[    9.314505] Bluetooth: hci0: Firmware SHA1: 0xdfd62093
[    9.318485] Bluetooth: hci0: Fseq status: Success (0x00)
[    9.318490] Bluetooth: hci0: Fseq executed: 00.00.02.41
[    9.318492] Bluetooth: hci0: Fseq BT Top: 00.00.02.41
[    9.436445] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    9.436449] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    9.470536] 8021q: 802.1Q VLAN Support v1.8
[    9.518275] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:14:c1:4e:78:58:ba:86:dd SRC=2a02:a03f:75cd:7d01:dc15:030a:bd87:cf0c DST=2a00:1450:400e:080e:0000:0000:0000:200a LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=500010 PROTO=TCP SPT=53448 DPT=443 WINDOW=28800 RES=0x00 SYN URGP=0 
[    9.535579] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:14:c1:4e:78:58:ba:86:dd SRC=2a02:a03f:75cd:7d01:dc15:030a:bd87:cf0c DST=2001:4860:4860:0000:0000:0000:0000:8888 LEN=104 TC=0 HOPLIMIT=64 FLOWLBL=473569 PROTO=ICMPv6 TYPE=128 CODE=0 ID=17622 SEQ=1 
[    9.587063] rpfilter drop: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:34 SRC=65.108.254.56 DST=91.182.133.88 LEN=52 TOS=0x00 PREC=0x00 TTL=48 ID=48631 DF PROTO=TCP SPT=22067 DPT=37498 WINDOW=502 RES=0x00 ACK URGP=0 
[    9.743971] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[    9.743977] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[    9.743978] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[    9.743979] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   10.303475] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   10.303486] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   10.370111] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:14:c1:4e:78:58:ba:86:dd SRC=2a02:a03f:75cd:7d01:dc15:030a:bd87:cf0c DST=2001:4860:4860:0000:0000:0000:0000:8888 LEN=95 TC=0 HOPLIMIT=64 FLOWLBL=326633 PROTO=UDP SPT=49809 DPT=53 LEN=55 
[   10.375123] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:14:c1:4e:78:58:ba:86:dd SRC=2a02:a03f:75cd:7d01:dc15:030a:bd87:cf0c DST=2001:4860:4860:0000:0000:0000:0000:8888 LEN=95 TC=0 HOPLIMIT=64 FLOWLBL=692064 PROTO=UDP SPT=46948 DPT=53 LEN=55 
[   10.767974] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   10.767980] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   10.767981] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   10.767982] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   11.182142] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2600:9000:a61f:527c:d5eb:a431:5239:3232 LEN=126 TC=0 HOPLIMIT=64 FLOWLBL=988109 PROTO=TCP SPT=55984 DPT=443 WINDOW=572 RES=0x00 ACK PSH URGP=0 
[   11.253608] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:0002:0000:0000:0000:0009 LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=149577 PROTO=TCP SPT=39762 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.310086] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   11.310102] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   11.344252] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   11.344267] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a01:04f9:c012:4d1f:0000:0000:0000:4d1f LEN=160 TC=0 HOPLIMIT=64 FLOWLBL=0 PROTO=UDP SPT=32903 DPT=51820 LEN=120 
[   11.418459] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2600:1901:0000:38d7:0000:0000:0000:0000 LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=139149 PROTO=TCP SPT=55162 DPT=80 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.419067] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=829945 PROTO=TCP SPT=54000 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.419103] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=985765 PROTO=TCP SPT=54010 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.419202] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2600:1901:0000:38d7:0000:0000:0000:0000 LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=207649 PROTO=TCP SPT=55172 DPT=80 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.447121] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:081a:0000:0000:0000:200a LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=228027 PROTO=UDP SPT=50970 DPT=443 LEN=1240 
[   11.447151] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:081a:0000:0000:0000:200a LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=228027 PROTO=UDP SPT=50970 DPT=443 LEN=1240 
[   11.447615] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:081a:0000:0000:0000:200a LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=354954 PROTO=TCP SPT=38272 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.646878] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:0002:0000:0000:0000:0009 LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=524034 PROTO=UDP SPT=42339 DPT=443 LEN=1240 
[   11.646911] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:0002:0000:0000:0000:0009 LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=524034 PROTO=UDP SPT=42339 DPT=443 LEN=1240 
[   11.696898] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2600:1901:0000:38d7:0000:0000:0000:0000 LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=456997 PROTO=TCP SPT=55188 DPT=80 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.709483] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=473597 PROTO=UDP SPT=38736 DPT=443 LEN=1240 
[   11.709544] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=473597 PROTO=UDP SPT=38736 DPT=443 LEN=1240 
[   11.712487] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2600:1901:0000:38d7:0000:0000:0000:0000 LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=378834 PROTO=TCP SPT=55200 DPT=80 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.740254] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:081a:0000:0000:0000:200a LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=228027 PROTO=UDP SPT=50970 DPT=443 LEN=1240 
[   11.740364] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a00:1450:4007:081a:0000:0000:0000:200a LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=867391 PROTO=TCP SPT=38286 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.792216] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   11.792233] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   11.792237] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   11.792241] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   11.811187] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=80 TC=0 HOPLIMIT=64 FLOWLBL=689766 PROTO=TCP SPT=54022 DPT=443 WINDOW=64800 RES=0x00 SYN URGP=0 
[   11.811187] rpfilter drop: IN=lan0 OUT= MAC=8a:7a:6c:02:ea:54:f4:4d:ad:02:ac:fd:86:dd SRC=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 DST=2a02:a000:0002:0206:0000:0000:0000:000e LEN=1280 TC=0 HOPLIMIT=64 FLOWLBL=473597 PROTO=UDP SPT=38736 DPT=443 LEN=1240 
[   11.999674] rpfilter drop: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:86:dd:60:05:ff:78 SRC=2a00:1450:4025:0402:0000:0000:0000:00bc DST=2a02:a03f:75cd:7d01:dc15:030a:bd87:cf0c LEN=550 TC=0 HOPLIMIT=123 FLOWLBL=393080 PROTO=TCP SPT=5228 DPT=45874 WINDOW=1053 RES=0x00 ACK PSH URGP=0 
[   12.222523] rpfilter drop: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:86:dd:60:02:52:f9 SRC=2a10:e000:0001:0000:0000:0000:0000:0010 DST=2a02:a03f:75cd:7d01:939c:3f31:0c58:fbb2 LEN=352 TC=0 HOPLIMIT=57 FLOWLBL=152313 PROTO=TCP SPT=443 DPT=42744 WINDOW=83 RES=0x00 ACK PSH URGP=0 
[   12.816159] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   12.816177] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   12.816180] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   12.816184] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   13.840248] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   13.840266] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   13.840270] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   13.840273] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   14.864241] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   14.864259] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   14.864262] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   14.864266] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   15.888026] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   15.888034] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   15.888035] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   15.888037] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   16.912082] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   16.912099] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   16.912103] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   16.912107] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   17.936225] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   17.936243] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   17.936247] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   17.936251] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   18.960188] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   18.960206] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   18.960209] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   18.960213] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   19.760041] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=103.102.230.3 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=241 ID=54321 PROTO=TCP SPT=51350 DPT=8728 WINDOW=65535 RES=0x00 SYN URGP=0 
[   19.984295] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   19.984312] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   19.984316] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   19.984319] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   21.008168] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   21.008186] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   21.008189] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   21.008193] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   22.032233] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   22.032251] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   22.032254] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   22.032258] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   23.056084] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   23.056102] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   23.056105] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   23.056108] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   24.080045] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   24.080062] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   24.080065] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   24.080068] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   25.104053] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   25.104067] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   25.104070] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   25.104072] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   26.128447] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   26.128463] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   26.128466] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   26.128470] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   27.152469] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   27.152486] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   27.152490] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   27.152494] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   28.176461] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   28.176478] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   28.176481] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   28.176485] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   29.200521] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   29.200539] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   29.200543] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   29.200546] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   30.224615] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   30.224633] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   30.224636] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   30.224640] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   31.248088] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   31.248109] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   31.248113] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   31.248117] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   32.272276] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   32.272294] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   32.272298] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   32.272302] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   33.222144] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=35.203.210.156 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=250 ID=54321 PROTO=TCP SPT=56908 DPT=16838 WINDOW=65535 RES=0x00 SYN URGP=0 
[   33.296233] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   33.296249] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   33.296253] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   33.296257] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   34.320517] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   34.320535] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   34.320538] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   34.320542] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   35.344223] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   35.344241] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   35.344245] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   35.344249] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   36.368538] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   36.368555] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   36.368559] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   36.368562] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   37.392520] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   37.392538] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   37.392542] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   37.392546] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   38.416444] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   38.416461] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   38.416465] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   38.416469] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   39.440229] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   39.440247] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   39.440250] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   39.440254] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   40.464297] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   40.464315] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   40.464319] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   40.464322] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   41.488234] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   41.488252] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   41.488255] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   41.488259] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   42.512324] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   42.512342] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   42.512345] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   42.512349] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   43.536192] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   43.536209] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   43.536213] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   43.536216] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   44.560052] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   44.560070] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   44.560073] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   44.560077] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   45.584247] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   45.584264] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   45.584268] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   45.584272] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   46.608206] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   46.608221] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   46.608224] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   46.608227] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   47.632246] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   47.632264] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   47.632268] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   47.632271] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   48.656193] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   48.656212] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   48.656215] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   48.656219] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   49.680255] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   49.680272] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   49.680276] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   49.680280] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   50.704193] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   50.704211] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   50.704215] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   50.704219] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   51.728200] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   51.728217] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   51.728221] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   51.728225] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   52.752226] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   52.752243] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   52.752246] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   52.752249] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   53.776035] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   53.776052] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   53.776056] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   53.776060] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   53.936805] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=45.93.20.184 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=243 ID=47084 PROTO=TCP SPT=46768 DPT=2229 WINDOW=1025 RES=0x00 SYN URGP=0 
[   54.800187] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   54.800202] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   54.800205] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   54.800209] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   55.824196] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   55.824214] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   55.824218] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   55.824222] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   56.848243] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   56.848261] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   56.848264] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   56.848268] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   56.889453] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=147.185.133.62 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=251 ID=54321 PROTO=TCP SPT=55116 DPT=210 WINDOW=65535 RES=0x00 SYN URGP=0 
[   57.872244] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   57.872262] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   57.872266] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   57.872270] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   58.896214] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   58.896232] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   58.896236] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   58.896239] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   59.889676] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=51.8.71.59 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=235 ID=54321 PROTO=TCP SPT=45421 DPT=5351 WINDOW=65535 RES=0x00 SYN URGP=0 
[   59.920226] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   59.920243] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   59.920247] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   59.920250] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   60.944228] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   60.944246] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   60.944250] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   60.944253] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   61.968176] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   61.968193] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   61.968197] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   61.968201] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   62.992192] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   62.992210] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   62.992213] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   62.992217] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   64.016213] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   64.016230] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   64.016234] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   64.016238] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   65.040208] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   65.040225] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   65.040229] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   65.040233] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   66.064193] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   66.064211] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   66.064215] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   66.064218] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   67.088223] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   67.088241] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   67.088245] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   67.088248] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   68.112205] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   68.112222] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   68.112225] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   68.112229] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   69.136182] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   69.136200] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   69.136204] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   69.136207] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   69.783610] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=103.102.230.2 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=241 ID=54321 PROTO=TCP SPT=37586 DPT=8728 WINDOW=65535 RES=0x00 SYN URGP=0 
[   70.160196] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   70.160213] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   70.160217] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   70.160220] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   71.184192] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   71.184209] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   71.184213] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   71.184217] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   72.208248] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   72.208266] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   72.208269] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   72.208273] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   73.232200] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   73.232218] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   73.232221] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   73.232225] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   74.256074] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   74.256092] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   74.256095] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   74.256099] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   75.280188] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   75.280206] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   75.280210] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   75.280213] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   76.304194] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   76.304211] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   76.304215] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   76.304219] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   77.328196] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   77.328213] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   77.328217] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   77.328221] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   78.352187] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   78.352205] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   78.352208] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   78.352212] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   79.376132] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   79.376149] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   79.376153] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   79.376157] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   80.400214] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   80.400232] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   80.400236] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   80.400240] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   81.424182] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   81.424198] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   81.424201] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   81.424205] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   82.448063] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   82.448081] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   82.448085] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   82.448088] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   83.472185] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   83.472203] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   83.472206] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   83.472210] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   84.496208] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   84.496226] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   84.496229] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   84.496233] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   85.163682] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=162.216.150.233 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=250 ID=54321 PROTO=TCP SPT=54647 DPT=9007 WINDOW=65535 RES=0x00 SYN URGP=0 
[   85.520175] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   85.520194] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   85.520198] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   85.520201] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   85.836607] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=194.180.49.219 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=28983 PROTO=TCP SPT=43186 DPT=24404 WINDOW=1024 RES=0x00 SYN URGP=0 
[   86.544170] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   86.544188] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   86.544191] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   86.544195] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   87.568169] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   87.568186] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   87.568190] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   87.568194] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   88.592171] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   88.592188] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   88.592192] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   88.592196] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   89.616025] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   89.616043] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   89.616046] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   89.616050] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   90.640151] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   90.640169] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   90.640172] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   90.640176] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   91.664166] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   91.664183] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   91.664187] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   91.664190] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   92.688173] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   92.688191] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   92.688194] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   92.688198] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   93.712155] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   93.712172] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   93.712176] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   93.712180] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   94.736166] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   94.736185] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   94.736189] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   94.736192] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   95.760153] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   95.760171] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   95.760174] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   95.760178] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   96.784157] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   96.784174] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   96.784177] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   96.784181] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   97.808142] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   97.808160] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   97.808163] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   97.808167] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   98.832194] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   98.832212] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   98.832216] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   98.832219] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[   99.856469] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[   99.856486] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[   99.856490] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[   99.856494] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  100.880154] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  100.880172] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  100.880175] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  100.880179] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  101.904143] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  101.904160] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  101.904164] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  101.904167] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  102.928145] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  102.928162] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  102.928165] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  102.928169] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  103.952131] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  103.952148] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  103.952152] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  103.952156] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  104.976164] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  104.976182] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  104.976186] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  104.976189] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  106.000138] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  106.000156] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  106.000160] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  106.000163] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  107.024142] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  107.024160] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  107.024164] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  107.024167] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  108.048180] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  108.048197] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  108.048201] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  108.048204] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  109.072148] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  109.072165] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  109.072169] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  109.072173] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  110.096149] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  110.096166] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  110.096169] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  110.096173] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  111.120477] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  111.120495] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  111.120499] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  111.120502] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  112.144146] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  112.144163] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  112.144167] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  112.144170] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  113.168224] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  113.168242] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  113.168245] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  113.168249] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  114.104730] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=147.185.132.170 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=250 ID=33779 PROTO=TCP SPT=53308 DPT=46110 WINDOW=1024 RES=0x00 SYN URGP=0 
[  114.192225] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  114.192243] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  114.192246] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  114.192250] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  115.216206] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  115.216224] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  115.216228] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  115.216232] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  116.240135] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  116.240152] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  116.240156] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  116.240159] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  117.264139] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  117.264157] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  117.264160] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  117.264164] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  118.288128] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  118.288145] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  118.288149] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  118.288153] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  119.312146] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  119.312163] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  119.312167] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  119.312171] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  120.336040] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  120.336058] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  120.336062] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  120.336065] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  121.360227] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  121.360245] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  121.360248] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  121.360252] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  122.384175] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  122.384193] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  122.384197] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  122.384201] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  123.408132] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  123.408149] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  123.408153] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  123.408157] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  124.432128] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  124.432145] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  124.432149] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  124.432152] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  125.456103] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  125.456120] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  125.456124] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  125.456128] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  126.480189] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  126.480207] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  126.480211] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  126.480214] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  127.504259] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  127.504276] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  127.504279] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  127.504283] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  128.528149] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  128.528166] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  128.528170] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  128.528174] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  129.552156] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  129.552174] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  129.552177] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  129.552181] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  130.576142] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  130.576160] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  130.576163] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  130.576167] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  131.146582] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=184.105.139.101 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=54321 PROTO=TCP SPT=60240 DPT=2031 WINDOW=65535 RES=0x00 SYN URGP=0 
[  131.600134] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  131.600152] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  131.600155] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  131.600159] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  132.624140] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  132.624158] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  132.624162] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  132.624165] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  133.648170] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  133.648188] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  133.648191] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  133.648195] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  134.672177] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  134.672196] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  134.672199] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  134.672203] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  135.696142] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  135.696159] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  135.696163] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  135.696167] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  136.720136] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  136.720154] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  136.720157] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  136.720161] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  137.744176] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  137.744194] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  137.744198] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  137.744201] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  138.768049] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  138.768066] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  138.768070] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  138.768074] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  138.955928] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=109.236.61.250 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=244 ID=54321 PROTO=TCP SPT=43644 DPT=5000 WINDOW=65535 RES=0x00 SYN URGP=0 
[  139.792149] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  139.792167] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  139.792171] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  139.792175] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  140.816134] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  140.816151] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  140.816155] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  140.816158] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  141.840005] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  141.840023] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  141.840027] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  141.840030] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  142.864163] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  142.864181] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  142.864185] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  142.864188] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  143.888072] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  143.888090] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  143.888094] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  143.888097] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  144.912147] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  144.912164] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  144.912167] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  144.912171] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  145.936118] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  145.936135] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  145.936139] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  145.936142] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  146.960086] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  146.960104] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  146.960107] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  146.960111] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  147.984034] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  147.984052] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  147.984056] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  147.984059] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  148.805281] nvme nvme0: using unchecked data buffer
[  149.007929] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  149.007935] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  149.007936] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  149.007937] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  150.032196] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  150.032213] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  150.032217] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  150.032220] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  151.056166] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  151.056184] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  151.056188] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  151.056191] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  152.080084] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  152.080102] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  152.080106] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  152.080110] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  153.104113] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  153.104130] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  153.104134] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  153.104138] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  154.128025] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  154.128040] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  154.128043] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  154.128046] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  155.151968] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  155.151978] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  155.151980] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  155.151983] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  155.656667] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=159.223.73.195 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=240 ID=55083 PROTO=TCP SPT=6116 DPT=22 WINDOW=1025 RES=0x00 SYN URGP=0 
[  156.176188] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  156.176206] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  156.176209] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  156.176213] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  157.200224] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  157.200242] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  157.200245] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  157.200249] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  158.224181] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  158.224199] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  158.224203] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  158.224207] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  159.248197] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  159.248214] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  159.248218] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  159.248222] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  160.272240] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  160.272259] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  160.272262] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  160.272266] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  161.296190] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  161.296207] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  161.296211] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  161.296215] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  162.320181] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  162.320199] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  162.320203] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  162.320206] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  163.344197] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  163.344215] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  163.344218] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  163.344222] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  164.368509] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  164.368527] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  164.368530] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  164.368534] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  165.392204] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  165.392222] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  165.392225] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  165.392229] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  165.477597] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=204.76.203.71 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=245 ID=54321 PROTO=TCP SPT=40472 DPT=8695 WINDOW=65535 RES=0x00 SYN URGP=0 
[  166.268702] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=194.180.49.217 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=36664 PROTO=TCP SPT=43293 DPT=35178 WINDOW=1024 RES=0x00 SYN URGP=0 
[  166.416508] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  166.416526] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  166.416530] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  166.416534] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  167.440523] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  167.440540] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  167.440544] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  167.440547] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  167.500705] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:34 SRC=57.129.64.10 DST=91.182.133.88 LEN=52 TOS=0x00 PREC=0x00 TTL=50 ID=39694 PROTO=TCP SPT=53894 DPT=57780 WINDOW=65535 RES=0x00 SYN URGP=0 
[  168.464144] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  168.464161] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  168.464164] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  168.464168] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  168.562654] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=92.63.197.33 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=246 ID=26936 PROTO=TCP SPT=55800 DPT=60006 WINDOW=1024 RES=0x00 SYN URGP=0 
[  169.407083] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:3c SRC=167.94.146.44 DST=91.182.133.88 LEN=60 TOS=0x00 PREC=0x00 TTL=56 ID=64620 PROTO=TCP SPT=9739 DPT=7691 WINDOW=42340 RES=0x00 SYN URGP=0 
[  169.488523] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  169.488540] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  169.488544] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  169.488548] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  170.512241] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  170.512259] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  170.512262] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  170.512266] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  171.536553] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  171.536570] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  171.536574] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  171.536577] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  172.560234] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  172.560251] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  172.560255] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  172.560259] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  173.584300] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  173.584318] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  173.584321] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  173.584325] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  174.519759] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=194.180.49.217 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=243 ID=4431 PROTO=TCP SPT=43293 DPT=35419 WINDOW=1024 RES=0x00 SYN URGP=0 
[  174.608140] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  174.608159] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  174.608162] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  174.608166] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  175.632294] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  175.632312] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  175.632316] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  175.632320] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  176.656084] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  176.656103] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  176.656106] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  176.656110] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  177.680312] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  177.680329] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  177.680333] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  177.680336] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  178.704466] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  178.704484] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  178.704487] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  178.704491] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  179.728544] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  179.728561] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  179.728565] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  179.728568] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  180.752536] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  180.752553] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  180.752557] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  180.752561] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  181.390063] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:28 SRC=45.142.193.49 DST=91.182.133.88 LEN=40 TOS=0x00 PREC=0x00 TTL=246 ID=22135 PROTO=TCP SPT=45992 DPT=2014 WINDOW=1024 RES=0x00 SYN URGP=0 
[  181.776299] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  181.776316] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  181.776320] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  181.776324] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  182.800222] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  182.800239] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  182.800243] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  182.800246] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  183.824291] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  183.824309] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  183.824313] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  183.824317] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  184.848174] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  184.848192] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  184.848195] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  184.848199] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  185.626135] refused connection: IN=upstream OUT= MAC=56:e0:1a:cb:0f:b1:20:e0:9c:28:fd:f6:08:00:45:00:00:2c SRC=198.235.24.198 DST=91.182.133.88 LEN=44 TOS=0x00 PREC=0x00 TTL=250 ID=54321 PROTO=TCP SPT=54860 DPT=51200 WINDOW=65535 RES=0x00 SYN URGP=0 
[  185.872249] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  185.872265] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  185.872269] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  185.872273] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  186.896218] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  186.896235] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  186.896239] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  186.896243] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  187.920230] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  187.920247] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  187.920251] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  187.920254] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  188.944224] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  188.944242] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  188.944246] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  188.944249] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range
[  189.968217] EDAC DEBUG: ecclog_work_cb: MC 0, ecclog = 0xffffffffffffffff
[  189.968234] EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
[  189.968238] EDAC igen6 MC0: ADDR 0x7fffffffe0 
[  189.968242] EDAC DEBUG: igen6_decode: Address 0x7fffffffe0 out of range

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

* Re: Flood of edac-related errors since 6.13
@ 2025-02-09 11:50 John
  0 siblings, 0 replies; 9+ messages in thread
From: John @ 2025-02-09 11:50 UTC (permalink / raw)
  To: linux-edac@vger.kernel.org; +Cc: qiuxu.zhuo@intel.com, amses@well-founded.dev

In-Reply-To: <CY8PR11MB7134594FDBF7AED80E415AEC89F12@CY8PR11MB7134.namprd11.prod.outlook.com>

I have been following this thread as I am similar behavior on a Beelink N100 based system as well.

For me, booting into the 6.13.1 kernel gives the same flood of errors but also has functional consequences. I get core dumps of /usr/lib/kodi/kodi.bin in libcurl. I do not know if this is related specifically to the EDAC changes or to something else. If boot into the 6.12.12 kernel instead of the 6.13.1 kernel, I get neither the flood of errors nor the coredumps. Please let me know if I can provide any logs to diagnose.

In the meantime, I will compile 6.13.1 with the following reverted and see if both improve: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.13.1&id=e14232afa94445e03fc3a0291b07a68f3408c120

Example entries, full journactl output upon request:
...
en6 MC0: HANDLING IBECC MEMORY ERROR
en6 MC0: ADDR 0x7fffffffe0 
en6 MC0: HANDLING IBECC MEMORY ERROR
en6 MC0: ADDR 0x7fffffffe0 
JobWorker[17237] general protection fault ip:76a01e02ffe6 sp:769f823fb948 error:0 in libcurl.so.4.8.0[71fe6,76a01dfc9000+9f000]
p[17254]: Process 1757 (kodi.bin) of user 989 terminated abnormally with signal 11/SEGV, processing...
rted Process Core Dump (PID 17254/UID 0).
en6 MC0: HANDLING IBECC MEMORY ERROR
p[17255]: [🡕] Process 1757 (kodi.bin) of user 989 dumped core.
          
          Module [dso] without build-id.
          Module [dso] without build-id.
          Module [dso] without build-id.
          Stack trace of thread 17237:
          #0  0x000076a01e02ffe6 n/a (n/a + 0x0)
          #1  0x000076a01e05320f n/a (n/a + 0x0)
          #2  0x000076a01e04f2a4 n/a (n/a + 0x0)
          #3  0x000076a01e046c7a n/a (n/a + 0x0)
          #4  0x000076a01dfdf080 n/a (n/a + 0x0)
          #5  0x000076a01dfcb7c9 n/a (n/a + 0x0)
          #6  0x000076a01dfd4fee n/a (n/a + 0x0)
          #7  0x000076a01e01f640 n/a (n/a + 0x0)
          #8  0x000076a01e022275 n/a (n/a + 0x0)
          #9  0x000060550d929f1a n/a (n/a + 0x0)
          #10 0x000060550d92abfd n/a (n/a + 0x0)
          #11 0x000060550d94528e n/a (n/a + 0x0)
          #12 0x000060550d9779a4 n/a (n/a + 0x0)
          #13 0x000060550d978aea n/a (n/a + 0x0)
          #14 0x000060550d978d67 n/a (n/a + 0x0)
          #15 0x000060550d0017eb n/a (n/a + 0x0)
          #16 0x000060550d001ed9 n/a (n/a + 0x0)
          #17 0x000060550d304f3c n/a (n/a + 0x0)
          #18 0x000060550d307998 n/a (n/a + 0x0)
          #19 0x000060550d2d8bbc n/a (n/a + 0x0)
          #20 0x000060550d28890d n/a (n/a + 0x0)
          #21 0x000060550cdbaaa9 n/a (n/a + 0x0)
          #22 0x000060550ce7779f n/a (n/a + 0x0)
          #23 0x000060550eaa6b4b n/a (n/a + 0x0)
          #24 0x000060550ce66143 n/a (n/a + 0x0)
          #25 0x000076a01c0e1f74 n/a (n/a + 0x0)
          #26 0x000076a01bea370a n/a (n/a + 0x0)
          #27 0x000076a01bf27aac n/a (n/a + 0x0)
          ELF object binary architecture: AMD x86-64


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

* RE: Flood of edac-related errors since 6.13
  2025-02-07  9:25   ` Ramses
@ 2025-02-10  8:04     ` Zhuo, Qiuxu
  2025-02-10  8:49       ` Ramses
  0 siblings, 1 reply; 9+ messages in thread
From: Zhuo, Qiuxu @ 2025-02-10  8:04 UTC (permalink / raw)
  To: Ramses, John; +Cc: Linux Edac, linux-kernel@vger.kernel.org, Luck, Tony

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

Hi Ramses,

> From: Ramses <ramses@well-founded.dev>
> [...]
> 
> Thanks for your reply!
> 
> I recompiled the kernel with that option enabled, and attached the dmesg
> output to this email. Let me know if I can do anything else to help debug this.

Thanks for helping debug the issue and taking the useful dmesg log.
From the dmesg log, the ECC error log register of this SoC contained the
invalid error value ~0, resulting in a flood of invalid error reports in polling mode.

@Ramses & @John,
Can you please apply the attached fix patch and see whether it fixes the issue?
Thanks!

-Qiuxu

[-- Attachment #2: 0001-EDAC-igen6-Fix-the-flood-of-invalid-error-reports.patch --]
[-- Type: application/octet-stream, Size: 2007 bytes --]

From fa843550da0589a1fae2fa7713767bbc98b3a02c Mon Sep 17 00:00:00 2001
From: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Date: Mon, 10 Feb 2025 15:17:37 +0800
Subject: [PATCH 1/1] EDAC/igen6: Fix the flood of invalid error reports

The ECC_ERROR_LOG register of certain SoCs may contain the invalid value
~0, which results in a flood of invalid error reports in polling mode.

Fix the flood of invalid error reports by skipping the invalid ECC error
log value ~0.

Fixes: e14232afa944 ("EDAC/igen6: Add polling support")
Reported-by: Ramses <ramses@well-founded.dev>
Closes: https://lore.kernel.org/all/OISL8Rv--F-9@well-founded.dev/
Reported-by: John <therealgraysky@proton.me>
Closes: https://lore.kernel.org/all/p5YcxOE6M3Ncxpn2-Ia_wCt61EM4LwIiN3LroQvT_-G2jMrFDSOW5k2A9D8UUzD2toGpQBN1eI0sL5dSKnkO8iteZegLoQEj-DwQaMhGx4A=@proton.me/
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
---
 drivers/edac/igen6_edac.c | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/drivers/edac/igen6_edac.c b/drivers/edac/igen6_edac.c
index fdf3a84fe698..595908af9e5c 100644
--- a/drivers/edac/igen6_edac.c
+++ b/drivers/edac/igen6_edac.c
@@ -785,13 +785,22 @@ static u64 ecclog_read_and_clear(struct igen6_imc *imc)
 {
 	u64 ecclog = readq(imc->window + ECC_ERROR_LOG_OFFSET);
 
-	if (ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE)) {
-		/* Clear CE/UE bits by writing 1s */
-		writeq(ecclog, imc->window + ECC_ERROR_LOG_OFFSET);
-		return ecclog;
-	}
+	/*
+	 * Quirk: The ECC_ERROR_LOG register of certain SoCs may contain
+	 *        the invalid value ~0. This will result in a flood of invalid
+	 *        error reports in polling mode. Skip it.
+	 */
+	if (ecclog == ~0)
+		return 0;
 
-	return 0;
+	/* Neither a CE nor a UE. Skip it.*/
+	if (!(ecclog & (ECC_ERROR_LOG_CE | ECC_ERROR_LOG_UE)))
+		return 0;
+
+	/* Clear CE/UE bits by writing 1s */
+	writeq(ecclog, imc->window + ECC_ERROR_LOG_OFFSET);
+
+	return ecclog;
 }
 
 static void errsts_clear(struct igen6_imc *imc)
-- 
2.17.1


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

* RE: Flood of edac-related errors since 6.13
  2025-02-10  8:04     ` Zhuo, Qiuxu
@ 2025-02-10  8:49       ` Ramses
  2025-02-11  1:55         ` Zhuo, Qiuxu
  0 siblings, 1 reply; 9+ messages in thread
From: Ramses @ 2025-02-10  8:49 UTC (permalink / raw)
  To: Zhuo, Qiuxu; +Cc: John, Linux Edac, linux-kernel@vger.kernel.org, Luck, Tony

Feb 10, 2025, 09:05 by qiuxu.zhuo@intel.com:

> Hi Ramses,
>
>> From: Ramses <>> ramses@well-founded.dev>> >
>> [...]
>>
>> Thanks for your reply!
>>
>> I recompiled the kernel with that option enabled, and attached the dmesg
>> output to this email. Let me know if I can do anything else to help debug this.
>>
>
> Thanks for helping debug the issue and taking the useful dmesg log.
> From the dmesg log, the ECC error log register of this SoC contained the
> invalid error value ~0, resulting in a flood of invalid error reports in polling mode.
>
> @Ramses & @John,
> Can you please apply the attached fix patch and see whether it fixes the issue?
> Thanks!
>
> -Qiuxu
>

I just booted into a kernel with that patch applied and I'm not getting the errors anymore, so that seems to fix the issue for me indeed!

Thanks a bunch!
Ramses



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

* RE: Flood of edac-related errors since 6.13
  2025-02-10  8:49       ` Ramses
@ 2025-02-11  1:55         ` Zhuo, Qiuxu
  2025-02-11 19:47           ` John
  0 siblings, 1 reply; 9+ messages in thread
From: Zhuo, Qiuxu @ 2025-02-11  1:55 UTC (permalink / raw)
  To: Ramses; +Cc: John, Linux Edac, linux-kernel@vger.kernel.org, Luck, Tony

Hi Ramses,

> From: Ramses <ramses@well-founded.dev>
> [...]
> 
> I just booted into a kernel with that patch applied and I'm not getting the
> errors anymore, so that seems to fix the issue for me indeed!

Thank you for your testing.

I'm waiting a bit for John's test result (if he has the chance to test it). 
After that, I'll post the fix path to the EDAC mailing list.

-Qiuxu

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

* RE: Flood of edac-related errors since 6.13
  2025-02-11  1:55         ` Zhuo, Qiuxu
@ 2025-02-11 19:47           ` John
  2025-02-12  8:35             ` Zhuo, Qiuxu
  0 siblings, 1 reply; 9+ messages in thread
From: John @ 2025-02-11 19:47 UTC (permalink / raw)
  To: Zhuo, Qiuxu; +Cc: Ramses, Linux Edac, linux-kernel@vger.kernel.org, Luck, Tony

On Monday, February 10th, 2025 at 8:55 PM, Zhuo, Qiuxu qiuxu.zhuo@intel.com wrote:

> I'm waiting a bit for John's test result (if he has the chance to test it).
> After that, I'll post the fix path to the EDAC mailing list.

Confirmed, your patch fixed the flood experienced with 6.13.2-arch1-1 on my Beelink EQ12 (N100). Many thanks.

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

* RE: Flood of edac-related errors since 6.13
  2025-02-11 19:47           ` John
@ 2025-02-12  8:35             ` Zhuo, Qiuxu
  0 siblings, 0 replies; 9+ messages in thread
From: Zhuo, Qiuxu @ 2025-02-12  8:35 UTC (permalink / raw)
  To: John; +Cc: Ramses, Linux Edac, linux-kernel@vger.kernel.org, Luck, Tony

> From: John <therealgraysky@proton.me>
> [...]
> Confirmed, your patch fixed the flood experienced with 6.13.2-arch1-1 on my
> Beelink EQ12 (N100). Many thanks.

Hi John,

    Thanks so much for your verification.

-Qiuxu

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

end of thread, other threads:[~2025-02-12  8:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 22:28 Flood of edac-related errors since 6.13 Ramses
2025-02-07  3:18 ` Zhuo, Qiuxu
2025-02-07  9:25   ` Ramses
2025-02-10  8:04     ` Zhuo, Qiuxu
2025-02-10  8:49       ` Ramses
2025-02-11  1:55         ` Zhuo, Qiuxu
2025-02-11 19:47           ` John
2025-02-12  8:35             ` Zhuo, Qiuxu
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 11:50 John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox