1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
| [ 0.000000] Linux version 6.12.43+deb13-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.12.43-1 (2025-08-27)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.12.43+deb13-amd64 root=/dev/mapper/home--server--vg-root ro quiet consoleblank=15 pcie_aspm=force
[ 0.000000] x86/tme: not enabled by BIOS
[ 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-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000581aefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000581af000-0x000000005c1aefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005c1af000-0x000000005dd92fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005dd93000-0x000000005dd93fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005dd94000-0x0000000063f49fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000063f4a000-0x0000000068fe9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000068fea000-0x0000000069103fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000069104000-0x00000000731f6fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000731f7000-0x0000000074efefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000074eff000-0x0000000074efffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000074f00000-0x0000000078ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079800000-0x0000000079bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007a000000-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-0x000000017fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000180000000-0x000000087fbfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x69103000 ACPI 2.0=0x69103014 TPMFinalLog=0x7317c000 SMBIOS=0x73a9b000 SMBIOS 3.0=0x73a9a000 MEMATTR=0x5dbc1698 ESRT=0x60c3f098 MOKvar=0x74b46000 INITRD=0x5dc46498 RNG=0x69023018 TPMEventLog=0x6901a018
[ 0.000000] random: crng init done
[ 0.000000] efi: Not removing mem35: MMIO range=[0x5dd93000-0x5dd93fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem94: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Not removing mem95: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem96: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem97: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem99: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem100: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.6.0 present.
[ 0.000000] DMI: KONTRON /K3843-B1, BIOS V5.0.0.32 R2.19.0 for K3843-B1x 05/08/2025
[ 0.000000] DMI: Memory slots populated: 2/4
[ 0.000000] tsc: Detected 3500.000 MHz processor
[ 0.000000] tsc: Detected 3494.400 MHz TSC
[ 0.000645] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000647] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000656] last_pfn = 0x87fc00 max_arch_pfn = 0x400000000
[ 0.000660] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[ 0.000661] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000950] e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
[ 0.000953] last_pfn = 0x74f00 max_arch_pfn = 0x400000000
[ 0.023110] esrt: Reserving ESRT space from 0x0000000060c3f098 to 0x0000000060c3f148.
[ 0.023116] e820: update [mem 0x60c3f000-0x60c3ffff] usable ==> reserved
[ 0.023133] Using GB pages for direct mapping
[ 0.023529] RAMDISK: [mem 0x4ccd7000-0x4fea7fff]
[ 0.023802] ACPI: Early table checksum verification disabled
[ 0.023805] ACPI: RSDP 0x0000000069103014 000024 (v02 FUJ )
[ 0.023808] ACPI: XSDT 0x0000000069102728 00010C (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023813] ACPI: FACP 0x0000000069101000 000114 (v06 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023817] ACPI: DSDT 0x000000006905B000 0A5E46 (v02 FUJ K3843-B1 21900000 INTL 20200717)
[ 0.023820] ACPI: FACS 0x00000000731F6000 000040
[ 0.023821] ACPI: FIDT 0x000000006905A000 00009C (v01 FUJ K3843-B1 21900000 AMI 00010013)
[ 0.023823] ACPI: SSDT 0x0000000069059000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.023825] ACPI: SSDT 0x0000000069053000 005D65 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.023827] ACPI: SSDT 0x0000000069050000 002C5F (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.023829] ACPI: SSDT 0x000000006904C000 00334F (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.023831] ACPI: HPET 0x000000006904B000 000038 (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023832] ACPI: APIC 0x000000006904A000 0001DC (v05 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023834] ACPI: MCFG 0x0000000069049000 00003C (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023836] ACPI: UEFI 0x000000006B15F000 000048 (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023838] ACPI: PSDS 0x0000000069048000 000052 (v01 INTEL EDK2 00000005 INTL 0100000D)
[ 0.023839] ACPI: LPIT 0x0000000069047000 0000CC (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023841] ACPI: SSDT 0x0000000069043000 002A83 (v02 FUJ PtidDevc 00001000 INTL 20200717)
[ 0.023843] ACPI: SSDT 0x0000000069039000 0093E7 (v02 FUJ TbtTypeC 00000000 INTL 20200717)
[ 0.023845] ACPI: DBGP 0x0000000069038000 000034 (v01 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023846] ACPI: DBG2 0x0000000069037000 000054 (v00 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023848] ACPI: SSDT 0x0000000069035000 00190A (v02 FUJ UsbCTabl 00001000 INTL 20200717)
[ 0.023850] ACPI: NHLT 0x0000000069034000 00002D (v00 FUJ K3843-B1 21900000 AMI 01000013)
[ 0.023852] ACPI: DMAR 0x0000000069033000 0000A8 (v01 INTEL EDK2 00000002 01000013)
[ 0.023853] ACPI: FPDT 0x0000000069032000 000044 (v01 FUJ A M I 21900000 AMI 01000013)
[ 0.023855] ACPI: SSDT 0x0000000069031000 000A9B (v02 KEU xh_K384x 00000000 INTL 20200717)
[ 0.023857] ACPI: SSDT 0x000000006902D000 0039DA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.023859] ACPI: SSDT 0x0000000069029000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.023861] ACPI: BGRT 0x0000000069028000 000038 (v01 FUJ K3843-B1 21900000 AMI 00010013)
[ 0.023862] ACPI: PHAT 0x0000000069027000 00060D (v01 FUJ K3843-B1 00000005 MSFT 0100000D)
[ 0.023864] ACPI: SSDT 0x0000000069026000 0001A4 (v02 FUJ Gabi0002 00000002 INTL 20200717)
[ 0.023866] ACPI: TPM2 0x0000000069025000 00004C (v04 FUJ K3843-B1 00000001 AMI 00000000)
[ 0.023868] ACPI: SSDT 0x0000000069024000 0000BB (v02 FUJ Gabi0001 00000002 INTL 20200717)
[ 0.023870] ACPI: WSMT 0x0000000069046000 000028 (v01 FUJ K3843-B1 21900000 AMI 00010013)
[ 0.023871] ACPI: Reserving FACP table memory at [mem 0x69101000-0x69101113]
[ 0.023872] ACPI: Reserving DSDT table memory at [mem 0x6905b000-0x69100e45]
[ 0.023873] ACPI: Reserving FACS table memory at [mem 0x731f6000-0x731f603f]
[ 0.023874] ACPI: Reserving FIDT table memory at [mem 0x6905a000-0x6905a09b]
[ 0.023874] ACPI: Reserving SSDT table memory at [mem 0x69059000-0x6905938b]
[ 0.023875] ACPI: Reserving SSDT table memory at [mem 0x69053000-0x69058d64]
[ 0.023875] ACPI: Reserving SSDT table memory at [mem 0x69050000-0x69052c5e]
[ 0.023875] ACPI: Reserving SSDT table memory at [mem 0x6904c000-0x6904f34e]
[ 0.023876] ACPI: Reserving HPET table memory at [mem 0x6904b000-0x6904b037]
[ 0.023876] ACPI: Reserving APIC table memory at [mem 0x6904a000-0x6904a1db]
[ 0.023877] ACPI: Reserving MCFG table memory at [mem 0x69049000-0x6904903b]
[ 0.023877] ACPI: Reserving UEFI table memory at [mem 0x6b15f000-0x6b15f047]
[ 0.023878] ACPI: Reserving PSDS table memory at [mem 0x69048000-0x69048051]
[ 0.023878] ACPI: Reserving LPIT table memory at [mem 0x69047000-0x690470cb]
[ 0.023879] ACPI: Reserving SSDT table memory at [mem 0x69043000-0x69045a82]
[ 0.023879] ACPI: Reserving SSDT table memory at [mem 0x69039000-0x690423e6]
[ 0.023880] ACPI: Reserving DBGP table memory at [mem 0x69038000-0x69038033]
[ 0.023880] ACPI: Reserving DBG2 table memory at [mem 0x69037000-0x69037053]
[ 0.023881] ACPI: Reserving SSDT table memory at [mem 0x69035000-0x69036909]
[ 0.023881] ACPI: Reserving NHLT table memory at [mem 0x69034000-0x6903402c]
[ 0.023882] ACPI: Reserving DMAR table memory at [mem 0x69033000-0x690330a7]
[ 0.023882] ACPI: Reserving FPDT table memory at [mem 0x69032000-0x69032043]
[ 0.023883] ACPI: Reserving SSDT table memory at [mem 0x69031000-0x69031a9a]
[ 0.023883] ACPI: Reserving SSDT table memory at [mem 0x6902d000-0x690309d9]
[ 0.023884] ACPI: Reserving SSDT table memory at [mem 0x69029000-0x6902c9d9]
[ 0.023884] ACPI: Reserving BGRT table memory at [mem 0x69028000-0x69028037]
[ 0.023884] ACPI: Reserving PHAT table memory at [mem 0x69027000-0x6902760c]
[ 0.023885] ACPI: Reserving SSDT table memory at [mem 0x69026000-0x690261a3]
[ 0.023885] ACPI: Reserving TPM2 table memory at [mem 0x69025000-0x6902504b]
[ 0.023886] ACPI: Reserving SSDT table memory at [mem 0x69024000-0x690240ba]
[ 0.023886] ACPI: Reserving WSMT table memory at [mem 0x69046000-0x69046027]
[ 0.024226] No NUMA configuration found
[ 0.024227] Faking a node at [mem 0x0000000000000000-0x000000087fbfffff]
[ 0.024232] NODE_DATA(0) allocated [mem 0x87fbd5680-0x87fbfffff]
[ 0.024421] Zone ranges:
[ 0.024427] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.024428] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.024429] Normal [mem 0x0000000100000000-0x000000087fbfffff]
[ 0.024430] Device empty
[ 0.024430] Movable zone start for each node
[ 0.024432] Early memory node ranges
[ 0.024432] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.024433] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.024434] node 0: [mem 0x0000000000100000-0x00000000581aefff]
[ 0.024435] node 0: [mem 0x000000005c1af000-0x000000005dd92fff]
[ 0.024435] node 0: [mem 0x000000005dd94000-0x0000000063f49fff]
[ 0.024436] node 0: [mem 0x0000000074eff000-0x0000000074efffff]
[ 0.024436] node 0: [mem 0x0000000180000000-0x000000087fbfffff]
[ 0.024439] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fbfffff]
[ 0.024443] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.024444] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.024460] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.026073] On node 0, zone DMA32: 16384 pages in unavailable ranges
[ 0.026198] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.026446] On node 0, zone DMA32: 36789 pages in unavailable ranges
[ 0.026717] On node 0, zone Normal: 12544 pages in unavailable ranges
[ 0.026724] On node 0, zone Normal: 1024 pages in unavailable ranges
[ 0.026812] Reserving Intel graphics memory at [mem 0x7c800000-0x803fffff]
[ 0.027143] ACPI: PM-Timer IO Port: 0x1808
[ 0.027150] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.027152] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.027153] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.027153] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.027154] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.027154] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.027154] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.027155] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.027155] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.027156] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.027156] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.027157] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.027157] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.027158] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.027158] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.027158] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.027159] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.027159] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.027160] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.027160] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.027161] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.027161] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.027162] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.027162] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.027265] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.027268] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.027270] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.027273] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.027274] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.027285] e820: update [mem 0x57b0c000-0x57b2ffff] usable ==> reserved
[ 0.027296] TSC deadline timer available
[ 0.027298] CPU topo: Max. logical packages: 1
[ 0.027299] CPU topo: Max. logical dies: 1
[ 0.027299] CPU topo: Max. dies per package: 1
[ 0.027301] CPU topo: Max. threads per core: 1
[ 0.027302] CPU topo: Num. cores per package: 9
[ 0.027303] CPU topo: Num. threads per package: 9
[ 0.027303] CPU topo: Allowing 9 present CPUs plus 0 hotplug CPUs
[ 0.027320] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.027322] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.027323] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.027325] PM: hibernation: Registered nosave memory: [mem 0x57b0c000-0x57b2ffff]
[ 0.027326] PM: hibernation: Registered nosave memory: [mem 0x581af000-0x5c1aefff]
[ 0.027327] PM: hibernation: Registered nosave memory: [mem 0x5dd93000-0x5dd93fff]
[ 0.027328] PM: hibernation: Registered nosave memory: [mem 0x60c3f000-0x60c3ffff]
[ 0.027329] PM: hibernation: Registered nosave memory: [mem 0x63f4a000-0x74efefff]
[ 0.027330] PM: hibernation: Registered nosave memory: [mem 0x74f00000-0x17fffffff]
[ 0.027332] [mem 0x80400000-0xfdffffff] available for PCI devices
[ 0.027333] Booting paravirtualized kernel on bare hardware
[ 0.027335] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.031892] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:9 nr_cpu_ids:9 nr_node_ids:1
[ 0.032466] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[ 0.032471] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[ 0.032473] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 [0] 8 - - -
[ 0.032489] Kernel command line: BOOT_IMAGE=/vmlinuz-6.12.43+deb13-amd64 root=/dev/mapper/home--server--vg-root ro quiet consoleblank=15 pcie_aspm=force
[ 0.032529] PCIe ASPM is forcibly enabled
[ 0.032531] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.12.43+deb13-amd64", will be passed to user space.
[ 0.034897] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.036072] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.036157] Fallback order for Node 0: 0
[ 0.036160] Built 1 zonelists, mobility grouping on. Total pages: 7731944
[ 0.036160] Policy zone: Normal
[ 0.036166] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.036172] software IO TLB: area num 16.
[ 0.051494] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=9, Nodes=1
[ 0.051523] ftrace: allocating 45722 entries in 179 pages
[ 0.056741] ftrace: allocated 179 pages with 5 groups
[ 0.057227] Dynamic Preempt: voluntary
[ 0.057266] rcu: Preemptible hierarchical RCU implementation.
[ 0.057267] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=9.
[ 0.057268] Trampoline variant of Tasks RCU enabled.
[ 0.057268] Rude variant of Tasks RCU enabled.
[ 0.057269] Tracing variant of Tasks RCU enabled.
[ 0.057269] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.057270] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=9
[ 0.057277] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=9.
[ 0.057279] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=9.
[ 0.057280] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=9.
[ 0.060946] NR_IRQS: 524544, nr_irqs: 2128, preallocated irqs: 16
[ 0.061375] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.061654] Console: colour dummy device 80x25
[ 0.061656] printk: legacy console [tty0] enabled
[ 0.061688] ACPI: Core revision 20240827
[ 0.061989] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.062148] APIC: Switch to symmetric I/O mode setup
[ 0.062150] DMAR: Host address width 39
[ 0.062151] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.062155] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[ 0.062156] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.062160] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[ 0.062162] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[ 0.062163] DMAR: RMRR base: 0x00000100000000 end: 0x0000017fffffff
[ 0.062165] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.062166] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.062167] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.062168] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.063832] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.063834] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.068302] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325ea749ca1, max_idle_ns: 440795373125 ns
[ 0.068308] Calibrating delay loop (skipped), value calculated using timer frequency.. 6988.80 BogoMIPS (lpj=13977600)
[ 0.068363] CPU0: Thermal monitoring enabled (TM1)
[ 0.068365] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.068498] CET detected: Indirect Branch Tracking enabled
[ 0.068500] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.068500] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.068503] process: using mwait in idle threads
[ 0.068505] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.068507] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.068508] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.068509] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.068510] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.068511] Register File Data Sampling: Mitigation: Clear Register File
[ 0.068519] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.068521] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.068521] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.068522] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.068523] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.068523] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.068524] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.068525] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.068526] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ 0.072306] Freeing SMP alternatives memory: 40K
[ 0.072306] pid_max: default: 32768 minimum: 301
[ 0.072306] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[ 0.072306] landlock: Up and running.
[ 0.072306] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.072306] AppArmor: AppArmor initialized
[ 0.072306] TOMOYO Linux initialized
[ 0.072306] LSM support for eBPF active
[ 0.072306] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.072306] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.072306] smpboot: CPU0: Intel(R) Core(TM) i5-14600K (family: 0x6, model: 0xb7, stepping: 0x1)
[ 0.072306] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.072306] core: cpu_core PMU driver:
[ 0.072306] ... version: 5
[ 0.072306] ... bit width: 48
[ 0.072306] ... generic registers: 8
[ 0.072306] ... value mask: 0000ffffffffffff
[ 0.072306] ... max period: 00007fffffffffff
[ 0.072306] ... fixed-purpose events: 4
[ 0.072306] ... event mask: 0001000f000000ff
[ 0.072306] signal: max sigframe size: 3632
[ 0.072306] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.072306] rcu: Hierarchical SRCU implementation.
[ 0.072306] rcu: Max phase no-delay instances is 1000.
[ 0.072306] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.072306] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.072306] smp: Bringing up secondary CPUs ...
[ 0.072306] smpboot: x86: Booting SMP configuration:
[ 0.072306] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8
[ 0.010685] core: cpu_atom PMU driver:
[ 0.010685] ... version: 5
[ 0.010685] ... bit width: 48
[ 0.010685] ... generic registers: 6
[ 0.010685] ... value mask: 0000ffffffffffff
[ 0.010685] ... max period: 00007fffffffffff
[ 0.010685] ... fixed-purpose events: 3
[ 0.010685] ... event mask: 000000070000003f
[ 0.086992] smp: Brought up 1 node, 9 CPUs
[ 0.086992] smpboot: Total of 9 processors activated (62899.20 BogoMIPS)
[ 0.108674] node 0 deferred pages initialised in 24ms
[ 0.108674] Memory: 30210576K/30927776K available (16384K kernel code, 2486K rwdata, 11788K rodata, 4144K init, 4956K bss, 702472K reserved, 0K cma-reserved)
[ 0.108821] devtmpfs: initialized
[ 0.108821] x86/mm: Memory block size: 128MB
[ 0.112340] ACPI: PM: Registering ACPI NVS region [mem 0x69104000-0x731f6fff] (168767488 bytes)
[ 0.113316] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.113341] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.113393] pinctrl core: initialized pinctrl subsystem
[ 0.113807] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.114225] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.114553] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.114881] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.114887] audit: initializing netlink subsys (disabled)
[ 0.114891] audit: type=2000 audit(1758453299.000:1): state=initialized audit_enabled=0 res=1
[ 0.114891] thermal_sys: Registered thermal governor 'fair_share'
[ 0.114891] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.114891] thermal_sys: Registered thermal governor 'step_wise'
[ 0.114891] thermal_sys: Registered thermal governor 'user_space'
[ 0.114891] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.114891] cpuidle: using governor ladder
[ 0.114891] cpuidle: using governor menu
[ 0.114891] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.114891] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.114891] PCI: Using configuration type 1 for base access
[ 0.114891] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.114891] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.114891] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.114891] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.114891] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.114891] ACPI: Added _OSI(Module Device)
[ 0.114891] ACPI: Added _OSI(Processor Device)
[ 0.114891] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.205882] ACPI: 13 ACPI AML tables successfully acquired and loaded
[ 0.217004] ACPI: Dynamic OEM Table Load:
[ 0.217011] ACPI: SSDT 0xFFFF954841218800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.217799] ACPI: Dynamic OEM Table Load:
[ 0.217803] ACPI: SSDT 0xFFFF95484129D000 000689 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.218569] ACPI: Dynamic OEM Table Load:
[ 0.218573] ACPI: SSDT 0xFFFF95484123D600 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.219312] ACPI: Dynamic OEM Table Load:
[ 0.219316] ACPI: SSDT 0xFFFF95484129C000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.220251] ACPI: Dynamic OEM Table Load:
[ 0.220257] ACPI: SSDT 0xFFFF95484127E000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.221360] ACPI: Dynamic OEM Table Load:
[ 0.221364] ACPI: SSDT 0xFFFF95484127A000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.222363] ACPI: Dynamic OEM Table Load:
[ 0.222367] ACPI: SSDT 0xFFFF9548412A0000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.223391] ACPI: Dynamic OEM Table Load:
[ 0.223395] ACPI: SSDT 0xFFFF954840198000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.227297] ACPI: Interpreter enabled
[ 0.227347] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.227348] ACPI: Using IOAPIC for interrupt routing
[ 0.227388] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.227389] PCI: Ignoring E820 reservations for host bridge windows
[ 0.228277] ACPI: Enabled 6 GPEs in block 00 to 7F
[ 0.250211] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.UCMM.UCM2], AE_NOT_FOUND (20240827/psargs-332)
[ 0.250218] ACPI Error: Aborting method \_SB.PC00.UCMM due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 0.250222] ACPI Error: Aborting method \_SB.PC00.I2C2.PD01._CRS due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[ 0.254828] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.268291] ACPI: \PIN_: New power resource
[ 0.268470] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.268474] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.272284] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.273613] PCI host bridge to bus 0000:00
[ 0.273616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.273617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.273618] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.273619] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.273620] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[ 0.273621] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.273622] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.273733] pci 0000:00:00.0: [8086:a704] type 00 class 0x060000 conventional PCI endpoint
[ 0.273933] pci 0000:00:02.0: [8086:a780] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.273940] pci 0000:00:02.0: BAR 0 [mem 0x6000000000-0x6000ffffff 64bit]
[ 0.273945] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.273948] pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
[ 0.273961] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.273963] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.273984] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[ 0.273986] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[ 0.273989] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[ 0.273990] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[ 0.274157] pci 0000:00:08.0: [8086:a74f] type 00 class 0x088000 conventional PCI endpoint
[ 0.274165] pci 0000:00:08.0: BAR 0 [mem 0x600122b000-0x600122bfff 64bit]
[ 0.274305] pci 0000:00:0a.0: [8086:a77d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[ 0.274312] pci 0000:00:0a.0: BAR 0 [mem 0x6001210000-0x6001217fff 64bit]
[ 0.274330] pci 0000:00:0a.0: enabling Extended Tags
[ 0.274498] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.274517] pci 0000:00:14.0: BAR 0 [mem 0x6001200000-0x600120ffff 64bit]
[ 0.274592] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.275116] pci 0000:00:14.1: [8086:7ae1] type 00 class 0x0c03fe conventional PCI endpoint
[ 0.275135] pci 0000:00:14.1: BAR 0 [mem 0x6001000000-0x60011fffff 64bit]
[ 0.275147] pci 0000:00:14.1: BAR 2 [mem 0x600122a000-0x600122afff 64bit]
[ 0.275200] pci 0000:00:14.1: PME# supported from D0 D3hot
[ 0.275691] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
[ 0.275711] pci 0000:00:14.2: BAR 0 [mem 0x6001220000-0x6001223fff 64bit]
[ 0.275724] pci 0000:00:14.2: BAR 2 [mem 0x6001229000-0x6001229fff 64bit]
[ 0.275990] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.276025] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.276373] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.276400] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.276829] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
[ 0.276851] pci 0000:00:16.0: BAR 0 [mem 0x6001226000-0x6001226fff 64bit]
[ 0.276931] pci 0000:00:16.0: PME# supported from D3hot
[ 0.277376] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601 conventional PCI endpoint
[ 0.277390] pci 0000:00:17.0: BAR 0 [mem 0x80420000-0x80421fff]
[ 0.277398] pci 0000:00:17.0: BAR 1 [mem 0x80423000-0x804230ff]
[ 0.277405] pci 0000:00:17.0: BAR 2 [io 0x3090-0x3097]
[ 0.277413] pci 0000:00:17.0: BAR 3 [io 0x3080-0x3083]
[ 0.277421] pci 0000:00:17.0: BAR 4 [io 0x3060-0x307f]
[ 0.277429] pci 0000:00:17.0: BAR 5 [mem 0x80422000-0x804227ff]
[ 0.277469] pci 0000:00:17.0: PME# supported from D3hot
[ 0.277821] pci 0000:00:1e.0: [8086:7aa8] type 00 class 0x078000 conventional PCI endpoint
[ 0.277851] pci 0000:00:1e.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[ 0.278330] pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100 conventional PCI endpoint
[ 0.278659] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.278683] pci 0000:00:1f.4: BAR 0 [mem 0x6001224000-0x60012240ff 64bit]
[ 0.278713] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.278942] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.278961] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.279093] pci 0000:00:1f.6: [8086:1a1c] type 00 class 0x020000 conventional PCI endpoint
[ 0.279127] pci 0000:00:1f.6: BAR 0 [mem 0x80400000-0x8041ffff]
[ 0.279269] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.281360] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.281447] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[ 0.281533] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.281619] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.281705] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.281790] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.281876] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.281961] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.286926] iommu: Default domain type: Translated
[ 0.286926] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.286926] pps_core: LinuxPPS API ver. 1 registered
[ 0.286926] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.286926] PTP clock support registered
[ 0.286926] EDAC MC: Ver: 3.0.0
[ 0.286926] efivars: Registered efivars operations
[ 0.286926] NetLabel: Initializing
[ 0.286926] NetLabel: domain hash size = 128
[ 0.286926] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.286926] NetLabel: unlabeled traffic allowed by default
[ 0.286926] PCI: Using ACPI for IRQ routing
[ 0.310622] PCI: pci_cache_line_size set to 64 bytes
[ 0.310739] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.310857] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.310859] e820: reserve RAM buffer [mem 0x57b0c000-0x57ffffff]
[ 0.310860] e820: reserve RAM buffer [mem 0x581af000-0x5bffffff]
[ 0.310860] e820: reserve RAM buffer [mem 0x5dd93000-0x5fffffff]
[ 0.310861] e820: reserve RAM buffer [mem 0x60c3f000-0x63ffffff]
[ 0.310862] e820: reserve RAM buffer [mem 0x63f4a000-0x63ffffff]
[ 0.310863] e820: reserve RAM buffer [mem 0x74f00000-0x77ffffff]
[ 0.310863] e820: reserve RAM buffer [mem 0x87fc00000-0x87fffffff]
[ 0.310892] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.310892] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.310892] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.310892] vgaarb: loaded
[ 0.310892] clocksource: Switched to clocksource tsc-early
[ 0.310892] VFS: Disk quotas dquot_6.6.0
[ 0.310892] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.310892] AppArmor: AppArmor Filesystem Enabled
[ 0.310892] pnp: PnP ACPI init
[ 0.310892] system 00:00: [io 0x0500-0x050f] has been reserved
[ 0.310892] system 00:00: [io 0x0510-0x051f] has been reserved
[ 0.310892] system 00:00: [io 0x0520-0x053f] has been reserved
[ 0.310892] system 00:00: [io 0x0540-0x054f] has been reserved
[ 0.310892] system 00:00: [io 0x0550-0x056f] has been reserved
[ 0.310892] system 00:00: [io 0x0570-0x057f] has been reserved
[ 0.310892] system 00:00: [io 0x0580-0x059f] has been reserved
[ 0.310892] pnp 00:01: [dma 0 disabled]
[ 0.310892] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.310892] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.310892] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.311354] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[ 0.311367] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.311369] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.311370] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.311371] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.311372] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.311373] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.311374] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.312076] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.312714] system 00:07: [io 0x0200] has been reserved
[ 0.312733] pnp: PnP ACPI: found 8 devices
[ 0.318082] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.318121] NET: Registered PF_INET protocol family
[ 0.318291] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.327869] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.327897] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.328049] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.328317] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.328416] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.328529] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.328611] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.328682] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.328725] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.328731] NET: Registered PF_XDP protocol family
[ 0.328735] pci_bus 0000:00: max bus depth: 0 pci_try_num: 1
[ 0.328741] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[ 0.328744] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[ 0.328745] pci 0000:00:15.0: BAR 0 [mem 0x4017000000-0x4017000fff 64bit]: assigned
[ 0.328869] pci 0000:00:15.1: BAR 0 [mem 0x4017001000-0x4017001fff 64bit]: assigned
[ 0.328885] pci 0000:00:1e.0: BAR 0 [mem 0x4017002000-0x4017002fff 64bit]: assigned
[ 0.328901] pci 0000:00:1f.5: BAR 0 [mem 0x80424000-0x80424fff]: assigned
[ 0.328912] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.328913] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.328914] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.328915] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[ 0.328916] pci_bus 0000:00: resource 8 [mem 0x80400000-0xbfffffff window]
[ 0.328917] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[ 0.329529] PCI: CLS 64 bytes, default 64 |