* KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
@ 2023-08-10 23:48 Erhard Furtner
2023-08-11 6:45 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-10 23:48 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
I wanted to fire up my PowerMac G4 MDD (Dual CPU) with a KASAN debug build of kernel 6.5-rc5 for testing purposes. But the kernel fails to boot at a very early stage. I only get a white screen reading
"done
found display: /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_B@1, opening..."
When I use the same kernel .config but disable SMP the machine just boots up fine with the KASAN enabled kernel.
Perhaps a similar issue to https://bugzilla.kernel.org/show_bug.cgi?id=216190 ?
Kernel .config and full dmesg attached.
Regards,
Erhard F.
[-- Attachment #2: dmesg_65-rc5_g4+ --]
[-- Type: application/octet-stream, Size: 48125 bytes --]
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.5.0-rc5-PMacG4 (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #3 Fri Aug 11 01:02:46 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe94. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000000000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x434. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x434. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c0. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3174, gen1=3175
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bcf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946744K/2097152K available (15440K kernel code, 1916K rwdata, 5040K rodata, 1320K init, 392K bss, 150408K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 1 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000562] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.002755] Console: colour dummy device 80x25
[ 0.003222] printk: console [tty0] enabled
[ 0.003675] printk: bootconsole [udbg0] disabled
[ 0.004808] pid_max: default: 32768 minimum: 301
[ 0.010564] LSM: initializing lsm=capability,yama
[ 0.010647] Yama: becoming mindful.
[ 0.012530] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.012716] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.029104] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[ 0.029743] MPC7450 family performance monitor hardware support registered
[ 0.034781] devtmpfs: initialized
[ 0.037740] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.038481] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.040641] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.041153] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.066255] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.066635] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.067497] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.067896] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.103231] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.103320] PCI host bridge /pci@f0000000 ranges:
[ 0.103409] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.103490] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.122878] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.123268] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.123329] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.123416] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.123488] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.143021] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.143348] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.143409] PCI host bridge /pci@f4000000 ranges:
[ 0.143495] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.143556] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.163307] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.165417] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.165646] futex hash table entries: 256 (order: 0, 7168 bytes, linear)
[ 0.167938] prandom: seed boundary self test passed
[ 0.175831] prandom: 100 self tests passed
[ 0.183609] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.199346] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.199536] channel 0 bus <multibus>
[ 0.199652] channel 1 bus <multibus>
[ 0.200441] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.200602] channel 0 bus <multibus>
[ 0.200755] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.200901] channel 1 bus <multibus>
[ 0.201012] channel 2 bus <multibus>
[ 0.201086] pmf: no parser for command 17 !
[ 0.213546] PCI: Probing PCI hardware
[ 0.216042] PCI host bridge to bus 0000:00
[ 0.216117] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.216196] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.216257] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.216322] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.216372] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.218008] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.220542] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.220628] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.220690] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.220747] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.220826] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.220945] pci 0000:00:10.0: supports D1 D2
[ 0.224685] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.226979] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.227148] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.227336] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.227495] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.227686] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.227869] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.228018] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.228159] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.228299] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.228440] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.228621] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.228764] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.232113] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.232379] PCI host bridge to bus 0001:00
[ 0.232431] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.232491] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.232551] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.232614] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.232661] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.234266] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.237760] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.237847] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.237998] pci 0001:00:12.0: supports D1 D2
[ 0.238038] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.239542] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.239619] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.239765] pci 0001:00:12.1: supports D1 D2
[ 0.239805] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.241918] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.241995] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.242142] pci 0001:00:12.2: supports D1 D2
[ 0.242182] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.243743] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.243818] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.243871] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.243922] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.243974] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.244025] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.244077] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.244132] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.244244] pci 0001:00:13.0: supports D1 D2
[ 0.246464] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.246545] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.246599] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.246667] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.246793] pci 0001:00:15.0: supports D1 D2
[ 0.246832] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.248902] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.248981] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.249035] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.249103] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.249227] pci 0001:00:15.1: supports D1 D2
[ 0.249266] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.251425] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.251503] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.251557] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.251609] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.251669] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.251792] pci 0001:00:15.2: supports D1 D2
[ 0.251831] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.253262] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.253337] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.253483] pci 0001:00:16.0: supports D1 D2
[ 0.253522] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.255518] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.255594] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.257455] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.257535] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.260148] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.260229] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.262012] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.262093] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.262242] pci 0001:00:1b.0: supports D1 D2
[ 0.262282] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.264455] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.264536] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.264684] pci 0001:00:1b.1: supports D1 D2
[ 0.264724] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.266314] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.266392] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.266538] pci 0001:00:1b.2: supports D1 D2
[ 0.266578] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.268887] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.274483] PCI host bridge to bus 0002:00
[ 0.274562] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.274638] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.274702] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.274749] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.276366] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.279213] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.279295] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.280814] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.280890] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.281028] pci 0002:00:0e.0: supports D1 D2
[ 0.281068] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.283092] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.283170] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.283264] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.286514] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.288026] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.288083] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.288129] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.288241] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.288303] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.288361] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.288416] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.288490] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.288536] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.288582] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.288635] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.288681] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.366744] raid6: altivecx8 gen() 551 MB/s
[ 0.423484] raid6: altivecx4 gen() 540 MB/s
[ 0.480280] raid6: altivecx2 gen() 483 MB/s
[ 0.537044] raid6: altivecx1 gen() 389 MB/s
[ 0.593949] raid6: int32x8 gen() 143 MB/s
[ 0.650698] raid6: int32x4 gen() 135 MB/s
[ 0.707427] raid6: int32x2 gen() 118 MB/s
[ 0.764257] raid6: int32x1 gen() 94 MB/s
[ 0.764291] raid6: using algorithm altivecx8 gen() 551 MB/s
[ 0.764326] raid6: using intx1 recovery algorithm
[ 0.776067] SCSI subsystem initialized
[ 0.781354] usbcore: registered new interface driver usbfs
[ 0.782172] usbcore: registered new interface driver hub
[ 0.783355] usbcore: registered new device driver usb
[ 0.798556] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.798636] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.798676] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.798777] vgaarb: loaded
[ 0.799964] clocksource: Switched to clocksource timebase
[ 0.928386] NET: Registered PF_INET protocol family
[ 0.931305] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.940252] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.944754] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.946477] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.955668] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.957998] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.960428] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.961192] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.962807] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.964347] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.964529] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.964659] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.964994] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.965039] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.965105] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.965143] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.965219] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.965341] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.965457] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.965642] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.968154] Thermal assist unit not available
[ 0.985167] Initialise system trusted keyrings
[ 0.986988] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.013085] fuse: init (API version 7.38)
[ 1.015806] 9p: Installing v9fs 9p2000 file system support
[ 1.017457] NET: Registered PF_ALG protocol family
[ 1.017807] xor: measuring software checksum speed
[ 1.095358] 8regs : 126 MB/sec
[ 1.173573] 8regs_prefetch : 125 MB/sec
[ 1.252431] 32regs : 124 MB/sec
[ 1.332170] 32regs_prefetch : 123 MB/sec
[ 1.351807] altivec : 501 MB/sec
[ 1.351842] xor: using function: altivec (501 MB/sec)
[ 1.351938] Key type asymmetric registered
[ 1.351977] Asymmetric key parser 'x509' registered
[ 1.380228] bounce: pool size: 64 pages
[ 1.381533] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.381593] io scheduler kyber registered
[ 1.382174] io scheduler bfq registered
[ 1.411493] MacIO PCI driver attached to Keylargo chipset
[ 1.434933] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.443552] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.464862] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.477900] scsi host0: sata_sil
[ 1.484405] scsi host1: sata_sil
[ 1.486934] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.486994] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.489519] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.506675] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.516655] scsi host2: pata_macio
[ 1.519306] ata3: PATA max UDMA/100 irq 39
[ 1.799741] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.802682] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.802742] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.804420] ata1.00: Features: Dev-Sleep
[ 1.830627] ata1.00: configured for UDMA/100
[ 1.832048] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.843719] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.843970] sd 0:0:0:0: [sda] Write Protect is off
[ 1.844316] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.844824] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.854731] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.868009] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.266666] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.269158] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.269213] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.271829] ata2.00: configured for UDMA/100
[ 2.272922] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.280567] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.280669] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.280875] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.281324] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.281745] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.566660] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.575698] scsi host3: pata_macio
[ 2.578472] ata4: PATA max UDMA/66 irq 19
[ 2.736005] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.736075] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.963114] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.977084] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.979913] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.987274] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.987514] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.987861] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.988383] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.000170] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.011167] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.606657] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.615658] scsi host4: pata_macio
[ 3.618537] ata5: PATA max MWDMA2 irq 20
[ 3.620512] tun: Universal TUN/TAP device driver, 1.6
[ 3.623176] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.634730] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.639232] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.639410] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.640362] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.645380] rtc-generic rtc-generic: registered as rtc0
[ 3.647905] PowerMac i2c bus pmu 2 registered
[ 3.649725] PowerMac i2c bus pmu 1 registered
[ 3.653966] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.655428] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.655498] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.655549] usb usb1: Product: EHCI Host Controller
[ 3.655587] usb usb1: Manufacturer: Linux 6.5.0-rc5-PMacG4 ehci_hcd
[ 3.655628] usb usb1: SerialNumber: 0001:00:12.2
[ 3.658824] PowerMac i2c bus mac-io 0 registered
[ 3.660407] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.662333] PowerMac i2c bus uni-n 1 registered
[ 3.662402] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.665772] hub 1-0:1.0: USB hub found
[ 3.666303] hub 1-0:1.0: 5 ports detected
[ 3.671103] PowerMac i2c bus uni-n 0 registered
[ 3.677739] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.677901] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.678852] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.684822] hid: raw HID events driver (C) Jiri Kosina
[ 3.688333] usbcore: registered new interface driver usbhid
[ 3.688389] usbhid: USB HID core driver
[ 3.690027] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.691285] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.691355] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.691405] usb usb2: Product: EHCI Host Controller
[ 3.691443] usb usb2: Manufacturer: Linux 6.5.0-rc5-PMacG4 ehci_hcd
[ 3.691485] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.699391] hub 2-0:1.0: USB hub found
[ 3.701413] NET: Registered PF_INET6 protocol family
[ 3.702906] hub 2-0:1.0: 5 ports detected
[ 3.721853] Segment Routing with IPv6
[ 3.722482] In-situ OAM (IOAM) with IPv6
[ 3.723007] NET: Registered PF_PACKET protocol family
[ 3.723391] NET: Registered PF_KEY protocol family
[ 3.725302] 9pnet: Installing 9P2000 support
[ 3.728571] drmem: No dynamic reconfiguration memory found
[ 3.776447] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.786802] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.806779] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.806883] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.872878] Loading compiled-in X.509 certificates
[ 3.923432] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 4.004543] zswap: loaded using pool zstd/z3fold
[ 4.072258] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.072355] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.072402] usb 1-3: Product: USB2.0 Hub
[ 4.077016] hub 1-3:1.0: USB hub found
[ 4.080560] hub 1-3:1.0: 4 ports detected
[ 4.232941] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.410351] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.450427] Btrfs loaded, zoned=no, fsverity=no
[ 4.536886] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.537003] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.537055] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.537093] usb 1-3.1: Manufacturer:
[ 4.575605] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.654163] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.698644] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.757368] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.840049] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 4.941399] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.941473] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.941524] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 4.969943] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 4.981424] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 16.213241] input: PMU as /devices/virtual/input/input3
[ 16.216462] netpoll: netconsole: local port 6666
[ 16.216513] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 16.216558] netpoll: netconsole: interface 'eth0'
[ 16.216590] netpoll: netconsole: remote port 6666
[ 16.216648] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 16.216690] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 16.216740] netpoll: netconsole: device eth0 not up yet, forcing it
[ 16.357295] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 20.033663] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 20.033864] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 20.054468] printk: console [netcon0] enabled
[ 20.091566] netconsole: network logging started
[ 20.482552] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 20.483063] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 20.492169] devtmpfs: mounted
[ 20.496499] Freeing unused kernel image (initmem) memory: 1320K
[ 20.527776] Checked W+X mappings: passed, no W+X pages found
[ 20.527969] rodata_test: all tests were successful
[ 20.528090] kallsyms_selftest: start
[ 20.556681] Run /usr/lib/systemd/systemd as init process
[ 21.777910] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.778435] systemd[1]: Detected architecture ppc.
[ 21.824285] systemd[1]: Hostname set to <T600>.
[ 22.087078] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 27.155934] systemd[1]: Queued start job for default target graphical.target.
[ 27.247334] systemd[1]: Created slice system-getty.slice.
[ 27.273202] systemd[1]: Created slice system-modprobe.slice.
[ 27.304207] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 27.331183] systemd[1]: Created slice system-vncserver.slice.
[ 27.356813] systemd[1]: Created slice user.slice.
[ 27.368379] systemd[1]: Started systemd-ask-password-console.path.
[ 27.373053] systemd[1]: Started systemd-ask-password-wall.path.
[ 27.395271] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 27.401261] systemd[1]: Reached target paths.target.
[ 27.402442] systemd[1]: Reached target remote-fs.target.
[ 27.406898] systemd[1]: Reached target slices.target.
[ 27.457843] systemd[1]: Listening on systemd-coredump.socket.
[ 27.477203] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 27.494111] systemd[1]: Listening on systemd-journald.socket.
[ 27.510871] systemd[1]: Listening on systemd-udevd-control.socket.
[ 27.525855] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 27.540002] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 27.610703] systemd[1]: Mounting dev-mqueue.mount...
[ 27.764738] systemd[1]: Mounting sys-kernel-debug.mount...
[ 27.785753] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 27.942905] systemd[1]: Starting kmod-static-nodes.service...
[ 28.052511] systemd[1]: Starting modprobe@configfs.service...
[ 28.165777] systemd[1]: Starting modprobe@dm_mod.service...
[ 28.318953] systemd[1]: Starting modprobe@drm.service...
[ 28.471855] systemd[1]: Starting modprobe@fuse.service...
[ 28.531377] device-mapper: uevent: version 1.0.3
[ 28.553889] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 28.602742] systemd[1]: Starting modprobe@loop.service...
[ 28.718664] systemd[1]: Starting systemd-fsck-root.service...
[ 29.068701] systemd[1]: Starting systemd-journald.service...
[ 29.133956] loop: module loaded
[ 29.277898] systemd[1]: Starting systemd-modules-load.service...
[ 29.469501] systemd[1]: Starting systemd-udev-trigger.service...
[ 29.702283] systemd[1]: Starting zram_var_tmp.service...
[ 30.579102] systemd-journald[94]: Collecting audit messages is disabled.
[ 31.181171] systemd[1]: Mounted dev-mqueue.mount.
[ 31.201104] systemd[1]: Mounted sys-kernel-debug.mount.
[ 31.260379] systemd[1]: Finished kmod-static-nodes.service.
[ 31.310860] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 31.327128] systemd[1]: Finished modprobe@configfs.service.
[ 31.510291] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 31.527078] systemd[1]: Finished modprobe@dm_mod.service.
[ 31.604563] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 31.620632] systemd[1]: Finished modprobe@drm.service.
[ 31.819180] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 31.840415] systemd[1]: Finished modprobe@fuse.service.
[ 31.888385] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 31.957376] systemd[1]: Finished modprobe@loop.service.
[ 31.997023] systemd[1]: Finished systemd-fsck-root.service.
[ 32.027269] systemd[1]: Finished systemd-modules-load.service.
[ 32.520559] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 32.934681] systemd[1]: Mounting sys-kernel-config.mount...
[ 33.402185] systemd[1]: Starting systemd-remount-fs.service...
[ 33.484565] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 33.761938] systemd[1]: Starting systemd-sysctl.service...
[ 34.329258] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 34.391523] systemd[1]: Mounted sys-kernel-config.mount.
[ 35.143659] systemd[1]: Finished systemd-sysctl.service.
[ 37.730211] systemd[1]: zram_var_tmp.service: Main process exited, code=exited, status=1/FAILURE
[ 37.750586] systemd[1]: zram_var_tmp.service: Failed with result 'exit-code'.
[ 37.780401] systemd[1]: Failed to start zram_var_tmp.service.
[ 39.727552] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 39.974103] systemd[1]: Finished systemd-remount-fs.service.
[ 39.976511] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 40.019208] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 40.141835] systemd[1]: Starting systemd-random-seed.service...
[ 40.159864] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 40.322012] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 41.386688] random: crng init done
[ 41.487860] systemd[1]: Finished systemd-random-seed.service.
[ 41.494118] systemd[1]: first-boot-complete.target was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 47.860250] systemd[1]: Started systemd-journald.service.
[ 48.467299] systemd-journald[94]: Received client request to flush runtime journal.
[ 48.643526] systemd-journald[94]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 48.643817] systemd-journald[94]: Rotating system journal.
[ 77.722206] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 81.090261] BTRFS: device label tmp devid 1 transid 17 /dev/sda6 scanned by (udev-worker) (133)
[ 81.967670] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (141)
[ 83.667281] kallsyms_selftest: ---------------------------------------------------------
[ 83.667534] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 83.667634] kallsyms_selftest: |---------------------------------------------------------|
[ 83.667747] kallsyms_selftest: | 32880 | 353256 | 611302 | 57.78 |
[ 83.667865] kallsyms_selftest: ---------------------------------------------------------
[ 91.415792] kallsyms_selftest: kallsyms_lookup_name() looked up 32880 symbols
[ 91.416044] kallsyms_selftest: The time spent on each symbol is (ns): min=10658, max=1194157, avg=95107
[ 91.512437] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 96255037 ns
[ 91.512771] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 101156 ns
[ 91.512876] kallsyms_selftest: finish
[ 94.064054] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 95.293987] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 95.336299] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 95.346447] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 96.276145] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 96.276491] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 96.337954] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 96.450111] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 96.450419] BTRFS info (device sda6): use lzo compression, level 0
[ 96.450556] BTRFS info (device sda6): using free space tree
[ 96.527404] BTRFS info (device sda6): enabling ssd optimizations
[ 96.597384] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 96.597915] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 96.598056] usb usb3: Product: OHCI PCI host controller
[ 96.598175] usb usb3: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 96.598295] usb usb3: SerialNumber: 0001:00:12.0
[ 96.645133] hub 3-0:1.0: USB hub found
[ 96.654068] hub 3-0:1.0: 3 ports detected
[ 96.708375] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 96.708707] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 96.709381] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 96.924595] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 96.924845] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 96.924981] usb usb4: Product: OHCI PCI host controller
[ 96.925099] usb usb4: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 96.925220] usb usb4: SerialNumber: 0001:00:12.1
[ 97.011811] hub 4-0:1.0: USB hub found
[ 97.016747] hub 4-0:1.0: 2 ports detected
[ 97.204296] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 97.204640] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 97.205168] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 97.205410] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 97.206177] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 98.055509] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 98.055788] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 98.055925] usb usb5: Product: OHCI PCI host controller
[ 98.056046] usb usb5: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 98.056166] usb usb5: SerialNumber: 0001:00:1b.0
[ 98.161202] hub 5-0:1.0: USB hub found
[ 98.197570] hub 5-0:1.0: 3 ports detected
[ 98.371588] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 98.371938] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 98.372725] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 99.003436] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 99.003691] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 99.003828] usb usb6: Product: OHCI PCI host controller
[ 99.003948] usb usb6: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 99.004067] usb usb6: SerialNumber: 0001:00:1b.1
[ 99.197145] hub 6-0:1.0: USB hub found
[ 99.220037] hub 6-0:1.0: 2 ports detected
[ 100.174127] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 100.174496] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 100.917802] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 105.589339] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 105.771593] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 106.275444] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 109.286081] [drm] radeon kernel modesetting enabled.
[ 109.434361] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 109.435612] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 109.727658] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 109.727913] [drm] Forcing AGP to PCI mode
[ 109.729511] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 109.834650] ADM1030 fan controller [@2c]
[ 110.170135] DS1775 digital thermometer [@49]
[ 110.170666] Temp: 44.8 C
[ 110.170684] Hyst: 70.0 C
[ 110.170798] OS: 75.0 C
[ 110.170882]
[ 111.644925] [drm] Generation 2 PCI interface, using max accessible memory
[ 111.645183] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 111.645338] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 111.645621] [drm] Detected VRAM RAM=256M, BAR=256M
[ 111.645716] [drm] RAM width 128bits DDR
[ 111.680692] [drm] radeon: 256M of VRAM memory ready
[ 111.680940] [drm] radeon: 512M of GTT memory ready.
[ 111.681741] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 112.606881] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 112.607120] [drm] PCI GART of 512M enabled (table at 0x000000000A480000).
[ 112.607491] radeon 0000:00:10.0: WB enabled
[ 112.607640] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 112.643765] [drm] radeon: irq initialized.
[ 112.644192] [drm] Loading R300 Microcode
[ 112.989273] [drm] radeon: ring at 0x0000000080001000
[ 112.989564] [drm] ring test succeeded in 1 usecs
[ 113.065470] [drm] ib test succeeded in 0 usecs
[ 113.146014] [drm] Radeon Display Connectors
[ 113.146219] [drm] Connector 0:
[ 113.146330] [drm] DVI-I-1
[ 113.146432] [drm] HPD2
[ 113.146509] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 113.146715] [drm] Encoders:
[ 113.146820] [drm] CRT1: INTERNAL_DAC1
[ 113.147074] [drm] DFP2: INTERNAL_DVO1
[ 113.147255] [drm] Connector 1:
[ 113.147353] [drm] DVI-I-2
[ 113.147426] [drm] HPD1
[ 113.147542] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 113.147634] [drm] Encoders:
[ 113.147751] [drm] CRT2: INTERNAL_DAC2
[ 113.147829] [drm] DFP1: INTERNAL_TMDS1
[ 113.164755] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 115.573361] [drm] fb mappable at 0xA0040000
[ 115.573585] [drm] vram apper at 0xA0000000
[ 115.573694] [drm] size 8294400
[ 115.573770] [drm] fb depth is 24
[ 115.573869] [drm] pitch is 7680
[ 118.478515] CPU-temp: 44.8 C
[ 118.478559] , Case: 29.8 C
[ 118.478728] , Fan: 0 (tuned -11)
[ 122.044492] Console: switching to colour frame buffer device 240x67
[ 127.106841] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 127.799149] systemd-journald[94]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 141.537817] snd-aoa-fabric-layout: can use this codec
[ 142.367154] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 143.262168] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 143.265627] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 143.266877] cfg80211: failed to load regulatory.db
[ 146.866291] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 146.954526] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 146.964423] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 146.966971] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 146.981740] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 251.624468] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 254.697792] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 254.923077] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 255.067964] systemd-journald[94]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 255.278340] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 255.456088] systemd-shutdown[1]: Unmounting file systems.
[ 255.501553] (sd-remount)[421]: Remounting '/' read-only with options ''.
[ 255.557904] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 255.845630] systemd-shutdown[1]: All filesystems unmounted.
[ 255.879045] systemd-shutdown[1]: Deactivating swaps.
[ 255.912765] systemd-shutdown[1]: All swaps deactivated.
[ 255.945462] systemd-shutdown[1]: Detaching loop devices.
[ 256.057507] systemd-shutdown[1]: All loop devices detached.
[ 256.090449] systemd-shutdown[1]: Stopping MD devices.
[ 256.125050] systemd-shutdown[1]: All MD devices stopped.
[ 256.157628] systemd-shutdown[1]: Detaching DM devices.
[ 256.192711] systemd-shutdown[1]: All DM devices detached.
[ 256.225632] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 256.289814] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 256.329329] systemd-shutdown[1]: Powering off.
[ 256.363727] sd 3:0:0:0: [sdc] Stopping disk
[ 256.398294] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 256.432548] sd 1:0:0:0: [sdb] Stopping disk
[ 257.735902] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 257.770018] sd 0:0:0:0: [sda] Stopping disk
[ 257.815466] reboot: Power down
[-- Attachment #3: config_65-rc5_g4+ --]
[-- Type: application/octet-stream, Size: 111540 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.5.0-rc5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120301
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=0
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="-PMacG4"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_XZ is not set
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_IRQ_DOMAIN_NOMAP=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_ARCH_HAS_TICK_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem
CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
#
# BPF subsystem
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
# end of BPF subsystem
CONFIG_PREEMPT_VOLUNTARY_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_TASKSTATS is not set
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting
CONFIG_CPU_ISOLATION=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_TREE_SRCU=y
CONFIG_NEED_SRCU_NMI_SAFE=y
CONFIG_TASKS_RCU_GENERIC=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
# CONFIG_IKCONFIG is not set
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=16
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
# CONFIG_PRINTK_INDEX is not set
#
# Scheduler features
#
# end of Scheduler features
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
# CONFIG_CGROUP_FAVOR_DYNMODS is not set
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_SCHED_MM_CID=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
# CONFIG_CGROUP_FREEZER is not set
# CONFIG_CPUSETS is not set
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_CPUACCT=y
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_MISC is not set
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_TIME_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_RD_ZSTD=y
# CONFIG_BOOT_CONFIG is not set
CONFIG_INITRAMFS_PRESERVE_MTIME=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y
# CONFIG_LD_DEAD_CODE_DATA_ELIMINATION is not set
CONFIG_LD_ORPHAN_WARN=y
CONFIG_LD_ORPHAN_WARN_LEVEL="warn"
CONFIG_SYSCTL=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_EXPERT=y
CONFIG_MULTIUSER=y
# CONFIG_SGETMASK_SYSCALL is not set
# CONFIG_SYSFS_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_SELFTEST=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_CALLBACKS=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_KCMP=y
CONFIG_RSEQ=y
CONFIG_CACHESTAT_SYSCALL=y
# CONFIG_DEBUG_RSEQ is not set
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# end of Kernel Performance Events And Counters
CONFIG_SYSTEM_DATA_VERIFICATION=y
# CONFIG_PROFILING is not set
# end of General setup
CONFIG_PPC32=y
# CONFIG_PPC64 is not set
#
# Processor support
#
CONFIG_PPC_BOOK3S_32=y
# CONFIG_PPC_85xx is not set
# CONFIG_PPC_8xx is not set
# CONFIG_40x is not set
# CONFIG_44x is not set
# CONFIG_PPC_BOOK3S_603 is not set
CONFIG_PPC_BOOK3S_604=y
# CONFIG_POWERPC_CPU is not set
# CONFIG_E300C2_CPU is not set
# CONFIG_E300C3_CPU is not set
CONFIG_G4_CPU=y
# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set
CONFIG_TARGET_CPU_BOOL=y
CONFIG_TARGET_CPU="G4"
CONFIG_PPC_BOOK3S=y
CONFIG_PPC_FPU_REGS=y
CONFIG_PPC_FPU=y
CONFIG_ALTIVEC=y
CONFIG_PPC_KUEP=y
CONFIG_PPC_KUAP=y
# CONFIG_PPC_KUAP_DEBUG is not set
CONFIG_PPC_HAVE_PMU_SUPPORT=y
# CONFIG_PMU_SYSFS is not set
CONFIG_PPC_PERF_CTRS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=2
# end of Processor support
CONFIG_VDSO32=y
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_32BIT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_BITS_MIN=11
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
CONFIG_NR_IRQS=512
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_PPC=y
CONFIG_EARLY_PRINTK=y
CONFIG_PANIC_TIMEOUT=40
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_TBSYNC=y
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_HAS_ADD_PAGES=y
# CONFIG_PPC_PCI_OF_BUS_MAP is not set
CONFIG_PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_PGTABLE_LEVELS=2
CONFIG_PPC_MSI_BITMAP=y
#
# Platform support
#
# CONFIG_SCOM_DEBUGFS is not set
# CONFIG_PPC_CHRP is not set
# CONFIG_PPC_MPC512x is not set
# CONFIG_PPC_MPC52xx is not set
CONFIG_PPC_PMAC=y
CONFIG_PPC_PMAC32_PSURGE=y
# CONFIG_PPC_82xx is not set
# CONFIG_PPC_83xx is not set
# CONFIG_PPC_86xx is not set
CONFIG_KVM_GUEST=y
CONFIG_EPAPR_PARAVIRT=y
CONFIG_PPC_HASH_MMU_NATIVE=y
CONFIG_PPC_OF_BOOT_TRAMPOLINE=y
CONFIG_PPC_SMP_MUXED_IPI=y
CONFIG_MPIC=y
CONFIG_MPIC_MSGR=y
CONFIG_PPC_MPC106=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
#
# CPU frequency scaling drivers
#
# CONFIG_CPUFREQ_DT_PLATDEV is not set
CONFIG_CPU_FREQ_PMAC=y
# end of CPU Frequency scaling
#
# CPUIdle driver
#
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# end of CPU Idle
# end of CPUIdle driver
CONFIG_TAU=y
# CONFIG_TAU_INT is not set
# CONFIG_TAU_AVERAGE is not set
# CONFIG_GEN_RTC is not set
# end of Platform support
#
# Kernel options
#
CONFIG_HIGHMEM=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_PPC_QUEUED_SPINLOCKS is not set
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_IRQ_ALL_CPUS is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_PPC_4K_PAGES=y
CONFIG_PAGE_SIZE_4KB=y
CONFIG_PPC_PAGE_SHIFT=12
CONFIG_THREAD_SHIFT=13
CONFIG_DATA_SHIFT=22
CONFIG_ARCH_FORCE_MAX_ORDER=10
CONFIG_CMDLINE=""
CONFIG_EXTRA_TARGETS=""
CONFIG_ARCH_WANTS_FREEZER_CONTROL=y
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_APM_EMULATION=m
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# CONFIG_ENERGY_MODEL is not set
# end of Kernel options
CONFIG_ISA_DMA_API=y
#
# Bus options
#
CONFIG_GENERIC_ISA_DMA=y
CONFIG_PPC_INDIRECT_PCI=y
# CONFIG_FSL_LBC is not set
# end of Bus options
#
# Advanced setup
#
# CONFIG_ADVANCED_OPTIONS is not set
#
# Default settings for advanced configuration options are used
#
CONFIG_LOWMEM_SIZE=0x30000000
CONFIG_PAGE_OFFSET=0xc0000000
CONFIG_KERNEL_START=0xc0000000
CONFIG_PHYSICAL_START=0x00000000
CONFIG_TASK_SIZE=0xb0000000
# end of Advanced setup
CONFIG_VIRTUALIZATION=y
CONFIG_HAVE_LIVEPATCH=y
#
# General architecture-dependent options
#
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_32BIT_OFF_T=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_MMU_GATHER_PAGE_SIZE=y
CONFIG_MMU_GATHER_MERGE_VMAS=y
CONFIG_ARCH_WANT_IRQS_OFF_ACTIVATE_MM=y
CONFIG_MMU_LAZY_TLB_REFCOUNT=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_WEAK_RELEASE_ACQUIRE=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_LTO_NONE=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_ARCH_MMAP_RND_BITS=11
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y
CONFIG_HAVE_OBJTOOL=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_HAVE_ARCH_NVRAM_OPS=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND=y
CONFIG_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
# CONFIG_VMAP_STACK is not set
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
# CONFIG_STRICT_MODULE_RWX is not set
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_HAVE_STATIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SPLIT_ARG64=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_GCC_PLUGINS=y
CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y
CONFIG_FUNCTION_ALIGNMENT=0
# end of General architecture-dependent options
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_DEBUG is not set
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set
CONFIG_MODVERSIONS=y
CONFIG_ASM_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
CONFIG_BLK_CGROUP_PUNT_BIO=y
CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_ICQ=y
# CONFIG_BLK_DEV_BSGLIB is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
# CONFIG_BLK_DEV_ZONED is not set
# CONFIG_BLK_DEV_THROTTLING is not set
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_MQ=y
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_IOCOST is not set
# CONFIG_BLK_CGROUP_IOPRIO is not set
CONFIG_BLK_DEBUG_FS=y
# CONFIG_BLK_SED_OPAL is not set
# CONFIG_BLK_INLINE_ENCRYPTION is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y
CONFIG_BLOCK_HOLDER_DEPRECATED=y
CONFIG_BLK_MQ_STACKING=y
#
# IO Schedulers
#
# CONFIG_MQ_IOSCHED_DEADLINE is not set
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
# CONFIG_BFQ_GROUP_IOSCHED is not set
# end of IO Schedulers
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
# end of Executable file formats
#
# Memory Management options
#
CONFIG_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
CONFIG_ZSWAP_DEFAULT_ON=y
# CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD=y
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT="z3fold"
# CONFIG_ZBUD is not set
CONFIG_Z3FOLD=y
# CONFIG_ZSMALLOC is not set
#
# SLAB allocator options
#
# CONFIG_SLAB_DEPRECATED is not set
CONFIG_SLUB=y
# CONFIG_SLUB_TINY is not set
# CONFIG_SLAB_MERGE_DEFAULT is not set
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
# CONFIG_SLUB_STATS is not set
CONFIG_SLUB_CPU_PARTIAL=y
# end of SLAB allocator options
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
CONFIG_FLATMEM=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
CONFIG_PAGE_REPORTING=y
CONFIG_MIGRATION=y
CONFIG_BOUNCE=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_FRONTSWAP=y
# CONFIG_CMA is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ZONE_DMA=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_TEST is not set
# CONFIG_DMAPOOL_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_KMAP_LOCAL=y
# CONFIG_ANON_VMA_NAME is not set
CONFIG_USERFAULTFD=y
CONFIG_LRU_GEN=y
CONFIG_LRU_GEN_ENABLED=y
# CONFIG_LRU_GEN_STATS is not set
CONFIG_LOCK_MM_AND_FIND_VMA=y
#
# Data Access Monitoring
#
# CONFIG_DAMON is not set
# end of Data Access Monitoring
# end of Memory Management options
CONFIG_NET=y
CONFIG_SKB_EXTENSIONS=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
CONFIG_UNIX_DIAG=m
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
# CONFIG_TLS_TOE is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_AH=m
CONFIG_XFRM_ESP=m
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
# CONFIG_XDP_SOCKETS is not set
CONFIG_NET_HANDSHAKE=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=m
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
# CONFIG_INET_ESP_OFFLOAD is not set
# CONFIG_INET_ESPINTCP is not set
CONFIG_INET_IPCOMP=m
CONFIG_INET_TABLE_PERTURB_ORDER=16
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_WESTWOOD=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="westwood"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
# CONFIG_INET6_ESP_OFFLOAD is not set
# CONFIG_INET6_ESPINTCP is not set
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
# CONFIG_IPV6_VTI is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
# CONFIG_NETLABEL is not set
# CONFIG_MPTCP is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_COOKIE_HMAC_SHA1 is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_MRP is not set
# CONFIG_BRIDGE_CFM is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_SKBPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
CONFIG_NET_SCH_FQ_CODEL=y
# CONFIG_NET_SCH_CAKE is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_ETS is not set
CONFIG_NET_SCH_DEFAULT=y
CONFIG_DEFAULT_FQ_CODEL=y
# CONFIG_DEFAULT_PFIFO_FAST is not set
CONFIG_DEFAULT_NET_SCH="fq_codel"
#
# Classification
#
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=m
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
# CONFIG_VSOCKETS_LOOPBACK is not set
# CONFIG_VIRTIO_VSOCKETS is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_QRTR is not set
# CONFIG_NET_NCSI is not set
CONFIG_PCPU_DEV_REFCNT=y
CONFIG_MAX_SKB_FRAGS=17
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# end of Network testing
# end of Networking options
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_HS=y
CONFIG_BT_LE=y
CONFIG_BT_LE_L2CAP_ECRED=y
# CONFIG_BT_LEDS is not set
CONFIG_BT_MSFTEXT=y
CONFIG_BT_AOSPEXT=y
CONFIG_BT_DEBUGFS=y
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_FEATURE_DEBUG=y
#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_MTK=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
CONFIG_BT_HCIBTUSB_POLL_SYNC=y
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_MTK=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_AG6XX=y
CONFIG_BT_HCIBCM203X=m
# CONFIG_BT_HCIBCM4377 is not set
# CONFIG_BT_HCIBPA10X is not set
CONFIG_BT_HCIBFUSB=m
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_BT_MRVL=m
CONFIG_BT_ATH3K=m
# CONFIG_BT_VIRTIO is not set
# end of Bluetooth device drivers
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
# CONFIG_MCTP is not set
CONFIG_WIRELESS=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
# CONFIG_CFG80211_WEXT is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
# CONFIG_RFKILL_INPUT is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_FD=y
CONFIG_NET_9P_VIRTIO=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_SOCK_VALIDATE_XMIT=y
CONFIG_NET_SOCK_MSG=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
CONFIG_FAILOVER=y
CONFIG_ETHTOOL_NETLINK=y
#
# Device Drivers
#
CONFIG_HAVE_PCI=y
CONFIG_FORCE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCIEASPM is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_ARCH_FALLBACKS=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
# CONFIG_PCIE_BUS_TUNE_OFF is not set
CONFIG_PCIE_BUS_DEFAULT=y
# CONFIG_PCIE_BUS_SAFE is not set
# CONFIG_PCIE_BUS_PERFORMANCE is not set
# CONFIG_PCIE_BUS_PEER2PEER is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=4
# CONFIG_HOTPLUG_PCI is not set
#
# PCI controller drivers
#
# CONFIG_PCI_FTPCI100 is not set
# CONFIG_PCI_HOST_GENERIC is not set
# CONFIG_PCIE_MICROCHIP_HOST is not set
# CONFIG_PCIE_XILINX is not set
#
# Cadence-based PCIe controllers
#
# CONFIG_PCIE_CADENCE_PLAT_HOST is not set
# CONFIG_PCI_J721E_HOST is not set
# end of Cadence-based PCIe controllers
#
# DesignWare-based PCIe controllers
#
# CONFIG_PCI_MESON is not set
# CONFIG_PCIE_DW_PLAT_HOST is not set
# end of DesignWare-based PCIe controllers
#
# Mobiveil-based PCIe controllers
#
# end of Mobiveil-based PCIe controllers
# end of PCI controller drivers
#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers
# CONFIG_CXL_BUS is not set
CONFIG_PCCARD=m
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_RAPIDIO is not set
#
# Generic Driver Options
#
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS_SAFE=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER is not set
CONFIG_FW_LOADER_COMPRESS=y
# CONFIG_FW_LOADER_COMPRESS_XZ is not set
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_FENCE_TRACE=y
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
# end of Generic Driver Options
#
# Bus devices
#
# CONFIG_MHI_BUS is not set
# CONFIG_MHI_BUS_EP is not set
# end of Bus devices
# CONFIG_CONNECTOR is not set
#
# Firmware Drivers
#
#
# ARM System Control and Management Interface Protocol
#
# end of ARM System Control and Management Interface Protocol
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set
#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
CONFIG_DTC=y
CONFIG_OF=y
# CONFIG_OF_UNITTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_KOBJ=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_RESERVED_MEM=y
# CONFIG_OF_OVERLAY is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_MAC_FLOPPY is not set
CONFIG_CDROM=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_UBLK is not set
#
# NVME Support
#
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_TARGET is not set
# end of NVME Support
#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_PHANTOM is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_SRAM is not set
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
# CONFIG_OPEN_DICE is not set
# CONFIG_VCPU_STALL_DETECTOR is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# end of Texas Instruments shared transport line discipline
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_ECHO is not set
# CONFIG_BCM_VK is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_PVPANIC is not set
# end of Misc devices
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_PROC_FS is not set
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=m
CONFIG_BLK_DEV_BSG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPI3MR is not set
# CONFIG_SCSI_SMARTPQI is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FDOMAIN_PCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_MESH is not set
# CONFIG_SCSI_MAC53C94 is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
# CONFIG_SCSI_DH is not set
# end of SCSI device support
CONFIG_ATA=y
CONFIG_SATA_HOST=y
CONFIG_ATA_VERBOSE_ERROR=y
# CONFIG_ATA_FORCE is not set
# CONFIG_SATA_PMP is not set
#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_AHCI_DWC is not set
# CONFIG_AHCI_CEVA is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y
#
# SATA SFF controllers with BMDMA
#
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
CONFIG_PATA_MACIO=y
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_OF_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set
#
# Generic fallback / legacy drivers
#
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=m
CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
# CONFIG_DM_SNAPSHOT is not set
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_WRITECACHE is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_CLONE is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_DUST is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_ADB=y
# CONFIG_ADB_CUDA is not set
CONFIG_ADB_PMU=y
CONFIG_ADB_PMU_EVENT=y
CONFIG_ADB_PMU_LED=y
# CONFIG_ADB_PMU_LED_DISK is not set
CONFIG_PMAC_APM_EMU=m
CONFIG_PMAC_MEDIABAY=y
# CONFIG_PMAC_BACKLIGHT is not set
CONFIG_INPUT_ADBHID=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_THERM_WINDTUNNEL=m
CONFIG_THERM_ADT746X=m
CONFIG_WINDFARM=m
# CONFIG_PMAC_RACKMETER is not set
CONFIG_SENSORS_AMS=m
CONFIG_SENSORS_AMS_PMU=y
CONFIG_SENSORS_AMS_I2C=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
CONFIG_WIREGUARD=m
# CONFIG_WIREGUARD_DEBUG is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
CONFIG_NETCONSOLE=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
CONFIG_SUNGEM_PHY=y
# CONFIG_ARCNET is not set
CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_APPLE is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ASIX is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_CADENCE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_NET_VENDOR_CORTINA is not set
# CONFIG_NET_VENDOR_DAVICOM is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_ENGLEDER is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_FUJITSU is not set
# CONFIG_NET_VENDOR_FUNGIBLE is not set
# CONFIG_NET_VENDOR_GOOGLE is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_LITEX is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MICROSOFT is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
# CONFIG_NET_VENDOR_PENSANDO is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
CONFIG_SUNGEM=y
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VERTEXCOM is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WANGXUN is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_NET_VENDOR_XILINX is not set
# CONFIG_NET_VENDOR_XIRCOM is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PHYLIB is not set
# CONFIG_PSE_CONTROLLER is not set
# CONFIG_MDIO_DEVICE is not set
#
# PCS device drivers
#
# end of PCS device drivers
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOE=m
# CONFIG_PPPOE_HASH_BITS_1 is not set
# CONFIG_PPPOE_HASH_BITS_2 is not set
CONFIG_PPPOE_HASH_BITS_4=y
# CONFIG_PPPOE_HASH_BITS_8 is not set
CONFIG_PPPOE_HASH_BITS=4
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_USB_NET_DRIVERS is not set
CONFIG_WLAN=y
# CONFIG_WLAN_VENDOR_ADMTEK is not set
# CONFIG_WLAN_VENDOR_ATH is not set
# CONFIG_WLAN_VENDOR_ATMEL is not set
CONFIG_WLAN_VENDOR_BROADCOM=y
# CONFIG_B43 is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
# CONFIG_WLAN_VENDOR_CISCO is not set
# CONFIG_WLAN_VENDOR_INTEL is not set
# CONFIG_WLAN_VENDOR_INTERSIL is not set
# CONFIG_WLAN_VENDOR_MARVELL is not set
# CONFIG_WLAN_VENDOR_MEDIATEK is not set
# CONFIG_WLAN_VENDOR_MICROCHIP is not set
# CONFIG_WLAN_VENDOR_PURELIFI is not set
# CONFIG_WLAN_VENDOR_RALINK is not set
CONFIG_WLAN_VENDOR_REALTEK=y
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_RTL_CARDS is not set
CONFIG_RTL8XXXU=m
# CONFIG_RTL8XXXU_UNTESTED is not set
# CONFIG_RTW88 is not set
# CONFIG_RTW89 is not set
# CONFIG_WLAN_VENDOR_RSI is not set
# CONFIG_WLAN_VENDOR_SILABS is not set
# CONFIG_WLAN_VENDOR_ST is not set
# CONFIG_WLAN_VENDOR_TI is not set
# CONFIG_WLAN_VENDOR_ZYDAS is not set
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_VIRT_WIFI is not set
# CONFIG_WAN is not set
#
# Wireless WAN
#
# CONFIG_WWAN is not set
# end of Wireless WAN
# CONFIG_VMXNET3 is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=y
# CONFIG_ISDN is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=m
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
# CONFIG_INPUT_APMPOWER is not set
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=m
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
# CONFIG_JOYSTICK_XPAD_FF is not set
CONFIG_JOYSTICK_XPAD_LEDS=y
# CONFIG_JOYSTICK_PXRC is not set
# CONFIG_JOYSTICK_QWIIC is not set
# CONFIG_JOYSTICK_FSIA6B is not set
# CONFIG_JOYSTICK_SENSEHAT is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ATMEL_CAPTOUCH is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_DA7280_HAPTICS is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_IQS269A is not set
# CONFIG_INPUT_IQS626A is not set
# CONFIG_INPUT_IQS7222 is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LEGACY_TIOCSTI is not set
CONFIG_LDISC_AUTOLOAD=y
#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_TTYS=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SIFIVE is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# end of Serial drivers
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_N_GSM is not set
# CONFIG_NOZOMI is not set
# CONFIG_NULL_TTY is not set
CONFIG_HVC_DRIVER=y
# CONFIG_HVC_UDBG is not set
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_BA431 is not set
CONFIG_HW_RANDOM_VIRTIO=y
# CONFIG_HW_RANDOM_CCTRNG is not set
# CONFIG_HW_RANDOM_XIPHERA is not set
# CONFIG_APPLICOM is not set
CONFIG_DEVMEM=y
CONFIG_NVRAM=m
CONFIG_DEVPORT=y
# CONFIG_TCG_TPM is not set
# CONFIG_XILLYBUS is not set
# CONFIG_XILLYUSB is not set
# end of Character devices
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
#
# Mac SMBus host controller drivers
#
CONFIG_I2C_POWERMAC=y
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_MPC is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_CP2615 is not set
# CONFIG_I2C_PCI1XXXX is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_VIRTIO is not set
# end of I2C Hardware Bus support
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support
# CONFIG_I3C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
# CONFIG_PPS is not set
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# end of PTP clock support
# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_APM_POWER=m
# CONFIG_IP5XXX_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_CW2015 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
CONFIG_BATTERY_PMU=m
# CONFIG_BATTERY_SAMSUNG_SDI is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_LTC4162L is not set
# CONFIG_CHARGER_DETECTOR_MAX14656 is not set
# CONFIG_CHARGER_MAX77976 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_BATTERY_GOLDFISH is not set
# CONFIG_BATTERY_RT5033 is not set
# CONFIG_CHARGER_BD99954 is not set
# CONFIG_BATTERY_UG3105 is not set
CONFIG_HWMON=m
CONFIG_HWMON_DEBUG_CHIP=y
#
# Native drivers
#
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM1177 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_AHT10 is not set
# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set
# CONFIG_SENSORS_AS370 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_CORSAIR_CPRO is not set
# CONFIG_SENSORS_CORSAIR_PSU is not set
CONFIG_SENSORS_DRIVETEMP=m
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2947_I2C is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX127 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX31730 is not set
# CONFIG_SENSORS_MAX31760 is not set
# CONFIG_MAX31827 is not set
# CONFIG_SENSORS_MAX6620 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MC34VR500 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_TPS23861 is not set
# CONFIG_SENSORS_MR75203 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_NCT6775_I2C is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_NZXT_KRAKEN2 is not set
# CONFIG_SENSORS_NZXT_SMART2 is not set
# CONFIG_SENSORS_OCC_P8_I2C is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SBTSI is not set
# CONFIG_SENSORS_SBRMI is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHT4x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC2305 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA238 is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_TMP464 is not set
# CONFIG_SENSORS_TMP513 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_THERMAL is not set
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_BCMA_POSSIBLE=y
CONFIG_BCMA=m
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
CONFIG_BCMA_DRIVER_PCI=y
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
# CONFIG_BCMA_DEBUG is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_ACT8945A is not set
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_SMPRO is not set
# CONFIG_MFD_AS3722 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_ATMEL_FLEXCOM is not set
# CONFIG_MFD_ATMEL_HLCDC is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_MFD_MAX5970 is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_GATEWORKS_GSC is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_MP2629 is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_IQS62X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77541 is not set
# CONFIG_MFD_MAX77620 is not set
# CONFIG_MFD_MAX77650 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77714 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6360 is not set
# CONFIG_MFD_MT6370 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_NTXEC is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_SY7636A is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT4831 is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RT5120 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RK8XX_I2C is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_STMPE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TI_LP87565 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS65219 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS6594_I2C is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_LOCHNAGAR is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_ROHM_BD718XX is not set
# CONFIG_MFD_ROHM_BD71828 is not set
# CONFIG_MFD_ROHM_BD957XMUF is not set
# CONFIG_MFD_STPMIC1 is not set
# CONFIG_MFD_STMFX is not set
# CONFIG_MFD_ATC260X_I2C is not set
# CONFIG_MFD_QCOM_PM8008 is not set
# CONFIG_MFD_RSMU_I2C is not set
# end of Multifunction device drivers
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
#
# CEC support
#
# CONFIG_MEDIA_CEC_SUPPORT is not set
# end of CEC support
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
CONFIG_VIDEO_CMDLINE=y
CONFIG_VIDEO_NOMODESET=y
# CONFIG_AGP is not set
CONFIG_DRM=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_KMS_HELPER=m
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
CONFIG_DRM_DEBUG_MODESET_LOCK=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_DISPLAY_HELPER=m
CONFIG_DRM_DISPLAY_DP_HELPER=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DP_CEC is not set
CONFIG_DRM_TTM=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_GEM_SHMEM_HELPER=m
CONFIG_DRM_SUBALLOC_HELPER=m
#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
# end of I2C encoder or helper chips
#
# ARM devices
#
# end of ARM devices
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
# CONFIG_DRM_QXL is not set
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_VIRTIO_GPU_KMS=y
CONFIG_DRM_PANEL=y
#
# Display Panels
#
# CONFIG_DRM_PANEL_LVDS is not set
# CONFIG_DRM_PANEL_SIMPLE is not set
# CONFIG_DRM_PANEL_EDP is not set
# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set
# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set
# end of Display Panels
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
#
# Display Interface Bridges
#
# CONFIG_DRM_CHIPONE_ICN6211 is not set
# CONFIG_DRM_CHRONTEL_CH7033 is not set
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
# CONFIG_DRM_ITE_IT6505 is not set
# CONFIG_DRM_LONTIUM_LT8912B is not set
# CONFIG_DRM_LONTIUM_LT9211 is not set
# CONFIG_DRM_LONTIUM_LT9611 is not set
# CONFIG_DRM_LONTIUM_LT9611UXC is not set
# CONFIG_DRM_ITE_IT66121 is not set
# CONFIG_DRM_LVDS_CODEC is not set
# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
# CONFIG_DRM_NXP_PTN3460 is not set
# CONFIG_DRM_PARADE_PS8622 is not set
# CONFIG_DRM_PARADE_PS8640 is not set
# CONFIG_DRM_SIL_SII8620 is not set
# CONFIG_DRM_SII902X is not set
# CONFIG_DRM_SII9234 is not set
# CONFIG_DRM_SIMPLE_BRIDGE is not set
# CONFIG_DRM_THINE_THC63LVD1024 is not set
# CONFIG_DRM_TOSHIBA_TC358762 is not set
# CONFIG_DRM_TOSHIBA_TC358764 is not set
# CONFIG_DRM_TOSHIBA_TC358767 is not set
# CONFIG_DRM_TOSHIBA_TC358768 is not set
# CONFIG_DRM_TOSHIBA_TC358775 is not set
# CONFIG_DRM_TI_DLPC3433 is not set
# CONFIG_DRM_TI_TFP410 is not set
# CONFIG_DRM_TI_SN65DSI83 is not set
# CONFIG_DRM_TI_SN65DSI86 is not set
# CONFIG_DRM_TI_TPD12S015 is not set
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_ANALOGIX_ANX7625 is not set
# CONFIG_DRM_I2C_ADV7511 is not set
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_CDNS_MHDP8546 is not set
# end of Display Interface Bridges
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_LOGICVC is not set
# CONFIG_DRM_ARCPGU is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_GM12U320 is not set
# CONFIG_DRM_OFDRM is not set
# CONFIG_DRM_SIMPLEDRM is not set
# CONFIG_DRM_GUD is not set
# CONFIG_DRM_SSD130X is not set
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
#
# Frame buffer Devices
#
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_IO_HELPERS=y
CONFIG_FB_SYS_HELPERS=y
CONFIG_FB_SYS_HELPERS_DEFERRED=y
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_OF is not set
# CONFIG_FB_CONTROL is not set
# CONFIG_FB_PLATINUM is not set
# CONFIG_FB_VALKYRIE is not set
CONFIG_FB_CT65550=y
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_KTZ8866 is not set
# CONFIG_BACKLIGHT_QCOM_WLED is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
CONFIG_BACKLIGHT_LED=m
# end of Backlight & LCD device support
CONFIG_HDMI=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
# end of Console display driver support
# CONFIG_LOGO is not set
# end of Graphics support
# CONFIG_DRM_ACCEL is not set
CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQ_DEVICE=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
# CONFIG_SND_OSSEMUL is not set
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=6
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_CTL_FAST_LOOKUP is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_VMASTER=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=m
CONFIG_SND_SEQ_MIDI=m
CONFIG_SND_SEQ_VIRMIDI=m
# CONFIG_SND_SEQ_UMP is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_DUMMY is not set
CONFIG_SND_ALOOP=m
# CONFIG_SND_PCMTEST is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SE6X is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
#
# HD-Audio
#
CONFIG_SND_HDA=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
# CONFIG_SND_HDA_CODEC_REALTEK is not set
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
CONFIG_SND_HDA_CODEC_HDMI=m
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CS8409 is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
# CONFIG_SND_HDA_GENERIC is not set
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set
# CONFIG_SND_HDA_CTL_DEV_ID is not set
# end of HD-Audio
CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_PREALLOC_SIZE=2048
CONFIG_SND_INTEL_DSP_CONFIG=m
# CONFIG_SND_PPC is not set
CONFIG_SND_AOA=m
CONFIG_SND_AOA_FABRIC_LAYOUT=m
CONFIG_SND_AOA_ONYX=m
CONFIG_SND_AOA_TAS=m
CONFIG_SND_AOA_TOONIE=m
CONFIG_SND_AOA_SOUNDBUS=m
CONFIG_SND_AOA_SOUNDBUS_I2S=m
# CONFIG_SND_USB is not set
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
# CONFIG_SND_DICE is not set
# CONFIG_SND_OXFW is not set
CONFIG_SND_ISIGHT=m
# CONFIG_SND_FIREWORKS is not set
# CONFIG_SND_BEBOB is not set
# CONFIG_SND_FIREWIRE_DIGI00X is not set
# CONFIG_SND_FIREWIRE_TASCAM is not set
# CONFIG_SND_FIREWIRE_MOTU is not set
# CONFIG_SND_FIREFACE is not set
# CONFIG_SND_PCMCIA is not set
# CONFIG_SND_SOC is not set
# CONFIG_SND_VIRTIO is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=y
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EVISION is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_FT260 is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_GLORIOUS is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_VIVALDI is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_VRC2 is not set
# CONFIG_HID_XIAOMI is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LETSKETCH is not set
# CONFIG_HID_LOGITECH is not set
CONFIG_HID_MAGICMOUSE=y
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_MEGAWORLD_FF is not set
# CONFIG_HID_REDRAGON is not set
CONFIG_HID_MICROSOFT=m
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
CONFIG_HID_NINTENDO=m
# CONFIG_NINTENDO_FF is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_NVIDIA_SHIELD is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PXRC is not set
# CONFIG_HID_RAZER is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
CONFIG_HID_ROCCAT=m
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SEMITEK is not set
# CONFIG_HID_SIGMAMICRO is not set
CONFIG_HID_SONY=m
# CONFIG_SONY_FF is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_TOPRE is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_WACOM is not set
CONFIG_HID_WIIMOTE=m
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# CONFIG_HID_MCP2221 is not set
# end of Special HID drivers
#
# HID-BPF support
#
# end of HID-BPF support
#
# USB HID support
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y
# end of USB HID support
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_PRODUCTLIST is not set
# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=m
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_XPS_USB_HCD_XILINX is not set
# CONFIG_USB_EHCI_FSL is not set
CONFIG_USB_EHCI_HCD_PPC_OF=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
CONFIG_USB_OHCI_HCD_PPC_OF=y
CONFIG_USB_OHCI_HCD_PCI=m
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
CONFIG_USB_UAS=m
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
#
# USB dual-mode controller drivers
#
# CONFIG_USB_CDNS_SUPPORT is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set
#
# USB port drivers
#
CONFIG_USB_SERIAL=m
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_SIMPLE is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
# CONFIG_USB_SERIAL_XR is not set
# CONFIG_USB_SERIAL_DEBUG is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
CONFIG_USB_APPLEDISPLAY=m
# CONFIG_APPLE_MFI_FASTCHARGE is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
# CONFIG_USB_ONBOARD_HUB is not set
#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_ISP1301 is not set
# end of USB Physical Layer drivers
# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_MMC is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_CLASS_MULTICOLOR is not set
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
#
# LED drivers
#
# CONFIG_LEDS_AN30259A is not set
# CONFIG_LEDS_AW200XX is not set
# CONFIG_LEDS_AW2013 is not set
# CONFIG_LEDS_BCM6328 is not set
# CONFIG_LEDS_BCM6358 is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3532 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_LM3692X is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP55XX_COMMON is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2606MVV is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_IS31FL319X is not set
# CONFIG_LEDS_IS31FL32XX is not set
#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_LM3697 is not set
#
# Flash and Torch LED drivers
#
#
# RGB LED drivers
#
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_DISK=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_LEDS_TRIGGER_PANIC is not set
# CONFIG_LEDS_TRIGGER_NETDEV is not set
# CONFIG_LEDS_TRIGGER_PATTERN is not set
# CONFIG_LEDS_TRIGGER_AUDIO is not set
# CONFIG_LEDS_TRIGGER_TTY is not set
#
# Simple LED drivers
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_HYM8563 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_NCT3018Y is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12026 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3028 is not set
# CONFIG_RTC_DRV_RV3032 is not set
# CONFIG_RTC_DRV_RV8803 is not set
# CONFIG_RTC_DRV_SD3078 is not set
#
# SPI RTC drivers
#
CONFIG_RTC_I2C_AND_SPI=y
#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set
# CONFIG_RTC_DRV_RX6110 is not set
#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_ZYNQMP is not set
#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_GENERIC=y
# CONFIG_RTC_DRV_CADENCE is not set
# CONFIG_RTC_DRV_FTRTC010 is not set
# CONFIG_RTC_DRV_R7301 is not set
#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_GOLDFISH is not set
# CONFIG_DMADEVICES is not set
#
# DMABUF options
#
CONFIG_SYNC_FILE=y
# CONFIG_SW_SYNC is not set
CONFIG_UDMABUF=y
# CONFIG_DMABUF_MOVE_NOTIFY is not set
# CONFIG_DMABUF_DEBUG is not set
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
# CONFIG_DMABUF_SYSFS_STATS is not set
CONFIG_DMABUF_HEAPS_SYSTEM=y
# end of DMABUF options
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_PCI_LIB_LEGACY=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_VIRTIO_INPUT=y
# CONFIG_VIRTIO_MMIO is not set
CONFIG_VIRTIO_DMA_SHARED_BUFFER=m
# CONFIG_VDPA is not set
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_TASK=y
CONFIG_VHOST=y
CONFIG_VHOST_MENU=y
CONFIG_VHOST_NET=y
# CONFIG_VHOST_VSOCK is not set
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
#
# Microsoft Hyper-V guest support
#
# end of Microsoft Hyper-V guest support
# CONFIG_GREYBUS is not set
# CONFIG_COMEDI is not set
# CONFIG_STAGING is not set
# CONFIG_GOLDFISH is not set
# CONFIG_COMMON_CLK is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
# end of Clock Source drivers
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_SUPPORT=y
#
# Generic IOMMU Pagetable Support
#
# end of Generic IOMMU Pagetable Support
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMUFD is not set
#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
# end of Remoteproc drivers
#
# Rpmsg drivers
#
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers
# CONFIG_SOUNDWIRE is not set
#
# SOC (System On Chip) specific Drivers
#
#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers
#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers
#
# NXP/Freescale QorIQ SoC drivers
#
# CONFIG_QUICC_ENGINE is not set
# end of NXP/Freescale QorIQ SoC drivers
#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers
#
# i.MX SoC drivers
#
# end of i.MX SoC drivers
#
# Enable LiteX SoC Builder specific drivers
#
# CONFIG_LITEX_SOC_CONTROLLER is not set
# end of Enable LiteX SoC Builder specific drivers
# CONFIG_WPCM450_SOC is not set
#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers
# CONFIG_SOC_TI is not set
#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_PWM is not set
#
# IRQ chip support
#
CONFIG_IRQCHIP=y
# CONFIG_AL_FIC is not set
# CONFIG_XILINX_INTC is not set
# end of IRQ chip support
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set
#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms
# CONFIG_PHY_CADENCE_DPHY is not set
# CONFIG_PHY_CADENCE_DPHY_RX is not set
# CONFIG_PHY_CADENCE_SALVO is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# end of PHY Subsystem
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
#
# Performance monitor support
#
# end of Performance monitor support
# CONFIG_RAS is not set
# CONFIG_USB4 is not set
#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
# end of Android
# CONFIG_DAX is not set
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
#
# Layout Types
#
# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set
# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set
# end of Layout Types
# CONFIG_NVMEM_RMEM is not set
#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support
# CONFIG_FPGA is not set
# CONFIG_FSI is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set
# CONFIG_COUNTER is not set
# CONFIG_MOST is not set
# CONFIG_PECI is not set
# CONFIG_HTE is not set
# end of Device Drivers
#
# File systems
#
# CONFIG_VALIDATE_FS_PARSER is not set
CONFIG_FS_IOMAP=y
CONFIG_LEGACY_DIRECT_IO=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=m
# CONFIG_XFS_SUPPORT_V4 is not set
# CONFIG_XFS_SUPPORT_ASCII_CI is not set
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_ONLINE_SCRUB is not set
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set
CONFIG_F2FS_FS=m
# CONFIG_F2FS_STAT_FS is not set
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
# CONFIG_F2FS_FS_SECURITY is not set
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
CONFIG_F2FS_FS_COMPRESSION=y
CONFIG_F2FS_FS_LZO=y
CONFIG_F2FS_FS_LZORLE=y
# CONFIG_F2FS_FS_LZ4 is not set
CONFIG_F2FS_FS_ZSTD=y
# CONFIG_F2FS_IOSTAT is not set
# CONFIG_F2FS_UNFAIR_RWSEM is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
CONFIG_VIRTIO_FS=y
# CONFIG_OVERLAY_FS is not set
#
# Caches
#
CONFIG_NETFS_SUPPORT=y
# CONFIG_NETFS_STATS is not set
# CONFIG_FSCACHE is not set
# end of Caches
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
CONFIG_NTFS3_FS=m
CONFIG_NTFS3_LZX_XPRESS=y
# CONFIG_NTFS3_FS_POSIX_ACL is not set
# end of DOS/FAT/EXFAT/NT Filesystems
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_MEMFD_CREATE=y
CONFIG_CONFIGFS_FS=m
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=m
# CONFIG_ECRYPT_FS is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
CONFIG_BEFS_DEBUG=y
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EROFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
# CONFIG_NFS_V2 is not set
# CONFIG_NFS_V3 is not set
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_NFS_COMMON=y
CONFIG_NFS_V4_2_SSC_HELPER=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_BACKCHANNEL=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
CONFIG_SUNRPC_DEBUG=y
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=m
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SWN_UPCALL=y
# CONFIG_SMB_SERVER is not set
CONFIG_SMBFS=m
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=m
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_MAC_ROMAN=m
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_REQUEST_CACHE=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_PATH is not set
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_SECURITY_LANDLOCK is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf"
#
# Kernel hardening options
#
#
# Memory initialization
#
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
# CONFIG_INIT_STACK_NONE is not set
CONFIG_INIT_STACK_ALL_PATTERN=y
# CONFIG_INIT_STACK_ALL_ZERO is not set
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
CONFIG_ZERO_CALL_USED_REGS=y
# end of Memory initialization
# CONFIG_RANDSTRUCT_NONE is not set
# CONFIG_RANDSTRUCT_FULL is not set
CONFIG_RANDSTRUCT_PERFORMANCE=y
CONFIG_RANDSTRUCT=y
CONFIG_GCC_PLUGIN_RANDSTRUCT=y
# end of Kernel hardening options
# end of Security options
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SIG2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=m
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_MANAGER_EXTRA_TESTS is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_NULL2=m
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ENGINE=y
# end of Crypto core or helper
#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_DH_RFC7919_GROUPS is not set
CONFIG_CRYPTO_ECC=m
CONFIG_CRYPTO_ECDH=m
# CONFIG_CRYPTO_ECDSA is not set
# CONFIG_CRYPTO_ECRDSA is not set
# CONFIG_CRYPTO_SM2 is not set
# CONFIG_CRYPTO_CURVE25519 is not set
# end of Public-key cryptography
#
# Block ciphers
#
CONFIG_CRYPTO_AES=m
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_ARIA is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SM4_GENERIC is not set
# CONFIG_CRYPTO_TWOFISH is not set
# end of Block ciphers
#
# Length-preserving ciphers and modes
#
CONFIG_CRYPTO_ADIANTUM=m
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=m
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_HCTR2 is not set
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_OFB is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=m
CONFIG_CRYPTO_NHPOLY1305=m
# end of Length-preserving ciphers and modes
#
# AEAD (authenticated encryption with associated data) ciphers
#
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_GENIV=m
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=m
CONFIG_CRYPTO_ESSIV=m
# end of AEAD (authenticated encryption with associated data) ciphers
#
# Hashes, digests, and MACs
#
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_GHASH=m
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_SHA3=m
# CONFIG_CRYPTO_SM3_GENERIC is not set
# CONFIG_CRYPTO_STREEBOG is not set
# CONFIG_CRYPTO_VMAC is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_XXHASH=y
# end of Hashes, digests, and MACs
#
# CRCs (cyclic redundancy checks)
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32=y
# CONFIG_CRYPTO_CRCT10DIF is not set
# end of CRCs (cyclic redundancy checks)
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
CONFIG_CRYPTO_ZSTD=y
# end of Compression
#
# Random number generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=m
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=m
CONFIG_CRYPTO_JITTERENTROPY=m
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
CONFIG_CRYPTO_KDF800108_CTR=y
# end of Random number generation
#
# Userspace interface
#
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=m
CONFIG_CRYPTO_USER_API_RNG=m
# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
CONFIG_CRYPTO_USER_API_AEAD=m
# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set
# CONFIG_CRYPTO_STATS is not set
# end of Userspace interface
CONFIG_CRYPTO_HASH_INFO=y
#
# Accelerated Cryptographic Algorithms for CPU (powerpc)
#
CONFIG_CRYPTO_MD5_PPC=m
CONFIG_CRYPTO_SHA1_PPC=m
# end of Accelerated Cryptographic Algorithms for CPU (powerpc)
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set
# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set
CONFIG_CRYPTO_DEV_VIRTIO=y
# CONFIG_CRYPTO_DEV_SAFEXCEL is not set
# CONFIG_CRYPTO_DEV_CCREE is not set
# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set
# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
#
# Certificates for signature checking
#
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
# CONFIG_SECONDARY_TRUSTED_KEYRING is not set
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_RAID6_PQ_BENCHMARK=y
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
# CONFIG_CORDIC is not set
# CONFIG_PRIME_NUMBERS is not set
CONFIG_GENERIC_PCI_IOMAP=y
#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CRYPTO_LIB_AES=m
CONFIG_CRYPTO_LIB_ARC4=m
CONFIG_CRYPTO_LIB_GF128MUL=m
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m
CONFIG_CRYPTO_LIB_CHACHA=m
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m
CONFIG_CRYPTO_LIB_CURVE25519=m
CONFIG_CRYPTO_LIB_DES=m
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1
CONFIG_CRYPTO_LIB_POLY1305_GENERIC=m
CONFIG_CRYPTO_LIB_POLY1305=m
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
# CONFIG_CRC64_ROCKSOFT is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_XXHASH=y
CONFIG_RANDOM32_SELFTEST=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_ZSTD_COMMON=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_ZSTD=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_ARCH_DMA_DEFAULT_COHERENT=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_DMA_MAP_BENCHMARK is not set
CONFIG_SGL_ALLOC=y
# CONFIG_FORCE_NR_CPUS is not set
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_GENERIC_ATOMIC64=y
CONFIG_CLZ_TAB=y
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_LIBFDT=y
CONFIG_OID_REGISTRY=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_STACKDEPOT_ALWAYS_INIT=y
CONFIG_SBITMAP=y
# end of Library routines
#
# Kernel hacking
#
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DYNAMIC_DEBUG_CORE is not set
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_MISC is not set
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_AS_HAS_NON_CONST_LEB128=y
# CONFIG_DEBUG_INFO_NONE is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_REDUCED=y
# CONFIG_DEBUG_INFO_COMPRESSED_NONE is not set
CONFIG_DEBUG_INFO_COMPRESSED_ZLIB=y
CONFIG_DEBUG_INFO_SPLIT=y
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=1024
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
#
# Generic Kernel Debugging Instruments
#
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# end of Generic Kernel Debugging Instruments
#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
# CONFIG_DEBUG_NET is not set
# end of Networking Debugging
#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
CONFIG_DEBUG_PAGEALLOC=y
# CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT is not set
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_PAGE_POISONING=y
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_ARCH_HAS_DEBUG_WX=y
CONFIG_DEBUG_WX=y
CONFIG_GENERIC_PTDUMP=y
CONFIG_PTDUMP_CORE=y
# CONFIG_PTDUMP_DEBUGFS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SHRINKER_DEBUG is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VM_PGTABLE=y
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_KMAP_LOCAL is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
CONFIG_KASAN=y
CONFIG_KASAN_GENERIC=y
CONFIG_KASAN_OUTLINE=y
# CONFIG_KASAN_INLINE is not set
CONFIG_KASAN_STACK=y
CONFIG_KASAN_VMALLOC=y
# CONFIG_KASAN_MODULE_TEST is not set
CONFIG_HAVE_ARCH_KFENCE=y
# CONFIG_KFENCE is not set
# end of Memory Debugging
CONFIG_DEBUG_SHIRQ=y
#
# Debug Oops, Lockups and Hangs
#
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y
# CONFIG_HARDLOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=40
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_WQ_WATCHDOG=y
CONFIG_WQ_CPU_INTENSIVE_REPORT=y
# CONFIG_TEST_LOCKUP is not set
# end of Debug Oops, Lockups and Hangs
#
# Scheduler Debugging
#
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# end of Scheduler Debugging
# CONFIG_DEBUG_TIMEKEEPING is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_RWSEMS=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)
CONFIG_DEBUG_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_DEBUG_MAPLE_TREE=y
# end of Debug kernel data structures
CONFIG_DEBUG_CREDENTIALS=y
#
# RCU Debugging
#
# CONFIG_RCU_SCALE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
# CONFIG_RCU_CPU_STALL_CPUTIME is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_OBJTOOL_MCOUNT=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_SAMPLES is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
CONFIG_IO_STRICT_DEVMEM=y
#
# powerpc Debugging
#
# CONFIG_PPC_DISABLE_WERROR is not set
CONFIG_PPC_WERROR=y
CONFIG_PRINT_STACK_DEPTH=64
# CONFIG_PPC_EMULATED_STATS is not set
# CONFIG_CODE_PATCHING_SELFTEST is not set
CONFIG_JUMP_LABEL_FEATURE_CHECKS=y
CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG=y
# CONFIG_FTR_FIXUP_SELFTEST is not set
# CONFIG_MSI_BITMAP_SELFTEST is not set
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
CONFIG_BOOTX_TEXT=y
# CONFIG_PPC_EARLY_DEBUG is not set
CONFIG_KASAN_SHADOW_OFFSET=0xe0000000
# end of powerpc Debugging
#
# Kernel Testing and Coverage
#
# CONFIG_KUNIT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
#
# Rust hacking
#
# end of Rust hacking
# end of Kernel hacking
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-10 23:48 KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Erhard Furtner
@ 2023-08-11 6:45 ` Christophe Leroy
2023-08-13 19:38 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-11 6:45 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 11/08/2023 à 01:48, Erhard Furtner a écrit :
> I wanted to fire up my PowerMac G4 MDD (Dual CPU) with a KASAN debug build of kernel 6.5-rc5 for testing purposes. But the kernel fails to boot at a very early stage. I only get a white screen reading
> "done
> found display: /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_B@1, opening..."
Can you try with CONFIG_PPC_EARLY_DEBUG and see if you get more
information on the screen ?
Christophe
>
> When I use the same kernel .config but disable SMP the machine just boots up fine with the KASAN enabled kernel.
>
> Perhaps a similar issue to https://bugzilla.kernel.org/show_bug.cgi?id=216190 ?
>
> Kernel .config and full dmesg attached.
>
> Regards,
> Erhard F.
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-11 6:45 ` Christophe Leroy
@ 2023-08-13 19:38 ` Erhard Furtner
2023-08-14 9:40 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-13 19:38 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]
On Fri, 11 Aug 2023 06:45:14 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Le 11/08/2023 à 01:48, Erhard Furtner a écrit :
> > I wanted to fire up my PowerMac G4 MDD (Dual CPU) with a KASAN debug build of kernel 6.5-rc5 for testing purposes. But the kernel fails to boot at a very early stage. I only get a white screen reading
> > "done
> > found display: /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_B@1, opening..."
>
> Can you try with CONFIG_PPC_EARLY_DEBUG and see if you get more
> information on the screen ?
With CONFIG_PPC_EARLY_DEBUG set booting continues and I get two more lines on a white screen:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
Afterwards the G4 freezes.
By chane I found out another interesting thing: This only happens on cold boots.
If I boot the G4 up with another kernel first and boot the SMP KASAN kernel afterwards it just boots up fine too! On further reboots the SMP KASAN kernel keeps booting up normally. Until I turn the machine off - and next time I turn it on the same SMP KASAN kernel fails booting again as described. Strange...
This behaviour however is reproducible. Tried that procedure 15-20 times just to be sure. Hope you can make something out of it.
Attached is a dmesg of a successful SMP KASAM kernel boot attempt when a working kernel was booted first.
Regards,
Erhard F.
[-- Attachment #2: dmesg_65-rc5_g4_04 --]
[-- Type: application/octet-stream, Size: 50246 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.5.0-rc5-PMacG4 (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #2 SMP Sun Aug 13 10:56:19 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xea0. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x434. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x434. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3180, gen1=3181
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24672 r8192 d24480 u57344
[ 0.000000] pcpu-alloc: s24672 r8192 d24480 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946548K/2097152K available (16068K kernel code, 1964K rwdata, 4412K rodata, 1344K init, 405K bss, 150604K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000563] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001064] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.003951] Console: colour dummy device 80x25
[ 0.004485] printk: console [tty0] enabled
[ 0.004945] printk: bootconsole [udbg0] disabled
[ 0.006120] pid_max: default: 32768 minimum: 301
[ 0.012346] LSM: initializing lsm=capability,yama
[ 0.012439] Yama: becoming mindful.
[ 0.014416] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.014635] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.030009] PowerMac SMP probe found 2 cpus
[ 0.030789] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.030955] channel 0 bus <multibus>
[ 0.031070] channel 1 bus <multibus>
[ 0.031503] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.031661] channel 0 bus <multibus>
[ 0.031800] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.031945] channel 1 bus <multibus>
[ 0.032056] channel 2 bus <multibus>
[ 0.032128] pmf: no parser for command 17 !
[ 0.032290] Processor timebase sync using GPIO 0x73
[ 0.032326] mpic: requesting IPIs...
[ 0.032690] CPU0: L2CR is 80000000
[ 0.032723] CPU0: L3CR is 9c030000
[ 0.038904] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.040202] MPC7450 family performance monitor hardware support registered
[ 0.041156] rcu: Hierarchical SRCU implementation.
[ 0.041204] rcu: Max phase no-delay instances is 1000.
[ 0.044155] smp: Bringing up secondary CPUs ...
[83973664.849722] CPU1: L2CR was 0
[83973664.849807] CPU1: L2CR set to 80000000
[83973664.849820] CPU1: L3CR was 0
[83973664.849970] CPU1: L3CR set to 9c030000
[ 0.051016] smp: Brought up 1 node, 2 CPUs
[ 0.056978] devtmpfs: initialized
[ 0.060701] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.061258] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.063688] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.064235] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.090884] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.091298] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.092243] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.092777] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.130854] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.130966] PCI host bridge /pci@f0000000 ranges:
[ 0.131066] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.131143] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.151524] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.151920] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.151982] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.152078] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.152155] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.172658] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.173635] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.173703] PCI host bridge /pci@f4000000 ranges:
[ 0.173798] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.173862] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.194642] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.196885] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.197265] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.199706] prandom: seed boundary self test passed
[ 0.207507] prandom: 100 self tests passed
[ 0.215336] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.251978] PCI: Probing PCI hardware
[ 0.254858] PCI host bridge to bus 0000:00
[ 0.254941] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.255025] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.255088] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.255157] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.255209] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.256925] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.259239] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.259329] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.259394] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.259454] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.259539] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.259665] pci 0000:00:10.0: supports D1 D2
[ 0.263579] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.266221] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.266402] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.266597] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.266763] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.267082] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.267282] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.267439] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.267586] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.267734] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.267881] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.268070] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.268219] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.271622] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.271905] PCI host bridge to bus 0001:00
[ 0.271960] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.272023] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.272086] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.272152] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.272202] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.273862] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.276754] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.276842] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.277065] pci 0001:00:12.0: supports D1 D2
[ 0.277112] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.279335] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.279422] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.279583] pci 0001:00:12.1: supports D1 D2
[ 0.279624] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.281901] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.281986] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.282146] pci 0001:00:12.2: supports D1 D2
[ 0.282188] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.283762] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.283842] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.283898] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.283953] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.284007] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.284061] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.284116] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.284173] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.284291] pci 0001:00:13.0: supports D1 D2
[ 0.286575] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.286660] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.286718] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.286790] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.286924] pci 0001:00:15.0: supports D1 D2
[ 0.286966] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.288641] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.288726] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.288784] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.288856] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.288988] pci 0001:00:15.1: supports D1 D2
[ 0.289030] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.291912] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.292001] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.292058] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.292113] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.292177] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.292310] pci 0001:00:15.2: supports D1 D2
[ 0.292352] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.293880] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.293960] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.294116] pci 0001:00:16.0: supports D1 D2
[ 0.294158] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.296270] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.296354] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.298233] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.298317] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.300550] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.300633] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.302908] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.302994] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.303155] pci 0001:00:1b.0: supports D1 D2
[ 0.303197] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.305499] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.305584] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.305745] pci 0001:00:1b.1: supports D1 D2
[ 0.305787] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.307464] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.307545] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.307703] pci 0001:00:1b.2: supports D1 D2
[ 0.307746] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.310140] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.315797] PCI host bridge to bus 0002:00
[ 0.315878] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.315955] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.316021] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.316071] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.317732] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.320007] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.320089] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.322362] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.322446] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.322599] pci 0002:00:0e.0: supports D1 D2
[ 0.322641] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.324813] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.324896] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.324998] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.328339] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.329852] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.329933] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.330011] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.330064] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.330113] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.330231] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.330295] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.330356] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.330413] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.330490] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.330538] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.330587] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.330642] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.330690] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.407978] raid6: altivecx8 gen() 551 MB/s
[ 0.464843] raid6: altivecx4 gen() 535 MB/s
[ 0.521736] raid6: altivecx2 gen() 476 MB/s
[ 0.578586] raid6: altivecx1 gen() 385 MB/s
[ 0.635454] raid6: int32x8 gen() 140 MB/s
[ 0.692319] raid6: int32x4 gen() 134 MB/s
[ 0.749206] raid6: int32x2 gen() 117 MB/s
[ 0.806068] raid6: int32x1 gen() 94 MB/s
[ 0.806106] raid6: using algorithm altivecx8 gen() 551 MB/s
[ 0.806143] raid6: using intx1 recovery algorithm
[ 0.819558] SCSI subsystem initialized
[ 0.822959] libata version 3.00 loaded.
[ 0.825121] usbcore: registered new interface driver usbfs
[ 0.825681] usbcore: registered new interface driver hub
[ 0.827042] usbcore: registered new device driver usb
[ 0.844523] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.844606] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.844649] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.844764] vgaarb: loaded
[ 0.846311] clocksource: Switched to clocksource timebase
[ 0.980338] NET: Registered PF_INET protocol family
[ 0.983477] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.993218] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.997881] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.999688] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.009250] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 1.011623] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.014929] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.015770] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.017911] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.019516] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 1.019846] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 1.019990] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 1.020263] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 1.020308] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 1.020378] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 1.020417] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 1.020496] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 1.020623] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 1.020823] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 1.021019] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 1.028670] Thermal assist unit not available
[ 1.043106] Initialise system trusted keyrings
[ 1.045126] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.073240] fuse: init (API version 7.38)
[ 1.076129] 9p: Installing v9fs 9p2000 file system support
[ 1.078364] NET: Registered PF_ALG protocol family
[ 1.078717] xor: measuring software checksum speed
[ 1.156549] 8regs : 126 MB/sec
[ 1.234996] 8regs_prefetch : 125 MB/sec
[ 1.314093] 32regs : 124 MB/sec
[ 1.394324] 32regs_prefetch : 122 MB/sec
[ 1.414167] altivec : 496 MB/sec
[ 1.414205] xor: using function: altivec (496 MB/sec)
[ 1.414352] Key type asymmetric registered
[ 1.414396] Asymmetric key parser 'x509' registered
[ 1.443821] bounce: pool size: 64 pages
[ 1.445733] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.445803] io scheduler kyber registered
[ 1.446444] io scheduler bfq registered
[ 1.477722] MacIO PCI driver attached to Keylargo chipset
[ 1.501607] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.511249] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.533326] sata_sil 0001:00:13.0: version 2.4
[ 1.534186] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.546626] scsi host0: sata_sil
[ 1.554535] scsi host1: sata_sil
[ 1.557347] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.557413] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.560006] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.576396] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.586098] scsi host2: pata_macio
[ 1.589267] ata3: PATA max UDMA/100 irq 39
[ 1.869744] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.870657] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.870718] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.872251] ata1.00: Features: Dev-Sleep
[ 1.896726] ata1.00: configured for UDMA/100
[ 1.898287] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.910083] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.910369] sd 0:0:0:0: [sda] Write Protect is off
[ 1.910446] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.910812] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.911498] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.922464] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.937625] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.336351] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.376558] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.376620] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.379290] ata2.00: configured for UDMA/100
[ 2.380451] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.389422] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.389531] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.389834] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.389912] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.390462] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.390977] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.423820] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.438853] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.623019] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.633905] scsi host3: pata_macio
[ 2.636692] ata4: PATA max UDMA/66 irq 19
[ 2.795731] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.795806] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.800505] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.809061] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.809532] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.809652] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.810043] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.810562] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 2.821207] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 2.834850] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.663043] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.673068] scsi host4: pata_macio
[ 3.675771] ata5: PATA max MWDMA2 irq 20
[ 3.677845] tun: Universal TUN/TAP device driver, 1.6
[ 3.681139] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.693839] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.698326] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.698536] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.700480] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.705746] rtc-generic rtc-generic: registered as rtc0
[ 3.708396] PowerMac i2c bus pmu 2 registered
[ 3.710461] PowerMac i2c bus pmu 1 registered
[ 3.713089] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.715017] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.715094] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.715147] usb usb1: Product: EHCI Host Controller
[ 3.715187] usb usb1: Manufacturer: Linux 6.5.0-rc5-PMacG4 ehci_hcd
[ 3.715231] usb usb1: SerialNumber: 0001:00:12.2
[ 3.719159] PowerMac i2c bus mac-io 0 registered
[ 3.720124] hub 1-0:1.0: USB hub found
[ 3.720320] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.720416] hub 1-0:1.0: 5 ports detected
[ 3.722255] PowerMac i2c bus uni-n 1 registered
[ 3.722338] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.724765] PowerMac i2c bus uni-n 0 registered
[ 3.729485] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.729716] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.730612] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.733413] hid: raw HID events driver (C) Jiri Kosina
[ 3.736785] usbcore: registered new interface driver usbhid
[ 3.736843] usbhid: USB HID core driver
[ 3.743027] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.743279] NET: Registered PF_INET6 protocol family
[ 3.745008] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.745093] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.745146] usb usb2: Product: EHCI Host Controller
[ 3.745187] usb usb2: Manufacturer: Linux 6.5.0-rc5-PMacG4 ehci_hcd
[ 3.745230] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.750859] hub 2-0:1.0: USB hub found
[ 3.751151] hub 2-0:1.0: 5 ports detected
[ 3.757357] Segment Routing with IPv6
[ 3.758020] In-situ OAM (IOAM) with IPv6
[ 3.758553] NET: Registered PF_PACKET protocol family
[ 3.758639] NET: Registered PF_KEY protocol family
[ 3.760672] 9pnet: Installing 9P2000 support
[ 3.764067] drmem: No dynamic reconfiguration memory found
[ 3.832304] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.841161] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.933847] Loading compiled-in X.509 certificates
[ 3.978173] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 3.984465] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.984578] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.014561] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.029466] zswap: loaded using pool zstd/z3fold
[ 4.130073] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.130187] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.130236] usb 1-3: Product: USB2.0 Hub
[ 4.134972] hub 1-3:1.0: USB hub found
[ 4.135634] hub 1-3:1.0: 4 ports detected
[ 4.158873] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.273749] Btrfs loaded, zoned=no, fsverity=no
[ 4.433066] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.569422] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.569505] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.569558] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.569599] usb 1-3.1: Manufacturer:
[ 4.607593] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.683327] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.715682] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.777645] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.866911] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 4.975544] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.975623] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.975676] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 4.998822] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 5.010038] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 10.209880] input: PMU as /devices/virtual/input/input3
[ 10.212078] netpoll: netconsole: local port 6666
[ 10.212131] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 10.212178] netpoll: netconsole: interface 'eth0'
[ 10.212212] netpoll: netconsole: remote port 6666
[ 10.212245] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 10.212286] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 10.212337] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.320067] sungem_phy: PHY ID: 2060e1, addr: 0
[ 10.320379] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 13.983328] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 13.983532] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 13.994699] printk: console [netcon0] enabled
[ 14.036498] netconsole: network logging started
[ 14.239403] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 14.239990] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 14.244715] devtmpfs: mounted
[ 14.249518] Freeing unused kernel image (initmem) memory: 1344K
[ 14.276783] Checked W+X mappings: passed, no W+X pages found
[ 14.276983] rodata_test: all tests were successful
[ 14.277099] kallsyms_selftest: start
[ 14.277149] Run /usr/lib/systemd/systemd as init process
[ 14.277335] with arguments:
[ 14.277413] /usr/lib/systemd/systemd
[ 14.277491] with environment:
[ 14.277590] HOME=/
[ 14.277689] TERM=linux
[ 15.120401] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 15.120838] systemd[1]: Detected architecture ppc.
[ 15.148550] systemd[1]: Hostname set to <T600>.
[ 15.481699] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 18.124530] systemd[1]: Queued start job for default target graphical.target.
[ 18.345048] systemd[1]: Created slice system-getty.slice.
[ 18.361401] systemd[1]: Created slice system-modprobe.slice.
[ 18.375829] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 18.389710] systemd[1]: Created slice system-vncserver.slice.
[ 18.403334] systemd[1]: Created slice user.slice.
[ 18.409130] systemd[1]: Started systemd-ask-password-console.path.
[ 18.414424] systemd[1]: Started systemd-ask-password-wall.path.
[ 18.426596] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 18.428408] systemd[1]: Reached target paths.target.
[ 18.429697] systemd[1]: Reached target remote-fs.target.
[ 18.431594] systemd[1]: Reached target slices.target.
[ 18.457162] systemd[1]: Listening on systemd-coredump.socket.
[ 18.466663] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 18.474897] systemd[1]: Listening on systemd-journald.socket.
[ 18.485886] systemd[1]: Listening on systemd-udevd-control.socket.
[ 18.493976] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 18.502485] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 18.536705] systemd[1]: Mounting dev-mqueue.mount...
[ 18.608886] systemd[1]: Mounting sys-kernel-debug.mount...
[ 18.616610] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 18.705204] systemd[1]: Starting kmod-static-nodes.service...
[ 18.875307] systemd[1]: Starting modprobe@configfs.service...
[ 18.942516] systemd[1]: Starting modprobe@dm_mod.service...
[ 19.047957] systemd[1]: Starting modprobe@drm.service...
[ 19.127904] device-mapper: uevent: version 1.0.3
[ 19.139541] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 19.141987] systemd[1]: Starting modprobe@fuse.service...
[ 19.215507] systemd[1]: Starting modprobe@loop.service...
[ 19.271772] systemd[1]: Starting systemd-fsck-root.service...
[ 19.480028] systemd[1]: Starting systemd-journald.service...
[ 19.531564] loop: module loaded
[ 19.612769] systemd[1]: Starting systemd-modules-load.service...
[ 19.729038] systemd[1]: Starting systemd-udev-trigger.service...
[ 20.046606] systemd-journald[106]: Collecting audit messages is disabled.
[ 20.506731] systemd[1]: Mounted dev-mqueue.mount.
[ 20.522564] systemd[1]: Mounted sys-kernel-debug.mount.
[ 20.560225] systemd[1]: Finished kmod-static-nodes.service.
[ 20.580080] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 20.589140] systemd[1]: Finished modprobe@configfs.service.
[ 20.654332] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 20.658990] systemd[1]: Finished modprobe@dm_mod.service.
[ 20.673207] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 20.678336] systemd[1]: Finished modprobe@drm.service.
[ 20.780497] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 20.793348] systemd[1]: Finished modprobe@fuse.service.
[ 20.928175] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 20.933559] systemd[1]: Finished modprobe@loop.service.
[ 20.947757] systemd[1]: Finished systemd-fsck-root.service.
[ 20.960051] systemd[1]: Finished systemd-modules-load.service.
[ 21.197472] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 21.482474] systemd[1]: Mounting sys-kernel-config.mount...
[ 21.628583] systemd[1]: Starting systemd-remount-fs.service...
[ 21.683321] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 21.746142] systemd[1]: Starting systemd-sysctl.service...
[ 21.949481] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 21.969580] systemd[1]: Mounted sys-kernel-config.mount.
[ 22.523378] systemd[1]: Finished systemd-sysctl.service.
[ 26.213920] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 26.284328] systemd[1]: Finished systemd-remount-fs.service.
[ 26.288233] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 26.322115] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 26.545743] systemd[1]: Starting systemd-random-seed.service...
[ 26.557043] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 26.659307] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 27.172221] systemd[1]: Started systemd-journald.service.
[ 27.636410] random: crng init done
[ 27.660670] systemd-journald[106]: Received client request to flush runtime journal.
[ 27.877326] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 27.877602] systemd-journald[106]: Rotating system journal.
[ 43.112141] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (143)
[ 43.617118] BTRFS: device label tmp devid 1 transid 40 /dev/sda6 scanned by (udev-worker) (127)
[ 47.035392] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 47.636141] kallsyms_selftest: ---------------------------------------------------------
[ 47.636452] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 47.636564] kallsyms_selftest: |---------------------------------------------------------|
[ 47.636660] kallsyms_selftest: | 33861 | 364315 | 629849 | 57.84 |
[ 47.636762] kallsyms_selftest: ---------------------------------------------------------
[ 48.203536] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 52.068658] kallsyms_selftest: kallsyms_lookup_name() looked up 33861 symbols
[ 52.068880] kallsyms_selftest: The time spent on each symbol is (ns): min=6817, max=1222840, avg=98829
[ 52.130101] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 61102994 ns
[ 52.130459] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 84592 ns
[ 52.130567] kallsyms_selftest: finish
[ 52.687151] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 52.687533] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 52.688323] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 53.036643] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.036933] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.037082] usb usb3: Product: OHCI PCI host controller
[ 53.037209] usb usb3: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 53.037339] usb usb3: SerialNumber: 0001:00:12.0
[ 53.095539] hub 3-0:1.0: USB hub found
[ 53.103746] hub 3-0:1.0: 3 ports detected
[ 53.161326] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 53.161686] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 53.183413] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 53.331120] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.331334] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.331448] usb usb4: Product: OHCI PCI host controller
[ 53.331546] usb usb4: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 53.331709] usb usb4: SerialNumber: 0001:00:12.1
[ 53.477773] hub 4-0:1.0: USB hub found
[ 53.536412] hub 4-0:1.0: 2 ports detected
[ 53.569858] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 53.570164] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 53.570761] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 53.570982] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 53.571662] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 53.827596] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.827871] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.828017] usb usb5: Product: OHCI PCI host controller
[ 53.828145] usb usb5: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 53.828273] usb usb5: SerialNumber: 0001:00:1b.0
[ 53.860978] hub 5-0:1.0: USB hub found
[ 53.875830] hub 5-0:1.0: 3 ports detected
[ 53.927687] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 53.927967] BTRFS info (device sda6): use lzo compression, level 0
[ 53.928131] BTRFS info (device sda6): using free space tree
[ 54.102510] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 54.102857] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 54.111129] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 54.112810] BTRFS info (device sda6): enabling ssd optimizations
[ 54.373705] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.373923] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.374040] usb usb6: Product: OHCI PCI host controller
[ 54.374139] usb usb6: Manufacturer: Linux 6.5.0-rc5-PMacG4 ohci_hcd
[ 54.374239] usb usb6: SerialNumber: 0001:00:1b.1
[ 54.481742] hub 6-0:1.0: USB hub found
[ 54.482227] hub 6-0:1.0: 2 ports detected
[ 54.813029] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 54.847293] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 54.847676] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 54.981052] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 54.981380] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 55.056814] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 58.667252] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 58.810017] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 59.060044] [drm] radeon kernel modesetting enabled.
[ 59.060648] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 59.064079] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 59.068931] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 59.069164] [drm] Forcing AGP to PCI mode
[ 59.070893] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 59.352404] ADM1030 fan controller [@2c]
[ 59.377255] DS1775 digital thermometer [@49]
[ 59.377493] Temp: 55.6 C
[ 59.377513] Hyst: 70.0 C
[ 59.377633] OS: 75.0 C
[ 59.377752]
[ 59.763602] [drm] Generation 2 PCI interface, using max accessible memory
[ 59.763874] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 59.764326] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 59.764634] [drm] Detected VRAM RAM=256M, BAR=256M
[ 59.764734] [drm] RAM width 128bits DDR
[ 59.780166] [drm] radeon: 256M of VRAM memory ready
[ 59.780414] [drm] radeon: 512M of GTT memory ready.
[ 59.780929] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 60.113229] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 60.113491] [drm] PCI GART of 512M enabled (table at 0x0000000009D00000).
[ 60.113878] radeon 0000:00:10.0: WB enabled
[ 60.114036] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 60.137970] [drm] radeon: irq initialized.
[ 60.138548] [drm] Loading R300 Microcode
[ 60.579002] [drm] radeon: ring at 0x0000000080001000
[ 60.579326] [drm] ring test succeeded in 1 usecs
[ 60.680652] [drm] ib test succeeded in 0 usecs
[ 61.083083] [drm] Radeon Display Connectors
[ 61.083278] [drm] Connector 0:
[ 61.083364] [drm] DVI-I-1
[ 61.083489] [drm] HPD2
[ 61.083576] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 61.083677] [drm] Encoders:
[ 61.083759] [drm] CRT1: INTERNAL_DAC1
[ 61.083846] [drm] DFP2: INTERNAL_DVO1
[ 61.083987] [drm] Connector 1:
[ 61.084073] [drm] DVI-I-2
[ 61.084153] [drm] HPD1
[ 61.084233] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 61.084330] [drm] Encoders:
[ 61.084439] [drm] CRT2: INTERNAL_DAC2
[ 61.084525] [drm] DFP1: INTERNAL_TMDS1
[ 61.121961] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 62.880807] [drm] fb mappable at 0xA0040000
[ 62.881040] [drm] vram apper at 0xA0000000
[ 62.881131] [drm] size 8294400
[ 62.881285] [drm] fb depth is 24
[ 62.881376] [drm] pitch is 7680
[ 63.159783] Console: switching to colour frame buffer device 240x67
[ 63.848338] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 67.493858] CPU-temp: 55.9 C
[ 67.493913] , Case: 34.7 C
[ 67.494419] , Fan: 0 (tuned -11)
[ 74.316071] snd-aoa-fabric-layout: Using direct GPIOs
[ 74.484924] snd-aoa-fabric-layout: can use this codec
[ 74.565934] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 75.066404] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 75.594139] CPU-temp: 56.1 C
[ 75.594198] , Case: 34.7 C
[ 75.594700] , Fan: 0 (tuned +0)
[ 75.653538] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 75.694369] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 75.695612] cfg80211: failed to load regulatory.db
[ 75.807277] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 77.551538] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 77.596419] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 77.597452] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 77.636464] b43legacy-phy0 debug: Radio initialized
[ 77.638358] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 77.645456] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 77.691775] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 77.765915] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 77.808827] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 109.788321] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 111.685475] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 111.923236] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 112.104740] systemd-journald[106]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 112.298064] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 112.494375] systemd-shutdown[1]: Unmounting file systems.
[ 112.540170] (sd-remount)[437]: Remounting '/' read-only with options ''.
[ 112.601643] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 112.915674] systemd-shutdown[1]: All filesystems unmounted.
[ 112.948527] systemd-shutdown[1]: Deactivating swaps.
[ 112.982083] systemd-shutdown[1]: All swaps deactivated.
[ 113.015230] systemd-shutdown[1]: Detaching loop devices.
[ 113.121619] systemd-shutdown[1]: All loop devices detached.
[ 113.154169] systemd-shutdown[1]: Stopping MD devices.
[ 113.231781] systemd-shutdown[1]: All MD devices stopped.
[ 113.264338] systemd-shutdown[1]: Detaching DM devices.
[ 113.298350] systemd-shutdown[1]: All DM devices detached.
[ 113.331132] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 113.396235] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 113.430075] systemd-shutdown[1]: Powering off.
[ 113.464089] sd 3:0:0:0: [sdc] Stopping disk
[ 113.498360] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 113.532334] sd 1:0:0:0: [sdb] Stopping disk
[ 113.901349] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 113.935089] sd 0:0:0:0: [sda] Stopping disk
[ 113.979360] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-13 19:38 ` Erhard Furtner
@ 2023-08-14 9:40 ` Christophe Leroy
2023-08-14 17:27 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-14 9:40 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 13/08/2023 à 21:38, Erhard Furtner a écrit :
> On Fri, 11 Aug 2023 06:45:14 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Le 11/08/2023 à 01:48, Erhard Furtner a écrit :
>>> I wanted to fire up my PowerMac G4 MDD (Dual CPU) with a KASAN debug build of kernel 6.5-rc5 for testing purposes. But the kernel fails to boot at a very early stage. I only get a white screen reading
>>> "done
>>> found display: /pci@f0000000/ATY,AlteracParent@10/ATY,Alterac_B@1, opening..."
>>
>> Can you try with CONFIG_PPC_EARLY_DEBUG and see if you get more
>> information on the screen ?
>
> With CONFIG_PPC_EARLY_DEBUG set booting continues and I get two more lines on a white screen:
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
>
> Afterwards the G4 freezes.
Interesting. That means we get stuck somewhere around MMU_init()
We know that MMU_init_hw() is called and runs at least until:
pr_info("Total memory = %lldMB; using %ldkB for hash table\n",
(unsigned long long)(total_memory >> 20), Hash_size >> 10);
But we never reach the print in setup_kuap() which is itself called by
set_kup():
pr_info("Activating Kernel Userspace Access Protection\n");
Could you try to narrow more the issue by spreading pr_info() at places
in the code below and/or the called functions ? Either we never come
back from MMU_init_hw(), or one of mapin_ram() btext_unmap()
kasan_mmu_init() fails.
So the piece of code we are interested in is located in
arch/powerpc/mm/init_32.c and is:
/* Initialize the MMU hardware */
if (ppc_md.progress)
ppc_md.progress("MMU:hw init", 0x300);
==> MMU_init_hw();
/* Map in all of RAM starting at KERNELBASE */
if (ppc_md.progress)
ppc_md.progress("MMU:mapin", 0x301);
mapin_ram();
/* Initialize early top-down ioremap allocator */
ioremap_bot = IOREMAP_TOP;
if (ppc_md.progress)
ppc_md.progress("MMU:exit", 0x211);
/* From now on, btext is no longer BAT mapped if it was at all */
#ifdef CONFIG_BOOTX_TEXT
btext_unmap();
#endif
kasan_mmu_init();
==> setup_kup();
Christophe
>
> By chane I found out another interesting thing: This only happens on cold boots.
>
> If I boot the G4 up with another kernel first and boot the SMP KASAN kernel afterwards it just boots up fine too! On further reboots the SMP KASAN kernel keeps booting up normally. Until I turn the machine off - and next time I turn it on the same SMP KASAN kernel fails booting again as described. Strange...
>
> This behaviour however is reproducible. Tried that procedure 15-20 times just to be sure. Hope you can make something out of it.
>
> Attached is a dmesg of a successful SMP KASAM kernel boot attempt when a working kernel was booted first.
>
> Regards,
> Erhard F.
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-14 9:40 ` Christophe Leroy
@ 2023-08-14 17:27 ` Erhard Furtner
2023-08-15 17:21 ` [PATCH] Add pr_info() traces for investigation Christophe Leroy
2023-08-15 17:25 ` KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Christophe Leroy
0 siblings, 2 replies; 34+ messages in thread
From: Erhard Furtner @ 2023-08-14 17:27 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 2700 bytes --]
On Mon, 14 Aug 2023 09:40:44 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Interesting. That means we get stuck somewhere around MMU_init()
>
> We know that MMU_init_hw() is called and runs at least until:
>
> pr_info("Total memory = %lldMB; using %ldkB for hash table\n",
> (unsigned long long)(total_memory >> 20), Hash_size >> 10);
>
> But we never reach the print in setup_kuap() which is itself called by
> set_kup():
> pr_info("Activating Kernel Userspace Access Protection\n");
>
>
> Could you try to narrow more the issue by spreading pr_info() at places
> in the code below and/or the called functions ? Either we never come
> back from MMU_init_hw(), or one of mapin_ram() btext_unmap()
> kasan_mmu_init() fails.
>
> So the piece of code we are interested in is located in
> arch/powerpc/mm/init_32.c and is:
>
> /* Initialize the MMU hardware */
> if (ppc_md.progress)
> ppc_md.progress("MMU:hw init", 0x300);
> ==> MMU_init_hw();
>
> /* Map in all of RAM starting at KERNELBASE */
> if (ppc_md.progress)
> ppc_md.progress("MMU:mapin", 0x301);
> mapin_ram();
>
> /* Initialize early top-down ioremap allocator */
> ioremap_bot = IOREMAP_TOP;
>
> if (ppc_md.progress)
> ppc_md.progress("MMU:exit", 0x211);
>
> /* From now on, btext is no longer BAT mapped if it was at all */
> #ifdef CONFIG_BOOTX_TEXT
> btext_unmap();
> #endif
>
> kasan_mmu_init();
>
> ==> setup_kup();
I added a pr_info(); right after MMU_init_hw(); and another one right after setup_kup();.
Output of PPC_EARLY_DEBUG changes so that I get an additional black blank line after
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
and the freeze afterwards. So it looks like we return from MMU_init_hw() but not from setup_kup().
The dmesg of a warm boot (after first booting with kernel 6.4.10) supports that as it also shows the 1st blank line and the 2nd one just after activating KUEP/KUAP:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000]
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000]
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #1 SMP Mon Aug 14 18:05:17 CEST 2023
As the 2nd blank line from pr_info() is just after KUAP, KUEP initialization I thought these might be a problem. But if I deactivate KUAP/KUAP in the kernel .config I still get the freeze sot it must be something else.
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc6_g4- --]
[-- Type: application/octet-stream, Size: 50400 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000]
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000]
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #1 SMP Mon Aug 14 18:05:17 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe9c. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a4/0x430. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e0/0x430. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3182, gen1=3183
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24672 r8192 d24480 u57344
[ 0.000000] pcpu-alloc: s24672 r8192 d24480 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946552K/2097152K available (16072K kernel code, 1964K rwdata, 4408K rodata, 1344K init, 402K bss, 150600K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658676 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000564] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.001064] clockevent: decrementer mult[aaa249b] shift[32] cpu[0]
[ 0.003964] Console: colour dummy device 80x25
[ 0.004498] printk: console [tty0] enabled
[ 0.004958] printk: bootconsole [udbg0] disabled
[ 0.006141] pid_max: default: 32768 minimum: 301
[ 0.012419] LSM: initializing lsm=capability,yama
[ 0.012513] Yama: becoming mindful.
[ 0.014490] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.014713] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.030652] PowerMac SMP probe found 2 cpus
[ 0.031487] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.031660] channel 0 bus <multibus>
[ 0.031776] channel 1 bus <multibus>
[ 0.032149] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.032306] channel 0 bus <multibus>
[ 0.032445] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.032593] channel 1 bus <multibus>
[ 0.032706] channel 2 bus <multibus>
[ 0.032778] pmf: no parser for command 17 !
[ 0.032940] Processor timebase sync using GPIO 0x73
[ 0.032976] mpic: requesting IPIs...
[ 0.033342] CPU0: L2CR is 80000000
[ 0.033374] CPU0: L3CR is 9c030000
[ 0.039680] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.040993] MPC7450 family performance monitor hardware support registered
[ 0.042001] rcu: Hierarchical SRCU implementation.
[ 0.042052] rcu: Max phase no-delay instances is 1000.
[ 0.045076] smp: Bringing up secondary CPUs ...
[84919679.163162] CPU1: L2CR was 0
[84919679.163249] CPU1: L2CR set to 80000000
[84919679.163261] CPU1: L3CR was 0
[84919679.163411] CPU1: L3CR set to 9c030000
[ 0.051912] smp: Brought up 1 node, 2 CPUs
[ 0.057883] devtmpfs: initialized
[ 0.061705] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.062273] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.064687] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.065267] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.092116] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.092534] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.093457] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.093993] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.132210] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.132349] PCI host bridge /pci@f0000000 ranges:
[ 0.132449] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.132527] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.152864] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.153267] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.153330] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.153425] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.153502] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.174011] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.174995] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.175114] PCI host bridge /pci@f4000000 ranges:
[ 0.175215] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.175279] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.196114] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.198329] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.198773] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.201307] prandom: seed boundary self test passed
[ 0.209167] prandom: 100 self tests passed
[ 0.216997] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.253617] PCI: Probing PCI hardware
[ 0.256391] PCI host bridge to bus 0000:00
[ 0.256476] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.256561] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.256626] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.256801] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.256856] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.258545] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.260896] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.260988] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.261053] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.261114] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.261199] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.261326] pci 0000:00:10.0: supports D1 D2
[ 0.265205] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.267984] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.268166] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.268363] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.268529] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.268728] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.268920] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.269076] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.269223] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.269371] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.269552] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.269750] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.269901] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.273304] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.273586] PCI host bridge to bus 0001:00
[ 0.273641] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.273705] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.273769] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.273836] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.273886] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.275529] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.278538] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.278626] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.278790] pci 0001:00:12.0: supports D1 D2
[ 0.278833] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.281074] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.281159] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.281320] pci 0001:00:12.1: supports D1 D2
[ 0.281362] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.283600] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.283682] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.283843] pci 0001:00:12.2: supports D1 D2
[ 0.283885] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.285422] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.285499] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.285557] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.285612] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.285666] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.285721] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.285776] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.285834] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.285951] pci 0001:00:13.0: supports D1 D2
[ 0.288268] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.288355] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.288414] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.288486] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.288621] pci 0001:00:15.0: supports D1 D2
[ 0.288662] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.290261] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.290341] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.290399] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.290471] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.290604] pci 0001:00:15.1: supports D1 D2
[ 0.290646] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.293510] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.293595] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.293652] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.293708] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.293772] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.293905] pci 0001:00:15.2: supports D1 D2
[ 0.293947] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.295438] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.295516] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.295672] pci 0001:00:16.0: supports D1 D2
[ 0.295713] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.297902] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.297985] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.299858] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.299941] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.302054] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.302137] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.304534] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.304622] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.304785] pci 0001:00:1b.0: supports D1 D2
[ 0.304828] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.307118] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.307202] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.307363] pci 0001:00:1b.1: supports D1 D2
[ 0.307405] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.309050] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.309128] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.309286] pci 0001:00:1b.2: supports D1 D2
[ 0.309328] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.311805] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.317460] PCI host bridge to bus 0002:00
[ 0.317542] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.317620] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.317688] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.317739] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.319374] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.321679] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.321762] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.324024] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.324108] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.324262] pci 0002:00:0e.0: supports D1 D2
[ 0.324304] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.326443] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.326525] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.326628] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.329978] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.331526] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.331610] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.331691] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.331744] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.331793] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.331910] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.331975] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.332035] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.332092] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.332169] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.332218] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.332268] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.332323] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.332372] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.409927] raid6: altivecx8 gen() 548 MB/s
[ 0.466769] raid6: altivecx4 gen() 536 MB/s
[ 0.523597] raid6: altivecx2 gen() 476 MB/s
[ 0.580400] raid6: altivecx1 gen() 388 MB/s
[ 0.637241] raid6: int32x8 gen() 139 MB/s
[ 0.694157] raid6: int32x4 gen() 135 MB/s
[ 0.751066] raid6: int32x2 gen() 118 MB/s
[ 0.807727] raid6: int32x1 gen() 94 MB/s
[ 0.807765] raid6: using algorithm altivecx8 gen() 548 MB/s
[ 0.807803] raid6: using intx1 recovery algorithm
[ 0.821302] SCSI subsystem initialized
[ 0.824612] libata version 3.00 loaded.
[ 0.826770] usbcore: registered new interface driver usbfs
[ 0.827333] usbcore: registered new interface driver hub
[ 0.828709] usbcore: registered new device driver usb
[ 0.846285] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.846371] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.846414] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.846529] vgaarb: loaded
[ 0.848065] clocksource: Switched to clocksource timebase
[ 0.982783] NET: Registered PF_INET protocol family
[ 0.985942] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.994624] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.999364] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.001639] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.011307] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 1.013669] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.017018] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.017859] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.020020] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.021685] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 1.021971] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 1.022113] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 1.022388] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 1.022434] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 1.022505] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 1.022545] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 1.022624] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 1.022752] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 1.022954] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 1.023151] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 1.024440] Thermal assist unit not available
[ 1.039361] Initialise system trusted keyrings
[ 1.041010] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.069295] fuse: init (API version 7.38)
[ 1.072308] 9p: Installing v9fs 9p2000 file system support
[ 1.074486] NET: Registered PF_ALG protocol family
[ 1.074891] xor: measuring software checksum speed
[ 1.152688] 8regs : 126 MB/sec
[ 1.231115] 8regs_prefetch : 125 MB/sec
[ 1.310215] 32regs : 124 MB/sec
[ 1.390281] 32regs_prefetch : 122 MB/sec
[ 1.410126] altivec : 496 MB/sec
[ 1.410165] xor: using function: altivec (496 MB/sec)
[ 1.410285] Key type asymmetric registered
[ 1.410328] Asymmetric key parser 'x509' registered
[ 1.439114] bounce: pool size: 64 pages
[ 1.441078] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.441148] io scheduler kyber registered
[ 1.441798] io scheduler bfq registered
[ 1.473450] MacIO PCI driver attached to Keylargo chipset
[ 1.497453] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.507137] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.529258] sata_sil 0001:00:13.0: version 2.4
[ 1.530216] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.542815] scsi host0: sata_sil
[ 1.550723] scsi host1: sata_sil
[ 1.553562] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.553629] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.556348] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.571493] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.581260] scsi host2: pata_macio
[ 1.584446] ata3: PATA max UDMA/100 irq 39
[ 1.868139] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.871146] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.871210] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.872648] ata1.00: Features: Dev-Sleep
[ 1.896336] ata1.00: configured for UDMA/100
[ 1.897899] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.909703] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.909989] sd 0:0:0:0: [sda] Write Protect is off
[ 1.910065] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.910427] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.911116] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.922193] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.937441] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.334774] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.337346] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.337410] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.340108] ata2.00: configured for UDMA/100
[ 2.341225] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.350688] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.350802] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.351052] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.351126] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.351714] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.352235] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.398105] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.412884] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.614762] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.625669] scsi host3: pata_macio
[ 2.628459] ata4: PATA max UDMA/66 irq 19
[ 2.787484] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.787557] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.792171] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.800745] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.801218] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.801296] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.801738] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.802260] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 2.812939] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 2.827045] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.654761] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.664776] scsi host4: pata_macio
[ 3.667501] ata5: PATA max MWDMA2 irq 20
[ 3.669595] tun: Universal TUN/TAP device driver, 1.6
[ 3.672887] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.685932] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.690477] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.690683] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.692738] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.697913] rtc-generic rtc-generic: registered as rtc0
[ 3.700577] PowerMac i2c bus pmu 2 registered
[ 3.702677] PowerMac i2c bus pmu 1 registered
[ 3.704808] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.706744] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.706819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.706872] usb usb1: Product: EHCI Host Controller
[ 3.706913] usb usb1: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.706958] usb usb1: SerialNumber: 0001:00:12.2
[ 3.711079] PowerMac i2c bus mac-io 0 registered
[ 3.711957] hub 1-0:1.0: USB hub found
[ 3.712248] hub 1-0:1.0: 5 ports detected
[ 3.712706] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.714871] PowerMac i2c bus uni-n 1 registered
[ 3.714948] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.717061] PowerMac i2c bus uni-n 0 registered
[ 3.721773] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.721948] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.722899] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.725225] hid: raw HID events driver (C) Jiri Kosina
[ 3.728618] usbcore: registered new interface driver usbhid
[ 3.728676] usbhid: USB HID core driver
[ 3.734794] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.735100] NET: Registered PF_INET6 protocol family
[ 3.737095] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.737182] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.737235] usb usb2: Product: EHCI Host Controller
[ 3.737276] usb usb2: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.737322] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.742981] hub 2-0:1.0: USB hub found
[ 3.743269] hub 2-0:1.0: 5 ports detected
[ 3.747360] Segment Routing with IPv6
[ 3.748740] In-situ OAM (IOAM) with IPv6
[ 3.749354] NET: Registered PF_PACKET protocol family
[ 3.749445] NET: Registered PF_KEY protocol family
[ 3.751461] 9pnet: Installing 9P2000 support
[ 3.755003] drmem: No dynamic reconfiguration memory found
[ 3.824092] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.832546] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.927092] Loading compiled-in X.509 certificates
[ 3.966546] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.966649] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.968272] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 3.986239] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.023671] zswap: loaded using pool zstd/z3fold
[ 4.118169] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.118280] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.118329] usb 1-3: Product: USB2.0 Hub
[ 4.123089] hub 1-3:1.0: USB hub found
[ 4.123640] hub 1-3:1.0: 4 ports detected
[ 4.153333] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.268787] Btrfs loaded, zoned=no, fsverity=no
[ 4.424884] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.564928] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.565012] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.565065] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.565106] usb 1-3.1: Manufacturer:
[ 4.606038] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.681669] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.714329] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.776156] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.864923] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 4.973886] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.973963] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.974017] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 4.997224] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 5.007676] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 10.210146] input: PMU as /devices/virtual/input/input3
[ 10.212477] netpoll: netconsole: local port 6666
[ 10.212532] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 10.212580] netpoll: netconsole: interface 'eth0'
[ 10.212614] netpoll: netconsole: remote port 6666
[ 10.212648] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 10.212688] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 10.212741] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.318492] sungem_phy: PHY ID: 2060e1, addr: 0
[ 10.318802] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 13.975079] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 13.975267] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 13.990845] printk: console [netcon0] enabled
[ 14.032432] netconsole: network logging started
[ 14.234873] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 14.235425] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 14.240191] devtmpfs: mounted
[ 14.244826] Freeing unused kernel image (initmem) memory: 1344K
[ 14.271773] Checked W+X mappings: passed, no W+X pages found
[ 14.272182] rodata_test: all tests were successful
[ 14.272278] kallsyms_selftest: start
[ 14.272349] Run /usr/lib/systemd/systemd as init process
[ 14.272545] with arguments:
[ 14.272667] /usr/lib/systemd/systemd
[ 14.272747] with environment:
[ 14.272845] HOME=/
[ 14.272921] TERM=linux
[ 15.113868] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 15.114305] systemd[1]: Detected architecture ppc.
[ 15.141876] systemd[1]: Hostname set to <T600>.
[ 15.473677] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 18.153080] systemd[1]: Queued start job for default target graphical.target.
[ 18.343874] systemd[1]: Created slice system-getty.slice.
[ 18.360205] systemd[1]: Created slice system-modprobe.slice.
[ 18.374517] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 18.388619] systemd[1]: Created slice system-vncserver.slice.
[ 18.402332] systemd[1]: Created slice user.slice.
[ 18.408259] systemd[1]: Started systemd-ask-password-console.path.
[ 18.413518] systemd[1]: Started systemd-ask-password-wall.path.
[ 18.425629] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 18.427418] systemd[1]: Reached target paths.target.
[ 18.428864] systemd[1]: Reached target remote-fs.target.
[ 18.430801] systemd[1]: Reached target slices.target.
[ 18.456561] systemd[1]: Listening on systemd-coredump.socket.
[ 18.466070] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 18.474286] systemd[1]: Listening on systemd-journald.socket.
[ 18.485210] systemd[1]: Listening on systemd-udevd-control.socket.
[ 18.493499] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 18.502140] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 18.536548] systemd[1]: Mounting dev-mqueue.mount...
[ 18.609707] systemd[1]: Mounting sys-kernel-debug.mount...
[ 18.621710] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 18.710365] systemd[1]: Starting kmod-static-nodes.service...
[ 18.774251] systemd[1]: Starting modprobe@configfs.service...
[ 18.854877] systemd[1]: Starting modprobe@dm_mod.service...
[ 18.943840] systemd[1]: Starting modprobe@drm.service...
[ 19.026548] device-mapper: uevent: version 1.0.3
[ 19.044089] systemd[1]: Starting modprobe@fuse.service...
[ 19.045410] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 19.107330] systemd[1]: Starting modprobe@loop.service...
[ 19.201987] systemd[1]: Starting systemd-fsck-root.service...
[ 19.354192] loop: module loaded
[ 19.393967] systemd[1]: Starting systemd-journald.service...
[ 19.507931] systemd[1]: Starting systemd-modules-load.service...
[ 19.684660] systemd[1]: Starting systemd-udev-trigger.service...
[ 19.961330] systemd-journald[106]: Collecting audit messages is disabled.
[ 20.240894] systemd[1]: Mounted dev-mqueue.mount.
[ 20.255800] systemd[1]: Mounted sys-kernel-debug.mount.
[ 20.310786] systemd[1]: Finished kmod-static-nodes.service.
[ 20.330666] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 20.336687] systemd[1]: Finished modprobe@configfs.service.
[ 20.444335] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 20.481044] systemd[1]: Finished modprobe@dm_mod.service.
[ 20.497863] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 20.504816] systemd[1]: Finished modprobe@drm.service.
[ 20.540625] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 20.553226] systemd[1]: Finished modprobe@fuse.service.
[ 20.621267] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 20.626246] systemd[1]: Finished modprobe@loop.service.
[ 20.635512] systemd[1]: Finished systemd-fsck-root.service.
[ 20.643790] systemd[1]: Finished systemd-modules-load.service.
[ 20.756259] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 20.926313] systemd[1]: Mounting sys-kernel-config.mount...
[ 21.342437] systemd[1]: Starting systemd-remount-fs.service...
[ 21.365299] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 21.557867] systemd[1]: Starting systemd-sysctl.service...
[ 21.849976] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 21.872235] systemd[1]: Mounted sys-kernel-config.mount.
[ 22.340559] systemd[1]: Finished systemd-sysctl.service.
[ 26.015770] systemd[1]: Finished systemd-remount-fs.service.
[ 26.018680] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 26.043296] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 26.197874] systemd[1]: Starting systemd-random-seed.service...
[ 26.207882] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 26.314358] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 27.561543] random: crng init done
[ 27.599259] systemd[1]: Finished systemd-random-seed.service.
[ 27.606049] systemd[1]: first-boot-complete.target was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 27.724001] systemd[1]: Started systemd-journald.service.
[ 28.230421] systemd-journald[106]: Received client request to flush runtime journal.
[ 28.446276] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 28.446590] systemd-journald[106]: Rotating system journal.
[ 44.081765] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (135)
[ 44.241776] BTRFS: device label tmp devid 1 transid 42 /dev/sda6 scanned by (udev-worker) (126)
[ 47.760660] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 48.898569] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 49.890775] kallsyms_selftest: ---------------------------------------------------------
[ 49.890986] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 49.891089] kallsyms_selftest: |---------------------------------------------------------|
[ 49.891246] kallsyms_selftest: | 33860 | 364302 | 629830 | 57.84 |
[ 49.891482] kallsyms_selftest: ---------------------------------------------------------
[ 50.726209] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 50.756060] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 50.756599] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 52.800460] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 52.800782] BTRFS info (device sda6): use lzo compression, level 0
[ 52.800929] BTRFS info (device sda6): using free space tree
[ 52.994498] BTRFS info (device sda6): enabling ssd optimizations
[ 53.192481] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 53.192783] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 53.193551] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 53.882204] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.882491] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.882640] usb usb3: Product: OHCI PCI host controller
[ 53.882742] usb usb3: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 53.882875] usb usb3: SerialNumber: 0001:00:12.0
[ 53.904926] hub 3-0:1.0: USB hub found
[ 53.951579] hub 3-0:1.0: 3 ports detected
[ 54.006242] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 54.006591] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 54.007270] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 54.256063] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.256347] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.256464] usb usb4: Product: OHCI PCI host controller
[ 54.256594] usb usb4: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 54.256725] usb usb4: SerialNumber: 0001:00:12.1
[ 54.297676] hub 4-0:1.0: USB hub found
[ 54.315067] hub 4-0:1.0: 2 ports detected
[ 54.368864] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 54.369218] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 54.369818] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 54.370078] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 54.370857] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 54.493612] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.493815] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.493930] usb usb5: Product: OHCI PCI host controller
[ 54.494028] usb usb5: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 54.494182] usb usb5: SerialNumber: 0001:00:1b.0
[ 54.736147] hub 5-0:1.0: USB hub found
[ 54.756739] hub 5-0:1.0: 3 ports detected
[ 54.933457] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 54.933751] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 54.934441] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 55.072139] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 55.072401] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 55.072547] usb usb6: Product: OHCI PCI host controller
[ 55.072676] usb usb6: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 55.072781] usb usb6: SerialNumber: 0001:00:1b.1
[ 55.173334] hub 6-0:1.0: USB hub found
[ 55.195665] kallsyms_selftest: kallsyms_lookup_name() looked up 33860 symbols
[ 55.195863] kallsyms_selftest: The time spent on each symbol is (ns): min=6697, max=1343610, avg=98598
[ 55.197988] hub 6-0:1.0: 2 ports detected
[ 55.288801] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 92821538 ns
[ 55.289090] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 91745 ns
[ 55.289198] kallsyms_selftest: finish
[ 55.798773] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 55.799139] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 56.272906] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 58.716327] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 58.801716] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 59.053876] [drm] radeon kernel modesetting enabled.
[ 59.054546] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 59.144372] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 59.229563] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 59.229779] [drm] Forcing AGP to PCI mode
[ 59.235339] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 59.373684] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 59.594867] ADM1030 fan controller [@2c]
[ 59.619091] DS1775 digital thermometer [@49]
[ 59.619273] Temp: 50.8 C
[ 59.619293] Hyst: 70.0 C
[ 59.619382] OS: 75.0 C
[ 59.619524]
[ 60.208178] [drm] Generation 2 PCI interface, using max accessible memory
[ 60.208479] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 60.208617] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 60.213985] [drm] Detected VRAM RAM=256M, BAR=256M
[ 60.214198] [drm] RAM width 128bits DDR
[ 60.256491] [drm] radeon: 256M of VRAM memory ready
[ 60.281589] [drm] radeon: 512M of GTT memory ready.
[ 60.282163] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 61.008327] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 61.008531] [drm] PCI GART of 512M enabled (table at 0x0000000009F00000).
[ 61.008903] radeon 0000:00:10.0: WB enabled
[ 61.009028] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 61.098353] [drm] radeon: irq initialized.
[ 61.098744] [drm] Loading R300 Microcode
[ 61.614634] [drm] radeon: ring at 0x0000000080001000
[ 61.634814] [drm] ring test succeeded in 0 usecs
[ 61.694335] [drm] ib test succeeded in 0 usecs
[ 62.109464] [drm] Radeon Display Connectors
[ 62.109639] [drm] Connector 0:
[ 62.109725] [drm] DVI-I-1
[ 62.109812] [drm] HPD2
[ 62.109894] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 62.109995] [drm] Encoders:
[ 62.110077] [drm] CRT1: INTERNAL_DAC1
[ 62.110165] [drm] DFP2: INTERNAL_DVO1
[ 62.110314] [drm] Connector 1:
[ 62.110403] [drm] DVI-I-2
[ 62.110483] [drm] HPD1
[ 62.110561] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 62.110659] [drm] Encoders:
[ 62.110739] [drm] CRT2: INTERNAL_DAC2
[ 62.110826] [drm] DFP1: INTERNAL_TMDS1
[ 62.111114] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 63.746847] [drm] fb mappable at 0xA0040000
[ 63.747360] [drm] vram apper at 0xA0000000
[ 63.747525] [drm] size 8294400
[ 63.747618] [drm] fb depth is 24
[ 63.747704] [drm] pitch is 7680
[ 64.040896] Console: switching to colour frame buffer device 240x67
[ 64.929675] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 67.685398] CPU-temp: 51.1 C
[ 67.685448] , Case: 33.1 C
[ 67.685953] , Fan: 0 (tuned -11)
[ 75.202968] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 75.243381] snd-aoa-fabric-layout: Using direct GPIOs
[ 75.447423] snd-aoa-fabric-layout: can use this codec
[ 75.555691] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 76.235964] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 77.038851] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 77.042388] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 77.043758] cfg80211: failed to load regulatory.db
[ 78.472350] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 78.501500] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 78.502535] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 78.532074] b43legacy-phy0 debug: Radio initialized
[ 78.533939] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 78.538172] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 78.633585] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 78.643246] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 78.654570] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 132.366810] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 134.302432] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 134.549227] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 134.739759] systemd-journald[106]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 134.901564] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 135.100091] systemd-shutdown[1]: Unmounting file systems.
[ 135.180124] (sd-remount)[447]: Remounting '/' read-only with options ''.
[ 135.244646] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 135.519929] systemd-shutdown[1]: All filesystems unmounted.
[ 135.552811] systemd-shutdown[1]: Deactivating swaps.
[ 135.586407] systemd-shutdown[1]: All swaps deactivated.
[ 135.618923] systemd-shutdown[1]: Detaching loop devices.
[ 135.715850] systemd-shutdown[1]: All loop devices detached.
[ 135.748659] systemd-shutdown[1]: Stopping MD devices.
[ 135.782834] systemd-shutdown[1]: All MD devices stopped.
[ 135.815197] systemd-shutdown[1]: Detaching DM devices.
[ 135.849431] systemd-shutdown[1]: All DM devices detached.
[ 135.882902] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 135.983790] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 136.017835] systemd-shutdown[1]: Powering off.
[ 136.052312] sd 3:0:0:0: [sdc] Stopping disk
[ 136.086836] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 136.121063] sd 1:0:0:0: [sdb] Stopping disk
[ 136.481625] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 136.515566] sd 0:0:0:0: [sda] Stopping disk
[ 136.561037] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread* [PATCH] Add pr_info() traces for investigation
2023-08-14 17:27 ` Erhard Furtner
@ 2023-08-15 17:21 ` Christophe Leroy
2023-08-15 17:25 ` KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Christophe Leroy
1 sibling, 0 replies; 34+ messages in thread
From: Christophe Leroy @ 2023-08-15 17:21 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
arch/powerpc/kernel/btext.c | 2 ++
arch/powerpc/mm/book3s32/kuap.c | 5 +++++
arch/powerpc/mm/book3s32/mmu.c | 3 +++
arch/powerpc/mm/kasan/init_32.c | 3 +++
arch/powerpc/mm/pgtable_32.c | 4 ++++
5 files changed, 17 insertions(+)
diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c
index 19e46fd623b0..ec989e1011f0 100644
--- a/arch/powerpc/kernel/btext.c
+++ b/arch/powerpc/kernel/btext.c
@@ -126,7 +126,9 @@ void __init btext_setup_display(int width, int height, int depth, int pitch,
void __init btext_unmap(void)
{
+ pr_info("%s:%d\n", __func__, __LINE__);
boot_text_mapped = 0;
+ pr_info("%s:%d\n", __func__, __LINE__);
}
/* Here's a small text engine to use during early boot
diff --git a/arch/powerpc/mm/book3s32/kuap.c b/arch/powerpc/mm/book3s32/kuap.c
index 28676cabb005..856d18c135bf 100644
--- a/arch/powerpc/mm/book3s32/kuap.c
+++ b/arch/powerpc/mm/book3s32/kuap.c
@@ -20,17 +20,22 @@ EXPORT_SYMBOL(kuap_unlock_all_ool);
void setup_kuap(bool disabled)
{
+ pr_info("%s:%d\n", __func__, __LINE__);
if (!disabled) {
+ pr_info("%s:%d\n", __func__, __LINE__);
kuap_lock_all_ool();
init_mm.context.sr0 |= SR_KS;
current->thread.sr0 |= SR_KS;
}
+ pr_info("%s:%d\n", __func__, __LINE__);
if (smp_processor_id() != boot_cpuid)
return;
+ pr_info("%s:%d\n", __func__, __LINE__);
if (disabled)
static_branch_enable(&disable_kuap_key);
else
pr_info("Activating Kernel Userspace Access Protection\n");
+ pr_info("%s:%d\n", __func__, __LINE__);
}
diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
index 850783cfa9c7..ab0c19acd3f3 100644
--- a/arch/powerpc/mm/book3s32/mmu.c
+++ b/arch/powerpc/mm/book3s32/mmu.c
@@ -143,6 +143,7 @@ static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long to
{
int idx;
+ pr_info("%s:%d %lx %lx\n", __func__, __LINE__, base, top);
while ((idx = find_free_bat()) != -1 && base != top) {
unsigned int size = bat_block_size(base, top);
@@ -151,6 +152,7 @@ static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long to
setbat(idx, PAGE_OFFSET + base, base, size, PAGE_KERNEL_X);
base += size;
}
+ pr_info("%s:%d %lx\n", __func__, __LINE__, base);
return base;
}
@@ -164,6 +166,7 @@ unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top)
size = roundup_pow_of_two((unsigned long)_einittext - PAGE_OFFSET);
setibat(0, PAGE_OFFSET, 0, size, PAGE_KERNEL_X);
+ pr_info("%s:%d %lx %lx %lx %lx\n", __func__, __LINE__, base, top, border, size);
if (debug_pagealloc_enabled_or_kfence()) {
pr_debug_once("Read-Write memory mapped without BATs\n");
if (base >= border)
diff --git a/arch/powerpc/mm/kasan/init_32.c b/arch/powerpc/mm/kasan/init_32.c
index a70828a6d935..a0f82d9a1fa6 100644
--- a/arch/powerpc/mm/kasan/init_32.c
+++ b/arch/powerpc/mm/kasan/init_32.c
@@ -126,12 +126,15 @@ void __init kasan_mmu_init(void)
{
int ret;
+ pr_info("%s:%d\n", __func__, __LINE__);
if (early_mmu_has_feature(MMU_FTR_HPTE_TABLE)) {
ret = kasan_init_shadow_page_tables(KASAN_SHADOW_START, KASAN_SHADOW_END);
+ pr_info("%s:%d %d\n", __func__, __LINE__, ret);
if (ret)
panic("kasan: kasan_init_shadow_page_tables() failed");
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void __init kasan_init(void)
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index 5c02fd08d61e..d75084f67d9b 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -104,6 +104,7 @@ static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top)
phys_addr_t p;
bool ktext;
+ pr_info("%s:%d %lx %lx\n", __func__, __LINE__, offset, top);
s = offset;
v = PAGE_OFFSET + s;
p = memstart_addr + s;
@@ -113,6 +114,7 @@ static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top)
v += PAGE_SIZE;
p += PAGE_SIZE;
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void __init mapin_ram(void)
@@ -120,6 +122,7 @@ void __init mapin_ram(void)
phys_addr_t base, end;
u64 i;
+ pr_info("%s:%d\n", __func__, __LINE__);
for_each_mem_range(i, &base, &end) {
phys_addr_t top = min(end, total_lowmem);
@@ -128,6 +131,7 @@ void __init mapin_ram(void)
base = mmu_mapin_ram(base, top);
__mapin_ram_chunk(base, top);
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void mark_initmem_nx(void)
--
2.41.0
^ permalink raw reply related [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-14 17:27 ` Erhard Furtner
2023-08-15 17:21 ` [PATCH] Add pr_info() traces for investigation Christophe Leroy
@ 2023-08-15 17:25 ` Christophe Leroy
2023-08-15 20:01 ` Erhard Furtner
1 sibling, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-15 17:25 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 14/08/2023 à 19:27, Erhard Furtner a écrit :
> On Mon, 14 Aug 2023 09:40:44 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Interesting. That means we get stuck somewhere around MMU_init()
>>
>> We know that MMU_init_hw() is called and runs at least until:
>>
>> pr_info("Total memory = %lldMB; using %ldkB for hash table\n",
>> (unsigned long long)(total_memory >> 20), Hash_size >> 10);
>>
>> But we never reach the print in setup_kuap() which is itself called by
>> set_kup():
>> pr_info("Activating Kernel Userspace Access Protection\n");
>>
>>
>> Could you try to narrow more the issue by spreading pr_info() at places
>> in the code below and/or the called functions ? Either we never come
>> back from MMU_init_hw(), or one of mapin_ram() btext_unmap()
>> kasan_mmu_init() fails.
>>
>> So the piece of code we are interested in is located in
>> arch/powerpc/mm/init_32.c and is:
>>
>> /* Initialize the MMU hardware */
>> if (ppc_md.progress)
>> ppc_md.progress("MMU:hw init", 0x300);
>> ==> MMU_init_hw();
>>
>> /* Map in all of RAM starting at KERNELBASE */
>> if (ppc_md.progress)
>> ppc_md.progress("MMU:mapin", 0x301);
>> mapin_ram();
>>
>> /* Initialize early top-down ioremap allocator */
>> ioremap_bot = IOREMAP_TOP;
>>
>> if (ppc_md.progress)
>> ppc_md.progress("MMU:exit", 0x211);
>>
>> /* From now on, btext is no longer BAT mapped if it was at all */
>> #ifdef CONFIG_BOOTX_TEXT
>> btext_unmap();
>> #endif
>>
>> kasan_mmu_init();
>>
>> ==> setup_kup();
>
> I added a pr_info(); right after MMU_init_hw(); and another one right after setup_kup();.
>
> Output of PPC_EARLY_DEBUG changes so that I get an additional black blank line after
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
>
> and the freeze afterwards. So it looks like we return from MMU_init_hw() but not from setup_kup().
I just sent a patch with additional pr_info() in order to help locate
the issue, please provide output with that patch.
Thanks
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-15 17:25 ` KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Christophe Leroy
@ 2023-08-15 20:01 ` Erhard Furtner
2023-08-16 15:56 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-15 20:01 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
On Tue, 15 Aug 2023 17:25:13 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> I just sent a patch with additional pr_info() in order to help locate
> the issue, please provide output with that patch.
>
> Thanks
> Christophe
Thanks for your efforts Christophe! With the patch applied I get this output + a blank black line:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] btext_unmap:129
Afterwards the freeze. On a warm boot after booting another kernel the output continues with "[ 0.000000] btext_unmap:131" instead of the black line. Full dmesg of a warm boot attached.
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc6_g4_01 --]
[-- Type: application/octet-stream, Size: 51082 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] btext_unmap:129
[ 0.000000] btext_unmap:131
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] setup_kuap:23
[ 0.000000] setup_kuap:25
[ 0.000000] setup_kuap:30
[ 0.000000] setup_kuap:35
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] setup_kuap:40
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Tue Aug 15 21:44:33 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe9c. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x434. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x434. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3192, gen1=3193
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24672 r8192 d24480 u57344
[ 0.000000] pcpu-alloc: s24672 r8192 d24480 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946552K/2097152K available (16068K kernel code, 1964K rwdata, 4412K rodata, 1344K init, 402K bss, 150600K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658676 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000010] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000565] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.001067] clockevent: decrementer mult[aaa249b] shift[32] cpu[0]
[ 0.003968] Console: colour dummy device 80x25
[ 0.004500] printk: console [tty0] enabled
[ 0.004961] printk: bootconsole [udbg0] disabled
[ 0.006157] pid_max: default: 32768 minimum: 301
[ 0.012492] LSM: initializing lsm=capability,yama
[ 0.012588] Yama: becoming mindful.
[ 0.014609] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.014806] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.030819] PowerMac SMP probe found 2 cpus
[ 0.031667] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.031841] channel 0 bus <multibus>
[ 0.031958] channel 1 bus <multibus>
[ 0.032333] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.032491] channel 0 bus <multibus>
[ 0.032631] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.032780] channel 1 bus <multibus>
[ 0.032893] channel 2 bus <multibus>
[ 0.032966] pmf: no parser for command 17 !
[ 0.033132] Processor timebase sync using GPIO 0x73
[ 0.033168] mpic: requesting IPIs...
[ 0.033540] CPU0: L2CR is 80000000
[ 0.033572] CPU0: L3CR is 9c030000
[ 0.039870] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.041184] MPC7450 family performance monitor hardware support registered
[ 0.042195] rcu: Hierarchical SRCU implementation.
[ 0.042246] rcu: Max phase no-delay instances is 1000.
[ 0.045277] smp: Bringing up secondary CPUs ...
[84919679.112252] setup_kuap:23
[84919679.112337] setup_kuap:25
[84919679.112370] setup_kuap:30
[84919679.112414] CPU1: L2CR was 0
[84919679.112460] CPU1: L2CR set to 80000000
[84919679.112472] CPU1: L3CR was 0
[84919679.112622] CPU1: L3CR set to 9c030000
[ 0.052117] smp: Brought up 1 node, 2 CPUs
[ 0.058144] devtmpfs: initialized
[ 0.062059] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.062637] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.065135] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.065702] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.093318] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.093746] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.094693] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.095269] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.134341] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.134451] PCI host bridge /pci@f0000000 ranges:
[ 0.134554] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.134632] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.155099] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.155506] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.155568] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.155666] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.155801] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.176330] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.177310] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.177378] PCI host bridge /pci@f4000000 ranges:
[ 0.177476] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.177541] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.198412] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.200576] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.200957] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.203545] prandom: seed boundary self test passed
[ 0.211726] prandom: 100 self tests passed
[ 0.219595] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.256623] PCI: Probing PCI hardware
[ 0.259492] PCI host bridge to bus 0000:00
[ 0.259574] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.259658] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.259723] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.259897] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.259954] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.261692] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.264079] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.264171] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.264237] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.264299] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.264386] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.264515] pci 0000:00:10.0: supports D1 D2
[ 0.268442] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.271184] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.271366] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.271564] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.271733] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.271934] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.272189] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.272356] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.272508] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.272658] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.272808] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.273002] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.273153] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.276618] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.276907] PCI host bridge to bus 0001:00
[ 0.276962] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.277027] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.277091] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.277158] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.277209] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.278900] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.281835] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.281923] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.282088] pci 0001:00:12.0: supports D1 D2
[ 0.282189] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.284411] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.284498] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.284662] pci 0001:00:12.1: supports D1 D2
[ 0.284705] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.286973] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.287058] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.287220] pci 0001:00:12.2: supports D1 D2
[ 0.287263] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.288823] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.288930] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.288988] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.289044] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.289100] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.289155] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.289211] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.289270] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.289390] pci 0001:00:13.0: supports D1 D2
[ 0.291705] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.291792] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.291851] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.291924] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.292061] pci 0001:00:15.0: supports D1 D2
[ 0.292103] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.293729] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.293812] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.293871] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.293944] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.294078] pci 0001:00:15.1: supports D1 D2
[ 0.294121] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.297000] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.297087] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.297145] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.297201] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.297266] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.297402] pci 0001:00:15.2: supports D1 D2
[ 0.297445] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.298994] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.299075] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.299235] pci 0001:00:16.0: supports D1 D2
[ 0.299277] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.301407] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.301491] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.303389] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.303473] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.305605] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.305718] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.308114] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.308201] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.308365] pci 0001:00:1b.0: supports D1 D2
[ 0.308409] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.310734] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.310820] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.310983] pci 0001:00:1b.1: supports D1 D2
[ 0.311026] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.312725] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.312807] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.312967] pci 0001:00:1b.2: supports D1 D2
[ 0.313009] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.315439] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.321091] PCI host bridge to bus 0002:00
[ 0.321171] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.321249] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.321317] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.321368] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.323054] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.325345] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.325429] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.327656] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.327739] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.327896] pci 0002:00:0e.0: supports D1 D2
[ 0.327939] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.330121] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.330205] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.330310] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.333709] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.335261] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.335345] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.335424] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.335478] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.335529] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.335648] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.335714] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.335775] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.335834] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.335913] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.335962] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.336012] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.336068] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.336117] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.414065] raid6: altivecx8 gen() 554 MB/s
[ 0.470929] raid6: altivecx4 gen() 533 MB/s
[ 0.527770] raid6: altivecx2 gen() 474 MB/s
[ 0.584620] raid6: altivecx1 gen() 376 MB/s
[ 0.641552] raid6: int32x8 gen() 136 MB/s
[ 0.698281] raid6: int32x4 gen() 130 MB/s
[ 0.755234] raid6: int32x2 gen() 113 MB/s
[ 0.811970] raid6: int32x1 gen() 89 MB/s
[ 0.812008] raid6: using algorithm altivecx8 gen() 554 MB/s
[ 0.812047] raid6: using intx1 recovery algorithm
[ 0.825596] SCSI subsystem initialized
[ 0.828967] libata version 3.00 loaded.
[ 0.831100] usbcore: registered new interface driver usbfs
[ 0.831705] usbcore: registered new interface driver hub
[ 0.833036] usbcore: registered new device driver usb
[ 0.850708] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.850791] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.850834] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.850951] vgaarb: loaded
[ 0.852521] clocksource: Switched to clocksource timebase
[ 0.987824] NET: Registered PF_INET protocol family
[ 0.990977] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.999756] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 1.004428] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.006717] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.016369] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 1.018699] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.022106] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.022985] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.025172] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.026806] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 1.027079] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 1.027220] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 1.027499] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 1.027545] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 1.027617] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 1.027657] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 1.027738] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 1.027868] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 1.028066] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 1.028267] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 1.029626] Thermal assist unit not available
[ 1.044490] Initialise system trusted keyrings
[ 1.046212] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.074671] fuse: init (API version 7.38)
[ 1.077669] 9p: Installing v9fs 9p2000 file system support
[ 1.079960] NET: Registered PF_ALG protocol family
[ 1.080318] xor: measuring software checksum speed
[ 1.162937] 8regs : 119 MB/sec
[ 1.244849] 8regs_prefetch : 120 MB/sec
[ 1.326136] 32regs : 121 MB/sec
[ 1.408590] 32regs_prefetch : 119 MB/sec
[ 1.427805] altivec : 513 MB/sec
[ 1.427845] xor: using function: altivec (513 MB/sec)
[ 1.427961] Key type asymmetric registered
[ 1.428004] Asymmetric key parser 'x509' registered
[ 1.456947] bounce: pool size: 64 pages
[ 1.458884] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.458955] io scheduler kyber registered
[ 1.459627] io scheduler bfq registered
[ 1.491400] MacIO PCI driver attached to Keylargo chipset
[ 1.515720] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.525568] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.547235] sata_sil 0001:00:13.0: version 2.4
[ 1.548198] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.560829] scsi host0: sata_sil
[ 1.568835] scsi host1: sata_sil
[ 1.571813] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.571881] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.574656] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.589230] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.599220] scsi host2: pata_macio
[ 1.602337] ata3: PATA max UDMA/100 irq 39
[ 1.885950] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.888934] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.888999] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.890446] ata1.00: Features: Dev-Sleep
[ 1.914162] ata1.00: configured for UDMA/100
[ 1.915740] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.926890] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.927180] sd 0:0:0:0: [sda] Write Protect is off
[ 1.927255] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.927775] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.928484] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.939700] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.955139] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.352605] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.355136] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.355195] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.357867] ata2.00: configured for UDMA/100
[ 2.359013] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.367637] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.367747] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.368000] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.368075] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.368631] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.369183] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.642556] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.653583] scsi host3: pata_macio
[ 2.656504] ata4: PATA max UDMA/66 irq 19
[ 2.815276] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.815364] ata4.00: 1009008 sectors, multi 1: LBA
[ 3.117614] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.132957] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.135142] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.144089] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.144565] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.144640] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.145026] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.145540] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.156345] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.169932] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.682552] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.692783] scsi host4: pata_macio
[ 3.695543] ata5: PATA max MWDMA2 irq 20
[ 3.697420] tun: Universal TUN/TAP device driver, 1.6
[ 3.700775] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.714005] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.718696] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.718893] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.720942] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.726334] rtc-generic rtc-generic: registered as rtc0
[ 3.728949] PowerMac i2c bus pmu 2 registered
[ 3.731063] PowerMac i2c bus pmu 1 registered
[ 3.732916] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.734866] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.734942] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.734996] usb usb1: Product: EHCI Host Controller
[ 3.735037] usb usb1: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.735083] usb usb1: SerialNumber: 0001:00:12.2
[ 3.739388] PowerMac i2c bus mac-io 0 registered
[ 3.740202] hub 1-0:1.0: USB hub found
[ 3.740505] hub 1-0:1.0: 5 ports detected
[ 3.741013] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.743193] PowerMac i2c bus uni-n 1 registered
[ 3.743269] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.745210] PowerMac i2c bus uni-n 0 registered
[ 3.749993] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.750167] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.751074] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.754287] hid: raw HID events driver (C) Jiri Kosina
[ 3.757688] usbcore: registered new interface driver usbhid
[ 3.757748] usbhid: USB HID core driver
[ 3.762692] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.765134] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.765212] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.765266] usb usb2: Product: EHCI Host Controller
[ 3.765308] usb usb2: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.765354] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.770858] hub 2-0:1.0: USB hub found
[ 3.771144] hub 2-0:1.0: 5 ports detected
[ 3.775606] NET: Registered PF_INET6 protocol family
[ 3.788894] Segment Routing with IPv6
[ 3.789603] In-situ OAM (IOAM) with IPv6
[ 3.790140] NET: Registered PF_PACKET protocol family
[ 3.790228] NET: Registered PF_KEY protocol family
[ 3.792178] 9pnet: Installing 9P2000 support
[ 3.795687] drmem: No dynamic reconfiguration memory found
[ 3.855138] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.863213] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.964853] Loading compiled-in X.509 certificates
[ 3.998229] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.998364] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.999290] usb 1-5: new high-speed USB device number 2 using ehci-pci
[ 4.067710] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.088580] zswap: loaded using pool zstd/z3fold
[ 4.149495] usb 1-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.149601] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.149651] usb 1-5: Product: USB2.0 Hub
[ 4.154577] hub 1-5:1.0: USB hub found
[ 4.155240] hub 1-5:1.0: 4 ports detected
[ 4.223260] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.338577] Btrfs loaded, zoned=no, fsverity=no
[ 4.502555] usb 1-5.1: new low-speed USB device number 3 using ehci-pci
[ 4.635910] usb 1-5.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.635994] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.636049] usb 1-5.1: Product: RPI Wired Keyboard 5
[ 4.636090] usb 1-5.1: Manufacturer:
[ 4.673879] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.1/1-5.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.752958] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-5.1/input0
[ 4.782410] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.1/1-5.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.853391] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-5.1/input1
[ 4.939377] usb 1-5.4: new low-speed USB device number 4 using ehci-pci
[ 5.049116] usb 1-5.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.049215] usb 1-5.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.049270] usb 1-5.4: Product: USB OPTICAL MOUSE
[ 5.072278] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.4/1-5.4:1.0/0003:275D:0BA6.0003/input/input2
[ 5.083036] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-5.4/input0
[ 10.320546] input: PMU as /devices/virtual/input/input3
[ 10.322814] netpoll: netconsole: local port 6666
[ 10.322870] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 10.322919] netpoll: netconsole: interface 'eth0'
[ 10.322954] netpoll: netconsole: remote port 6666
[ 10.322988] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 10.323029] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 10.323082] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.429594] sungem_phy: PHY ID: 2060e1, addr: 0
[ 10.429903] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 14.109537] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 14.109740] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 14.121017] printk: console [netcon0] enabled
[ 14.165250] netconsole: network logging started
[ 14.371907] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 14.372468] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 14.377462] devtmpfs: mounted
[ 14.382323] Freeing unused kernel image (initmem) memory: 1344K
[ 14.416600] Checked W+X mappings: passed, no W+X pages found
[ 14.416805] rodata_test: all tests were successful
[ 14.416924] kallsyms_selftest: start
[ 14.416974] Run /usr/lib/systemd/systemd as init process
[ 14.417374] with arguments:
[ 14.417581] /usr/lib/systemd/systemd
[ 14.417685] with environment:
[ 14.417784] HOME=/
[ 14.417858] TERM=linux
[ 15.259948] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 15.260335] systemd[1]: Detected architecture ppc.
[ 15.288120] systemd[1]: Hostname set to <T600>.
[ 15.466171] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 18.124529] systemd[1]: Queued start job for default target graphical.target.
[ 18.348712] systemd[1]: Created slice system-getty.slice.
[ 18.365557] systemd[1]: Created slice system-modprobe.slice.
[ 18.380022] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 18.393768] systemd[1]: Created slice system-vncserver.slice.
[ 18.407854] systemd[1]: Created slice user.slice.
[ 18.413289] systemd[1]: Started systemd-ask-password-console.path.
[ 18.419364] systemd[1]: Started systemd-ask-password-wall.path.
[ 18.430895] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 18.433512] systemd[1]: Reached target paths.target.
[ 18.434692] systemd[1]: Reached target remote-fs.target.
[ 18.435975] systemd[1]: Reached target slices.target.
[ 18.461635] systemd[1]: Listening on systemd-coredump.socket.
[ 18.470841] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 18.479088] systemd[1]: Listening on systemd-journald.socket.
[ 18.489973] systemd[1]: Listening on systemd-udevd-control.socket.
[ 18.498405] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 18.506471] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 18.542192] systemd[1]: Mounting dev-mqueue.mount...
[ 18.615631] systemd[1]: Mounting sys-kernel-debug.mount...
[ 18.625908] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 18.699088] systemd[1]: Starting kmod-static-nodes.service...
[ 18.972103] systemd[1]: Starting modprobe@configfs.service...
[ 19.045405] systemd[1]: Starting modprobe@dm_mod.service...
[ 19.141739] systemd[1]: Starting modprobe@drm.service...
[ 19.224442] device-mapper: uevent: version 1.0.3
[ 19.239789] systemd[1]: Starting modprobe@fuse.service...
[ 19.243195] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 19.318842] systemd[1]: Starting modprobe@loop.service...
[ 19.480979] loop: module loaded
[ 19.485689] systemd[1]: Starting systemd-fsck-root.service...
[ 19.608030] systemd[1]: Starting systemd-journald.service...
[ 19.711895] systemd[1]: Starting systemd-modules-load.service...
[ 19.921134] systemd[1]: Starting systemd-udev-trigger.service...
[ 20.215096] systemd-journald[107]: Collecting audit messages is disabled.
[ 20.298025] systemd[1]: Mounted dev-mqueue.mount.
[ 20.318721] systemd[1]: Mounted sys-kernel-debug.mount.
[ 20.355383] systemd[1]: Finished kmod-static-nodes.service.
[ 20.395787] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 20.407734] systemd[1]: Finished modprobe@configfs.service.
[ 20.465648] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 20.486306] systemd[1]: Finished modprobe@dm_mod.service.
[ 20.574492] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 20.589669] systemd[1]: Finished modprobe@drm.service.
[ 20.621201] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 20.639477] systemd[1]: Finished modprobe@fuse.service.
[ 20.689494] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 20.701508] systemd[1]: Finished modprobe@loop.service.
[ 20.728000] systemd[1]: Finished systemd-modules-load.service.
[ 20.943570] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 21.226765] systemd[1]: Mounting sys-kernel-config.mount...
[ 21.243527] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 21.443122] systemd[1]: Starting systemd-sysctl.service...
[ 21.728019] systemd[1]: Finished systemd-fsck-root.service.
[ 21.757858] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 21.775866] systemd[1]: Mounted sys-kernel-config.mount.
[ 21.904317] systemd[1]: Starting systemd-remount-fs.service...
[ 22.144178] systemd[1]: Finished systemd-sysctl.service.
[ 26.286066] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 26.373113] systemd[1]: Finished systemd-remount-fs.service.
[ 26.375775] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 26.403818] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 26.635624] systemd[1]: Starting systemd-random-seed.service...
[ 26.646292] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 26.789498] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 27.257751] systemd[1]: Started systemd-journald.service.
[ 27.852570] random: crng init done
[ 28.045017] systemd-journald[107]: Received client request to flush runtime journal.
[ 28.299842] systemd-journald[107]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 28.300160] systemd-journald[107]: Rotating system journal.
[ 43.363371] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (146)
[ 43.368622] BTRFS: device label tmp devid 1 transid 50 /dev/sda6 scanned by (udev-worker) (138)
[ 45.256268] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 48.481136] kallsyms_selftest: ---------------------------------------------------------
[ 48.481337] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 48.481442] kallsyms_selftest: |---------------------------------------------------------|
[ 48.481539] kallsyms_selftest: | 33861 | 364315 | 629849 | 57.84 |
[ 48.481644] kallsyms_selftest: ---------------------------------------------------------
[ 49.804677] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 51.978496] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 52.007048] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 52.007473] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 52.955624] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 53.016581] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 53.017865] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 53.289723] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.289993] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.290111] usb usb3: Product: OHCI PCI host controller
[ 53.290244] usb usb3: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 53.290379] usb usb3: SerialNumber: 0001:00:12.0
[ 53.379364] hub 3-0:1.0: USB hub found
[ 53.396053] hub 3-0:1.0: 3 ports detected
[ 53.434213] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 53.434546] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 53.435250] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 53.511553] kallsyms_selftest: kallsyms_lookup_name() looked up 33861 symbols
[ 53.511807] kallsyms_selftest: The time spent on each symbol is (ns): min=6745, max=1261467, avg=98935
[ 53.555928] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.556204] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.556350] usb usb4: Product: OHCI PCI host controller
[ 53.556478] usb usb4: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 53.556608] usb usb4: SerialNumber: 0001:00:12.1
[ 53.591692] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 79609211 ns
[ 53.591968] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 81183 ns
[ 53.592077] kallsyms_selftest: finish
[ 53.594364] hub 4-0:1.0: USB hub found
[ 53.610472] hub 4-0:1.0: 2 ports detected
[ 53.684691] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 53.684998] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 53.685526] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 53.685888] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 53.723044] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 53.821459] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.821669] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.821784] usb usb5: Product: OHCI PCI host controller
[ 53.821941] usb usb5: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 53.822078] usb usb5: SerialNumber: 0001:00:1b.0
[ 53.851856] hub 5-0:1.0: USB hub found
[ 53.862880] hub 5-0:1.0: 3 ports detected
[ 53.889638] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 53.889973] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 53.890918] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 54.012374] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.012748] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.012866] usb usb6: Product: OHCI PCI host controller
[ 54.012965] usb usb6: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 54.013134] usb usb6: SerialNumber: 0001:00:1b.1
[ 54.032859] hub 6-0:1.0: USB hub found
[ 54.062739] hub 6-0:1.0: 2 ports detected
[ 54.545097] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 54.545361] BTRFS info (device sda6): use lzo compression, level 0
[ 54.545521] BTRFS info (device sda6): using free space tree
[ 54.626386] BTRFS info (device sda6): enabling ssd optimizations
[ 55.370236] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 55.370588] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 55.411720] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 56.807103] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 56.876276] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 57.394974] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 58.456135] ADM1030 fan controller [@2c]
[ 58.471323] DS1775 digital thermometer [@49]
[ 58.471538] Temp: 50.8 C
[ 58.471557] Hyst: 70.0 C
[ 58.471680] OS: 75.0 C
[ 58.472087]
[ 59.322461] [drm] radeon kernel modesetting enabled.
[ 59.370100] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 59.434319] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 59.546842] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 59.547082] [drm] Forcing AGP to PCI mode
[ 59.548708] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 59.919760] [drm] Generation 2 PCI interface, using max accessible memory
[ 59.920023] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 59.920158] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 59.920471] [drm] Detected VRAM RAM=256M, BAR=256M
[ 59.920606] [drm] RAM width 128bits DDR
[ 59.959678] [drm] radeon: 256M of VRAM memory ready
[ 59.959948] [drm] radeon: 512M of GTT memory ready.
[ 59.960463] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 60.436950] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 60.437151] [drm] PCI GART of 512M enabled (table at 0x0000000009F80000).
[ 60.437517] radeon 0000:00:10.0: WB enabled
[ 60.437640] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 60.486773] [drm] radeon: irq initialized.
[ 60.487133] [drm] Loading R300 Microcode
[ 61.239969] [drm] radeon: ring at 0x0000000080001000
[ 61.240291] [drm] ring test succeeded in 0 usecs
[ 61.392992] [drm] ib test succeeded in 0 usecs
[ 61.532465] [drm] Radeon Display Connectors
[ 61.532731] [drm] Connector 0:
[ 61.532820] [drm] DVI-I-1
[ 61.532904] [drm] HPD2
[ 61.533040] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 61.533147] [drm] Encoders:
[ 61.533230] [drm] CRT1: INTERNAL_DAC1
[ 61.533320] [drm] DFP2: INTERNAL_DVO1
[ 61.533409] [drm] Connector 1:
[ 61.533490] [drm] DVI-I-2
[ 61.533570] [drm] HPD1
[ 61.533650] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 61.533748] [drm] Encoders:
[ 61.533944] [drm] CRT2: INTERNAL_DAC2
[ 61.534035] [drm] DFP1: INTERNAL_TMDS1
[ 61.534324] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 62.091328] [drm] fb mappable at 0xA0040000
[ 62.091550] [drm] vram apper at 0xA0000000
[ 62.091643] [drm] size 8294400
[ 62.091727] [drm] fb depth is 24
[ 62.091811] [drm] pitch is 7680
[ 63.404226] Console: switching to colour frame buffer device 240x67
[ 63.572055] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 66.622726] CPU-temp: 51.1 C
[ 66.622779] , Case: 31.8 C
[ 66.623346] , Fan: 0 (tuned -11)
[ 75.300412] snd-aoa-fabric-layout: Using direct GPIOs
[ 75.426605] systemd-journald[107]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 75.486814] snd-aoa-fabric-layout: can use this codec
[ 75.580248] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 75.899467] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 76.626204] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 76.653083] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 76.654372] cfg80211: failed to load regulatory.db
[ 77.894542] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 77.932596] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 77.933689] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 77.965956] b43legacy-phy0 debug: Radio initialized
[ 77.967813] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 77.977275] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 77.981667] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 77.994821] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 78.012128] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 113.287868] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 115.227116] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 115.447436] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 115.648554] systemd-journald[107]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 115.802048] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 116.008464] systemd-shutdown[1]: Unmounting file systems.
[ 116.056346] (sd-remount)[437]: Remounting '/' read-only with options ''.
[ 116.119203] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 116.429921] systemd-shutdown[1]: All filesystems unmounted.
[ 116.463790] systemd-shutdown[1]: Deactivating swaps.
[ 116.498214] systemd-shutdown[1]: All swaps deactivated.
[ 116.531576] systemd-shutdown[1]: Detaching loop devices.
[ 116.639432] systemd-shutdown[1]: All loop devices detached.
[ 116.672889] systemd-shutdown[1]: Stopping MD devices.
[ 116.732218] systemd-shutdown[1]: All MD devices stopped.
[ 116.765557] systemd-shutdown[1]: Detaching DM devices.
[ 116.800589] systemd-shutdown[1]: All DM devices detached.
[ 116.834117] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 116.901505] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 116.936398] systemd-shutdown[1]: Powering off.
[ 116.971615] sd 3:0:0:0: [sdc] Stopping disk
[ 117.006957] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 117.041914] sd 1:0:0:0: [sdb] Stopping disk
[ 117.388459] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 117.423243] sd 0:0:0:0: [sda] Stopping disk
[ 117.469423] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-15 20:01 ` Erhard Furtner
@ 2023-08-16 15:56 ` Christophe Leroy
2023-08-17 18:32 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-16 15:56 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 15/08/2023 à 22:01, Erhard Furtner a écrit :
> On Tue, 15 Aug 2023 17:25:13 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> I just sent a patch with additional pr_info() in order to help locate
>> the issue, please provide output with that patch.
>>
>> Thanks
>> Christophe
>
> Thanks for your efforts Christophe! With the patch applied I get this output + a blank black line:
Thanks for your tests and your patience.
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> [ 0.000000] mapin_ram:125
> [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> [ 0.000000] __mmu_mapin_ram:146 0 1400000
> [ 0.000000] __mmu_mapin_ram:155 1400000
> [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> [ 0.000000] __mmu_mapin_ram:155 20000000
> [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> [ 0.000000] __mapin_ram_chunk:117
> [ 0.000000] mapin_ram:134
> [ 0.000000] btext_unmap:129
>
>
> Afterwards the freeze. On a warm boot after booting another kernel the output continues with "[ 0.000000] btext_unmap:131" instead of the black line. Full dmesg of a warm boot attached.
Not sure this is the reason of the crash. Just that it disables bootx
console here and doesn't re-enable any console before the crash.
Could you move the call to btext_unmap() after the call to
memblock_set_current_limit(lowmem_end_addr); at the end of function
MMU_init()
And redo the test, still with my patch applied for the additional pr_infos.
Thanks
Christophe
>
> Regards,
> Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-16 15:56 ` Christophe Leroy
@ 2023-08-17 18:32 ` Erhard Furtner
2023-08-17 23:13 ` Michael Ellerman
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-17 18:32 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]
On Wed, 16 Aug 2023 15:56:26 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Not sure this is the reason of the crash. Just that it disables bootx
> console here and doesn't re-enable any console before the crash.
>
> Could you move the call to btext_unmap() after the call to
> memblock_set_current_limit(lowmem_end_addr); at the end of function
> MMU_init()
>
> And redo the test, still with my patch applied for the additional pr_infos.
I moved btext_unmap() as you suggested and the order of functions displayed changed accordingly. Now the freeze happens later but still after the 1st call to btext_unmap():
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] setup_kuap:23
[ 0.000000] setup_kuap:25
[ 0.000000] setup_kuap:30
[ 0.000000] setup_kuap:35
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] setup_kuap:40
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] btext_unmap:129
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc6_g4_02 --]
[-- Type: application/octet-stream, Size: 51386 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] setup_kuap:23
[ 0.000000] setup_kuap:25
[ 0.000000] setup_kuap:30
[ 0.000000] setup_kuap:35
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] setup_kuap:40
[ 0.000000] Activating Kernel Userspace Execution Prevention
[ 0.000000] btext_unmap:129
[ 0.000000] btext_unmap:131
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Thu Aug 17 20:02:58 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x178/0xe94. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x3f8. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x444. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a0/0x42c. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2dc/0x42c. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3196, gen1=3197
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24672 r8192 d24480 u57344
[ 0.000000] pcpu-alloc: s24672 r8192 d24480 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946552K/2097152K available (16068K kernel code, 1964K rwdata, 4412K rodata, 1344K init, 402K bss, 150600K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000010] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000564] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001065] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.004047] Console: colour dummy device 80x25
[ 0.004582] printk: console [tty0] enabled
[ 0.005043] printk: bootconsole [udbg0] disabled
[ 0.006244] pid_max: default: 32768 minimum: 301
[ 0.012657] LSM: initializing lsm=capability,yama
[ 0.012754] Yama: becoming mindful.
[ 0.014806] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.015011] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.030930] PowerMac SMP probe found 2 cpus
[ 0.031789] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.031966] channel 0 bus <multibus>
[ 0.032085] channel 1 bus <multibus>
[ 0.032468] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.032631] channel 0 bus <multibus>
[ 0.032770] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.032920] channel 1 bus <multibus>
[ 0.033037] channel 2 bus <multibus>
[ 0.033111] pmf: no parser for command 17 !
[ 0.033278] Processor timebase sync using GPIO 0x73
[ 0.033314] mpic: requesting IPIs...
[ 0.033690] CPU0: L2CR is 80000000
[ 0.033723] CPU0: L3CR is 9c030000
[ 0.040231] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.041634] MPC7450 family performance monitor hardware support registered
[ 0.042640] rcu: Hierarchical SRCU implementation.
[ 0.042688] rcu: Max phase no-delay instances is 1000.
[ 0.045823] smp: Bringing up secondary CPUs ...
[83973671.986476] setup_kuap:23
[83973671.986560] setup_kuap:25
[83973671.986593] setup_kuap:30
[83973671.986637] CPU1: L2CR was 0
[83973671.986681] CPU1: L2CR set to 80000000
[83973671.986693] CPU1: L3CR was 0
[83973671.986843] CPU1: L3CR set to 9c030000
[ 0.052864] smp: Brought up 1 node, 2 CPUs
[ 0.059073] devtmpfs: initialized
[ 0.062910] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.063484] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.066025] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.066590] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.093910] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.094332] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.095273] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.095848] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.135020] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.135134] PCI host bridge /pci@f0000000 ranges:
[ 0.135236] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.135315] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.157006] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.157411] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.157475] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.157572] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.157651] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.179756] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.180764] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.180833] PCI host bridge /pci@f4000000 ranges:
[ 0.180931] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.180997] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.202878] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.205193] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.205595] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.208109] prandom: seed boundary self test passed
[ 0.216131] prandom: 100 self tests passed
[ 0.224244] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.262391] PCI: Probing PCI hardware
[ 0.265433] PCI host bridge to bus 0000:00
[ 0.265517] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.265601] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.265666] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.265736] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.265790] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.267569] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.269997] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.270092] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.270160] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.270221] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.270308] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.270439] pci 0000:00:10.0: supports D1 D2
[ 0.274422] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.277293] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.277480] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.277681] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.277852] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.278057] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.278254] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.278415] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.278567] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.278719] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.278871] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.279065] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.279218] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.282763] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.283054] PCI host bridge to bus 0001:00
[ 0.283109] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.283219] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.283289] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.283357] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.283408] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.285085] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.288191] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.288281] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.288447] pci 0001:00:12.0: supports D1 D2
[ 0.288490] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.290782] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.290867] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.291030] pci 0001:00:12.1: supports D1 D2
[ 0.291073] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.293400] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.293486] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.293648] pci 0001:00:12.2: supports D1 D2
[ 0.293691] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.295283] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.295363] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.295421] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.295477] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.295533] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.295589] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.295645] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.295705] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.295824] pci 0001:00:13.0: supports D1 D2
[ 0.298300] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.298392] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.298452] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.298526] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.298663] pci 0001:00:15.0: supports D1 D2
[ 0.298706] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.300381] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.300465] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.300524] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.300598] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.300733] pci 0001:00:15.1: supports D1 D2
[ 0.300776] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.303757] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.303843] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.303902] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.303958] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.304024] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.304160] pci 0001:00:15.2: supports D1 D2
[ 0.304203] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.305746] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.305825] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.305985] pci 0001:00:16.0: supports D1 D2
[ 0.306027] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.308254] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.308338] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.310266] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.310351] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.312649] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.312732] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.315113] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.315201] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.315366] pci 0001:00:1b.0: supports D1 D2
[ 0.315408] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.317807] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.317892] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.318054] pci 0001:00:1b.1: supports D1 D2
[ 0.318096] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.319800] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.319880] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.320041] pci 0001:00:1b.2: supports D1 D2
[ 0.320083] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.322607] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.328438] PCI host bridge to bus 0002:00
[ 0.328519] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.328599] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.328666] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.328718] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.330405] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.332772] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.332856] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.335203] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.335288] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.335446] pci 0002:00:0e.0: supports D1 D2
[ 0.335488] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.337740] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.337824] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.337929] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.341347] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.342905] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.342989] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.343069] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.343123] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.343173] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.343292] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.343359] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.343421] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.343480] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.343558] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.343608] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.343658] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.343714] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.343764] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.424663] raid6: altivecx8 gen() 550 MB/s
[ 0.481484] raid6: altivecx4 gen() 532 MB/s
[ 0.538307] raid6: altivecx2 gen() 471 MB/s
[ 0.595172] raid6: altivecx1 gen() 379 MB/s
[ 0.652093] raid6: int32x8 gen() 135 MB/s
[ 0.708845] raid6: int32x4 gen() 133 MB/s
[ 0.765718] raid6: int32x2 gen() 116 MB/s
[ 0.822594] raid6: int32x1 gen() 91 MB/s
[ 0.822632] raid6: using algorithm altivecx8 gen() 550 MB/s
[ 0.822670] raid6: using intx1 recovery algorithm
[ 0.836619] SCSI subsystem initialized
[ 0.840133] libata version 3.00 loaded.
[ 0.842384] usbcore: registered new interface driver usbfs
[ 0.842964] usbcore: registered new interface driver hub
[ 0.844348] usbcore: registered new device driver usb
[ 0.862696] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.862783] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.862826] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.862943] vgaarb: loaded
[ 0.864506] clocksource: Switched to clocksource timebase
[ 1.004909] NET: Registered PF_INET protocol family
[ 1.008142] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.018221] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 1.023191] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.025019] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.034923] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 1.037272] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.040886] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.041810] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.043968] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.045702] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 1.045989] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 1.046130] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 1.046408] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 1.046454] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 1.046525] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 1.046565] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 1.046645] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 1.046774] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 1.046982] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 1.047183] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 1.055880] Thermal assist unit not available
[ 1.070988] Initialise system trusted keyrings
[ 1.072744] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.101808] fuse: init (API version 7.38)
[ 1.104918] 9p: Installing v9fs 9p2000 file system support
[ 1.107186] NET: Registered PF_ALG protocol family
[ 1.107550] xor: measuring software checksum speed
[ 1.186688] 8regs : 124 MB/sec
[ 1.266885] 8regs_prefetch : 122 MB/sec
[ 1.345991] 32regs : 124 MB/sec
[ 1.426324] 32regs_prefetch : 122 MB/sec
[ 1.446072] altivec : 499 MB/sec
[ 1.446111] xor: using function: altivec (499 MB/sec)
[ 1.446250] Key type asymmetric registered
[ 1.446296] Asymmetric key parser 'x509' registered
[ 1.476040] bounce: pool size: 64 pages
[ 1.478123] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.478196] io scheduler kyber registered
[ 1.478814] io scheduler bfq registered
[ 1.511743] MacIO PCI driver attached to Keylargo chipset
[ 1.536641] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.546823] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.569283] sata_sil 0001:00:13.0: version 2.4
[ 1.570186] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.583116] scsi host0: sata_sil
[ 1.591391] scsi host1: sata_sil
[ 1.594245] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.594309] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.596336] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.611247] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.621329] scsi host2: pata_macio
[ 1.624563] ata3: PATA max UDMA/100 irq 39
[ 1.907968] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.910965] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.911031] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.912566] ata1.00: Features: Dev-Sleep
[ 1.936128] ata1.00: configured for UDMA/100
[ 1.937773] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.950216] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.950516] sd 0:0:0:0: [sda] Write Protect is off
[ 1.950593] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.950970] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.951759] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.963203] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.979030] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.374545] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.377087] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.377148] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.379815] ata2.00: configured for UDMA/100
[ 2.380966] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.390396] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.390511] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.390767] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.390841] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.391456] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.391994] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.671210] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.682461] scsi host3: pata_macio
[ 2.685464] ata4: PATA max UDMA/66 irq 19
[ 2.843925] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.844011] ata4.00: 1009008 sectors, multi 1: LBA
[ 3.066894] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.082892] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.085304] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.094041] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.094559] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.094637] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.095039] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.095576] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.106387] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.120517] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.711209] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.721661] scsi host4: pata_macio
[ 3.724595] ata5: PATA max MWDMA2 irq 20
[ 3.726583] tun: Universal TUN/TAP device driver, 1.6
[ 3.730057] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.743828] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.749847] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.750053] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.752103] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.755123] rtc-generic rtc-generic: registered as rtc0
[ 3.757904] PowerMac i2c bus pmu 2 registered
[ 3.760018] PowerMac i2c bus pmu 1 registered
[ 3.764555] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.764888] PowerMac i2c bus mac-io 0 registered
[ 3.766465] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.766491] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.766519] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.766641] usb usb1: Product: EHCI Host Controller
[ 3.766682] usb usb1: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.766729] usb usb1: SerialNumber: 0001:00:12.2
[ 3.768650] PowerMac i2c bus uni-n 1 registered
[ 3.768734] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.770837] PowerMac i2c bus uni-n 0 registered
[ 3.771898] hub 1-0:1.0: USB hub found
[ 3.772193] hub 1-0:1.0: 5 ports detected
[ 3.779457] hid: raw HID events driver (C) Jiri Kosina
[ 3.781246] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.781540] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.782440] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.783107] usbcore: registered new interface driver usbhid
[ 3.783174] usbhid: USB HID core driver
[ 3.789359] NET: Registered PF_INET6 protocol family
[ 3.797850] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.800021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.800100] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.800153] usb usb2: Product: EHCI Host Controller
[ 3.800194] usb usb2: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.800240] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.803935] Segment Routing with IPv6
[ 3.805410] In-situ OAM (IOAM) with IPv6
[ 3.806021] NET: Registered PF_PACKET protocol family
[ 3.806114] NET: Registered PF_KEY protocol family
[ 3.806559] hub 2-0:1.0: USB hub found
[ 3.806841] hub 2-0:1.0: 5 ports detected
[ 3.808390] 9pnet: Installing 9P2000 support
[ 3.812153] drmem: No dynamic reconfiguration memory found
[ 3.883808] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.893272] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.989496] Loading compiled-in X.509 certificates
[ 4.034540] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 4.090711] zswap: loaded using pool zstd/z3fold
[ 4.096067] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 4.096170] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.194142] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.194222] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.194271] usb 1-3: Product: USB2.0 Hub
[ 4.199133] hub 1-3:1.0: USB hub found
[ 4.199757] hub 1-3:1.0: 4 ports detected
[ 4.215187] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.217385] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.337019] Btrfs loaded, zoned=no, fsverity=no
[ 4.497872] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.624549] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.624628] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.624682] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.624723] usb 1-3.1: Manufacturer:
[ 4.651207] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.719787] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.749464] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.809113] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.884521] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 4.985807] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.985885] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.985938] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 5.006976] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 5.013551] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 10.286653] input: PMU as /devices/virtual/input/input3
[ 10.289136] netpoll: netconsole: local port 6666
[ 10.289193] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 10.289242] netpoll: netconsole: interface 'eth0'
[ 10.289276] netpoll: netconsole: remote port 6666
[ 10.289310] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 10.289351] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 10.289403] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.398249] sungem_phy: PHY ID: 2060e1, addr: 0
[ 10.398562] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 14.058204] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 14.058395] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 14.071293] printk: console [netcon0] enabled
[ 14.116366] netconsole: network logging started
[ 14.325033] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 14.325590] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 14.330302] devtmpfs: mounted
[ 14.335088] Freeing unused kernel image (initmem) memory: 1344K
[ 14.362272] Checked W+X mappings: passed, no W+X pages found
[ 14.362491] rodata_test: all tests were successful
[ 14.362588] kallsyms_selftest: start
[ 14.362659] Run /usr/lib/systemd/systemd as init process
[ 14.363103] with arguments:
[ 14.363314] /usr/lib/systemd/systemd
[ 14.363418] with environment:
[ 14.363495] HOME=/
[ 14.363594] TERM=linux
[ 15.223765] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 15.224209] systemd[1]: Detected architecture ppc.
[ 15.252622] systemd[1]: Hostname set to <T600>.
[ 15.436694] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 18.179004] systemd[1]: Queued start job for default target graphical.target.
[ 18.405383] systemd[1]: Created slice system-getty.slice.
[ 18.422707] systemd[1]: Created slice system-modprobe.slice.
[ 18.437451] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 18.451750] systemd[1]: Created slice system-vncserver.slice.
[ 18.466294] systemd[1]: Created slice user.slice.
[ 18.471728] systemd[1]: Started systemd-ask-password-console.path.
[ 18.478106] systemd[1]: Started systemd-ask-password-wall.path.
[ 18.489838] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 18.492579] systemd[1]: Reached target paths.target.
[ 18.493816] systemd[1]: Reached target remote-fs.target.
[ 18.495164] systemd[1]: Reached target slices.target.
[ 18.521712] systemd[1]: Listening on systemd-coredump.socket.
[ 18.531304] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 18.539890] systemd[1]: Listening on systemd-journald.socket.
[ 18.550998] systemd[1]: Listening on systemd-udevd-control.socket.
[ 18.559433] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 18.567579] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 18.604751] systemd[1]: Mounting dev-mqueue.mount...
[ 18.679809] systemd[1]: Mounting sys-kernel-debug.mount...
[ 18.689123] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 18.767199] systemd[1]: Starting kmod-static-nodes.service...
[ 18.865000] systemd[1]: Starting modprobe@configfs.service...
[ 18.927561] systemd[1]: Starting modprobe@dm_mod.service...
[ 19.024011] systemd[1]: Starting modprobe@drm.service...
[ 19.105234] device-mapper: uevent: version 1.0.3
[ 19.110480] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 19.116824] systemd[1]: Starting modprobe@fuse.service...
[ 19.180420] systemd[1]: Starting modprobe@loop.service...
[ 19.268918] systemd[1]: Starting systemd-fsck-root.service...
[ 19.448783] loop: module loaded
[ 19.474184] systemd[1]: Starting systemd-journald.service...
[ 19.590193] systemd[1]: Starting systemd-modules-load.service...
[ 19.714332] systemd[1]: Starting systemd-udev-trigger.service...
[ 20.123303] systemd[1]: Mounted dev-mqueue.mount.
[ 20.147272] systemd[1]: Mounted sys-kernel-debug.mount.
[ 20.163968] systemd-journald[107]: Collecting audit messages is disabled.
[ 20.185373] systemd[1]: Finished kmod-static-nodes.service.
[ 20.271852] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 20.284168] systemd[1]: Finished modprobe@configfs.service.
[ 20.388189] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 20.404830] systemd[1]: Finished modprobe@dm_mod.service.
[ 20.440011] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 20.447067] systemd[1]: Finished modprobe@drm.service.
[ 20.525923] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 20.539231] systemd[1]: Finished modprobe@fuse.service.
[ 20.624307] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 20.638443] systemd[1]: Finished modprobe@loop.service.
[ 20.669366] systemd[1]: Finished systemd-fsck-root.service.
[ 20.723396] systemd[1]: Finished systemd-modules-load.service.
[ 20.876954] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 21.089693] systemd[1]: Mounting sys-kernel-config.mount...
[ 21.249874] systemd[1]: Starting systemd-remount-fs.service...
[ 21.282780] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 21.497672] systemd[1]: Starting systemd-sysctl.service...
[ 21.806288] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 21.812607] systemd[1]: Mounted sys-kernel-config.mount.
[ 22.390623] systemd[1]: Finished systemd-sysctl.service.
[ 25.888004] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 25.955897] systemd[1]: Finished systemd-remount-fs.service.
[ 25.959436] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 25.999118] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 26.240448] systemd[1]: Starting systemd-random-seed.service...
[ 26.250774] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 26.367028] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 27.231304] random: crng init done
[ 27.291760] systemd[1]: Finished systemd-random-seed.service.
[ 27.296691] systemd[1]: first-boot-complete.target was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 28.669615] systemd[1]: Started systemd-journald.service.
[ 29.281519] systemd-journald[107]: Received client request to flush runtime journal.
[ 29.562656] systemd-journald[107]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 29.562937] systemd-journald[107]: Rotating system journal.
[ 44.201469] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (147)
[ 44.328094] BTRFS: device label tmp devid 1 transid 54 /dev/sda6 scanned by (udev-worker) (148)
[ 48.138947] kallsyms_selftest: ---------------------------------------------------------
[ 48.139224] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 48.139333] kallsyms_selftest: |---------------------------------------------------------|
[ 48.139433] kallsyms_selftest: | 33861 | 364311 | 629842 | 57.84 |
[ 48.139538] kallsyms_selftest: ---------------------------------------------------------
[ 49.183539] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 50.196008] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 52.849927] kallsyms_selftest: kallsyms_lookup_name() looked up 33861 symbols
[ 52.850133] kallsyms_selftest: The time spent on each symbol is (ns): min=6745, max=1380334, avg=98712
[ 52.910726] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 60474843 ns
[ 52.911050] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 85144 ns
[ 52.911248] kallsyms_selftest: finish
[ 54.465686] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 54.466009] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 54.467054] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 54.622788] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 54.624745] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.625001] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.625119] usb usb3: Product: OHCI PCI host controller
[ 54.625276] usb usb3: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 54.625618] usb usb3: SerialNumber: 0001:00:12.0
[ 54.634099] hub 3-0:1.0: USB hub found
[ 54.639276] hub 3-0:1.0: 3 ports detected
[ 54.647940] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 54.648248] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 54.649141] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 54.662327] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 54.662764] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 54.785825] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 54.786270] BTRFS info (device sda6): use lzo compression, level 0
[ 54.786387] BTRFS info (device sda6): using free space tree
[ 54.938073] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 54.938311] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 54.938481] usb usb4: Product: OHCI PCI host controller
[ 54.938614] usb usb4: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 54.938722] usb usb4: SerialNumber: 0001:00:12.1
[ 54.964994] BTRFS info (device sda6): enabling ssd optimizations
[ 55.006034] hub 4-0:1.0: USB hub found
[ 55.054978] hub 4-0:1.0: 2 ports detected
[ 55.121683] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 55.122053] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 55.325233] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 55.325557] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 55.326344] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 55.615548] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 55.615819] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 55.615942] usb usb5: Product: OHCI PCI host controller
[ 55.616044] usb usb5: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 55.616149] usb usb5: SerialNumber: 0001:00:1b.0
[ 55.683221] hub 5-0:1.0: USB hub found
[ 55.715007] hub 5-0:1.0: 3 ports detected
[ 55.823757] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 55.824055] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 55.848484] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 55.937944] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 55.938155] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 55.938272] usb usb6: Product: OHCI PCI host controller
[ 55.938376] usb usb6: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 55.938481] usb usb6: SerialNumber: 0001:00:1b.1
[ 55.964907] hub 6-0:1.0: USB hub found
[ 55.968186] hub 6-0:1.0: 2 ports detected
[ 56.642839] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 56.643229] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 56.718084] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 58.938958] [drm] radeon kernel modesetting enabled.
[ 58.939524] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 58.979809] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 59.042299] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 59.042519] [drm] Forcing AGP to PCI mode
[ 59.044266] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 59.222108] [drm] Generation 2 PCI interface, using max accessible memory
[ 59.222343] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 59.222665] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 59.384547] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 59.411609] [drm] Detected VRAM RAM=256M, BAR=256M
[ 59.411856] [drm] RAM width 128bits DDR
[ 59.441483] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 59.448207] [drm] radeon: 256M of VRAM memory ready
[ 59.448466] [drm] radeon: 512M of GTT memory ready.
[ 59.449490] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 59.664893] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 59.665095] [drm] PCI GART of 512M enabled (table at 0x0000000009A00000).
[ 59.665478] radeon 0000:00:10.0: WB enabled
[ 59.665604] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 59.678448] [drm] radeon: irq initialized.
[ 59.678770] [drm] Loading R300 Microcode
[ 59.776196] [drm] radeon: ring at 0x0000000080001000
[ 59.776454] [drm] ring test succeeded in 1 usecs
[ 59.786857] [drm] ib test succeeded in 0 usecs
[ 59.944151] [drm] Radeon Display Connectors
[ 59.944330] [drm] Connector 0:
[ 59.944420] [drm] DVI-I-1
[ 59.944608] [drm] HPD2
[ 59.944707] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 59.944814] [drm] Encoders:
[ 59.944958] [drm] CRT1: INTERNAL_DAC1
[ 59.945054] [drm] DFP2: INTERNAL_DVO1
[ 59.945144] [drm] Connector 1:
[ 59.945460] [drm] DVI-I-2
[ 59.945546] [drm] HPD1
[ 59.945656] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 59.945756] [drm] Encoders:
[ 59.945835] [drm] CRT2: INTERNAL_DAC2
[ 59.945922] [drm] DFP1: INTERNAL_TMDS1
[ 59.958408] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 59.998321] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 60.819448] ADM1030 fan controller [@2c]
[ 60.848705] DS1775 digital thermometer [@49]
[ 60.849078] Temp: 58.3 C
[ 60.849100] Hyst: 70.0 C
[ 60.849192] OS: 75.0 C
[ 60.849280]
[ 61.035182] [drm] fb mappable at 0xA0040000
[ 61.035454] [drm] vram apper at 0xA0000000
[ 61.035551] [drm] size 8294400
[ 61.035875] [drm] fb depth is 24
[ 61.035992] [drm] pitch is 7680
[ 62.049538] Console: switching to colour frame buffer device 240x67
[ 62.217882] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 69.181438] CPU-temp: 58.6 C
[ 69.181493] , Case: 37.2 C
[ 69.182047] , Fan: 4 (tuned -7)
[ 76.601377] snd-aoa-fabric-layout: Using direct GPIOs
[ 76.779953] snd-aoa-fabric-layout: can use this codec
[ 76.874393] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 77.295004] CPU-temp: 58.8 C
[ 77.295060] , Case: 37.2 C
[ 77.295617] , Fan: 5 (tuned +1)
[ 77.978303] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 78.719554] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 78.722486] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 78.723740] cfg80211: failed to load regulatory.db
[ 79.833624] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 79.898040] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 79.899156] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 79.928007] b43legacy-phy0 debug: Radio initialized
[ 79.930269] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 79.964297] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 79.975755] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 79.986501] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 80.003000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 93.503757] CPU-temp: 59.2 C
[ 93.503812] , Case: 37.2 C
[ 93.503946] , Fan: 6 (tuned +1)
[ 113.013601] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 115.098297] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 115.317114] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 115.560115] systemd-journald[107]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 115.645914] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 115.840824] systemd-shutdown[1]: Unmounting file systems.
[ 115.887622] (sd-remount)[440]: Remounting '/' read-only with options ''.
[ 115.949840] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 116.272208] systemd-shutdown[1]: All filesystems unmounted.
[ 116.305167] systemd-shutdown[1]: Deactivating swaps.
[ 116.339092] systemd-shutdown[1]: All swaps deactivated.
[ 116.372047] systemd-shutdown[1]: Detaching loop devices.
[ 116.483310] systemd-shutdown[1]: All loop devices detached.
[ 116.516225] systemd-shutdown[1]: Stopping MD devices.
[ 116.550696] systemd-shutdown[1]: All MD devices stopped.
[ 116.583390] systemd-shutdown[1]: Detaching DM devices.
[ 116.618186] systemd-shutdown[1]: All DM devices detached.
[ 116.651236] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 116.718535] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 116.753456] systemd-shutdown[1]: Powering off.
[ 116.788137] sd 3:0:0:0: [sdc] Stopping disk
[ 116.822949] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 116.857531] sd 1:0:0:0: [sdb] Stopping disk
[ 117.197928] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 117.232187] sd 0:0:0:0: [sda] Stopping disk
[ 117.277915] reboot: Power down
[ 117.820210] CPU-temp: 59.6 C
[ 117.820262] , Case: 37.5 C
[ 117.853794] , Fan: 7 (tuned +1)
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-17 18:32 ` Erhard Furtner
@ 2023-08-17 23:13 ` Michael Ellerman
2023-08-18 9:16 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Michael Ellerman @ 2023-08-17 23:13 UTC (permalink / raw)
To: Erhard Furtner, Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
Erhard Furtner <erhard_f@mailbox.org> writes:
> On Wed, 16 Aug 2023 15:56:26 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Not sure this is the reason of the crash. Just that it disables bootx
>> console here and doesn't re-enable any console before the crash.
>>
>> Could you move the call to btext_unmap() after the call to
>> memblock_set_current_limit(lowmem_end_addr); at the end of function
>> MMU_init()
>>
>> And redo the test, still with my patch applied for the additional pr_infos.
>
> I moved btext_unmap() as you suggested and the order of functions displayed changed accordingly. Now the freeze happens later but still after the 1st call to btext_unmap():
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> [ 0.000000] mapin_ram:125
> [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> [ 0.000000] __mmu_mapin_ram:146 0 1400000
> [ 0.000000] __mmu_mapin_ram:155 1400000
> [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> [ 0.000000] __mmu_mapin_ram:155 20000000
> [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> [ 0.000000] __mapin_ram_chunk:117
> [ 0.000000] mapin_ram:134
> [ 0.000000] kasan_mmu_init:129
> [ 0.000000] kasan_mmu_init:132 0
> [ 0.000000] kasan_mmu_init:137
> [ 0.000000] setup_kuap:23
> [ 0.000000] setup_kuap:25
> [ 0.000000] setup_kuap:30
> [ 0.000000] setup_kuap:35
> [ 0.000000] Activating Kernel Userspace Access Protection
> [ 0.000000] setup_kuap:40
> [ 0.000000] Activating Kernel Userspace Execution Prevention
> [ 0.000000] btext_unmap:129
Try just removing the call to btext_unmap() entirely and see how far it goes?
cheers
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-17 23:13 ` Michael Ellerman
@ 2023-08-18 9:16 ` Erhard Furtner
2023-08-18 15:47 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-18 9:16 UTC (permalink / raw)
To: Michael Ellerman; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 2041 bytes --]
On Fri, 18 Aug 2023 09:13:21 +1000
Michael Ellerman <mpe@ellerman.id.au> wrote:
> Try just removing the call to btext_unmap() entirely and see how far it goes?
>
> cheers
Ok, I commented out btext_unmap() in MMU_init() and the freeze just happens before the "Linux version 6.5.0-rc6-PMacG4-dirty [...]"-line:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] setup_kuap:23
[ 0.000000] setup_kuap:25
[ 0.000000] setup_kuap:30
[ 0.000000] setup_kuap:35
[ 0.000000] Activating Kernel Userspace Access Protection
[ 0.000000] setup_kuap:40
[ 0.000000] Activating Kernel Userspace Execution Prevention
I also tried a kernel without KUAP/KUEP getting this:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
Here too the freeze just happens before the line "Linux version 6.5.0-rc6-PMacG4-dirty [...]" in dmesg.
Attached is (warm boot) dmesg without KUAP/KUEP.
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc6_g4_04 --]
[-- Type: application/octet-stream, Size: 50751 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #7 SMP Fri Aug 18 11:00:54 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe9c. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x3f8. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x430. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x430. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3200, gen1=3201
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24608 r8192 d24544 u57344
[ 0.000000] pcpu-alloc: s24608 r8192 d24544 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Kernel command line: ro root=/dev/sda5 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946552K/2097152K available (16020K kernel code, 1964K rwdata, 4460K rodata, 1344K init, 402K bss, 150600K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 2 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658676 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000563] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.001063] clockevent: decrementer mult[aaa249b] shift[32] cpu[0]
[ 0.003853] Console: colour dummy device 80x25
[ 0.004327] printk: console [tty0] enabled
[ 0.004842] printk: bootconsole [udbg0] disabled
[ 0.006004] pid_max: default: 32768 minimum: 301
[ 0.012202] LSM: initializing lsm=capability,yama
[ 0.012296] Yama: becoming mindful.
[ 0.014232] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.014419] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.029435] PowerMac SMP probe found 2 cpus
[ 0.030204] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.030370] channel 0 bus <multibus>
[ 0.030480] channel 1 bus <multibus>
[ 0.030838] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.030989] channel 0 bus <multibus>
[ 0.031126] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.031265] channel 1 bus <multibus>
[ 0.031372] channel 2 bus <multibus>
[ 0.031443] pmf: no parser for command 17 !
[ 0.031602] Processor timebase sync using GPIO 0x73
[ 0.031638] mpic: requesting IPIs...
[ 0.032050] CPU0: L2CR is 80000000
[ 0.032084] CPU0: L3CR is 9c030000
[ 0.038044] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.039347] MPC7450 family performance monitor hardware support registered
[ 0.040280] rcu: Hierarchical SRCU implementation.
[ 0.040329] rcu: Max phase no-delay instances is 1000.
[ 0.043228] smp: Bringing up secondary CPUs ...
[84919679.159678] CPU1: L2CR was 0
[84919679.159763] CPU1: L2CR set to 80000000
[84919679.159776] CPU1: L3CR was 0
[84919679.159926] CPU1: L3CR set to 9c030000
[ 0.049914] smp: Brought up 1 node, 2 CPUs
[ 0.055674] devtmpfs: initialized
[ 0.059277] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.059821] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.062151] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.062726] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.088705] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.089135] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.090033] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.090554] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.127856] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.127966] PCI host bridge /pci@f0000000 ranges:
[ 0.128066] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.128144] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.147499] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.147891] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.147953] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.148049] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.148125] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.167612] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.168556] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.168628] PCI host bridge /pci@f4000000 ranges:
[ 0.168723] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.168787] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.188694] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.190857] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.191224] futex hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.193641] prandom: seed boundary self test passed
[ 0.201497] prandom: 100 self tests passed
[ 0.209019] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.244173] PCI: Probing PCI hardware
[ 0.246922] PCI host bridge to bus 0000:00
[ 0.247006] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.247088] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.247151] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.247271] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.247326] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.248990] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.251293] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.251385] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.251450] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.251509] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.251595] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.251724] pci 0000:00:10.0: supports D1 D2
[ 0.255524] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.258247] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.258430] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.258629] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.258798] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.259001] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.259195] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.259354] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.259505] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.259654] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.259804] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.259997] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.260148] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.263719] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.264001] PCI host bridge to bus 0001:00
[ 0.264054] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.264117] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.264205] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.264272] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.264321] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.265938] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.268845] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.268935] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.269097] pci 0001:00:12.0: supports D1 D2
[ 0.269140] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.271282] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.271368] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.271530] pci 0001:00:12.1: supports D1 D2
[ 0.271572] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.273698] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.273781] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.273941] pci 0001:00:12.2: supports D1 D2
[ 0.273983] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.275508] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.275589] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.275645] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.275700] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.275755] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.275809] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.275864] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.275922] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.276039] pci 0001:00:13.0: supports D1 D2
[ 0.278351] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.278440] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.278499] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.278571] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.278706] pci 0001:00:15.0: supports D1 D2
[ 0.278748] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.280272] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.280353] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.280410] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.280482] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.280615] pci 0001:00:15.1: supports D1 D2
[ 0.280656] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.283437] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.283524] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.283581] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.283637] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.283701] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.283834] pci 0001:00:15.2: supports D1 D2
[ 0.283876] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.285354] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.285435] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.285591] pci 0001:00:16.0: supports D1 D2
[ 0.285633] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.287666] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.287785] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.289587] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.289669] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.291832] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.291915] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.294103] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.294190] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.294351] pci 0001:00:1b.0: supports D1 D2
[ 0.294393] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.296609] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.296694] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.296854] pci 0001:00:1b.1: supports D1 D2
[ 0.296896] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.298523] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.298603] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.298763] pci 0001:00:1b.2: supports D1 D2
[ 0.298805] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.301130] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.306768] PCI host bridge to bus 0002:00
[ 0.306847] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.306924] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.306990] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.307040] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.308687] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.310877] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.310961] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.313149] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.313234] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.313387] pci 0002:00:0e.0: supports D1 D2
[ 0.313429] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.315519] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.315602] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.315705] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.318996] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.320483] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.320564] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.320642] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.320695] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.320744] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.320860] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.320924] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.320985] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.321042] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.321119] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.321167] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.321216] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.321271] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.321319] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.398995] raid6: altivecx8 gen() 550 MB/s
[ 0.455808] raid6: altivecx4 gen() 537 MB/s
[ 0.512645] raid6: altivecx2 gen() 480 MB/s
[ 0.569483] raid6: altivecx1 gen() 385 MB/s
[ 0.626384] raid6: int32x8 gen() 140 MB/s
[ 0.683232] raid6: int32x4 gen() 135 MB/s
[ 0.739974] raid6: int32x2 gen() 118 MB/s
[ 0.796788] raid6: int32x1 gen() 94 MB/s
[ 0.796825] raid6: using algorithm altivecx8 gen() 550 MB/s
[ 0.796862] raid6: using intx1 recovery algorithm
[ 0.809786] SCSI subsystem initialized
[ 0.812998] libata version 3.00 loaded.
[ 0.815073] usbcore: registered new interface driver usbfs
[ 0.815612] usbcore: registered new interface driver hub
[ 0.816872] usbcore: registered new device driver usb
[ 0.833638] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.833721] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.833764] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.833884] vgaarb: loaded
[ 0.835391] clocksource: Switched to clocksource timebase
[ 0.964372] NET: Registered PF_INET protocol family
[ 0.967488] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.976190] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.980617] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.982800] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.991932] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.994271] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.997514] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.998304] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 1.000422] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.001928] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 1.002245] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 1.002388] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 1.002661] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 1.002706] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 1.002776] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 1.002815] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 1.002894] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 1.003020] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 1.003215] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 1.003410] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 1.004677] Thermal assist unit not available
[ 1.018846] Initialise system trusted keyrings
[ 1.020481] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.048287] fuse: init (API version 7.38)
[ 1.051170] 9p: Installing v9fs 9p2000 file system support
[ 1.053362] NET: Registered PF_ALG protocol family
[ 1.053704] xor: measuring software checksum speed
[ 1.131507] 8regs : 126 MB/sec
[ 1.209945] 8regs_prefetch : 125 MB/sec
[ 1.289038] 32regs : 124 MB/sec
[ 1.369052] 32regs_prefetch : 123 MB/sec
[ 1.389003] altivec : 494 MB/sec
[ 1.389042] xor: using function: altivec (494 MB/sec)
[ 1.389155] Key type asymmetric registered
[ 1.389197] Asymmetric key parser 'x509' registered
[ 1.416987] bounce: pool size: 64 pages
[ 1.418911] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.418984] io scheduler kyber registered
[ 1.419584] io scheduler bfq registered
[ 1.450236] MacIO PCI driver attached to Keylargo chipset
[ 1.473353] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.482737] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.503344] sata_sil 0001:00:13.0: version 2.4
[ 1.504170] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.516131] scsi host0: sata_sil
[ 1.523680] scsi host1: sata_sil
[ 1.526387] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.526451] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.528435] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.545451] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.554727] scsi host2: pata_macio
[ 1.557742] ata3: PATA max UDMA/100 irq 39
[ 1.838817] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.841791] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.841852] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.843322] ata1.00: Features: Dev-Sleep
[ 1.866995] ata1.00: configured for UDMA/100
[ 1.868564] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.879832] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.880110] sd 0:0:0:0: [sda] Write Protect is off
[ 1.880184] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.880538] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.881198] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.892160] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.906865] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.305438] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.308017] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.308079] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.310748] ata2.00: configured for UDMA/100
[ 2.311876] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.320517] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.320629] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.320874] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.320947] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.321477] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.321972] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.595436] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.605890] scsi host3: pata_macio
[ 2.608627] ata4: PATA max UDMA/66 irq 19
[ 2.768188] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.768274] ata4.00: 1009008 sectors, multi 1: LBA
[ 3.073418] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.088131] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.090326] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.099307] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.099756] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.099830] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.100205] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.100705] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.110844] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.123827] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.635428] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.645059] scsi host4: pata_macio
[ 3.647746] ata5: PATA max MWDMA2 irq 20
[ 3.649606] tun: Universal TUN/TAP device driver, 1.6
[ 3.652817] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.665089] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.670727] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.670930] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.672957] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.675594] rtc-generic rtc-generic: registered as rtc0
[ 3.678116] PowerMac i2c bus pmu 2 registered
[ 3.680113] PowerMac i2c bus pmu 1 registered
[ 3.684561] PowerMac i2c bus mac-io 0 registered
[ 3.685458] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.686038] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.687257] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.687341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.687393] usb usb1: Product: EHCI Host Controller
[ 3.687434] usb usb1: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.687479] usb usb1: SerialNumber: 0001:00:12.2
[ 3.688010] PowerMac i2c bus uni-n 1 registered
[ 3.688096] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.691147] PowerMac i2c bus uni-n 0 registered
[ 3.692285] hub 1-0:1.0: USB hub found
[ 3.692572] hub 1-0:1.0: 5 ports detected
[ 3.699522] hid: raw HID events driver (C) Jiri Kosina
[ 3.701102] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.701377] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.702253] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.702886] usbcore: registered new interface driver usbhid
[ 3.702953] usbhid: USB HID core driver
[ 3.708553] NET: Registered PF_INET6 protocol family
[ 3.718769] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.719541] Segment Routing with IPv6
[ 3.721327] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.721337] In-situ OAM (IOAM) with IPv6
[ 3.721355] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.721471] usb usb2: Product: EHCI Host Controller
[ 3.721512] usb usb2: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.721557] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.721866] NET: Registered PF_PACKET protocol family
[ 3.721962] NET: Registered PF_KEY protocol family
[ 3.723965] 9pnet: Installing 9P2000 support
[ 3.726774] drmem: No dynamic reconfiguration memory found
[ 3.727471] hub 2-0:1.0: USB hub found
[ 3.727747] hub 2-0:1.0: 5 ports detected
[ 3.808022] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.816995] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.890035] Loading compiled-in X.509 certificates
[ 3.942133] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.942270] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.952088] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 3.964022] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 4.002346] zswap: loaded using pool zstd/z3fold
[ 4.111383] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.111477] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.111525] usb 1-3: Product: USB2.0 Hub
[ 4.115107] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.116296] hub 1-3:1.0: USB hub found
[ 4.116867] hub 1-3:1.0: 4 ports detected
[ 4.224947] Btrfs loaded, zoned=no, fsverity=no
[ 4.405407] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.531375] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.531453] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.531506] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.531546] usb 1-3.1: Manufacturer:
[ 4.557612] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.623463] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.651473] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.709291] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.785422] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 4.886660] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.886739] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.886793] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 4.901926] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 4.912924] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 10.088141] input: PMU as /devices/virtual/input/input3
[ 10.090384] netpoll: netconsole: local port 6666
[ 10.090440] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 10.090488] netpoll: netconsole: interface 'eth0'
[ 10.090521] netpoll: netconsole: remote port 6666
[ 10.090555] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 10.090595] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 10.090646] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.195821] sungem_phy: PHY ID: 2060e1, addr: 0
[ 10.196137] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 13.875744] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 13.875948] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 13.887578] printk: console [netcon0] enabled
[ 13.927078] netconsole: network logging started
[ 14.126229] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 14.126775] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 14.131169] devtmpfs: mounted
[ 14.135851] Freeing unused kernel image (initmem) memory: 1344K
[ 14.162875] Checked W+X mappings: passed, no W+X pages found
[ 14.163028] rodata_test: all tests were successful
[ 14.163164] kallsyms_selftest: start
[ 14.163210] Run /usr/lib/systemd/systemd as init process
[ 14.163664] with arguments:
[ 14.163768] /usr/lib/systemd/systemd
[ 14.163846] with environment:
[ 14.163917] HOME=/
[ 14.164013] TERM=linux
[ 14.983377] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 14.983810] systemd[1]: Detected architecture ppc.
[ 15.010679] systemd[1]: Hostname set to <T600>.
[ 15.193312] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 17.762463] systemd[1]: Queued start job for default target graphical.target.
[ 17.986231] systemd[1]: Created slice system-getty.slice.
[ 18.001761] systemd[1]: Created slice system-modprobe.slice.
[ 18.015677] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 18.029065] systemd[1]: Created slice system-vncserver.slice.
[ 18.042292] systemd[1]: Created slice user.slice.
[ 18.047951] systemd[1]: Started systemd-ask-password-console.path.
[ 18.053103] systemd[1]: Started systemd-ask-password-wall.path.
[ 18.064375] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 18.066271] systemd[1]: Reached target paths.target.
[ 18.067592] systemd[1]: Reached target remote-fs.target.
[ 18.069496] systemd[1]: Reached target slices.target.
[ 18.094441] systemd[1]: Listening on systemd-coredump.socket.
[ 18.103691] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 18.111411] systemd[1]: Listening on systemd-journald.socket.
[ 18.121814] systemd[1]: Listening on systemd-udevd-control.socket.
[ 18.129530] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 18.137273] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 18.170457] systemd[1]: Mounting dev-mqueue.mount...
[ 18.240431] systemd[1]: Mounting sys-kernel-debug.mount...
[ 18.249997] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 18.324425] systemd[1]: Starting kmod-static-nodes.service...
[ 18.426849] systemd[1]: Starting modprobe@configfs.service...
[ 18.497530] systemd[1]: Starting modprobe@dm_mod.service...
[ 18.580277] systemd[1]: Starting modprobe@drm.service...
[ 18.671877] systemd[1]: Starting modprobe@fuse.service...
[ 18.673811] device-mapper: uevent: version 1.0.3
[ 18.692600] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 18.747328] systemd[1]: Starting modprobe@loop.service...
[ 18.817468] systemd[1]: Starting systemd-fsck-root.service...
[ 18.998626] systemd[1]: Starting systemd-journald.service...
[ 19.017816] loop: module loaded
[ 19.124742] systemd[1]: Starting systemd-modules-load.service...
[ 19.266478] systemd[1]: Starting systemd-udev-trigger.service...
[ 19.662289] systemd-journald[106]: Collecting audit messages is disabled.
[ 19.773069] systemd[1]: Mounted dev-mqueue.mount.
[ 19.789355] systemd[1]: Mounted sys-kernel-debug.mount.
[ 19.811297] systemd[1]: Finished kmod-static-nodes.service.
[ 19.866568] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 19.879141] systemd[1]: Finished modprobe@configfs.service.
[ 19.919757] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 19.994150] systemd[1]: Finished modprobe@dm_mod.service.
[ 20.086316] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 20.091521] systemd[1]: Finished modprobe@drm.service.
[ 20.262530] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 20.279339] systemd[1]: Finished modprobe@fuse.service.
[ 20.375787] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 20.385978] systemd[1]: Finished modprobe@loop.service.
[ 20.415847] systemd[1]: Finished systemd-fsck-root.service.
[ 20.437508] systemd[1]: Finished systemd-modules-load.service.
[ 20.536358] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 20.773227] systemd[1]: Mounting sys-kernel-config.mount...
[ 21.081206] systemd[1]: Starting systemd-remount-fs.service...
[ 21.099219] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 21.258407] systemd[1]: Starting systemd-sysctl.service...
[ 21.449574] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 21.473517] systemd[1]: Mounted sys-kernel-config.mount.
[ 22.033775] systemd[1]: Finished systemd-sysctl.service.
[ 26.175559] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 26.248271] systemd[1]: Finished systemd-remount-fs.service.
[ 26.251077] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 26.273853] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 26.411344] systemd[1]: Starting systemd-random-seed.service...
[ 26.415191] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 26.521335] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 26.782194] systemd[1]: Started systemd-journald.service.
[ 27.246813] systemd-journald[106]: Received client request to flush runtime journal.
[ 27.422147] random: crng init done
[ 27.437380] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 27.437614] systemd-journald[106]: Rotating system journal.
[ 40.476186] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 43.992434] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (130)
[ 44.693711] BTRFS: device label tmp devid 1 transid 58 /dev/sda6 scanned by (udev-worker) (133)
[ 46.807118] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 49.112311] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 49.153167] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 49.153554] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 49.164893] kallsyms_selftest: ---------------------------------------------------------
[ 49.165294] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 49.165506] kallsyms_selftest: |---------------------------------------------------------|
[ 49.165613] kallsyms_selftest: | 33826 | 363977 | 629231 | 57.84 |
[ 49.165715] kallsyms_selftest: ---------------------------------------------------------
[ 50.821054] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 50.821355] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 50.879084] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 51.152211] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 51.152595] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 51.152767] usb usb3: Product: OHCI PCI host controller
[ 51.152895] usb usb3: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 51.153024] usb usb3: SerialNumber: 0001:00:12.0
[ 51.233906] hub 3-0:1.0: USB hub found
[ 51.261806] hub 3-0:1.0: 3 ports detected
[ 51.434065] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 51.434354] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 51.435010] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 52.011364] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 52.011574] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 52.011685] usb usb4: Product: OHCI PCI host controller
[ 52.011781] usb usb4: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 52.011944] usb usb4: SerialNumber: 0001:00:12.1
[ 52.136939] hub 4-0:1.0: USB hub found
[ 52.138273] hub 4-0:1.0: 2 ports detected
[ 52.301902] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 52.302331] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 52.302909] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 52.303168] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 52.303943] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 52.322245] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 52.322544] BTRFS info (device sda6): use lzo compression, level 0
[ 52.322685] BTRFS info (device sda6): using free space tree
[ 52.565635] BTRFS info (device sda6): enabling ssd optimizations
[ 52.706558] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 52.706896] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 52.707049] usb usb5: Product: OHCI PCI host controller
[ 52.707149] usb usb5: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 52.707249] usb usb5: SerialNumber: 0001:00:1b.0
[ 52.757195] hub 5-0:1.0: USB hub found
[ 52.933830] hub 5-0:1.0: 3 ports detected
[ 53.018146] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 53.018450] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 53.029575] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 53.136838] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 53.137053] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 53.137166] usb usb6: Product: OHCI PCI host controller
[ 53.137326] usb usb6: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 53.137459] usb usb6: SerialNumber: 0001:00:1b.1
[ 53.228031] hub 6-0:1.0: USB hub found
[ 53.259573] hub 6-0:1.0: 2 ports detected
[ 53.535846] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 53.561856] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 53.659482] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 53.863329] kallsyms_selftest: kallsyms_lookup_name() looked up 33826 symbols
[ 53.863535] kallsyms_selftest: The time spent on each symbol is (ns): min=5641, max=1747703, avg=98860
[ 53.946316] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 82668478 ns
[ 53.946595] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 85504 ns
[ 53.946699] kallsyms_selftest: finish
[ 55.880588] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 55.958985] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 56.003066] [drm] radeon kernel modesetting enabled.
[ 56.003666] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 56.030014] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 56.090087] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 56.090368] [drm] Forcing AGP to PCI mode
[ 56.091931] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 56.472743] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 56.612356] [drm] Generation 2 PCI interface, using max accessible memory
[ 56.612578] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 56.612777] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 56.613067] [drm] Detected VRAM RAM=256M, BAR=256M
[ 56.613167] [drm] RAM width 128bits DDR
[ 56.654626] [drm] radeon: 256M of VRAM memory ready
[ 56.654833] [drm] radeon: 512M of GTT memory ready.
[ 56.655303] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 57.059053] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 57.059253] [drm] PCI GART of 512M enabled (table at 0x0000000009980000).
[ 57.059622] radeon 0000:00:10.0: WB enabled
[ 57.059745] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 57.112239] [drm] radeon: irq initialized.
[ 57.112926] [drm] Loading R300 Microcode
[ 57.338823] ADM1030 fan controller [@2c]
[ 57.385553] DS1775 digital thermometer [@49]
[ 57.385736] Temp: 58.1 C
[ 57.385754] Hyst: 70.0 C
[ 57.385840] OS: 75.0 C
[ 57.385925]
[ 57.591475] [drm] radeon: ring at 0x0000000080001000
[ 57.591804] [drm] ring test succeeded in 0 usecs
[ 57.713600] [drm] ib test succeeded in 0 usecs
[ 57.882111] [drm] Radeon Display Connectors
[ 57.882294] [drm] Connector 0:
[ 57.882380] [drm] DVI-I-1
[ 57.882461] [drm] HPD2
[ 57.882602] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 57.882735] [drm] Encoders:
[ 57.882818] [drm] CRT1: INTERNAL_DAC1
[ 57.882904] [drm] DFP2: INTERNAL_DVO1
[ 57.882991] [drm] Connector 1:
[ 57.883097] [drm] DVI-I-2
[ 57.883177] [drm] HPD1
[ 57.883254] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 57.883350] [drm] Encoders:
[ 57.883428] [drm] CRT2: INTERNAL_DAC2
[ 57.883542] [drm] DFP1: INTERNAL_TMDS1
[ 57.884122] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 59.012872] [drm] fb mappable at 0xA0040000
[ 59.013149] [drm] vram apper at 0xA0000000
[ 59.013329] [drm] size 8294400
[ 59.013450] [drm] fb depth is 24
[ 59.013563] [drm] pitch is 7680
[ 61.752412] Console: switching to colour frame buffer device 240x67
[ 62.932369] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 65.581810] CPU-temp: 58.3 C
[ 65.581859] , Case: 36.3 C
[ 65.582427] , Fan: 4 (tuned -7)
[ 71.723929] snd-aoa-fabric-layout: Using direct GPIOs
[ 71.841944] snd-aoa-fabric-layout: can use this codec
[ 71.923846] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 72.845148] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 73.265942] systemd-journald[106]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 73.492752] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 73.496007] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 73.497514] cfg80211: failed to load regulatory.db
[ 74.619985] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 74.659028] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 74.660145] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 74.722421] b43legacy-phy0 debug: Radio initialized
[ 74.724578] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 74.728404] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 74.783776] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 74.814813] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 74.838866] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 89.878780] CPU-temp: 58.8 C
[ 89.878835] , Case: 36.5 C
[ 89.879001] , Fan: 5 (tuned +1)
[ 113.651624] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 115.580803] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 115.809307] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 116.000024] systemd-journald[106]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 116.113468] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 116.305706] systemd-shutdown[1]: Unmounting file systems.
[ 116.380304] (sd-remount)[444]: Remounting '/' read-only with options ''.
[ 116.445288] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 116.754838] systemd-shutdown[1]: All filesystems unmounted.
[ 116.787462] systemd-shutdown[1]: Deactivating swaps.
[ 116.820680] systemd-shutdown[1]: All swaps deactivated.
[ 116.852814] systemd-shutdown[1]: Detaching loop devices.
[ 116.952089] systemd-shutdown[1]: All loop devices detached.
[ 116.984847] systemd-shutdown[1]: Stopping MD devices.
[ 117.019184] systemd-shutdown[1]: All MD devices stopped.
[ 117.051250] systemd-shutdown[1]: Detaching DM devices.
[ 117.084799] systemd-shutdown[1]: All DM devices detached.
[ 117.117085] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 117.181428] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 117.215800] systemd-shutdown[1]: Powering off.
[ 117.249838] sd 3:0:0:0: [sdc] Stopping disk
[ 117.283910] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 117.317652] sd 1:0:0:0: [sdb] Stopping disk
[ 117.657337] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 117.690922] sd 0:0:0:0: [sda] Stopping disk
[ 117.735448] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-18 9:16 ` Erhard Furtner
@ 2023-08-18 15:47 ` Christophe Leroy
2023-08-18 16:23 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-18 15:47 UTC (permalink / raw)
To: Erhard Furtner, Michael Ellerman; +Cc: linuxppc-dev@lists.ozlabs.org
Le 18/08/2023 à 11:16, Erhard Furtner a écrit :
> On Fri, 18 Aug 2023 09:13:21 +1000
> Michael Ellerman <mpe@ellerman.id.au> wrote:
>
>> Try just removing the call to btext_unmap() entirely and see how far it goes?
>>
>> cheers
>
> Ok, I commented out btext_unmap() in MMU_init() and the freeze just happens before the "Linux version 6.5.0-rc6-PMacG4-dirty [...]"-line:
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> [ 0.000000] mapin_ram:125
> [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> [ 0.000000] __mmu_mapin_ram:146 0 1400000
> [ 0.000000] __mmu_mapin_ram:155 1400000
> [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> [ 0.000000] __mmu_mapin_ram:155 20000000
> [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> [ 0.000000] __mapin_ram_chunk:117
> [ 0.000000] mapin_ram:134
> [ 0.000000] kasan_mmu_init:129
> [ 0.000000] kasan_mmu_init:132 0
> [ 0.000000] kasan_mmu_init:137
> [ 0.000000] setup_kuap:23
> [ 0.000000] setup_kuap:25
> [ 0.000000] setup_kuap:30
> [ 0.000000] setup_kuap:35
> [ 0.000000] Activating Kernel Userspace Access Protection
> [ 0.000000] setup_kuap:40
> [ 0.000000] Activating Kernel Userspace Execution Prevention
>
> I also tried a kernel without KUAP/KUEP getting this:
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> [ 0.000000] mapin_ram:125
> [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> [ 0.000000] __mmu_mapin_ram:146 0 1400000
> [ 0.000000] __mmu_mapin_ram:155 1400000
> [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> [ 0.000000] __mmu_mapin_ram:155 20000000
> [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> [ 0.000000] __mapin_ram_chunk:117
> [ 0.000000] mapin_ram:134
> [ 0.000000] kasan_mmu_init:129
> [ 0.000000] kasan_mmu_init:132 0
> [ 0.000000] kasan_mmu_init:137
>
> Here too the freeze just happens before the line "Linux version 6.5.0-rc6-PMacG4-dirty [...]" in dmesg.
>
> Attached is (warm boot) dmesg without KUAP/KUEP.
I'm wondering if the problem is just linked to the kernel being built
with CONFIG_SMP or if it is the actual startup of a secondary CPU that
cause the freeze.
Please leave the btext_unmap() in place because I think it is important
to keep it, and start the kernel with the following parameter:
nr_cpus=1
Thanks
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-18 15:47 ` Christophe Leroy
@ 2023-08-18 16:23 ` Erhard Furtner
2023-08-22 7:31 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-18 16:23 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]
On Fri, 18 Aug 2023 15:47:38 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> I'm wondering if the problem is just linked to the kernel being built
> with CONFIG_SMP or if it is the actual startup of a secondary CPU that
> cause the freeze.
>
> Please leave the btext_unmap() in place because I think it is important
> to keep it, and start the kernel with the following parameter:
>
> nr_cpus=1
With btext_unmap() back and place and nr_cpus=1 set the freeze still happens after the 1st btext_unmap:129 on cold boots:
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] btext_unmap:129
Attached is warm boot dmesg with nr_cpus=1 set.
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc6_g4_05 --]
[-- Type: application/octet-stream, Size: 49884 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] btext_unmap:129
[ 0.000000] btext_unmap:131
[ 0.000000] Linux version 6.5.0-rc6-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #8 SMP Fri Aug 18 18:00:44 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe98. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x434. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x434. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3202, gen1=3203
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24608 r8192 d24544 u57344
[ 0.000000] pcpu-alloc: s24608 r8192 d24544 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Kernel command line: ro root=/dev/sda5 nr_cpus=1 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946640K/2097152K available (16020K kernel code, 1964K rwdata, 4460K rodata, 1344K init, 402K bss, 150512K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 1 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658676 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000008] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b9699db, max_idle_ns: 440795204297 ns
[ 0.000563] clocksource: timebase mult[18012db2] shift[24] registered
[ 0.001064] clockevent: decrementer mult[aaa249b] shift[32] cpu[0]
[ 0.003737] Console: colour dummy device 80x25
[ 0.004209] printk: console [tty0] enabled
[ 0.004724] printk: bootconsole [udbg0] disabled
[ 0.005912] pid_max: default: 32768 minimum: 301
[ 0.011691] LSM: initializing lsm=capability,yama
[ 0.011784] Yama: becoming mindful.
[ 0.013668] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.013858] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.029185] PowerMac SMP probe found 2 cpus
[ 0.029975] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.030139] channel 0 bus <multibus>
[ 0.030252] channel 1 bus <multibus>
[ 0.030551] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.030703] channel 0 bus <multibus>
[ 0.030839] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.030980] channel 1 bus <multibus>
[ 0.031088] channel 2 bus <multibus>
[ 0.031159] pmf: no parser for command 17 !
[ 0.031319] Processor timebase sync using GPIO 0x73
[ 0.031355] mpic: requesting IPIs...
[ 0.032105] CPU0: L2CR is 80000000
[ 0.032142] CPU0: L3CR is 9c030000
[ 0.038315] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[ 0.039615] MPC7450 family performance monitor hardware support registered
[ 0.040547] rcu: Hierarchical SRCU implementation.
[ 0.040595] rcu: Max phase no-delay instances is 1000.
[ 0.042888] smp: Bringing up secondary CPUs ...
[ 0.042975] smp: Brought up 1 node, 1 CPU
[ 0.047984] devtmpfs: initialized
[ 0.051344] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.052055] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.054383] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.054916] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.080628] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.081029] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.082046] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.082466] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.120485] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.120594] PCI host bridge /pci@f0000000 ranges:
[ 0.120692] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.120769] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.140115] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.140429] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.140491] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.140585] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.140662] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.160050] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.160457] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.160519] PCI host bridge /pci@f4000000 ranges:
[ 0.160612] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.160675] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.180316] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.182323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.182553] futex hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.184979] prandom: seed boundary self test passed
[ 0.192779] prandom: 100 self tests passed
[ 0.200394] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.230124] PCI: Probing PCI hardware
[ 0.232744] PCI host bridge to bus 0000:00
[ 0.232824] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.232906] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.232969] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.233037] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.233088] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.234781] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.237043] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.237132] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.237233] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.237296] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.237380] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.237506] pci 0000:00:10.0: supports D1 D2
[ 0.241372] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.243920] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.244167] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.244422] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.244595] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.244907] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.245106] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.245266] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.245415] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.245565] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.245714] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.245907] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.246058] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.249689] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.249971] PCI host bridge to bus 0001:00
[ 0.250024] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.250087] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.250149] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.250214] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.250264] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.251928] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.254776] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.254863] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.255021] pci 0001:00:12.0: supports D1 D2
[ 0.255063] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.257262] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.257345] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.257502] pci 0001:00:12.1: supports D1 D2
[ 0.257578] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.259610] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.259693] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.259849] pci 0001:00:12.2: supports D1 D2
[ 0.259890] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.261501] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.261580] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.261637] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.261691] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.261745] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.261799] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.261853] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.261911] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.262027] pci 0001:00:13.0: supports D1 D2
[ 0.264253] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.264338] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.264396] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.264502] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.264639] pci 0001:00:15.0: supports D1 D2
[ 0.264681] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.266283] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.266364] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.266421] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.266493] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.266622] pci 0001:00:15.1: supports D1 D2
[ 0.266663] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269345] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.269430] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.269487] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.269542] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.269605] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.269736] pci 0001:00:15.2: supports D1 D2
[ 0.269778] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.271329] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.271410] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.271564] pci 0001:00:16.0: supports D1 D2
[ 0.271605] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.273805] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.273888] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.275717] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.275800] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.278009] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.278092] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.280285] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.280371] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.280529] pci 0001:00:1b.0: supports D1 D2
[ 0.280572] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.282690] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.282774] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.282931] pci 0001:00:1b.1: supports D1 D2
[ 0.282973] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.284464] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.284543] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.284730] pci 0001:00:1b.2: supports D1 D2
[ 0.284773] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.287096] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.293314] PCI host bridge to bus 0002:00
[ 0.293394] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.293471] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.293537] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.293587] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.295303] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.297592] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.297676] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.299864] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.299947] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.300097] pci 0002:00:0e.0: supports D1 D2
[ 0.300139] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.302223] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.302305] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.302407] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.305896] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.307263] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.307344] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.307421] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.307474] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.307522] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.307637] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.307701] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.307761] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.307819] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.307895] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.307943] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.307991] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.308046] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.308094] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.385660] raid6: altivecx8 gen() 550 MB/s
[ 0.442537] raid6: altivecx4 gen() 537 MB/s
[ 0.499393] raid6: altivecx2 gen() 476 MB/s
[ 0.556288] raid6: altivecx1 gen() 388 MB/s
[ 0.613182] raid6: int32x8 gen() 139 MB/s
[ 0.670147] raid6: int32x4 gen() 134 MB/s
[ 0.726899] raid6: int32x2 gen() 118 MB/s
[ 0.783740] raid6: int32x1 gen() 94 MB/s
[ 0.783777] raid6: using algorithm altivecx8 gen() 550 MB/s
[ 0.783815] raid6: using intx1 recovery algorithm
[ 0.795889] SCSI subsystem initialized
[ 0.799583] libata version 3.00 loaded.
[ 0.801615] usbcore: registered new interface driver usbfs
[ 0.802259] usbcore: registered new interface driver hub
[ 0.803329] usbcore: registered new device driver usb
[ 0.820474] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.820554] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.820596] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.820747] vgaarb: loaded
[ 0.822262] clocksource: Switched to clocksource timebase
[ 0.951397] NET: Registered PF_INET protocol family
[ 0.954313] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.963957] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.968369] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.970584] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.979737] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.982007] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.985032] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.985878] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.987844] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.989418] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.989615] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.989749] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.990096] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.990143] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.990212] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.990251] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.990328] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.990456] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.990578] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.990770] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.992923] Thermal assist unit not available
[ 1.011479] Initialise system trusted keyrings
[ 1.012804] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.040347] fuse: init (API version 7.38)
[ 1.043092] 9p: Installing v9fs 9p2000 file system support
[ 1.044807] NET: Registered PF_ALG protocol family
[ 1.045145] xor: measuring software checksum speed
[ 1.122882] 8regs : 126 MB/sec
[ 1.201244] 8regs_prefetch : 125 MB/sec
[ 1.280278] 32regs : 124 MB/sec
[ 1.360192] 32regs_prefetch : 123 MB/sec
[ 1.380101] altivec : 495 MB/sec
[ 1.380139] xor: using function: altivec (495 MB/sec)
[ 1.380297] Key type asymmetric registered
[ 1.380342] Asymmetric key parser 'x509' registered
[ 1.409659] bounce: pool size: 64 pages
[ 1.410984] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.411049] io scheduler kyber registered
[ 1.411647] io scheduler bfq registered
[ 1.442213] MacIO PCI driver attached to Keylargo chipset
[ 1.466827] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.475303] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.496206] sata_sil 0001:00:13.0: version 2.4
[ 1.497033] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.510223] scsi host0: sata_sil
[ 1.516842] scsi host1: sata_sil
[ 1.519592] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.519658] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.522304] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.538977] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.548943] scsi host2: pata_macio
[ 1.552108] ata3: PATA max UDMA/100 irq 39
[ 1.832321] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.835293] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.835354] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.836776] ata1.00: Features: Dev-Sleep
[ 1.860500] ata1.00: configured for UDMA/100
[ 1.861990] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.874575] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.874911] sd 0:0:0:0: [sda] Write Protect is off
[ 1.874985] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.875301] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.875879] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.886155] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.900523] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.302294] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.304819] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.304878] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.307533] ata2.00: configured for UDMA/100
[ 2.308553] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.316273] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.316379] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.316589] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.316661] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.317065] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.317495] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.595625] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.605904] scsi host3: pata_macio
[ 2.608659] ata4: PATA max UDMA/66 irq 19
[ 2.768334] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.768408] ata4.00: 1009008 sectors, multi 1: LBA
[ 3.022113] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.035984] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.038715] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.047209] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.047468] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.047540] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.047845] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.048357] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.060319] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.073143] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.635624] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.644975] scsi host4: pata_macio
[ 3.647907] ata5: PATA max MWDMA2 irq 20
[ 3.649925] tun: Universal TUN/TAP device driver, 1.6
[ 3.652765] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.665431] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.670781] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.671071] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.672645] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.677570] rtc-generic rtc-generic: registered as rtc0
[ 3.680663] PowerMac i2c bus pmu 2 registered
[ 3.682644] PowerMac i2c bus pmu 1 registered
[ 3.685664] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.687453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.687527] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.687580] usb usb1: Product: EHCI Host Controller
[ 3.687620] usb usb1: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.687664] usb usb1: SerialNumber: 0001:00:12.2
[ 3.692120] PowerMac i2c bus mac-io 0 registered
[ 3.693703] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.696650] hub 1-0:1.0: USB hub found
[ 3.696939] hub 1-0:1.0: 5 ports detected
[ 3.702112] PowerMac i2c bus uni-n 1 registered
[ 3.702197] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.704197] PowerMac i2c bus uni-n 0 registered
[ 3.713018] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.713187] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.714224] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.717763] hid: raw HID events driver (C) Jiri Kosina
[ 3.721004] usbcore: registered new interface driver usbhid
[ 3.721059] usbhid: USB HID core driver
[ 3.725857] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.727146] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.727218] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.727271] usb usb2: Product: EHCI Host Controller
[ 3.727311] usb usb2: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ehci_hcd
[ 3.727356] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.733507] NET: Registered PF_INET6 protocol family
[ 3.735493] hub 2-0:1.0: USB hub found
[ 3.735858] hub 2-0:1.0: 5 ports detected
[ 3.755095] Segment Routing with IPv6
[ 3.756381] In-situ OAM (IOAM) with IPv6
[ 3.756925] NET: Registered PF_PACKET protocol family
[ 3.757013] NET: Registered PF_KEY protocol family
[ 3.759085] 9pnet: Installing 9P2000 support
[ 3.762417] drmem: No dynamic reconfiguration memory found
[ 3.805114] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.816211] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.870920] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.871037] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.894561] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 3.949149] Loading compiled-in X.509 certificates
[ 3.959157] usb 1-5: new high-speed USB device number 2 using ehci-pci
[ 4.088156] zswap: loaded using pool zstd/z3fold
[ 4.108675] usb 1-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.108773] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.108821] usb 1-5: Product: USB2.0 Hub
[ 4.113724] hub 1-5:1.0: USB hub found
[ 4.114813] hub 1-5:1.0: 4 ports detected
[ 4.327780] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.482294] usb 1-5.1: new low-speed USB device number 3 using ehci-pci
[ 4.543295] Btrfs loaded, zoned=no, fsverity=no
[ 4.610051] usb 1-5.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.610172] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.610225] usb 1-5.1: Product: RPI Wired Keyboard 5
[ 4.610266] usb 1-5.1: Manufacturer:
[ 4.655163] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.1/1-5.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.729865] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-5.1/input0
[ 4.767714] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.1/1-5.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.826227] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-5.1/input1
[ 4.912305] usb 1-5.4: new low-speed USB device number 4 using ehci-pci
[ 5.013309] usb 1-5.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.013386] usb 1-5.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.013438] usb 1-5.4: Product: USB OPTICAL MOUSE
[ 5.042405] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-5/1-5.4/1-5.4:1.0/0003:275D:0BA6.0003/input/input2
[ 20.647470] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 20.648010] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 20.654315] devtmpfs: mounted
[ 20.658822] Freeing unused kernel image (initmem) memory: 1344K
[ 20.690393] Checked W+X mappings: passed, no W+X pages found
[ 20.690588] rodata_test: all tests were successful
[ 20.690728] kallsyms_selftest: start
[ 20.718972] Run /usr/lib/systemd/systemd as init process
[ 20.719336] with arguments:
[ 20.719538] /usr/lib/systemd/systemd
[ 20.719641] with environment:
[ 20.719737] HOME=/
[ 20.719809] TERM=linux
[ 21.993799] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.994423] systemd[1]: Detected architecture ppc.
[ 22.040493] systemd[1]: Hostname set to <T600>.
[ 22.332001] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 27.511794] systemd[1]: Queued start job for default target graphical.target.
[ 27.607262] systemd[1]: Created slice system-getty.slice.
[ 27.640112] systemd[1]: Created slice system-modprobe.slice.
[ 27.667667] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 27.695397] systemd[1]: Created slice system-vncserver.slice.
[ 27.725827] systemd[1]: Created slice user.slice.
[ 27.734948] systemd[1]: Started systemd-ask-password-console.path.
[ 27.746402] systemd[1]: Started systemd-ask-password-wall.path.
[ 27.765904] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 27.773002] systemd[1]: Reached target paths.target.
[ 27.774230] systemd[1]: Reached target remote-fs.target.
[ 27.776202] systemd[1]: Reached target slices.target.
[ 27.822035] systemd[1]: Listening on systemd-coredump.socket.
[ 27.842939] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 27.858550] systemd[1]: Listening on systemd-journald.socket.
[ 27.878442] systemd[1]: Listening on systemd-udevd-control.socket.
[ 27.895933] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 27.909726] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 27.986640] systemd[1]: Mounting dev-mqueue.mount...
[ 28.129937] systemd[1]: Mounting sys-kernel-debug.mount...
[ 28.137561] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 28.327841] systemd[1]: Starting kmod-static-nodes.service...
[ 28.451072] systemd[1]: Starting modprobe@configfs.service...
[ 28.574730] systemd[1]: Starting modprobe@dm_mod.service...
[ 28.733993] systemd[1]: Starting modprobe@drm.service...
[ 28.898118] systemd[1]: Starting modprobe@fuse.service...
[ 28.937336] device-mapper: uevent: version 1.0.3
[ 28.960144] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 29.041269] systemd[1]: Starting modprobe@loop.service...
[ 29.158584] systemd[1]: Starting systemd-fsck-root.service...
[ 29.521197] systemd[1]: Starting systemd-journald.service...
[ 29.582003] loop: module loaded
[ 29.741440] systemd[1]: Starting systemd-modules-load.service...
[ 29.949378] systemd[1]: Starting systemd-udev-trigger.service...
[ 30.753210] systemd[1]: Mounted dev-mqueue.mount.
[ 30.905235] systemd-journald[99]: Collecting audit messages is disabled.
[ 30.998686] systemd[1]: Mounted sys-kernel-debug.mount.
[ 31.045911] systemd[1]: Finished kmod-static-nodes.service.
[ 31.331356] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 31.360944] systemd[1]: Finished modprobe@configfs.service.
[ 31.620256] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 31.641012] systemd[1]: Finished modprobe@dm_mod.service.
[ 31.732438] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 31.749522] systemd[1]: Finished modprobe@drm.service.
[ 31.805895] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 31.856634] systemd[1]: Finished modprobe@fuse.service.
[ 31.904118] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 31.927468] systemd[1]: Finished modprobe@loop.service.
[ 32.090959] systemd[1]: Finished systemd-fsck-root.service.
[ 32.119397] systemd[1]: Finished systemd-modules-load.service.
[ 32.566811] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 32.796752] systemd[1]: Mounting sys-kernel-config.mount...
[ 33.291738] systemd[1]: Starting systemd-remount-fs.service...
[ 33.322608] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 33.472155] systemd[1]: Starting systemd-sysctl.service...
[ 33.859341] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 33.907274] systemd[1]: Mounted sys-kernel-config.mount.
[ 34.882688] systemd[1]: Finished systemd-sysctl.service.
[ 39.992443] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 40.239173] systemd[1]: Finished systemd-remount-fs.service.
[ 40.243951] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 40.289381] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 40.418494] systemd[1]: Starting systemd-random-seed.service...
[ 40.435076] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 40.628092] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 41.559009] random: crng init done
[ 41.652961] systemd[1]: Finished systemd-random-seed.service.
[ 41.660267] systemd[1]: first-boot-complete.target was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 48.015390] systemd[1]: Started systemd-journald.service.
[ 48.853077] systemd-journald[99]: Received client request to flush runtime journal.
[ 49.322582] systemd-journald[99]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 49.322884] systemd-journald[99]: Rotating system journal.
[ 80.725161] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 86.270902] kallsyms_selftest: ---------------------------------------------------------
[ 86.271166] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 86.271271] kallsyms_selftest: |---------------------------------------------------------|
[ 86.271415] kallsyms_selftest: | 33826 | 363977 | 629231 | 57.84 |
[ 86.271520] kallsyms_selftest: ---------------------------------------------------------
[ 88.357357] BTRFS: device label tmp devid 1 transid 61 /dev/sda6 scanned by (udev-worker) (138)
[ 88.396959] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (133)
[ 91.266436] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 95.667289] kallsyms_selftest: kallsyms_lookup_name() looked up 33826 symbols
[ 95.667559] kallsyms_selftest: The time spent on each symbol is (ns): min=5737, max=1420401, avg=102646
[ 95.754116] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 86416365 ns
[ 95.754598] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 85865 ns
[ 95.754708] kallsyms_selftest: finish
[ 99.662856] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 99.663236] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 99.664028] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 100.595894] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 100.596166] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 100.596311] usb usb3: Product: OHCI PCI host controller
[ 100.596439] usb usb3: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 100.596568] usb usb3: SerialNumber: 0001:00:12.0
[ 100.850368] hub 3-0:1.0: USB hub found
[ 100.919459] hub 3-0:1.0: 3 ports detected
[ 101.080125] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 101.080461] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 101.081153] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 101.289084] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 101.350180] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 101.350617] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 101.457174] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 101.457493] BTRFS info (device sda6): use lzo compression, level 0
[ 101.457635] BTRFS info (device sda6): using free space tree
[ 101.596333] BTRFS info (device sda6): enabling ssd optimizations
[ 101.660079] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 101.660364] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 101.660508] usb usb4: Product: OHCI PCI host controller
[ 101.660633] usb usb4: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 101.660761] usb usb4: SerialNumber: 0001:00:12.1
[ 101.744088] hub 4-0:1.0: USB hub found
[ 101.802889] hub 4-0:1.0: 2 ports detected
[ 101.901616] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 101.901975] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 101.956705] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 101.957067] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 101.957839] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 102.249688] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 102.249951] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 102.250094] usb usb5: Product: OHCI PCI host controller
[ 102.250220] usb usb5: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 102.250349] usb usb5: SerialNumber: 0001:00:1b.0
[ 102.301478] hub 5-0:1.0: USB hub found
[ 102.308600] hub 5-0:1.0: 3 ports detected
[ 102.447077] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 102.447427] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 102.448142] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 102.603645] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 102.603918] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 102.604065] usb usb6: Product: OHCI PCI host controller
[ 102.604308] usb usb6: Manufacturer: Linux 6.5.0-rc6-PMacG4-dirty ohci_hcd
[ 102.604451] usb usb6: SerialNumber: 0001:00:1b.1
[ 102.667009] hub 6-0:1.0: USB hub found
[ 102.672376] hub 6-0:1.0: 2 ports detected
[ 105.324697] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 105.325067] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 105.387827] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 112.439904] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 112.599924] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 113.110552] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 114.925746] ADM1030 fan controller [@2c]
[ 115.028355] DS1775 digital thermometer [@49]
[ 115.028636] Temp: 49.3 C
[ 115.028656] Hyst: 70.0 C
[ 115.028776] OS: 75.0 C
[ 115.029161]
[ 117.240188] [drm] radeon kernel modesetting enabled.
[ 117.240813] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 117.573136] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 117.976745] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 117.977024] [drm] Forcing AGP to PCI mode
[ 117.978547] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 120.579166] [drm] Generation 2 PCI interface, using max accessible memory
[ 120.579447] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 120.579610] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 120.579927] [drm] Detected VRAM RAM=256M, BAR=256M
[ 120.580059] [drm] RAM width 128bits DDR
[ 120.616411] [drm] radeon: 256M of VRAM memory ready
[ 120.616666] [drm] radeon: 512M of GTT memory ready.
[ 120.617171] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 121.305922] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 121.306143] [drm] PCI GART of 512M enabled (table at 0x000000000A480000).
[ 121.306523] radeon 0000:00:10.0: WB enabled
[ 121.306671] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 121.359262] [drm] radeon: irq initialized.
[ 121.359622] [drm] Loading R300 Microcode
[ 122.246715] [drm] radeon: ring at 0x0000000080001000
[ 122.247011] [drm] ring test succeeded in 0 usecs
[ 122.618767] [drm] ib test succeeded in 0 usecs
[ 122.965416] [drm] Radeon Display Connectors
[ 122.965687] [drm] Connector 0:
[ 122.965777] [drm] DVI-I-1
[ 122.965853] [drm] HPD2
[ 122.965928] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 122.966021] [drm] Encoders:
[ 122.966096] [drm] CRT1: INTERNAL_DAC1
[ 122.966178] [drm] DFP2: INTERNAL_DVO1
[ 122.966259] [drm] Connector 1:
[ 122.966333] [drm] DVI-I-2
[ 122.966406] [drm] HPD1
[ 122.966491] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 122.966585] [drm] Encoders:
[ 122.966662] [drm] CRT2: INTERNAL_DAC2
[ 122.966744] [drm] DFP1: INTERNAL_TMDS1
[ 123.159225] CPU-temp: 49.3 C
[ 123.159280] , Case: 34.0 C
[ 123.159472] , Fan: 0 (tuned -11)
[ 123.193147] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 125.770971] [drm] fb mappable at 0xA0040000
[ 125.771261] [drm] vram apper at 0xA0000000
[ 125.771384] [drm] size 8294400
[ 125.771495] [drm] fb depth is 24
[ 125.771606] [drm] pitch is 7680
[ 132.533300] Console: switching to colour frame buffer device 240x67
[ 132.985943] systemd-journald[99]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 137.079409] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 146.522348] snd-aoa-fabric-layout: Using direct GPIOs
[ 146.720972] snd-aoa-fabric-layout: can use this codec
[ 146.853256] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 148.170432] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 149.206022] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 149.208722] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 149.210079] cfg80211: failed to load regulatory.db
[ 152.876767] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 152.922379] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 152.923462] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 152.952361] b43legacy-phy0 debug: Radio initialized
[ 152.954449] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 152.963853] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 152.968131] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 152.985949] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 153.000543] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 182.396345] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 185.345390] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 185.581523] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 185.730079] systemd-journald[99]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 185.933104] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 186.060175] systemd-shutdown[1]: Unmounting file systems.
[ 186.109987] (sd-remount)[394]: Remounting '/' read-only with options ''.
[ 186.178892] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 186.483481] systemd-shutdown[1]: All filesystems unmounted.
[ 186.516309] systemd-shutdown[1]: Deactivating swaps.
[ 186.550171] systemd-shutdown[1]: All swaps deactivated.
[ 186.582799] systemd-shutdown[1]: Detaching loop devices.
[ 186.689996] systemd-shutdown[1]: All loop devices detached.
[ 186.722830] systemd-shutdown[1]: Stopping MD devices.
[ 186.757006] systemd-shutdown[1]: All MD devices stopped.
[ 186.789638] systemd-shutdown[1]: Detaching DM devices.
[ 186.823697] systemd-shutdown[1]: All DM devices detached.
[ 186.856452] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 186.921232] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 186.990432] systemd-shutdown[1]: Powering off.
[ 187.025066] sd 3:0:0:0: [sdc] Stopping disk
[ 187.059567] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 187.093859] sd 1:0:0:0: [sdb] Stopping disk
[ 187.421241] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 187.455158] sd 0:0:0:0: [sda] Stopping disk
[ 187.500387] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-18 16:23 ` Erhard Furtner
@ 2023-08-22 7:31 ` Christophe Leroy
2023-08-24 0:00 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-22 7:31 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 18/08/2023 à 18:23, Erhard Furtner a écrit :
> On Fri, 18 Aug 2023 15:47:38 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> I'm wondering if the problem is just linked to the kernel being built
>> with CONFIG_SMP or if it is the actual startup of a secondary CPU that
>> cause the freeze.
>>
>> Please leave the btext_unmap() in place because I think it is important
>> to keep it, and start the kernel with the following parameter:
>>
>> nr_cpus=1
>
> With btext_unmap() back and place and nr_cpus=1 set the freeze still happens after the 1st btext_unmap:129 on cold boots:
>
> [ 0.000000] printk: bootconsole [udbg0] enabled
> [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> [ 0.000000] mapin_ram:125
> [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> [ 0.000000] __mmu_mapin_ram:146 0 1400000
> [ 0.000000] __mmu_mapin_ram:155 1400000
> [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> [ 0.000000] __mmu_mapin_ram:155 20000000
> [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> [ 0.000000] __mapin_ram_chunk:117
> [ 0.000000] mapin_ram:134
> [ 0.000000] kasan_mmu_init:129
> [ 0.000000] kasan_mmu_init:132 0
> [ 0.000000] kasan_mmu_init:137
> [ 0.000000] btext_unmap:129
>
Thanks,
Can you replace the call to btext_unmap() by a call to btext_map() at
the end of MMU_init() ?
If that gives no interesting result, can you leave the call to
btext_unmap() and add a call to btext_map() at the very begining of
function start_kernel() in init/main.c (You may have to add a include of
asm/btext.h)
With that I hope we can see more stuff.
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-22 7:31 ` Christophe Leroy
@ 2023-08-24 0:00 ` Erhard Furtner
2023-08-24 11:36 ` Michael Ellerman
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-24 0:00 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 8233 bytes --]
On Tue, 22 Aug 2023 07:31:54 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Le 18/08/2023 à 18:23, Erhard Furtner a écrit :
> > On Fri, 18 Aug 2023 15:47:38 +0000
> > Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> >
> >> I'm wondering if the problem is just linked to the kernel being built
> >> with CONFIG_SMP or if it is the actual startup of a secondary CPU that
> >> cause the freeze.
> >>
> >> Please leave the btext_unmap() in place because I think it is important
> >> to keep it, and start the kernel with the following parameter:
> >>
> >> nr_cpus=1
> >
> > With btext_unmap() back and place and nr_cpus=1 set the freeze still happens after the 1st btext_unmap:129 on cold boots:
> >
> > [ 0.000000] printk: bootconsole [udbg0] enabled
> > [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
> > [ 0.000000] mapin_ram:125
> > [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
> > [ 0.000000] __mmu_mapin_ram:146 0 1400000
> > [ 0.000000] __mmu_mapin_ram:155 1400000
> > [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
> > [ 0.000000] __mmu_mapin_ram:155 20000000
> > [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
> > [ 0.000000] __mapin_ram_chunk:117
> > [ 0.000000] mapin_ram:134
> > [ 0.000000] kasan_mmu_init:129
> > [ 0.000000] kasan_mmu_init:132 0
> > [ 0.000000] kasan_mmu_init:137
> > [ 0.000000] btext_unmap:129
> >
>
> Thanks,
>
> Can you replace the call to btext_unmap() by a call to btext_map() at
> the end of MMU_init() ?
>
> If that gives no interesting result, can you leave the call to
> btext_unmap() and add a call to btext_map() at the very begining of
> function start_kernel() in init/main.c (You may have to add a include of
> asm/btext.h)
>
> With that I hope we can see more stuff.
Ok, I tested out both methods.
1.) Replace btext_unmap() with btext_map() at the end of MMU_init().
Warm boot again is unspectacular (attached). On cold boots I sometimes get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
which shows one line (Linux version...) more than before. Most of the time I get this more interesting output however:
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
KASAN init done
list_add corruption. prev->next should be next (c17100c0), but was 2c030000. (prev=c036ac7c).
------------[ cut here ]------------
kernel BUG at lib/list_debug.c:30!
------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
Modules linked in:
CPU: 0 PID: 0 Comm: swapper Tainted: G T ∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎irty⊥q
NIP: c0012c64 LR: c0012c58 CTR: 00000000
REGS: c1717d10 TRAP: 0700 Tainted: G T (∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎irty⊥q)
MSR: 00021032 <ME,IR,DR,RI> CR: 24000484 XER: 00000000
GPR00: 00000000 c1717dc0 c1551c40 00000000 00000000 00000000 00000000 00000000
GPR08: 00000000 00000000 00000000 00000000 00000000 00000000 00dd6f30 021f6e90
GPR16: 021f69b0 02201994 00dd6f3c efff3190 00000000 c1717f10 c1455dd8 c11ec6c0
GPR24: 00001032 c0fab540 c1717e10 00000005 c1740000 c1740000 c1746380 c1555a20
NIP [c0012c64] die+0xd8/0x39c
LR [c0012c58] die+0xcc/0x39c
Call Trace:
[c1717dc0] [c0012c58] die+0xcc/0x39c (unreliable)
[c1717e00] [c00047f0] ProgramCheck_virt+0x100/0x150
--- interrupt: 700 at __list_add_valid+0xe8/0x120
NIP: c0854ca0 LR: c0854ca0 CTR: 00000000
REGS: c1717e10 TRAP: 0700 Tainted: G T (∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎irty⊥q)
MSR: 00021032 <ME,IR,DR,RI> CR: 24000488 XER: 00000000
GPR00: 00000000 c1717ec0 c1551c40 0000005d 00000000 00000000 00000000 00000000
GPR08: 00000000 00000000 00000000 00000000 00000000 00000000 00dd6f30 021f6e90
GPR16: 021f69b0 02201994 00dd6f3c efff3190 00000000 c1717f10 c1455dd8 c11ec6c0
GPR24: f82e2fde c11ec680 fefefefe c11ec700 effec7a8 c036ac7c c036ac7c c17100c0
NIP [c0854ca0] __list_add_valid+0xe8/@x120
LR [c0854ca0] __list_add_valid+0xe8/@x120
--- interrupt: 700
[c1717ee8] [c0c18764] of_alias_scan+0x330/0x44c
[c1717f70] [c140b0fc] setup_arch+0x78/0x44c
[c1717fc0] [c14045b0] start_kernel+0x78/0x2d8
[c1717ff0] [000035d0] 0x35d0
Code: 3fa0c174 915f0060 39290001 913e0040 480f602d 38600001 488189f1 387db620 4835654d 813db620 2c090000 40820008 <0fe00000> 80de0080 3fa0c0fb 3ee0c172
---[ end trace 0000000000000000 ]---
Oops: Exception in kernel mode, sig: 5 [#1]
BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2
Modules linked in:
CPU: 0 PID: 0 Comm: swapper Tainted: G T ∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎irty⊥q
NIP: c0854ca0 LR: c0854ca0 CTR: 00000000
REGS: c1717e10 TRAP: 0700 Tainted: G T (∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎irty⊥q)
MSR: 00021032 <ME,IR,DR,RI> CR: 24000488 XER: 00000000
GPR00: 00000000 c1717ec0 c1551c40 0000005d 00000000 00000000 00000000 00000000
GPR08: 00000000 00000000 00000000 00000000 00000000 00000000 00dd6f30 021f6e90
GPR16: 021f69b0 02201994 00dd6f3c efff3190 00000000 c1717f10 c1455dd8 c11ec6c0
GPR24: f82e2fde c11ec680 fefefefe c11ec700 effec7a8 c036ac7c c036ac7c c17100c0
NIP [c0854ca0] __list_add_valid+0xe8/@x120
LR [c0854ca0] __list_add_valid+0xe8/0x120
Call Trace:
[c1717ec0] [c0854ca0] __list_add_valid+0xe8/0x120 (unreliable)
[c1717ee0] [c0c18764] of_alias_scan+0x330/0x44c
[c1717f70] [c140b0fc] setup_arch+0x78/0x44c
[c1717fc0] [c14045b0] start_kernel+0x78/0x2d8
[c1717ff0] [000035d0] 0x35d0
Code: 7fc5f378 38636060 7f84e378 38630200 4b8b9ec9 0fe00000 3c68c110 7fa6eb78 7fe4fb78 38630180 4b8b9ead <0fe00000> 3c60c110 7fe6fb78 7fa5eb78
---[ end trace 0000000000000000 ]---
2.) Add btext_map() at the very begining of function start_kernel() in init/main.c:
On cold boots I sometimes get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
btext_unmap:129
btext_unmap:131
Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Wed Aug 23 13:59:00 CEST 2023
which shows one line (Linux version...) more than before. Most of the time I get this more interesting output however:
------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
Modules linked in:
BUG: Kernel NULL pointer dereference on read at 0x00000050
Faulting instruction address: 0xc014e3bc
Thread overran stack, or stack corrupted
------------[ cut here ]------------
WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
Modules linked in:
BUG: Kernel NULL pointer dereference on read at 0x00000050
Faulting instruction address: 0xc014e3bc
Thread overran stack, or stack corrupted
[...]
Repeated 10-11 times. In both cases I needed to transcribe the dmesg from a picture I took from the screen + OCR. Hope the numbers are correct.
Regards,
Erhard
[-- Attachment #2: dmesg_65-rc7_g4_00 --]
[-- Type: application/octet-stream, Size: 51084 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] mapin_ram:125
[ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
[ 0.000000] __mmu_mapin_ram:146 0 1400000
[ 0.000000] __mmu_mapin_ram:155 1400000
[ 0.000000] __mmu_mapin_ram:146 1400000 30000000
[ 0.000000] __mmu_mapin_ram:155 20000000
[ 0.000000] __mapin_ram_chunk:107 20000000 30000000
[ 0.000000] __mapin_ram_chunk:117
[ 0.000000] mapin_ram:134
[ 0.000000] kasan_mmu_init:129
[ 0.000000] kasan_mmu_init:132 0
[ 0.000000] kasan_mmu_init:137
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x17c/0xe9c. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf51a2000
[ 0.000000] ioremap() called early from probe_one_macio+0x1f8/0x400. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x1ac/0x448. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2a8/0x434. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x2e4/0x434. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x208/0x7c4. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3220, gen1=3221
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 14 pages/cpu s24608 r8192 d24544 u57344
[ 0.000000] pcpu-alloc: s24608 r8192 d24544 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Kernel command line: ro root=/dev/sda5 nr_cpus=1 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf4ef8000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf4ef8000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946636K/2097152K available (16020K kernel code, 1964K rwdata, 4460K rodata, 1344K init, 402K bss, 150516K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 1 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000564] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001064] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.003713] Console: colour dummy device 80x25
[ 0.004186] printk: console [tty0] enabled
[ 0.004701] printk: bootconsole [udbg0] disabled
[ 0.005882] pid_max: default: 32768 minimum: 301
[ 0.011670] LSM: initializing lsm=capability,yama
[ 0.011764] Yama: becoming mindful.
[ 0.013637] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.013822] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.028517] PowerMac SMP probe found 2 cpus
[ 0.029298] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.029463] channel 0 bus <multibus>
[ 0.029573] channel 1 bus <multibus>
[ 0.029869] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.030019] channel 0 bus <multibus>
[ 0.030156] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.030297] channel 1 bus <multibus>
[ 0.030404] channel 2 bus <multibus>
[ 0.030475] pmf: no parser for command 17 !
[ 0.030634] Processor timebase sync using GPIO 0x73
[ 0.030670] mpic: requesting IPIs...
[ 0.031356] CPU0: L2CR is 80000000
[ 0.031391] CPU0: L3CR is 9c030000
[ 0.037457] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[ 0.038761] MPC7450 family performance monitor hardware support registered
[ 0.039692] rcu: Hierarchical SRCU implementation.
[ 0.039743] rcu: Max phase no-delay instances is 1000.
[ 0.041928] smp: Bringing up secondary CPUs ...
[ 0.042012] smp: Brought up 1 node, 1 CPU
[ 0.047083] devtmpfs: initialized
[ 0.050461] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.051110] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.053468] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.054005] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.079741] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.080144] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.081133] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.081552] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.119467] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.119576] PCI host bridge /pci@f0000000 ranges:
[ 0.119673] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.119751] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.138861] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.139230] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.139295] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.139390] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.139467] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.158609] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.159022] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.159086] PCI host bridge /pci@f4000000 ranges:
[ 0.159179] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.159243] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.178689] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.180763] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.180993] futex hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.183390] prandom: seed boundary self test passed
[ 0.191189] prandom: 100 self tests passed
[ 0.199098] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.228653] PCI: Probing PCI hardware
[ 0.231239] PCI host bridge to bus 0000:00
[ 0.231321] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.231403] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.231466] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.231533] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.231584] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.233233] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.235533] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.235626] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.235691] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.235751] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.235834] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.235959] pci 0000:00:10.0: supports D1 D2
[ 0.239815] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.242456] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.242640] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.242839] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.243007] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.243317] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.243516] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.243732] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.243889] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.244039] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.244188] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.244419] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.244575] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.248148] pci_bus 0001:00: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.248430] PCI host bridge to bus 0001:00
[ 0.248484] pci_bus 0001:00: root bus resource [io 0x0000-0x7fffff]
[ 0.248547] pci_bus 0001:00: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.248609] pci_bus 0001:00: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.248674] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.248724] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.250336] pci 0001:00:0b.0: [106b:0035] type 00 class 0x060000
[ 0.253163] pci 0001:00:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.253250] pci 0001:00:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.253407] pci 0001:00:12.0: supports D1 D2
[ 0.253449] pci 0001:00:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.255680] pci 0001:00:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.255765] pci 0001:00:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.255922] pci 0001:00:12.1: supports D1 D2
[ 0.255963] pci 0001:00:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.258111] pci 0001:00:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.258194] pci 0001:00:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.258350] pci 0001:00:12.2: supports D1 D2
[ 0.258391] pci 0001:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.259874] pci 0001:00:13.0: [1095:3112] type 00 class 0x018000
[ 0.259953] pci 0001:00:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.260009] pci 0001:00:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.260063] pci 0001:00:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.260117] pci 0001:00:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.260171] pci 0001:00:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.260226] pci 0001:00:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.260283] pci 0001:00:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.260397] pci 0001:00:13.0: supports D1 D2
[ 0.262648] pci 0001:00:15.0: [9710:9865] type 00 class 0x070002
[ 0.262734] pci 0001:00:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.262792] pci 0001:00:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.262864] pci 0001:00:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.262995] pci 0001:00:15.0: supports D1 D2
[ 0.263037] pci 0001:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.264672] pci 0001:00:15.1: [9710:9865] type 00 class 0x070002
[ 0.264755] pci 0001:00:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.264812] pci 0001:00:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.264884] pci 0001:00:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.265013] pci 0001:00:15.1: supports D1 D2
[ 0.265054] pci 0001:00:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.267728] pci 0001:00:15.2: [ffff:9865] type 00 class 0x070103
[ 0.267815] pci 0001:00:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.267872] pci 0001:00:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.267926] pci 0001:00:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.267990] pci 0001:00:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.268119] pci 0001:00:15.2: supports D1 D2
[ 0.268161] pci 0001:00:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269678] pci 0001:00:16.0: [14e4:4320] type 00 class 0x028000
[ 0.269758] pci 0001:00:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.269911] pci 0001:00:16.0: supports D1 D2
[ 0.269953] pci 0001:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272182] pci 0001:00:17.0: [106b:0022] type 00 class 0xff0000
[ 0.272266] pci 0001:00:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.274092] pci 0001:00:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.274175] pci 0001:00:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.276346] pci 0001:00:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.276428] pci 0001:00:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.278645] pci 0001:00:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.278730] pci 0001:00:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.278889] pci 0001:00:1b.0: supports D1 D2
[ 0.278930] pci 0001:00:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.281040] pci 0001:00:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.281123] pci 0001:00:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.281280] pci 0001:00:1b.1: supports D1 D2
[ 0.281322] pci 0001:00:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.282821] pci 0001:00:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.282901] pci 0001:00:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.283054] pci 0001:00:1b.2: supports D1 D2
[ 0.283094] pci 0001:00:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.285445] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.291650] PCI host bridge to bus 0002:00
[ 0.291733] pci_bus 0002:00: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.291811] pci_bus 0002:00: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.291878] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.291928] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.293533] pci 0002:00:0b.0: [106b:0036] type 00 class 0x060000
[ 0.295937] pci 0002:00:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.296025] pci 0002:00:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.298181] pci 0002:00:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.298266] pci 0002:00:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.298417] pci 0002:00:0e.0: supports D1 D2
[ 0.298459] pci 0002:00:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.300587] pci 0002:00:0f.0: [106b:0032] type 00 class 0x020000
[ 0.300672] pci 0002:00:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.300774] pci 0002:00:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.304165] pci_bus 0002:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.305646] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.305729] PCI 0001:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.305808] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.305861] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.305910] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.306025] pci 0001:00:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.306090] pci 0001:00:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.306151] pci 0001:00:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.306208] pci 0001:00:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.306285] pci_bus 0001:00: resource 4 [io 0x0000-0x7fffff]
[ 0.306333] pci_bus 0001:00: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.306382] pci_bus 0001:00: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.306436] pci_bus 0002:00: resource 4 [io 0x880000-0x107ffff]
[ 0.306485] pci_bus 0002:00: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.385171] raid6: altivecx8 gen() 548 MB/s
[ 0.442055] raid6: altivecx4 gen() 535 MB/s
[ 0.498930] raid6: altivecx2 gen() 475 MB/s
[ 0.555808] raid6: altivecx1 gen() 388 MB/s
[ 0.612729] raid6: int32x8 gen() 139 MB/s
[ 0.669640] raid6: int32x4 gen() 135 MB/s
[ 0.726399] raid6: int32x2 gen() 117 MB/s
[ 0.783296] raid6: int32x1 gen() 94 MB/s
[ 0.783333] raid6: using algorithm altivecx8 gen() 548 MB/s
[ 0.783370] raid6: using intx1 recovery algorithm
[ 0.795331] SCSI subsystem initialized
[ 0.798958] libata version 3.00 loaded.
[ 0.800967] usbcore: registered new interface driver usbfs
[ 0.801613] usbcore: registered new interface driver hub
[ 0.802677] usbcore: registered new device driver usb
[ 0.819696] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.819780] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.819822] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.819935] vgaarb: loaded
[ 0.821464] clocksource: Switched to clocksource timebase
[ 0.949982] NET: Registered PF_INET protocol family
[ 0.952878] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.962447] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[ 0.966837] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.969025] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.978042] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[ 0.980381] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.983319] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.984111] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[ 0.986112] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.987636] pci 0001:00:12.0: enabling device (0000 -> 0002)
[ 0.987831] pci 0001:00:12.1: enabling device (0000 -> 0002)
[ 0.987966] pci 0001:00:12.2: enabling device (0004 -> 0006)
[ 0.988354] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 0.988405] pci 0001:00:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.988475] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 0.988515] pci 0001:00:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.988594] pci 0001:00:1b.0: enabling device (0000 -> 0002)
[ 0.988723] pci 0001:00:1b.1: enabling device (0000 -> 0002)
[ 0.988846] pci 0001:00:1b.2: enabling device (0004 -> 0006)
[ 0.989038] pci 0002:00:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.991129] Thermal assist unit not available
[ 1.009746] Initialise system trusted keyrings
[ 1.010972] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 1.038039] fuse: init (API version 7.38)
[ 1.040767] 9p: Installing v9fs 9p2000 file system support
[ 1.042787] NET: Registered PF_ALG protocol family
[ 1.043119] xor: measuring software checksum speed
[ 1.120831] 8regs : 126 MB/sec
[ 1.199210] 8regs_prefetch : 125 MB/sec
[ 1.278239] 32regs : 124 MB/sec
[ 1.358373] 32regs_prefetch : 122 MB/sec
[ 1.378284] altivec : 495 MB/sec
[ 1.378322] xor: using function: altivec (495 MB/sec)
[ 1.378482] Key type asymmetric registered
[ 1.378527] Asymmetric key parser 'x509' registered
[ 1.407360] bounce: pool size: 64 pages
[ 1.408892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.408962] io scheduler kyber registered
[ 1.409562] io scheduler bfq registered
[ 1.440154] MacIO PCI driver attached to Keylargo chipset
[ 1.464741] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.473181] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.493695] sata_sil 0001:00:13.0: version 2.4
[ 1.494418] sata_sil 0001:00:13.0: enabling device (0004 -> 0007)
[ 1.507653] scsi host0: sata_sil
[ 1.514142] scsi host1: sata_sil
[ 1.516753] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.516818] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.519476] pata-pci-macio 0002:00:0d.0: enabling device (0004 -> 0006)
[ 1.534854] pata-pci-macio 0002:00:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.544666] scsi host2: pata_macio
[ 1.547853] ata3: PATA max UDMA/100 irq 39
[ 1.831508] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.834479] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.834541] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.835928] ata1.00: Features: Dev-Sleep
[ 1.862173] ata1.00: configured for UDMA/100
[ 1.863651] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.876237] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.876486] sd 0:0:0:0: [sda] Write Protect is off
[ 1.876560] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.876865] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.877394] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.887623] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.901739] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.301496] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.304028] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.304087] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.306751] ata2.00: configured for UDMA/100
[ 2.307849] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.315481] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.315587] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.315890] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.315961] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.316263] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.316688] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.594829] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.605060] scsi host3: pata_macio
[ 2.607703] ata4: PATA max UDMA/66 irq 19
[ 2.764202] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.764276] ata4.00: 1009008 sectors, multi 1: LBA
[ 3.086441] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 3.100408] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.103077] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 3.111553] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 3.111809] sd 3:0:0:0: [sdc] Write Protect is off
[ 3.111883] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.112273] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 3.112718] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 3.124619] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 3.137545] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.634823] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.644151] scsi host4: pata_macio
[ 3.647073] ata5: PATA max MWDMA2 irq 20
[ 3.649088] tun: Universal TUN/TAP device driver, 1.6
[ 3.651817] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.664396] gem 0002:00:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.669798] ehci-pci 0001:00:12.2: EHCI Host Controller
[ 3.669986] ehci-pci 0001:00:12.2: new USB bus registered, assigned bus number 1
[ 3.671550] ehci-pci 0001:00:12.2: irq 52, io mem 0x80081000
[ 3.676125] rtc-generic rtc-generic: registered as rtc0
[ 3.679190] PowerMac i2c bus pmu 2 registered
[ 3.681206] PowerMac i2c bus pmu 1 registered
[ 3.685365] ehci-pci 0001:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.687146] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.687222] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.687275] usb usb1: Product: EHCI Host Controller
[ 3.687316] usb usb1: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ehci_hcd
[ 3.687361] usb usb1: SerialNumber: 0001:00:12.2
[ 3.689935] PowerMac i2c bus mac-io 0 registered
[ 3.690834] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.694364] hub 1-0:1.0: USB hub found
[ 3.695628] PowerMac i2c bus uni-n 1 registered
[ 3.695707] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.697634] PowerMac i2c bus uni-n 0 registered
[ 3.698517] hub 1-0:1.0: 5 ports detected
[ 3.710096] ehci-pci 0001:00:1b.2: EHCI Host Controller
[ 3.710264] ehci-pci 0001:00:1b.2: new USB bus registered, assigned bus number 2
[ 3.711284] ehci-pci 0001:00:1b.2: irq 63, io mem 0x80080000
[ 3.716353] hid: raw HID events driver (C) Jiri Kosina
[ 3.719469] usbcore: registered new interface driver usbhid
[ 3.719529] usbhid: USB HID core driver
[ 3.721739] ehci-pci 0001:00:1b.2: USB 2.0 started, EHCI 1.00
[ 3.723112] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 3.723186] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.723239] usb usb2: Product: EHCI Host Controller
[ 3.723279] usb usb2: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ehci_hcd
[ 3.723325] usb usb2: SerialNumber: 0001:00:1b.2
[ 3.732649] hub 2-0:1.0: USB hub found
[ 3.732929] hub 2-0:1.0: 5 ports detected
[ 3.737454] NET: Registered PF_INET6 protocol family
[ 3.753081] Segment Routing with IPv6
[ 3.754298] In-situ OAM (IOAM) with IPv6
[ 3.754889] NET: Registered PF_PACKET protocol family
[ 3.754979] NET: Registered PF_KEY protocol family
[ 3.757081] 9pnet: Installing 9P2000 support
[ 3.760602] drmem: No dynamic reconfiguration memory found
[ 3.804218] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.815139] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.870446] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.870565] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.890777] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 3.945504] Loading compiled-in X.509 certificates
[ 3.954904] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 4.083208] zswap: loaded using pool zstd/z3fold
[ 4.104843] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 4.104937] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.104986] usb 1-3: Product: USB2.0 Hub
[ 4.109609] hub 1-3:1.0: USB hub found
[ 4.115504] hub 1-3:1.0: 4 ports detected
[ 4.323234] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 4.478164] usb 1-3.1: new low-speed USB device number 3 using ehci-pci
[ 4.534975] Btrfs loaded, zoned=no, fsverity=no
[ 4.606204] usb 1-3.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.606326] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.606380] usb 1-3.1: Product: RPI Wired Keyboard 5
[ 4.606421] usb 1-3.1: Manufacturer:
[ 4.643659] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.720841] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input0
[ 4.759769] input: RPI Wired Keyboard 5 as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.1/1-3.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.818632] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:00:12.2-3.1/input1
[ 4.904832] usb 1-3.4: new low-speed USB device number 4 using ehci-pci
[ 5.006465] usb 1-3.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 5.006542] usb 1-3.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.006596] usb 1-3.4: Product: USB OPTICAL MOUSE
[ 5.035462] input: USB OPTICAL MOUSE as /devices/pci0001:00/0001:00:12.2/usb1/1-3/1-3.4/1-3.4:1.0/0003:275D:0BA6.0003/input/input2
[ 5.046797] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:00:12.2-3.4/input0
[ 16.365974] input: PMU as /devices/virtual/input/input3
[ 16.368948] netpoll: netconsole: local port 6666
[ 16.369004] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 16.369052] netpoll: netconsole: interface 'eth0'
[ 16.369085] netpoll: netconsole: remote port 6666
[ 16.369119] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 16.369159] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 16.369211] netpoll: netconsole: device eth0 not up yet, forcing it
[ 16.505189] sungem_phy: PHY ID: 2060e1, addr: 0
[ 16.505499] gem 0002:00:0f.0 eth0: Found BCM5421 PHY
[ 20.168480] gem 0002:00:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 20.168687] gem 0002:00:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 20.184154] printk: console [netcon0] enabled
[ 20.227452] netconsole: network logging started
[ 20.643325] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 20.643858] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 20.650367] devtmpfs: mounted
[ 20.654956] Freeing unused kernel image (initmem) memory: 1344K
[ 20.686729] Checked W+X mappings: passed, no W+X pages found
[ 20.686925] rodata_test: all tests were successful
[ 20.687067] kallsyms_selftest: start
[ 20.714841] Run /usr/lib/systemd/systemd as init process
[ 20.715012] with arguments:
[ 20.715402] /usr/lib/systemd/systemd
[ 20.715485] with environment:
[ 20.715602] HOME=/
[ 20.715697] TERM=linux
[ 21.969349] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 21.969884] systemd[1]: Detected architecture ppc.
[ 22.013095] systemd[1]: Hostname set to <T600>.
[ 22.298897] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 27.410970] systemd[1]: Queued start job for default target graphical.target.
[ 27.509675] systemd[1]: Created slice system-getty.slice.
[ 27.542639] systemd[1]: Created slice system-modprobe.slice.
[ 27.569268] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 27.597430] systemd[1]: Created slice system-vncserver.slice.
[ 27.624312] systemd[1]: Created slice user.slice.
[ 27.636922] systemd[1]: Started systemd-ask-password-console.path.
[ 27.648578] systemd[1]: Started systemd-ask-password-wall.path.
[ 27.668364] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 27.670706] systemd[1]: Reached target paths.target.
[ 27.675311] systemd[1]: Reached target remote-fs.target.
[ 27.677162] systemd[1]: Reached target slices.target.
[ 27.724465] systemd[1]: Listening on systemd-coredump.socket.
[ 27.744181] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 27.757972] systemd[1]: Listening on systemd-journald.socket.
[ 27.780826] systemd[1]: Listening on systemd-udevd-control.socket.
[ 27.798473] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 27.812224] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 27.889240] systemd[1]: Mounting dev-mqueue.mount...
[ 28.029144] systemd[1]: Mounting sys-kernel-debug.mount...
[ 28.043766] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 28.227293] systemd[1]: Starting kmod-static-nodes.service...
[ 28.350139] systemd[1]: Starting modprobe@configfs.service...
[ 28.470183] systemd[1]: Starting modprobe@dm_mod.service...
[ 28.614640] systemd[1]: Starting modprobe@drm.service...
[ 28.787213] systemd[1]: Starting modprobe@fuse.service...
[ 28.826475] device-mapper: uevent: version 1.0.3
[ 28.852642] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 28.937409] systemd[1]: Starting modprobe@loop.service...
[ 29.057643] systemd[1]: Starting systemd-fsck-root.service...
[ 29.413975] systemd[1]: Starting systemd-journald.service...
[ 29.451402] loop: module loaded
[ 29.634151] systemd[1]: Starting systemd-modules-load.service...
[ 29.834476] systemd[1]: Starting systemd-udev-trigger.service...
[ 30.560855] systemd-journald[99]: Collecting audit messages is disabled.
[ 30.669763] systemd[1]: Mounted dev-mqueue.mount.
[ 30.696218] systemd[1]: Mounted sys-kernel-debug.mount.
[ 30.738555] systemd[1]: Finished kmod-static-nodes.service.
[ 30.858010] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 30.900309] systemd[1]: Finished modprobe@configfs.service.
[ 31.023254] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 31.050152] systemd[1]: Finished modprobe@dm_mod.service.
[ 31.173520] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 31.200522] systemd[1]: Finished modprobe@drm.service.
[ 31.492661] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 31.513436] systemd[1]: Finished modprobe@fuse.service.
[ 31.704139] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 31.725291] systemd[1]: Finished modprobe@loop.service.
[ 31.765208] systemd[1]: Finished systemd-fsck-root.service.
[ 31.922509] systemd[1]: Finished systemd-modules-load.service.
[ 32.195925] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 32.589036] systemd[1]: Mounting sys-kernel-config.mount...
[ 32.860487] systemd[1]: Starting systemd-remount-fs.service...
[ 32.918467] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 33.147826] systemd[1]: Starting systemd-sysctl.service...
[ 33.702191] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 33.889078] systemd[1]: Mounted sys-kernel-config.mount.
[ 34.466843] systemd[1]: Finished systemd-sysctl.service.
[ 39.908228] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 40.028455] systemd[1]: Finished systemd-remount-fs.service.
[ 40.037077] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 40.110268] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 40.234425] systemd[1]: Starting systemd-random-seed.service...
[ 40.360986] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 40.507667] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 41.531530] random: crng init done
[ 41.625917] systemd[1]: Finished systemd-random-seed.service.
[ 41.633566] systemd[1]: first-boot-complete.target was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 46.170454] systemd[1]: Started systemd-journald.service.
[ 47.061873] systemd-journald[99]: Received client request to flush runtime journal.
[ 47.374552] systemd-journald[99]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 47.374995] systemd-journald[99]: Rotating system journal.
[ 78.779512] gem 0002:00:0f.0 enP2p0s15: renamed from eth0 (while UP)
[ 85.435053] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (126)
[ 85.480074] kallsyms_selftest: ---------------------------------------------------------
[ 85.480323] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[ 85.480452] kallsyms_selftest: |---------------------------------------------------------|
[ 85.480572] kallsyms_selftest: | 33827 | 363991 | 629258 | 57.84 |
[ 85.480675] kallsyms_selftest: ---------------------------------------------------------
[ 86.225272] BTRFS: device label tmp devid 1 transid 72 /dev/sda6 scanned by (udev-worker) (140)
[ 90.711599] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k FS
[ 94.777860] kallsyms_selftest: kallsyms_lookup_name() looked up 33827 symbols
[ 94.778152] kallsyms_selftest: The time spent on each symbol is (ns): min=5713, max=1460149, avg=102546
[ 94.919490] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 140988616 ns
[ 94.919858] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 92321 ns
[ 94.919996] kallsyms_selftest: finish
[ 96.305705] ohci-pci 0001:00:12.0: OHCI PCI host controller
[ 96.336332] ohci-pci 0001:00:12.0: new USB bus registered, assigned bus number 3
[ 96.337201] ohci-pci 0001:00:12.0: irq 52, io mem 0x8008c000
[ 96.658339] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 96.658611] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 96.658754] usb usb3: Product: OHCI PCI host controller
[ 96.658880] usb usb3: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ohci_hcd
[ 96.659161] usb usb3: SerialNumber: 0001:00:12.0
[ 96.782142] hub 3-0:1.0: USB hub found
[ 96.811731] hub 3-0:1.0: 3 ports detected
[ 96.913370] ohci-pci 0001:00:12.1: OHCI PCI host controller
[ 96.913727] ohci-pci 0001:00:12.1: new USB bus registered, assigned bus number 4
[ 96.914584] ohci-pci 0001:00:12.1: irq 52, io mem 0x8008b000
[ 97.239544] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 97.239821] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 97.239964] usb usb4: Product: OHCI PCI host controller
[ 97.240089] usb usb4: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ohci_hcd
[ 97.240218] usb usb4: SerialNumber: 0001:00:12.1
[ 97.345344] hub 4-0:1.0: USB hub found
[ 97.411716] hub 4-0:1.0: 2 ports detected
[ 97.560081] Apple USB OHCI 0001:00:18.0 disabled by firmware
[ 97.560698] Apple USB OHCI 0001:00:19.0 disabled by firmware
[ 97.561238] ohci-pci 0001:00:1b.0: OHCI PCI host controller
[ 97.613299] ohci-pci 0001:00:1b.0: new USB bus registered, assigned bus number 5
[ 97.614153] ohci-pci 0001:00:1b.0: irq 63, io mem 0x80084000
[ 97.951742] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 97.952029] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 97.952173] usb usb5: Product: OHCI PCI host controller
[ 97.952300] usb usb5: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ohci_hcd
[ 97.952428] usb usb5: SerialNumber: 0001:00:1b.0
[ 98.009768] hub 5-0:1.0: USB hub found
[ 98.021639] hub 5-0:1.0: 3 ports detected
[ 98.158435] ohci-pci 0001:00:1b.1: OHCI PCI host controller
[ 98.158802] ohci-pci 0001:00:1b.1: new USB bus registered, assigned bus number 6
[ 98.159502] ohci-pci 0001:00:1b.1: irq 63, io mem 0x80083000
[ 98.411629] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.05
[ 98.411898] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 98.412040] usb usb6: Product: OHCI PCI host controller
[ 98.412166] usb usb6: Manufacturer: Linux 6.5.0-rc7-PMacG4-dirty ohci_hcd
[ 98.412293] usb usb6: SerialNumber: 0001:00:1b.1
[ 98.466628] hub 6-0:1.0: USB hub found
[ 98.495095] hub 6-0:1.0: 2 ports detected
[ 100.653340] b43-pci-bridge 0001:00:16.0: enabling device (0004 -> 0006)
[ 100.653717] ssb: Found chip with id 0x4306, rev 0x02 and package 0x00
[ 100.777613] b43-pci-bridge 0001:00:16.0: Sonics Silicon Backplane found on PCI device 0001:00:16.0
[ 101.988257] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 101.988567] BTRFS info (device sda6): use lzo compression, level 0
[ 101.988709] BTRFS info (device sda6): using free space tree
[ 102.111717] BTRFS info (device sda6): enabling ssd optimizations
[ 104.621642] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 104.646185] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 104.646602] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 107.392429] firewire_ohci 0002:00:0e.0: enabling device (0000 -> 0002)
[ 107.418252] [drm] radeon kernel modesetting enabled.
[ 107.432034] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 107.470332] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 107.475620] firewire_ohci 0002:00:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 107.502567] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 107.502838] [drm] Forcing AGP to PCI mode
[ 107.504433] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 107.983571] firewire_core 0002:00:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 109.125058] [drm] Generation 2 PCI interface, using max accessible memory
[ 109.125337] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 109.125500] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 109.125789] [drm] Detected VRAM RAM=256M, BAR=256M
[ 109.125915] [drm] RAM width 128bits DDR
[ 109.138694] [drm] radeon: 256M of VRAM memory ready
[ 109.139014] [drm] radeon: 512M of GTT memory ready.
[ 109.139504] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 109.297815] ADM1030 fan controller [@2c]
[ 109.369021] DS1775 digital thermometer [@49]
[ 109.369273] Temp: 56.3 C
[ 109.369293] Hyst: 70.0 C
[ 109.369412] OS: 75.0 C
[ 109.369527]
[ 109.845101] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 109.845356] [drm] PCI GART of 512M enabled (table at 0x0000000009B00000).
[ 109.845750] radeon 0000:00:10.0: WB enabled
[ 109.845908] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 109.919220] [drm] radeon: irq initialized.
[ 109.919617] [drm] Loading R300 Microcode
[ 110.597508] [drm] radeon: ring at 0x0000000080001000
[ 110.597821] [drm] ring test succeeded in 0 usecs
[ 110.875010] [drm] ib test succeeded in 0 usecs
[ 111.222101] [drm] Radeon Display Connectors
[ 111.222344] [drm] Connector 0:
[ 111.222461] [drm] DVI-I-1
[ 111.222571] [drm] HPD2
[ 111.222679] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 111.222806] [drm] Encoders:
[ 111.222913] [drm] CRT1: INTERNAL_DAC1
[ 111.223026] [drm] DFP2: INTERNAL_DVO1
[ 111.223140] [drm] Connector 1:
[ 111.223248] [drm] DVI-I-2
[ 111.223354] [drm] HPD1
[ 111.223459] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 111.223557] [drm] Encoders:
[ 111.223687] [drm] CRT2: INTERNAL_DAC2
[ 111.223799] [drm] DFP1: INTERNAL_TMDS1
[ 111.224140] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 114.285680] [drm] fb mappable at 0xA0040000
[ 114.285953] [drm] vram apper at 0xA0000000
[ 114.286350] [drm] size 8294400
[ 114.286467] [drm] fb depth is 24
[ 114.286581] [drm] pitch is 7680
[ 117.611869] CPU-temp: 56.3 C
[ 117.611917] , Case: 38.0 C
[ 117.612103] , Fan: 0 (tuned -11)
[ 124.112731] Console: switching to colour frame buffer device 240x67
[ 126.738448] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 138.776867] snd-aoa-fabric-layout: Using direct GPIOs
[ 139.051694] snd-aoa-fabric-layout: can use this codec
[ 139.203759] snd-aoa-codec-tas: tas found, addr 0x35 on /pci@f2000000/mac-io@17/i2c@18000/deq@6a
[ 139.378897] systemd-journald[99]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 140.551675] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 141.727652] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 141.742886] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 141.744137] cfg80211: failed to load regulatory.db
[ 141.930795] CPU-temp: 55.9 C
[ 141.930846] , Case: 37.8 C
[ 141.931481] , Fan: 4 (tuned +4)
[ 147.713601] b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
[ 147.805053] b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
[ 147.806247] b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
[ 147.838223] b43legacy-phy0 debug: Radio initialized
[ 147.839866] b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
[ 147.857149] b43legacy-phy0: Loading firmware b43legacy/pcm4.fw
[ 147.865371] Broadcom 43xx-legacy driver loaded [ Features: PLID ]
[ 147.873332] b43legacy-phy0: Loading firmware b43legacy/b0g0initvals2.fw
[ 147.891334] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 198.677063] CPU-temp: 55.2 C
[ 198.677115] , Case: 37.7 C
[ 198.677244] , Fan: 5 (tuned +1)
[ 214.890427] CPU-temp: 55.0 C
[ 214.890477] , Case: 37.7 C
[ 214.890603] , Fan: 0 (tuned -5)
[ 282.913915] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 285.850257] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 286.090100] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 286.258985] systemd-journald[99]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 286.484008] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 286.630309] systemd-shutdown[1]: Unmounting file systems.
[ 286.680216] (sd-remount)[409]: Remounting '/' read-only with options ''.
[ 286.751023] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 287.051992] systemd-shutdown[1]: All filesystems unmounted.
[ 287.085103] systemd-shutdown[1]: Deactivating swaps.
[ 287.119311] systemd-shutdown[1]: All swaps deactivated.
[ 287.152383] systemd-shutdown[1]: Detaching loop devices.
[ 287.302826] systemd-shutdown[1]: All loop devices detached.
[ 287.335970] systemd-shutdown[1]: Stopping MD devices.
[ 287.370567] systemd-shutdown[1]: All MD devices stopped.
[ 287.403396] systemd-shutdown[1]: Detaching DM devices.
[ 287.437738] systemd-shutdown[1]: All DM devices detached.
[ 287.470881] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 287.535543] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 287.576492] systemd-shutdown[1]: Rebooting.
[ 287.611529] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 287.646952] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 287.682201] reboot: Restarting system
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-24 0:00 ` Erhard Furtner
@ 2023-08-24 11:36 ` Michael Ellerman
2023-08-27 23:17 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Michael Ellerman @ 2023-08-24 11:36 UTC (permalink / raw)
To: Erhard Furtner, Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
Erhard Furtner <erhard_f@mailbox.org> writes:
> On Tue, 22 Aug 2023 07:31:54 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Le 18/08/2023 à 18:23, Erhard Furtner a écrit :
>> > On Fri, 18 Aug 2023 15:47:38 +0000
>> > Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>> >
>> >> I'm wondering if the problem is just linked to the kernel being built
>> >> with CONFIG_SMP or if it is the actual startup of a secondary CPU that
>> >> cause the freeze.
>> >>
>> >> Please leave the btext_unmap() in place because I think it is important
>> >> to keep it, and start the kernel with the following parameter:
>> >>
>> >> nr_cpus=1
>> >
>> > With btext_unmap() back and place and nr_cpus=1 set the freeze still happens after the 1st btext_unmap:129 on cold boots:
>> >
>> > [ 0.000000] printk: bootconsole [udbg0] enabled
>> > [ 0.000000] Total memory = 2048MB; using 4096kB for hash table
>> > [ 0.000000] mapin_ram:125
>> > [ 0.000000] mmu_mapin_ram:169 0 30000000 1400000 2000000
>> > [ 0.000000] __mmu_mapin_ram:146 0 1400000
>> > [ 0.000000] __mmu_mapin_ram:155 1400000
>> > [ 0.000000] __mmu_mapin_ram:146 1400000 30000000
>> > [ 0.000000] __mmu_mapin_ram:155 20000000
>> > [ 0.000000] __mapin_ram_chunk:107 20000000 30000000
>> > [ 0.000000] __mapin_ram_chunk:117
>> > [ 0.000000] mapin_ram:134
>> > [ 0.000000] kasan_mmu_init:129
>> > [ 0.000000] kasan_mmu_init:132 0
>> > [ 0.000000] kasan_mmu_init:137
>> > [ 0.000000] btext_unmap:129
>> >
>>
>> Thanks,
>>
>> Can you replace the call to btext_unmap() by a call to btext_map() at
>> the end of MMU_init() ?
>>
>> If that gives no interesting result, can you leave the call to
>> btext_unmap() and add a call to btext_map() at the very begining of
>> function start_kernel() in init/main.c (You may have to add a include of
>> asm/btext.h)
>>
>> With that I hope we can see more stuff.
>
> Ok, I tested out both methods.
>
> 1.) Replace btext_unmap() with btext_map() at the end of MMU_init().
>
> Warm boot again is unspectacular (attached). On cold boots I sometimes get:
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:169 0 30000000 1400000 2000000
> __mmu_mapin_ram:146 0 1400000
> __mmu_mapin_ram:155 1400000
> __mmu_mapin_ram:146 1400000 30000000
> __mmu_mapin_ram:155 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> kasan_mmu_init:129
> kasan_mmu_init:132 0
> kasan_mmu_init:137
> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
>
> which shows one line (Linux version...) more than before. Most of the time I get this more interesting output however:
>
> kasan_mmu_init:129
> kasan_mmu_init:132 0
> kasan_mmu_init:137
> Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
> KASAN init done
> list_add corruption. prev->next should be next (c17100c0), but was 2c030000. (prev=c036ac7c).
> ------------[ cut here ]------------
> kernel BUG at lib/list_debug.c:30!
> ------------[ cut here ]------------
> WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
This is a WARN hit while handling the original bug.
Can you apply this patch to avoid that happening, so we can see the
original but better.
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index eeff136b83d9..341a0635e131 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -198,8 +198,6 @@ static unsigned long oops_begin(struct pt_regs *regs)
die_owner = cpu;
console_verbose();
bust_spinlocks(1);
- if (machine_is(powermac))
- pmac_backlight_unblank();
return flags;
}
NOKPROBE_SYMBOL(oops_begin);
cheers
^ permalink raw reply related [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-24 11:36 ` Michael Ellerman
@ 2023-08-27 23:17 ` Erhard Furtner
2023-08-31 5:32 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-27 23:17 UTC (permalink / raw)
To: Michael Ellerman; +Cc: linuxppc-dev@lists.ozlabs.org
On Thu, 24 Aug 2023 21:36:26 +1000
Michael Ellerman <mpe@ellerman.id.au> wrote:
> > printk: bootconsole [udbg0] enabled
> > Total memory = 2048MB; using 4096kB for hash table
> > mapin_ram:125
> > mmu_mapin_ram:169 0 30000000 1400000 2000000
> > __mmu_mapin_ram:146 0 1400000
> > __mmu_mapin_ram:155 1400000
> > __mmu_mapin_ram:146 1400000 30000000
> > __mmu_mapin_ram:155 20000000
> > __mapin_ram_chunk:107 20000000 30000000
> > __mapin_ram_chunk:117
> > mapin_ram:134
> > kasan_mmu_init:129
> > kasan_mmu_init:132 0
> > kasan_mmu_init:137
> > ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> > Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
> >
> > which shows one line (Linux version...) more than before. Most of the time I get this more interesting output however:
> >
> > kasan_mmu_init:129
> > kasan_mmu_init:132 0
> > kasan_mmu_init:137
> > Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
> > KASAN init done
> > list_add corruption. prev->next should be next (c17100c0), but was 2c030000. (prev=c036ac7c).
> > ------------[ cut here ]------------
> > kernel BUG at lib/list_debug.c:30!
> > ------------[ cut here ]------------
> > WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
>
> This is a WARN hit while handling the original bug.
>
> Can you apply this patch to avoid that happening, so we can see the
> original but better.
>
> diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
> index eeff136b83d9..341a0635e131 100644
> --- a/arch/powerpc/kernel/traps.c
> +++ b/arch/powerpc/kernel/traps.c
> @@ -198,8 +198,6 @@ static unsigned long oops_begin(struct pt_regs *regs)
> die_owner = cpu;
> console_verbose();
> bust_spinlocks(1);
> - if (machine_is(powermac))
> - pmac_backlight_unblank();
> return flags;
> }
> NOKPROBE_SYMBOL(oops_begin);
>
>
> cheers
Ok, so I tested now:
Replace btext_unmap() with btext_map() at the end of MMU_init() + Michaels patch.
With the patch I get interesting output less often, but when I do it's:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
KASAN init done
BUG: spinlock bad magic on CPU#0, swapper/0
lock: 0xc16cbc60, .magic: c036ab84, .owner: <none>/-1, .owner_cpu: -1
CPU: 0 PID: 0 Comm: swapper Tainted: G T xxxxxxxxxxx
Call Trace:
[c1717c20] [c0f4e288] dump_stack_lvl+0x60/0xa4 (unreliable)
[c1717c40] [c01065e8] do_raw_spin_lock+0x15c/0x1a8
[c1717c70] [c0fa3890] _raw_spin_lock_irqsave+0x20/0x40
[c1717c90] [c0c140ec] of_find_property+0x3c/0x140
[c1717cc0] [c0c14204] of_get_property+0x14/0x4c
[c1717ce0] [c0c22c6c] unlatten_dt_nodes+0x76c/0x894
[c1717f10] [c0c22e88] __unflatten_device_tree+0xf4/0x244
[c1717f50] [c1458050] unflatten_device_tree+0x48/0x84
[c1717f70] [c140b100] setup_arch+0x78/0x44c
[c1717fc0] [c14045b8] start_kernel+0x78/0x2d8
[c1717ff0] [000035d0] 0x35d0
and then the freeze. Or less often I get:
[...]
Modules linked in: _various ASCII chars_ |(EK) _various ASCII chars_ §=(EKTN)
BUG: Unable to handle kernel data access on read at 0x813f0200
Faulting instruction address: 0xc014e444
Thread overran stack, or stack corrupted
Oops: Kernel access of bad area, sig: 11 [#3544]
BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2
Modules linked in: _various ASCII chars_ §=(EKTN)
BUG: Unable to handle kernel data access on read at 0x813f0200
Faulting instruction address: 0xc014e444
Thread overran stack, or stack corrupted
Oops: Kernel access of bad area, sig: 11 [#3545]
BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2
Number after "sig: 11" gets counted up rapidly to #3545 so I can't follow the output on the OF console. Remaining output on screen before the freeze are [#3535] to [#3545] but apart from the numbers the adresses in this output do not change. _various ASCII chars_ in the "Modules linked in:" stay the same but are special characters so hard to transcribe.
Hope that helps.
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-27 23:17 ` Erhard Furtner
@ 2023-08-31 5:32 ` Christophe Leroy
2023-08-31 22:44 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-08-31 5:32 UTC (permalink / raw)
To: Erhard Furtner, Michael Ellerman; +Cc: linuxppc-dev@lists.ozlabs.org
Le 28/08/2023 à 01:17, Erhard Furtner a écrit :
> On Thu, 24 Aug 2023 21:36:26 +1000
> Michael Ellerman <mpe@ellerman.id.au> wrote:
>
>>> printk: bootconsole [udbg0] enabled
>>> Total memory = 2048MB; using 4096kB for hash table
>>> mapin_ram:125
>>> mmu_mapin_ram:169 0 30000000 1400000 2000000
>>> __mmu_mapin_ram:146 0 1400000
>>> __mmu_mapin_ram:155 1400000
>>> __mmu_mapin_ram:146 1400000 30000000
>>> __mmu_mapin_ram:155 20000000
>>> __mapin_ram_chunk:107 20000000 30000000
>>> __mapin_ram_chunk:117
>>> mapin_ram:134
>>> kasan_mmu_init:129
>>> kasan_mmu_init:132 0
>>> kasan_mmu_init:137
>>> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
>>> Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
>>>
>>> which shows one line (Linux version...) more than before. Most of the time I get this more interesting output however:
>>>
>>> kasan_mmu_init:129
>>> kasan_mmu_init:132 0
>>> kasan_mmu_init:137
>>> Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
>>> KASAN init done
>>> list_add corruption. prev->next should be next (c17100c0), but was 2c030000. (prev=c036ac7c).
>>> ------------[ cut here ]------------
>>> kernel BUG at lib/list_debug.c:30!
>>> ------------[ cut here ]------------
>>> WARNING: CPU: 0 PID: 0 at arch/powerpc/include/asm/machdep.h:227 die+0xd8/0x39c
>>
>> This is a WARN hit while handling the original bug.
>>
>> Can you apply this patch to avoid that happening, so we can see the
>> original but better.
>>
>> diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
>> index eeff136b83d9..341a0635e131 100644
>> --- a/arch/powerpc/kernel/traps.c
>> +++ b/arch/powerpc/kernel/traps.c
>> @@ -198,8 +198,6 @@ static unsigned long oops_begin(struct pt_regs *regs)
>> die_owner = cpu;
>> console_verbose();
>> bust_spinlocks(1);
>> - if (machine_is(powermac))
>> - pmac_backlight_unblank();
>> return flags;
>> }
>> NOKPROBE_SYMBOL(oops_begin);
>>
>>
>> cheers
>
> Ok, so I tested now:
> Replace btext_unmap() with btext_map() at the end of MMU_init() + Michaels patch.
>
> With the patch I get interesting output less often, but when I do it's:
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:169 0 30000000 1400000 2000000
> __mmu_mapin_ram:146 0 1400000
> __mmu_mapin_ram:155 1400000
> __mmu_mapin_ram:146 1400000 30000000
> __mmu_mapin_ram:155 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> kasan_mmu_init:129
> kasan_mmu_init:132 0
> kasan_mmu_init:137
> Linux version 6.5.0-rc7-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #4 SMP Wed Aug 23 12:59:11 CEST 2023
> KASAN init done
> BUG: spinlock bad magic on CPU#0, swapper/0
> lock: 0xc16cbc60, .magic: c036ab84, .owner: <none>/-1, .owner_cpu: -1
> CPU: 0 PID: 0 Comm: swapper Tainted: G T xxxxxxxxxxx
> Call Trace:
> [c1717c20] [c0f4e288] dump_stack_lvl+0x60/0xa4 (unreliable)
> [c1717c40] [c01065e8] do_raw_spin_lock+0x15c/0x1a8
> [c1717c70] [c0fa3890] _raw_spin_lock_irqsave+0x20/0x40
> [c1717c90] [c0c140ec] of_find_property+0x3c/0x140
> [c1717cc0] [c0c14204] of_get_property+0x14/0x4c
> [c1717ce0] [c0c22c6c] unlatten_dt_nodes+0x76c/0x894
> [c1717f10] [c0c22e88] __unflatten_device_tree+0xf4/0x244
> [c1717f50] [c1458050] unflatten_device_tree+0x48/0x84
> [c1717f70] [c140b100] setup_arch+0x78/0x44c
> [c1717fc0] [c14045b8] start_kernel+0x78/0x2d8
> [c1717ff0] [000035d0] 0x35d0
Ok so there is some corrupted memory somewhere.
Can you try what happens when you remove the call to kasan_init() at the
start of setup_arch() in arch/powerpc/kernel/setup-common.c
I'd also be curious to know what happens when CONFIG_DEBUG_SPINLOCK is
disabled.
Another question which I'm no sure I asked already: Is it a new problem
you have got with recent kernels or is it just that you never tried such
a config with older kernels ?
Also, when you say you need to start with another SMP kernel first and
then you don't have the problem anymore until the next cold reboot, do
you mean you have some old kernel with KASAN that works, or is it a
kernel without KASAN that you have to start first ?
Thanks
Christophe
>
>
> and then the freeze. Or less often I get:
>
> [...]
> Modules linked in: _various ASCII chars_ |(EK) _various ASCII chars_ §=(EKTN)
> BUG: Unable to handle kernel data access on read at 0x813f0200
> Faulting instruction address: 0xc014e444
> Thread overran stack, or stack corrupted
> Oops: Kernel access of bad area, sig: 11 [#3544]
> BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2
> Modules linked in: _various ASCII chars_ §=(EKTN)
> BUG: Unable to handle kernel data access on read at 0x813f0200
> Faulting instruction address: 0xc014e444
> Thread overran stack, or stack corrupted
> Oops: Kernel access of bad area, sig: 11 [#3545]
> BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2
>
>
> Number after "sig: 11" gets counted up rapidly to #3545 so I can't follow the output on the OF console. Remaining output on screen before the freeze are [#3535] to [#3545] but apart from the numbers the adresses in this output do not change. _various ASCII chars_ in the "Modules linked in:" stay the same but are special characters so hard to transcribe.
>
> Hope that helps.
>
> Regards,
> Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-31 5:32 ` Christophe Leroy
@ 2023-08-31 22:44 ` Erhard Furtner
2023-09-01 7:43 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-08-31 22:44 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Thu, 31 Aug 2023 05:32:46 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Ok so there is some corrupted memory somewhere.
>
> Can you try what happens when you remove the call to kasan_init() at the
> start of setup_arch() in arch/powerpc/kernel/setup-common.c
Ok, so I left the other patches in place + btext_map() instead of btext_unmap() at the end of MMU_init() + Michaels patch and additionally commented-out kasan_init() as stated above. The outcome is rather interesting! Now I deterministically get this output at boot OF console, regardless wheter it's a cold boot or warm boot:
via-pmu: Server Mode is disabled
PMU driver v2 initialized for Core99, firmware: 0c
ioremap() called early from pmac_nvram_init+0x208/0x7c0. Use early_ioremap() instead
nvram: Checking bank 0...
nvram: gen0=3234, gen1=3235
nvram: Active bank is: 1
nvram: OF partition at 0x410
nvram: XP partition at 0x1020
nvram: NR partition at 0x1120
Top of RAM: 0x80000000, Total RAM: 0x80000000
Memory hole size: 0MB
Zone ranges:
DMA [mem 0x0000000000000000-0x000000002fffffff]
Normal empty
HighMem [mem 0x0000000030000000-0x000000007fffffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000000000-0x000000007fffffff]
Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
percpu: Embedded 14 pages/cpu s24608 r8192 d24544 u57344
pcpu-alloc: s24608 r8192 d24544 u57344 alloc=14*4096
pcpu-alloc: [0] 0
Kernel command line: ro root=/dev/sda5 nr_cpus=1 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Built 1 zonelists, mobility grouping on. Total pages: 522560
mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
stackdepot: allocating hash table via alloc_large_system_hash
stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
==================================================================
BUG: KASAN: stack-out-of-bounds in __kernel_poison_pages+0x6c/0xd0
Write of size 4896 at addr c17a7000 by task swapper/0
CPU: 0 PID: 0 Comm: swapper Tainted: G T 6.5.0-rc7-PMacG4-dirty #7
Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
Call Trace:
[c1717ce0] [c0f4ec40] dump_stack_lvl+0x60/0xa4 (unreliable)
[c1717d00] [c0368380] print_report+0x154/0x548
[c1717d50] [c036813c] kasan_report+0xd0/0x160
[c1717db0] [c0369bb4] kasan_check_range+0x1c8/0x308
[c1717dc0] [c036ae88] memset+0x34/0x90
[c1717de0] [c035b6e0] __kernel_poison_pages+0x6c/0xd0
[c1717e00] [c03355e4] __free_pages_ok+0x418/0x500
[c1717e60] [c14372c8] memblock_free_all+0x268/0x400
[c1717f20] [c14103fc] mem_init+0x8c/0x274
[c1717f60] [c1431cd0] mm_core_init+0x240/0x4e0
[c1717fc0] [c1404694] start_kernel+0x150/0x2d8
[c1717f00] [000035d0] 0x35d0
The buggy address belongs to the physical page:
page:(ptrval) refcount:0 mapcount:0 mapping:00000000 index:0x0 pfn:0x17a7
flags: 0x0(zone=0)
page_type: 0xffffffff()
raw: 00000000 eee15380 eee15380 00000000 00000000 00000000 ffffffff 00000000
raw: 00000000
page dumped because: kasan: bad access detected
Memory state around the buggy address:
c17a7d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c17a7d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>c17a7e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f1 f1
^
c17a7e80: f1 f1 04 f2 04 f2 00 f3 f3 f3 00 00 00 00 00 00
c17a7f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
==================================================================
Disabling lock debugging due to kernel taint
> I'd also be curious to know what happens when CONFIG_DEBUG_SPINLOCK is
> disabled.
Disabling CONFIG_DEBUG_SPINLOCK does not change the output above. ^^
> Another question which I'm no sure I asked already: Is it a new problem
> you have got with recent kernels or is it just that you never tried such
> a config with older kernels ?
I wanted to revisit https://bugzilla.kernel.org/show_bug.cgi?id=216041 and verify whether it was resolved. KASAN worked around 2019-2021 on my G4 as I reported some bugs with it around that time and you fixed some of the bugs. ;) Like kernel bugzilla #205099, #216190, #205885.
But it always seemed flaky on the G4 and had it's problems. So I can't tell whether this specific issue was there back then or if it's new. At least bug #216190 was also about KASAN and SMP issues.
> Also, when you say you need to start with another SMP kernel first and
> then you don't have the problem anymore until the next cold reboot, do
> you mean you have some old kernel with KASAN that works, or is it a
> kernel without KASAN that you have to start first ?
First. I start with a non-KASAN SMP kernel and afterwards reboot into a KASAN kernel. But now with kasan_init() commented-out in start of setup_arch() in arch/powerpc/kernel/setup-common.c this does not work anymore. I get the dmesg above all the time, at cold and warm boots.
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-08-31 22:44 ` Erhard Furtner
@ 2023-09-01 7:43 ` Christophe Leroy
2023-09-03 21:06 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-09-01 7:43 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 01/09/2023 à 00:44, Erhard Furtner a écrit :
> On Thu, 31 Aug 2023 05:32:46 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Ok so there is some corrupted memory somewhere.
>>
>> Can you try what happens when you remove the call to kasan_init() at the
>> start of setup_arch() in arch/powerpc/kernel/setup-common.c
>
> Ok, so I left the other patches in place + btext_map() instead of btext_unmap() at the end of MMU_init() + Michaels patch and additionally commented-out kasan_init() as stated above. The outcome is rather interesting! Now I deterministically get this output at boot OF console, regardless wheter it's a cold boot or warm boot:
Ah, my bad. You also need to remove the call to kasan_late_init() in
mem_init() in arch/powerpc/mm/mem.c
Nevertheless, your result is interesting as it shows that the boot goes
much further when we don't initialise KASAN.
It probably means that kasan_init() messed up things. I will try to dig
a bit more in kasan_init() and see what we can look at.
Christophe
>
> via-pmu: Server Mode is disabled
> PMU driver v2 initialized for Core99, firmware: 0c
> ioremap() called early from pmac_nvram_init+0x208/0x7c0. Use early_ioremap() instead
> nvram: Checking bank 0...
> nvram: gen0=3234, gen1=3235
> nvram: Active bank is: 1
> nvram: OF partition at 0x410
> nvram: XP partition at 0x1020
> nvram: NR partition at 0x1120
> Top of RAM: 0x80000000, Total RAM: 0x80000000
> Memory hole size: 0MB
> Zone ranges:
> DMA [mem 0x0000000000000000-0x000000002fffffff]
> Normal empty
> HighMem [mem 0x0000000030000000-0x000000007fffffff]
> Movable zone start for each node
> Early memory node ranges
> node 0: [mem 0x0000000000000000-0x000000007fffffff]
> Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
> percpu: Embedded 14 pages/cpu s24608 r8192 d24544 u57344
> pcpu-alloc: s24608 r8192 d24544 u57344 alloc=14*4096
> pcpu-alloc: [0] 0
> Kernel command line: ro root=/dev/sda5 nr_cpus=1 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
> Built 1 zonelists, mobility grouping on. Total pages: 522560
> mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
> stackdepot: allocating hash table via alloc_large_system_hash
> stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
> ==================================================================
> BUG: KASAN: stack-out-of-bounds in __kernel_poison_pages+0x6c/0xd0
> Write of size 4896 at addr c17a7000 by task swapper/0
>
> CPU: 0 PID: 0 Comm: swapper Tainted: G T 6.5.0-rc7-PMacG4-dirty #7
> Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
> Call Trace:
> [c1717ce0] [c0f4ec40] dump_stack_lvl+0x60/0xa4 (unreliable)
> [c1717d00] [c0368380] print_report+0x154/0x548
> [c1717d50] [c036813c] kasan_report+0xd0/0x160
> [c1717db0] [c0369bb4] kasan_check_range+0x1c8/0x308
> [c1717dc0] [c036ae88] memset+0x34/0x90
> [c1717de0] [c035b6e0] __kernel_poison_pages+0x6c/0xd0
> [c1717e00] [c03355e4] __free_pages_ok+0x418/0x500
> [c1717e60] [c14372c8] memblock_free_all+0x268/0x400
> [c1717f20] [c14103fc] mem_init+0x8c/0x274
> [c1717f60] [c1431cd0] mm_core_init+0x240/0x4e0
> [c1717fc0] [c1404694] start_kernel+0x150/0x2d8
> [c1717f00] [000035d0] 0x35d0
>
> The buggy address belongs to the physical page:
> page:(ptrval) refcount:0 mapcount:0 mapping:00000000 index:0x0 pfn:0x17a7
> flags: 0x0(zone=0)
> page_type: 0xffffffff()
> raw: 00000000 eee15380 eee15380 00000000 00000000 00000000 ffffffff 00000000
> raw: 00000000
> page dumped because: kasan: bad access detected
>
> Memory state around the buggy address:
> c17a7d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> c17a7d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> c17a7e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f1 f1
> ^
> c17a7e80: f1 f1 04 f2 04 f2 00 f3 f3 f3 00 00 00 00 00 00
> c17a7f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> ==================================================================
> Disabling lock debugging due to kernel taint
>
>> I'd also be curious to know what happens when CONFIG_DEBUG_SPINLOCK is
>> disabled.
>
> Disabling CONFIG_DEBUG_SPINLOCK does not change the output above. ^^
>
>> Another question which I'm no sure I asked already: Is it a new problem
>> you have got with recent kernels or is it just that you never tried such
>> a config with older kernels ?
>
> I wanted to revisit https://bugzilla.kernel.org/show_bug.cgi?id=216041 and verify whether it was resolved. KASAN worked around 2019-2021 on my G4 as I reported some bugs with it around that time and you fixed some of the bugs. ;) Like kernel bugzilla #205099, #216190, #205885.
>
> But it always seemed flaky on the G4 and had it's problems. So I can't tell whether this specific issue was there back then or if it's new. At least bug #216190 was also about KASAN and SMP issues.
>
>> Also, when you say you need to start with another SMP kernel first and
>> then you don't have the problem anymore until the next cold reboot, do
>> you mean you have some old kernel with KASAN that works, or is it a
>> kernel without KASAN that you have to start first ?
>
> First. I start with a non-KASAN SMP kernel and afterwards reboot into a KASAN kernel. But now with kasan_init() commented-out in start of setup_arch() in arch/powerpc/kernel/setup-common.c this does not work anymore. I get the dmesg above all the time, at cold and warm boots.
>
> Regards,
> Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-01 7:43 ` Christophe Leroy
@ 2023-09-03 21:06 ` Erhard Furtner
2023-09-04 14:48 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-09-03 21:06 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Fri, 1 Sep 2023 07:43:34 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> >> Can you try what happens when you remove the call to kasan_init() at the
> >> start of setup_arch() in arch/powerpc/kernel/setup-common.c
> >
> > Ok, so I left the other patches in place + btext_map() instead of btext_unmap() at the end of MMU_init() + Michaels patch and additionally commented-out kasan_init() as stated above. The outcome is rather interesting! Now I deterministically get this output at boot OF console, regardless wheter it's a cold boot or warm boot:
>
> Ah, my bad. You also need to remove the call to kasan_late_init() in
> mem_init() in arch/powerpc/mm/mem.c
Not tragic. Meanwhile I commented-out kasan_late_init() and updated to kernel v6.5.1.
dmesg did not change however, getting the same "BUG: KASAN: stack-out-of-bounds in __kernel_poison_pages+0x6c/0xd0" as last time only on v6.5.1.
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-03 21:06 ` Erhard Furtner
@ 2023-09-04 14:48 ` Christophe Leroy
2023-09-04 14:55 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-09-04 14:48 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 03/09/2023 à 23:06, Erhard Furtner a écrit :
> On Fri, 1 Sep 2023 07:43:34 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>>>> Can you try what happens when you remove the call to kasan_init() at the
>>>> start of setup_arch() in arch/powerpc/kernel/setup-common.c
>>>
>>> Ok, so I left the other patches in place + btext_map() instead of btext_unmap() at the end of MMU_init() + Michaels patch and additionally commented-out kasan_init() as stated above. The outcome is rather interesting! Now I deterministically get this output at boot OF console, regardless wheter it's a cold boot or warm boot:
>>
>> Ah, my bad. You also need to remove the call to kasan_late_init() in
>> mem_init() in arch/powerpc/mm/mem.c
>
> Not tragic. Meanwhile I commented-out kasan_late_init() and updated to kernel v6.5.1.
>
> dmesg did not change however, getting the same "BUG: KASAN: stack-out-of-bounds in __kernel_poison_pages+0x6c/0xd0" as last time only on v6.5.1.
>
Ok, so lets come back to normal situation. Can you add back kasan_init()
and kasan_late_init(), while keeping the btext changes and Michael's patch.
Then see what result you get with CONFIG_KASAN but without
CONFIG_KASAN_VMALLOC
It would help narrow the problem area because kasan_init() does several
things based on CONFIG_KASAN_VMALLOC.
Thanks
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-04 14:48 ` Christophe Leroy
@ 2023-09-04 14:55 ` Christophe Leroy
2023-09-04 21:32 ` Erhard Furtner
2023-09-12 0:11 ` Erhard Furtner
0 siblings, 2 replies; 34+ messages in thread
From: Christophe Leroy @ 2023-09-04 14:55 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 04/09/2023 à 16:48, Christophe Leroy a écrit :
>
>
> Le 03/09/2023 à 23:06, Erhard Furtner a écrit :
>> On Fri, 1 Sep 2023 07:43:34 +0000
>> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>>
>>>>> Can you try what happens when you remove the call to kasan_init()
>>>>> at the
>>>>> start of setup_arch() in arch/powerpc/kernel/setup-common.c
>>>>
>>>> Ok, so I left the other patches in place + btext_map() instead of
>>>> btext_unmap() at the end of MMU_init() + Michaels patch and
>>>> additionally commented-out kasan_init() as stated above. The outcome
>>>> is rather interesting! Now I deterministically get this output at
>>>> boot OF console, regardless wheter it's a cold boot or warm boot:
>>>
>>> Ah, my bad. You also need to remove the call to kasan_late_init() in
>>> mem_init() in arch/powerpc/mm/mem.c
>>
>> Not tragic. Meanwhile I commented-out kasan_late_init() and updated to
>> kernel v6.5.1.
>>
>> dmesg did not change however, getting the same "BUG: KASAN:
>> stack-out-of-bounds in __kernel_poison_pages+0x6c/0xd0" as last time
>> only on v6.5.1.
>>
>
>
> Ok, so lets come back to normal situation. Can you add back kasan_init()
> and kasan_late_init(), while keeping the btext changes and Michael's patch.
>
> Then see what result you get with CONFIG_KASAN but without
> CONFIG_KASAN_VMALLOC
>
> It would help narrow the problem area because kasan_init() does several
> things based on CONFIG_KASAN_VMALLOC.
>
Another thing that could be interesting to test is to remove (or comment
out) the following line in arch/powerpc/mm/kasan/Makefile :
obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
That way, the weak version of kasan_init_region() will be used instead
of the one in book3s_32.c
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-04 14:55 ` Christophe Leroy
@ 2023-09-04 21:32 ` Erhard Furtner
2023-09-12 0:11 ` Erhard Furtner
1 sibling, 0 replies; 34+ messages in thread
From: Erhard Furtner @ 2023-09-04 21:32 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Mon, 4 Sep 2023 14:55:17 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> > Ok, so lets come back to normal situation. Can you add back kasan_init()
> > and kasan_late_init(), while keeping the btext changes and Michael's patch.
> >
> > Then see what result you get with CONFIG_KASAN but without
> > CONFIG_KASAN_VMALLOC
> >
> > It would help narrow the problem area because kasan_init() does several
> > things based on CONFIG_KASAN_VMALLOC.
I can't unselect KASAN_VMALLOC, it is forced on. Can only be unselected on PPC_BOOK3S_64 it seems.
Symbol: KASAN_VMALLOC [=y]
Type : bool
Defined at lib/Kconfig.kasan:179
Prompt: Check accesses to vmalloc allocations
Depends on: KASAN [=y] && HAVE_ARCH_KASAN_VMALLOC [=y]
Location:
-> Kernel hacking
-> Memory Debugging
-> KASAN: dynamic memory safety error detector (KASAN [=y])
-> Check accesses to vmalloc allocations (KASAN_VMALLOC [=y])
Selected by [y]:
- PPC [=y] && KASAN [=y] && MODULES [=y]
Selected by [n]:
- PPC_BOOK3S_64 [=n] && <choice> && KASAN [=y] && <choice> && KASAN [=y]
> Another thing that could be interesting to test is to remove (or comment
> out) the following line in arch/powerpc/mm/kasan/Makefile :
>
> obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
>
> That way, the weak version of kasan_init_region() will be used instead
> of the one in book3s_32.c
When I comment out this line the kernel boots fine! Even with btext_unmap() stuff back to default and using 2 CPUs again.
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-04 14:55 ` Christophe Leroy
2023-09-04 21:32 ` Erhard Furtner
@ 2023-09-12 0:11 ` Erhard Furtner
2023-09-12 7:47 ` Christophe Leroy
1 sibling, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-09-12 0:11 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 967 bytes --]
On Mon, 4 Sep 2023 14:55:17 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Another thing that could be interesting to test is to remove (or comment
> out) the following line in arch/powerpc/mm/kasan/Makefile :
>
> obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
>
> That way, the weak version of kasan_init_region() will be used instead
> of the one in book3s_32.c
Tinkered around with older kernels and .config options meanwhile. I found out it's not a new issue, also happens on kernel v6.0. Have not tried older kernels yet.
Also on v6.0 the issue disappears when I comment out "obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o" in arch/powerpc/mm/kasan/Makefile.
Even more interesting is the issue disappears too when I deselect INIT_STACK_ALL_PATTERN in my kernel .config. The kernel boots just fine with KASAN when INIT_STACK_NONE=y is set! True for kernel v6.0 and v6.6-rc1.
Current v6.6-rc1 kernel .config and dmesg attached.
Regards,
Erhard
[-- Attachment #2: config_66-rc1_g4 --]
[-- Type: application/octet-stream, Size: 102240 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 6.6.0-rc1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120301
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24000
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=24000
CONFIG_LLD_VERSION=0
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=0
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="-PMacG4"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_XZ is not set
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_IRQ_DOMAIN_NOMAP=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_ARCH_HAS_TICK_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
# end of Timers subsystem
CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
#
# BPF subsystem
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
# CONFIG_BPF_PRELOAD is not set
# end of BPF subsystem
CONFIG_PREEMPT_VOLUNTARY_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_TASKSTATS is not set
# CONFIG_PSI is not set
# end of CPU/Task time and stats accounting
CONFIG_CPU_ISOLATION=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_TREE_SRCU=y
CONFIG_NEED_SRCU_NMI_SAFE=y
CONFIG_TASKS_RCU_GENERIC=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
# CONFIG_IKCONFIG is not set
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=16
CONFIG_LOG_CPU_MAX_BUF_SHIFT=13
# CONFIG_PRINTK_INDEX is not set
#
# Scheduler features
#
# end of Scheduler features
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
# CONFIG_CGROUP_FAVOR_DYNMODS is not set
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_SCHED_MM_CID=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
# CONFIG_CGROUP_FREEZER is not set
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_CPUACCT=y
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_MISC is not set
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_TIME_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_RD_ZSTD=y
# CONFIG_BOOT_CONFIG is not set
CONFIG_INITRAMFS_PRESERVE_MTIME=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION=y
# CONFIG_LD_DEAD_CODE_DATA_ELIMINATION is not set
CONFIG_LD_ORPHAN_WARN=y
CONFIG_LD_ORPHAN_WARN_LEVEL="warn"
CONFIG_SYSCTL=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_EXPERT=y
CONFIG_MULTIUSER=y
# CONFIG_SGETMASK_SYSCALL is not set
# CONFIG_SYSFS_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_SELFTEST is not set
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_CALLBACKS=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_KCMP=y
CONFIG_RSEQ=y
# CONFIG_CACHESTAT_SYSCALL is not set
# CONFIG_DEBUG_RSEQ is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# end of Kernel Performance Events And Counters
# CONFIG_PROFILING is not set
#
# Kexec and crash features
#
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
# end of Kexec and crash features
# end of General setup
CONFIG_PPC32=y
# CONFIG_PPC64 is not set
#
# Processor support
#
CONFIG_PPC_BOOK3S_32=y
# CONFIG_PPC_85xx is not set
# CONFIG_PPC_8xx is not set
# CONFIG_40x is not set
# CONFIG_44x is not set
# CONFIG_PPC_BOOK3S_603 is not set
CONFIG_PPC_BOOK3S_604=y
# CONFIG_POWERPC_CPU is not set
# CONFIG_E300C2_CPU is not set
# CONFIG_E300C3_CPU is not set
CONFIG_G4_CPU=y
# CONFIG_TOOLCHAIN_DEFAULT_CPU is not set
CONFIG_TARGET_CPU_BOOL=y
CONFIG_TARGET_CPU="G4"
CONFIG_PPC_BOOK3S=y
CONFIG_PPC_FPU_REGS=y
CONFIG_PPC_FPU=y
CONFIG_ALTIVEC=y
# CONFIG_PPC_KUEP is not set
# CONFIG_PPC_KUAP is not set
CONFIG_PPC_HAVE_PMU_SUPPORT=y
# CONFIG_PMU_SYSFS is not set
CONFIG_PPC_PERF_CTRS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=2
# end of Processor support
CONFIG_VDSO32=y
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_32BIT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_BITS_MIN=11
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=17
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11
CONFIG_NR_IRQS=512
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_PPC=y
CONFIG_EARLY_PRINTK=y
CONFIG_PANIC_TIMEOUT=40
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_TBSYNC=y
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_HAS_ADD_PAGES=y
# CONFIG_PPC_PCI_OF_BUS_MAP is not set
# CONFIG_PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT is not set
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_PGTABLE_LEVELS=2
CONFIG_PPC_MSI_BITMAP=y
#
# Platform support
#
# CONFIG_SCOM_DEBUGFS is not set
# CONFIG_PPC_CHRP is not set
# CONFIG_PPC_MPC512x is not set
# CONFIG_PPC_MPC52xx is not set
CONFIG_PPC_PMAC=y
CONFIG_PPC_PMAC32_PSURGE=y
# CONFIG_PPC_82xx is not set
# CONFIG_PPC_83xx is not set
# CONFIG_PPC_86xx is not set
CONFIG_KVM_GUEST=y
CONFIG_EPAPR_PARAVIRT=y
CONFIG_PPC_HASH_MMU_NATIVE=y
CONFIG_PPC_OF_BOOT_TRAMPOLINE=y
CONFIG_PPC_SMP_MUXED_IPI=y
CONFIG_MPIC=y
CONFIG_MPIC_MSGR=y
CONFIG_PPC_MPC106=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
#
# CPU frequency scaling drivers
#
# CONFIG_CPUFREQ_DT_PLATDEV is not set
CONFIG_CPU_FREQ_PMAC=y
# end of CPU Frequency scaling
#
# CPUIdle driver
#
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# end of CPU Idle
# end of CPUIdle driver
CONFIG_TAU=y
# CONFIG_TAU_INT is not set
# CONFIG_TAU_AVERAGE is not set
# CONFIG_GEN_RTC is not set
# end of Platform support
#
# Kernel options
#
CONFIG_HIGHMEM=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_HOTPLUG_CPU=y
# CONFIG_PPC_QUEUED_SPINLOCKS is not set
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_PPC_4K_PAGES=y
CONFIG_PAGE_SIZE_4KB=y
CONFIG_PPC_PAGE_SHIFT=12
CONFIG_THREAD_SHIFT=13
CONFIG_DATA_SHIFT=22
CONFIG_ARCH_FORCE_MAX_ORDER=10
CONFIG_CMDLINE=""
CONFIG_EXTRA_TARGETS=""
CONFIG_ARCH_WANTS_FREEZER_CONTROL=y
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_APM_EMULATION=m
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# CONFIG_ENERGY_MODEL is not set
# end of Kernel options
CONFIG_ISA_DMA_API=y
#
# Bus options
#
CONFIG_GENERIC_ISA_DMA=y
CONFIG_PPC_INDIRECT_PCI=y
# CONFIG_FSL_LBC is not set
# end of Bus options
#
# Advanced setup
#
# CONFIG_ADVANCED_OPTIONS is not set
#
# Default settings for advanced configuration options are used
#
CONFIG_LOWMEM_SIZE=0x30000000
CONFIG_PAGE_OFFSET=0xc0000000
CONFIG_KERNEL_START=0xc0000000
CONFIG_PHYSICAL_START=0x00000000
CONFIG_TASK_SIZE=0xb0000000
# end of Advanced setup
CONFIG_VIRTUALIZATION=y
CONFIG_HAVE_LIVEPATCH=y
#
# General architecture-dependent options
#
CONFIG_HOTPLUG_SMT=y
CONFIG_SMT_NUM_THREADS_DYNAMIC=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_IDLE_POLL_SETUP=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_32BIT_OFF_T=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_MMU_GATHER_PAGE_SIZE=y
CONFIG_MMU_GATHER_MERGE_VMAS=y
CONFIG_ARCH_WANT_IRQS_OFF_ACTIVATE_MM=y
CONFIG_MMU_LAZY_TLB_REFCOUNT=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_WEAK_RELEASE_ACQUIRE=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_LTO_NONE=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_ARCH_MMAP_RND_BITS=11
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y
CONFIG_HAVE_OBJTOOL=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_HAVE_ARCH_NVRAM_OPS=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND=y
CONFIG_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
# CONFIG_VMAP_STACK is not set
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
# CONFIG_STRICT_MODULE_RWX is not set
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
# CONFIG_LOCK_EVENT_COUNTS is not set
CONFIG_HAVE_STATIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SPLIT_ARG64=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_FUNCTION_ALIGNMENT=0
# end of General architecture-dependent options
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_DEBUG is not set
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODULE_UNLOAD_TAINT_TRACKING is not set
CONFIG_MODVERSIONS=y
CONFIG_ASM_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
CONFIG_BLK_CGROUP_PUNT_BIO=y
CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_ICQ=y
# CONFIG_BLK_DEV_BSGLIB is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
# CONFIG_BLK_DEV_ZONED is not set
# CONFIG_BLK_DEV_THROTTLING is not set
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_MQ=y
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_IOCOST is not set
# CONFIG_BLK_CGROUP_IOPRIO is not set
CONFIG_BLK_DEBUG_FS=y
# CONFIG_BLK_SED_OPAL is not set
# CONFIG_BLK_INLINE_ENCRYPTION is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y
CONFIG_BLOCK_HOLDER_DEPRECATED=y
CONFIG_BLK_MQ_STACKING=y
#
# IO Schedulers
#
# CONFIG_MQ_IOSCHED_DEADLINE is not set
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
# CONFIG_BFQ_GROUP_IOSCHED is not set
# end of IO Schedulers
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
# end of Executable file formats
#
# Memory Management options
#
CONFIG_SWAP=y
# CONFIG_ZSWAP is not set
#
# SLAB allocator options
#
# CONFIG_SLAB_DEPRECATED is not set
CONFIG_SLUB=y
# CONFIG_SLUB_TINY is not set
# CONFIG_SLAB_MERGE_DEFAULT is not set
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
# CONFIG_SLUB_STATS is not set
# CONFIG_SLUB_CPU_PARTIAL is not set
# CONFIG_RANDOM_KMALLOC_CACHES is not set
# end of SLAB allocator options
CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
CONFIG_FLATMEM=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_ARCH_KEEP_MEMBLOCK=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
CONFIG_PAGE_REPORTING=y
CONFIG_MIGRATION=y
CONFIG_BOUNCE=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
# CONFIG_CMA is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ZONE_DMA=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_TEST is not set
# CONFIG_DMAPOOL_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_KMAP_LOCAL=y
CONFIG_MEMFD_CREATE=y
# CONFIG_ANON_VMA_NAME is not set
CONFIG_USERFAULTFD=y
# CONFIG_LRU_GEN is not set
CONFIG_LOCK_MM_AND_FIND_VMA=y
#
# Data Access Monitoring
#
# CONFIG_DAMON is not set
# end of Data Access Monitoring
# end of Memory Management options
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
CONFIG_NET_XGRESS=y
CONFIG_SKB_EXTENSIONS=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
CONFIG_UNIX_DIAG=m
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
# CONFIG_TLS_TOE is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_AH=m
CONFIG_XFRM_ESP=m
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
# CONFIG_XDP_SOCKETS is not set
CONFIG_NET_HANDSHAKE=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=m
CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
# CONFIG_INET_ESP_OFFLOAD is not set
# CONFIG_INET_ESPINTCP is not set
CONFIG_INET_IPCOMP=m
CONFIG_INET_TABLE_PERTURB_ORDER=16
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_WESTWOOD=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="westwood"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
# CONFIG_INET6_ESP_OFFLOAD is not set
# CONFIG_INET6_ESPINTCP is not set
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
# CONFIG_IPV6_VTI is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
# CONFIG_NETLABEL is not set
# CONFIG_MPTCP is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_COOKIE_HMAC_SHA1 is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_MRP is not set
# CONFIG_BRIDGE_CFM is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_SKBPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
CONFIG_NET_SCH_FQ_CODEL=y
# CONFIG_NET_SCH_CAKE is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_ETS is not set
CONFIG_NET_SCH_DEFAULT=y
CONFIG_DEFAULT_FQ_CODEL=y
# CONFIG_DEFAULT_PFIFO_FAST is not set
CONFIG_DEFAULT_NET_SCH="fq_codel"
#
# Classification
#
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=m
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
# CONFIG_VSOCKETS_LOOPBACK is not set
# CONFIG_VIRTIO_VSOCKETS is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_QRTR is not set
# CONFIG_NET_NCSI is not set
CONFIG_PCPU_DEV_REFCNT=y
CONFIG_MAX_SKB_FRAGS=17
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# end of Network testing
# end of Networking options
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
# CONFIG_MCTP is not set
# CONFIG_WIRELESS is not set
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_FD=y
CONFIG_NET_9P_VIRTIO=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_SOCK_VALIDATE_XMIT=y
CONFIG_NET_SOCK_MSG=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
CONFIG_FAILOVER=y
CONFIG_ETHTOOL_NETLINK=y
#
# Device Drivers
#
CONFIG_HAVE_PCI=y
CONFIG_FORCE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCIEASPM is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_ARCH_FALLBACKS=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
# CONFIG_PCI_DYNAMIC_OF_NODES is not set
# CONFIG_PCIE_BUS_TUNE_OFF is not set
CONFIG_PCIE_BUS_DEFAULT=y
# CONFIG_PCIE_BUS_SAFE is not set
# CONFIG_PCIE_BUS_PERFORMANCE is not set
# CONFIG_PCIE_BUS_PEER2PEER is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=4
# CONFIG_HOTPLUG_PCI is not set
#
# PCI controller drivers
#
# CONFIG_PCI_FTPCI100 is not set
# CONFIG_PCI_HOST_GENERIC is not set
# CONFIG_PCIE_MICROCHIP_HOST is not set
# CONFIG_PCIE_XILINX is not set
#
# Cadence-based PCIe controllers
#
# CONFIG_PCIE_CADENCE_PLAT_HOST is not set
# CONFIG_PCI_J721E_HOST is not set
# end of Cadence-based PCIe controllers
#
# DesignWare-based PCIe controllers
#
# CONFIG_PCI_MESON is not set
# CONFIG_PCIE_DW_PLAT_HOST is not set
# end of DesignWare-based PCIe controllers
#
# Mobiveil-based PCIe controllers
#
# end of Mobiveil-based PCIe controllers
# end of PCI controller drivers
#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers
# CONFIG_CXL_BUS is not set
# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set
#
# Generic Driver Options
#
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS_SAFE=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER is not set
CONFIG_FW_LOADER_COMPRESS=y
# CONFIG_FW_LOADER_COMPRESS_XZ is not set
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_FENCE_TRACE=y
# CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT is not set
# end of Generic Driver Options
#
# Bus devices
#
# CONFIG_MHI_BUS is not set
# CONFIG_MHI_BUS_EP is not set
# end of Bus devices
#
# Cache Drivers
#
# end of Cache Drivers
# CONFIG_CONNECTOR is not set
#
# Firmware Drivers
#
#
# ARM System Control and Management Interface Protocol
#
# end of ARM System Control and Management Interface Protocol
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set
#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
CONFIG_DTC=y
CONFIG_OF=y
# CONFIG_OF_UNITTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_KOBJ=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_RESERVED_MEM=y
# CONFIG_OF_OVERLAY is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_MAC_FLOPPY is not set
CONFIG_CDROM=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_UBLK is not set
#
# NVME Support
#
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_TARGET is not set
# end of NVME Support
#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_PHANTOM is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_SRAM is not set
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
# CONFIG_OPEN_DICE is not set
# CONFIG_VCPU_STALL_DETECTOR is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# end of EEPROM support
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# end of Texas Instruments shared transport line discipline
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_ECHO is not set
# CONFIG_BCM_VK is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_PVPANIC is not set
# end of Misc devices
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_PROC_FS is not set
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=m
CONFIG_BLK_DEV_BSG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPI3MR is not set
# CONFIG_SCSI_SMARTPQI is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FDOMAIN_PCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_MESH is not set
# CONFIG_SCSI_MAC53C94 is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_DH is not set
# end of SCSI device support
CONFIG_ATA=y
CONFIG_SATA_HOST=y
CONFIG_ATA_VERBOSE_ERROR=y
# CONFIG_ATA_FORCE is not set
# CONFIG_SATA_PMP is not set
#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_AHCI_DWC is not set
# CONFIG_AHCI_CEVA is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y
#
# SATA SFF controllers with BMDMA
#
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
CONFIG_PATA_MACIO=y
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OF_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set
#
# Generic fallback / legacy drivers
#
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_BITMAP_FILE is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=m
CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
# CONFIG_DM_SNAPSHOT is not set
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_WRITECACHE is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_CLONE is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_DUST is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_ADB=y
# CONFIG_ADB_CUDA is not set
CONFIG_ADB_PMU=y
CONFIG_ADB_PMU_EVENT=y
CONFIG_ADB_PMU_LED=y
# CONFIG_ADB_PMU_LED_DISK is not set
CONFIG_PMAC_APM_EMU=m
CONFIG_PMAC_MEDIABAY=y
# CONFIG_PMAC_BACKLIGHT is not set
CONFIG_INPUT_ADBHID=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_THERM_WINDTUNNEL=m
CONFIG_THERM_ADT746X=m
CONFIG_WINDFARM=m
# CONFIG_PMAC_RACKMETER is not set
CONFIG_SENSORS_AMS=m
CONFIG_SENSORS_AMS_PMU=y
CONFIG_SENSORS_AMS_I2C=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
CONFIG_WIREGUARD=m
# CONFIG_WIREGUARD_DEBUG is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_EXTENDED_LOG is not set
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
CONFIG_SUNGEM_PHY=y
# CONFIG_ARCNET is not set
CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_APPLE is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ASIX is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_CADENCE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_NET_VENDOR_CORTINA is not set
# CONFIG_NET_VENDOR_DAVICOM is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_ENGLEDER is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_FUNGIBLE is not set
# CONFIG_NET_VENDOR_GOOGLE is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_LITEX is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MICROSOFT is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NETERION is not set
# CONFIG_NET_VENDOR_NETRONOME is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_VENDOR_PACKET_ENGINES is not set
# CONFIG_NET_VENDOR_PENSANDO is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
CONFIG_SUNGEM=y
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VERTEXCOM is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WANGXUN is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_NET_VENDOR_XILINX is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PHYLIB is not set
# CONFIG_PSE_CONTROLLER is not set
# CONFIG_MDIO_DEVICE is not set
#
# PCS device drivers
#
# end of PCS device drivers
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOE=m
# CONFIG_PPPOE_HASH_BITS_1 is not set
# CONFIG_PPPOE_HASH_BITS_2 is not set
CONFIG_PPPOE_HASH_BITS_4=y
# CONFIG_PPPOE_HASH_BITS_8 is not set
CONFIG_PPPOE_HASH_BITS=4
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_USB_NET_DRIVERS is not set
# CONFIG_WLAN is not set
# CONFIG_WAN is not set
#
# Wireless WAN
#
# CONFIG_WWAN is not set
# end of Wireless WAN
# CONFIG_VMXNET3 is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=y
# CONFIG_ISDN is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=m
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
# CONFIG_INPUT_APMPOWER is not set
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=m
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
# CONFIG_JOYSTICK_XPAD_FF is not set
CONFIG_JOYSTICK_XPAD_LEDS=y
# CONFIG_JOYSTICK_PXRC is not set
# CONFIG_JOYSTICK_QWIIC is not set
# CONFIG_JOYSTICK_FSIA6B is not set
# CONFIG_JOYSTICK_SENSEHAT is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ATMEL_CAPTOUCH is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_DA7280_HAPTICS is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_IQS269A is not set
# CONFIG_INPUT_IQS626A is not set
# CONFIG_INPUT_IQS7222 is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
# CONFIG_GAMEPORT is not set
# end of Hardware I/O ports
# end of Input device support
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_LEGACY_TIOCSTI is not set
CONFIG_LDISC_AUTOLOAD=y
#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_PMACZILOG=y
CONFIG_SERIAL_PMACZILOG_TTYS=y
CONFIG_SERIAL_PMACZILOG_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SIFIVE is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# end of Serial drivers
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set
# CONFIG_N_GSM is not set
# CONFIG_NOZOMI is not set
# CONFIG_NULL_TTY is not set
CONFIG_HVC_DRIVER=y
# CONFIG_HVC_UDBG is not set
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_BA431 is not set
CONFIG_HW_RANDOM_VIRTIO=y
# CONFIG_HW_RANDOM_CCTRNG is not set
# CONFIG_HW_RANDOM_XIPHERA is not set
# CONFIG_APPLICOM is not set
CONFIG_DEVMEM=y
CONFIG_NVRAM=m
CONFIG_DEVPORT=y
# CONFIG_TCG_TPM is not set
# CONFIG_XILLYBUS is not set
# CONFIG_XILLYUSB is not set
# end of Character devices
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_MUX is not set
# CONFIG_I2C_ATR is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
#
# Mac SMBus host controller drivers
#
CONFIG_I2C_POWERMAC=y
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_MPC is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_CP2615 is not set
# CONFIG_I2C_PCI1XXXX is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_VIRTIO is not set
# end of I2C Hardware Bus support
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support
# CONFIG_I3C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
# CONFIG_PPS is not set
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# end of PTP clock support
# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_APM_POWER=m
# CONFIG_IP5XXX_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_CW2015 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
CONFIG_BATTERY_PMU=m
# CONFIG_BATTERY_SAMSUNG_SDI is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_LTC4162L is not set
# CONFIG_CHARGER_DETECTOR_MAX14656 is not set
# CONFIG_CHARGER_MAX77976 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_BATTERY_GOLDFISH is not set
# CONFIG_BATTERY_RT5033 is not set
# CONFIG_CHARGER_BD99954 is not set
# CONFIG_BATTERY_UG3105 is not set
CONFIG_HWMON=m
CONFIG_HWMON_DEBUG_CHIP=y
#
# Native drivers
#
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM1177 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_AHT10 is not set
# CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set
# CONFIG_SENSORS_AS370 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_CORSAIR_CPRO is not set
# CONFIG_SENSORS_CORSAIR_PSU is not set
CONFIG_SENSORS_DRIVETEMP=m
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_HS3001 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2947_I2C is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX127 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX31730 is not set
# CONFIG_SENSORS_MAX31760 is not set
# CONFIG_MAX31827 is not set
# CONFIG_SENSORS_MAX6620 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MC34VR500 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_TPS23861 is not set
# CONFIG_SENSORS_MR75203 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_NCT6775_I2C is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_NZXT_KRAKEN2 is not set
# CONFIG_SENSORS_NZXT_SMART2 is not set
# CONFIG_SENSORS_OCC_P8_I2C is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SBTSI is not set
# CONFIG_SENSORS_SBRMI is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHT4x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC2305 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA238 is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_TMP464 is not set
# CONFIG_SENSORS_TMP513 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_THERMAL is not set
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_ACT8945A is not set
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_SMPRO is not set
# CONFIG_MFD_AS3722 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_ATMEL_FLEXCOM is not set
# CONFIG_MFD_ATMEL_HLCDC is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CS42L43_I2C is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_MFD_MAX5970 is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_GATEWORKS_GSC is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_MP2629 is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_IQS62X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77541 is not set
# CONFIG_MFD_MAX77620 is not set
# CONFIG_MFD_MAX77650 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77714 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6360 is not set
# CONFIG_MFD_MT6370 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_NTXEC is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_SY7636A is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT4831 is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RT5120 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RK8XX_I2C is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_STMPE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TI_LP87565 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS65219 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS6594_I2C is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_LOCHNAGAR is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_ROHM_BD718XX is not set
# CONFIG_MFD_ROHM_BD71828 is not set
# CONFIG_MFD_ROHM_BD957XMUF is not set
# CONFIG_MFD_STPMIC1 is not set
# CONFIG_MFD_STMFX is not set
# CONFIG_MFD_ATC260X_I2C is not set
# CONFIG_MFD_QCOM_PM8008 is not set
# CONFIG_MFD_RSMU_I2C is not set
# end of Multifunction device drivers
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
#
# CEC support
#
# CONFIG_MEDIA_CEC_SUPPORT is not set
# end of CEC support
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
CONFIG_VIDEO_CMDLINE=y
CONFIG_VIDEO_NOMODESET=y
# CONFIG_AUXDISPLAY is not set
# CONFIG_AGP is not set
CONFIG_DRM=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
CONFIG_DRM_DEBUG_MODESET_LOCK=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_DISPLAY_HELPER=m
CONFIG_DRM_DISPLAY_DP_HELPER=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DP_CEC is not set
CONFIG_DRM_TTM=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_GEM_SHMEM_HELPER=m
CONFIG_DRM_SUBALLOC_HELPER=m
#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
# end of I2C encoder or helper chips
#
# ARM devices
#
# end of ARM devices
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
# CONFIG_DRM_QXL is not set
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_VIRTIO_GPU_KMS=y
CONFIG_DRM_PANEL=y
#
# Display Panels
#
# CONFIG_DRM_PANEL_LVDS is not set
# CONFIG_DRM_PANEL_SIMPLE is not set
# CONFIG_DRM_PANEL_EDP is not set
# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set
# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6D7AA0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set
# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set
# end of Display Panels
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
#
# Display Interface Bridges
#
# CONFIG_DRM_CHIPONE_ICN6211 is not set
# CONFIG_DRM_CHRONTEL_CH7033 is not set
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
# CONFIG_DRM_ITE_IT6505 is not set
# CONFIG_DRM_LONTIUM_LT8912B is not set
# CONFIG_DRM_LONTIUM_LT9211 is not set
# CONFIG_DRM_LONTIUM_LT9611 is not set
# CONFIG_DRM_LONTIUM_LT9611UXC is not set
# CONFIG_DRM_ITE_IT66121 is not set
# CONFIG_DRM_LVDS_CODEC is not set
# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
# CONFIG_DRM_NXP_PTN3460 is not set
# CONFIG_DRM_PARADE_PS8622 is not set
# CONFIG_DRM_PARADE_PS8640 is not set
# CONFIG_DRM_SIL_SII8620 is not set
# CONFIG_DRM_SII902X is not set
# CONFIG_DRM_SII9234 is not set
# CONFIG_DRM_SIMPLE_BRIDGE is not set
# CONFIG_DRM_THINE_THC63LVD1024 is not set
# CONFIG_DRM_TOSHIBA_TC358762 is not set
# CONFIG_DRM_TOSHIBA_TC358764 is not set
# CONFIG_DRM_TOSHIBA_TC358767 is not set
# CONFIG_DRM_TOSHIBA_TC358768 is not set
# CONFIG_DRM_TOSHIBA_TC358775 is not set
# CONFIG_DRM_TI_DLPC3433 is not set
# CONFIG_DRM_TI_TFP410 is not set
# CONFIG_DRM_TI_SN65DSI83 is not set
# CONFIG_DRM_TI_SN65DSI86 is not set
# CONFIG_DRM_TI_TPD12S015 is not set
# CONFIG_DRM_ANALOGIX_ANX6345 is not set
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_ANALOGIX_ANX7625 is not set
# CONFIG_DRM_I2C_ADV7511 is not set
# CONFIG_DRM_CDNS_DSI is not set
# CONFIG_DRM_CDNS_MHDP8546 is not set
# end of Display Interface Bridges
# CONFIG_DRM_LOONGSON is not set
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_LOGICVC is not set
# CONFIG_DRM_ARCPGU is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_GM12U320 is not set
# CONFIG_DRM_OFDRM is not set
# CONFIG_DRM_SIMPLEDRM is not set
# CONFIG_DRM_GUD is not set
# CONFIG_DRM_SSD130X is not set
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_OF is not set
# CONFIG_FB_CONTROL is not set
# CONFIG_FB_PLATINUM is not set
# CONFIG_FB_VALKYRIE is not set
CONFIG_FB_CT65550=y
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
CONFIG_FB_CORE=y
CONFIG_FB_NOTIFY=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DEVICE is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_IOMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS=y
CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
# end of Frame buffer Devices
#
# Backlight & LCD device support
#
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_KTZ8866 is not set
# CONFIG_BACKLIGHT_QCOM_WLED is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
CONFIG_BACKLIGHT_LED=m
# end of Backlight & LCD device support
CONFIG_HDMI=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
# end of Console display driver support
# CONFIG_LOGO is not set
# end of Graphics support
# CONFIG_DRM_ACCEL is not set
# CONFIG_SOUND is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_MACALLY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CREATIVE_SB0540 is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EVISION is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_FT260 is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_GLORIOUS is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GOOGLE_STADIA_FF is not set
# CONFIG_HID_VIVALDI is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_VIEWSONIC is not set
# CONFIG_HID_VRC2 is not set
# CONFIG_HID_XIAOMI is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LETSKETCH is not set
# CONFIG_HID_LOGITECH is not set
CONFIG_HID_MAGICMOUSE=y
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
# CONFIG_HID_MEGAWORLD_FF is not set
# CONFIG_HID_REDRAGON is not set
CONFIG_HID_MICROSOFT=m
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
CONFIG_HID_NINTENDO=m
# CONFIG_NINTENDO_FF is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PXRC is not set
# CONFIG_HID_RAZER is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
CONFIG_HID_ROCCAT=m
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SEMITEK is not set
# CONFIG_HID_SIGMAMICRO is not set
CONFIG_HID_SONY=m
# CONFIG_SONY_FF is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_TOPRE is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_WACOM is not set
CONFIG_HID_WIIMOTE=m
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
# CONFIG_HID_MCP2221 is not set
# end of Special HID drivers
#
# HID-BPF support
#
# end of HID-BPF support
#
# USB HID support
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y
# end of USB HID support
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_PRODUCTLIST is not set
# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=m
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_XPS_USB_HCD_XILINX is not set
# CONFIG_USB_EHCI_FSL is not set
CONFIG_USB_EHCI_HCD_PPC_OF=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
CONFIG_USB_OHCI_HCD_PPC_OF=y
CONFIG_USB_OHCI_HCD_PCI=m
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
CONFIG_USB_UAS=m
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
#
# USB dual-mode controller drivers
#
# CONFIG_USB_CDNS_SUPPORT is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set
#
# USB port drivers
#
CONFIG_USB_SERIAL=m
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_SIMPLE is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
# CONFIG_USB_SERIAL_XR is not set
# CONFIG_USB_SERIAL_DEBUG is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
CONFIG_USB_APPLEDISPLAY=m
# CONFIG_APPLE_MFI_FASTCHARGE is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
# CONFIG_USB_ONBOARD_HUB is not set
#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_ISP1301 is not set
# end of USB Physical Layer drivers
# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_MMC is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_CLASS_MULTICOLOR is not set
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
#
# LED drivers
#
# CONFIG_LEDS_AN30259A is not set
# CONFIG_LEDS_AW200XX is not set
# CONFIG_LEDS_AW2013 is not set
# CONFIG_LEDS_BCM6328 is not set
# CONFIG_LEDS_BCM6358 is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3532 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_LM3692X is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP55XX_COMMON is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_PCA995X is not set
# CONFIG_LEDS_BD2606MVV is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_IS31FL319X is not set
# CONFIG_LEDS_IS31FL32XX is not set
#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_LM3697 is not set
#
# Flash and Torch LED drivers
#
#
# RGB LED drivers
#
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
CONFIG_LEDS_TRIGGER_DISK=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_LEDS_TRIGGER_PANIC is not set
# CONFIG_LEDS_TRIGGER_NETDEV is not set
# CONFIG_LEDS_TRIGGER_PATTERN is not set
# CONFIG_LEDS_TRIGGER_AUDIO is not set
# CONFIG_LEDS_TRIGGER_TTY is not set
#
# Simple LED drivers
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_HYM8563 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_NCT3018Y is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12026 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3028 is not set
# CONFIG_RTC_DRV_RV3032 is not set
# CONFIG_RTC_DRV_RV8803 is not set
# CONFIG_RTC_DRV_SD3078 is not set
#
# SPI RTC drivers
#
CONFIG_RTC_I2C_AND_SPI=y
#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set
# CONFIG_RTC_DRV_RX6110 is not set
#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_ZYNQMP is not set
#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_GENERIC=y
# CONFIG_RTC_DRV_CADENCE is not set
# CONFIG_RTC_DRV_FTRTC010 is not set
# CONFIG_RTC_DRV_R7301 is not set
#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_GOLDFISH is not set
# CONFIG_DMADEVICES is not set
#
# DMABUF options
#
CONFIG_SYNC_FILE=y
# CONFIG_SW_SYNC is not set
CONFIG_UDMABUF=y
# CONFIG_DMABUF_MOVE_NOTIFY is not set
# CONFIG_DMABUF_DEBUG is not set
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
# CONFIG_DMABUF_SYSFS_STATS is not set
CONFIG_DMABUF_HEAPS_SYSTEM=y
# end of DMABUF options
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_PCI_LIB_LEGACY=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_VIRTIO_INPUT=y
# CONFIG_VIRTIO_MMIO is not set
CONFIG_VIRTIO_DMA_SHARED_BUFFER=m
# CONFIG_VDPA is not set
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_TASK=y
CONFIG_VHOST=y
CONFIG_VHOST_MENU=y
CONFIG_VHOST_NET=y
# CONFIG_VHOST_VSOCK is not set
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
#
# Microsoft Hyper-V guest support
#
# end of Microsoft Hyper-V guest support
# CONFIG_GREYBUS is not set
# CONFIG_COMEDI is not set
# CONFIG_STAGING is not set
# CONFIG_GOLDFISH is not set
# CONFIG_COMMON_CLK is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
# end of Clock Source drivers
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_SUPPORT=y
#
# Generic IOMMU Pagetable Support
#
# end of Generic IOMMU Pagetable Support
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMUFD is not set
#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
# end of Remoteproc drivers
#
# Rpmsg drivers
#
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers
# CONFIG_SOUNDWIRE is not set
#
# SOC (System On Chip) specific Drivers
#
#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers
#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers
#
# NXP/Freescale QorIQ SoC drivers
#
# CONFIG_QUICC_ENGINE is not set
# end of NXP/Freescale QorIQ SoC drivers
#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers
#
# i.MX SoC drivers
#
# end of i.MX SoC drivers
#
# Enable LiteX SoC Builder specific drivers
#
# CONFIG_LITEX_SOC_CONTROLLER is not set
# end of Enable LiteX SoC Builder specific drivers
# CONFIG_WPCM450_SOC is not set
#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers
# CONFIG_SOC_TI is not set
#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_PWM is not set
#
# IRQ chip support
#
CONFIG_IRQCHIP=y
# CONFIG_AL_FIC is not set
# CONFIG_XILINX_INTC is not set
# end of IRQ chip support
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set
#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms
# CONFIG_PHY_CADENCE_DPHY is not set
# CONFIG_PHY_CADENCE_DPHY_RX is not set
# CONFIG_PHY_CADENCE_SALVO is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_PHY_RTK_RTD_USB2PHY is not set
# CONFIG_PHY_RTK_RTD_USB3PHY is not set
# end of PHY Subsystem
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
#
# Performance monitor support
#
# end of Performance monitor support
# CONFIG_RAS is not set
# CONFIG_USB4 is not set
#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
# end of Android
# CONFIG_DAX is not set
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
#
# Layout Types
#
# CONFIG_NVMEM_LAYOUT_SL28_VPD is not set
# CONFIG_NVMEM_LAYOUT_ONIE_TLV is not set
# end of Layout Types
# CONFIG_NVMEM_RMEM is not set
#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support
# CONFIG_FPGA is not set
# CONFIG_FSI is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set
# CONFIG_COUNTER is not set
# CONFIG_MOST is not set
# CONFIG_PECI is not set
# CONFIG_HTE is not set
# end of Device Drivers
#
# File systems
#
# CONFIG_VALIDATE_FS_PARSER is not set
CONFIG_FS_IOMAP=y
CONFIG_BUFFER_HEAD=y
CONFIG_LEGACY_DIRECT_IO=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
CONFIG_VIRTIO_FS=y
# CONFIG_OVERLAY_FS is not set
#
# Caches
#
CONFIG_NETFS_SUPPORT=y
# CONFIG_NETFS_STATS is not set
# CONFIG_FSCACHE is not set
# end of Caches
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
# end of CD-ROM/DVD Filesystems
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
CONFIG_NTFS3_FS=m
CONFIG_NTFS3_LZX_XPRESS=y
# CONFIG_NTFS3_FS_POSIX_ACL is not set
# end of DOS/FAT/EXFAT/NT Filesystems
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_TMPFS_QUOTA is not set
CONFIG_CONFIGFS_FS=m
# end of Pseudo filesystems
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=m
# CONFIG_ECRYPT_FS is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
CONFIG_BEFS_DEBUG=y
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EROFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
# CONFIG_NFS_V2 is not set
# CONFIG_NFS_V3 is not set
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_NFS_COMMON=y
CONFIG_NFS_V4_2_SSC_HELPER=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_BACKCHANNEL=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
CONFIG_SUNRPC_DEBUG=y
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=m
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SWN_UPCALL=y
# CONFIG_SMB_SERVER is not set
CONFIG_SMBFS=m
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=m
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_MAC_ROMAN=m
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
CONFIG_NLS_UCS2_UTILS=m
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_REQUEST_CACHE=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_PATH is not set
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_SECURITY_LANDLOCK is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf"
#
# Kernel hardening options
#
#
# Memory initialization
#
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
CONFIG_INIT_STACK_NONE=y
# CONFIG_INIT_STACK_ALL_PATTERN is not set
# CONFIG_INIT_STACK_ALL_ZERO is not set
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
CONFIG_ZERO_CALL_USED_REGS=y
# end of Memory initialization
#
# Hardening of kernel data structures
#
CONFIG_LIST_HARDENED=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
# end of Hardening of kernel data structures
CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SIG2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=m
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_MANAGER_EXTRA_TESTS is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_NULL2=m
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ENGINE=y
# end of Crypto core or helper
#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_DH_RFC7919_GROUPS is not set
CONFIG_CRYPTO_ECC=m
CONFIG_CRYPTO_ECDH=m
# CONFIG_CRYPTO_ECDSA is not set
# CONFIG_CRYPTO_ECRDSA is not set
# CONFIG_CRYPTO_SM2 is not set
# CONFIG_CRYPTO_CURVE25519 is not set
# end of Public-key cryptography
#
# Block ciphers
#
CONFIG_CRYPTO_AES=m
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_ARIA is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SM4_GENERIC is not set
# CONFIG_CRYPTO_TWOFISH is not set
# end of Block ciphers
#
# Length-preserving ciphers and modes
#
CONFIG_CRYPTO_ADIANTUM=m
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=m
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_HCTR2 is not set
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_OFB is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=m
CONFIG_CRYPTO_NHPOLY1305=m
# end of Length-preserving ciphers and modes
#
# AEAD (authenticated encryption with associated data) ciphers
#
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_GENIV=m
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=m
CONFIG_CRYPTO_ESSIV=m
# end of AEAD (authenticated encryption with associated data) ciphers
#
# Hashes, digests, and MACs
#
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_GHASH=m
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_SHA3=m
# CONFIG_CRYPTO_SM3_GENERIC is not set
# CONFIG_CRYPTO_STREEBOG is not set
# CONFIG_CRYPTO_VMAC is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_XXHASH=y
# end of Hashes, digests, and MACs
#
# CRCs (cyclic redundancy checks)
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32=y
# CONFIG_CRYPTO_CRCT10DIF is not set
# end of CRCs (cyclic redundancy checks)
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
CONFIG_CRYPTO_ZSTD=y
# end of Compression
#
# Random number generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=m
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=m
CONFIG_CRYPTO_JITTERENTROPY=m
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
CONFIG_CRYPTO_KDF800108_CTR=y
# end of Random number generation
#
# Userspace interface
#
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=m
CONFIG_CRYPTO_USER_API_RNG=m
# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
CONFIG_CRYPTO_USER_API_AEAD=m
# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set
# CONFIG_CRYPTO_STATS is not set
# end of Userspace interface
CONFIG_CRYPTO_HASH_INFO=y
#
# Accelerated Cryptographic Algorithms for CPU (powerpc)
#
CONFIG_CRYPTO_MD5_PPC=m
CONFIG_CRYPTO_SHA1_PPC=m
# end of Accelerated Cryptographic Algorithms for CPU (powerpc)
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set
# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set
CONFIG_CRYPTO_DEV_VIRTIO=y
# CONFIG_CRYPTO_DEV_SAFEXCEL is not set
# CONFIG_CRYPTO_DEV_CCREE is not set
# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_FIPS_SIGNATURE_SELFTEST is not set
#
# Certificates for signature checking
#
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
# CONFIG_SECONDARY_TRUSTED_KEYRING is not set
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_RAID6_PQ_BENCHMARK=y
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
# CONFIG_CORDIC is not set
# CONFIG_PRIME_NUMBERS is not set
CONFIG_GENERIC_PCI_IOMAP=y
#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CRYPTO_LIB_AES=m
CONFIG_CRYPTO_LIB_ARC4=m
CONFIG_CRYPTO_LIB_GF128MUL=m
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m
CONFIG_CRYPTO_LIB_CHACHA=m
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m
CONFIG_CRYPTO_LIB_CURVE25519=m
CONFIG_CRYPTO_LIB_DES=m
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1
CONFIG_CRYPTO_LIB_POLY1305_GENERIC=m
CONFIG_CRYPTO_LIB_POLY1305=m
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=m
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
# CONFIG_CRC64_ROCKSOFT is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_XXHASH=y
CONFIG_RANDOM32_SELFTEST=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_ZSTD_COMMON=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_ZSTD=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_ARCH_DMA_DEFAULT_COHERENT=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_DMA_MAP_BENCHMARK is not set
CONFIG_SGL_ALLOC=y
# CONFIG_FORCE_NR_CPUS is not set
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_GENERIC_ATOMIC64=y
CONFIG_CLZ_TAB=y
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_LIBFDT=y
CONFIG_OID_REGISTRY=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_STACKDEPOT_ALWAYS_INIT=y
CONFIG_SBITMAP=y
# end of Library routines
CONFIG_GENERIC_IOREMAP=y
#
# Kernel hacking
#
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DYNAMIC_DEBUG_CORE is not set
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_MISC is not set
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_AS_HAS_NON_CONST_LEB128=y
# CONFIG_DEBUG_INFO_NONE is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_REDUCED=y
CONFIG_DEBUG_INFO_COMPRESSED_NONE=y
# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set
CONFIG_DEBUG_INFO_SPLIT=y
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=1024
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
# CONFIG_HEADERS_INSTALL is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set
# CONFIG_VMLINUX_MAP is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options
#
# Generic Kernel Debugging Instruments
#
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# end of Generic Kernel Debugging Instruments
#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
# CONFIG_DEBUG_NET is not set
# end of Networking Debugging
#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
CONFIG_DEBUG_PAGEALLOC=y
# CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT is not set
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_PAGE_POISONING=y
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_ARCH_HAS_DEBUG_WX=y
CONFIG_DEBUG_WX=y
CONFIG_GENERIC_PTDUMP=y
CONFIG_PTDUMP_CORE=y
# CONFIG_PTDUMP_DEBUGFS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SHRINKER_DEBUG is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VM_PGTABLE=y
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_KMAP_LOCAL is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
CONFIG_KASAN=y
CONFIG_KASAN_GENERIC=y
CONFIG_KASAN_OUTLINE=y
# CONFIG_KASAN_INLINE is not set
CONFIG_KASAN_STACK=y
CONFIG_KASAN_VMALLOC=y
# CONFIG_KASAN_MODULE_TEST is not set
CONFIG_HAVE_ARCH_KFENCE=y
# CONFIG_KFENCE is not set
# end of Memory Debugging
CONFIG_DEBUG_SHIRQ=y
#
# Debug Oops, Lockups and Hangs
#
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_HAVE_HARDLOCKUP_DETECTOR_BUDDY=y
# CONFIG_HARDLOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=40
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_WQ_WATCHDOG=y
# CONFIG_WQ_CPU_INTENSIVE_REPORT is not set
# CONFIG_TEST_LOCKUP is not set
# end of Debug Oops, Lockups and Hangs
#
# Scheduler Debugging
#
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# end of Scheduler Debugging
# CONFIG_DEBUG_TIMEKEEPING is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)
CONFIG_DEBUG_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
# CONFIG_DEBUG_MAPLE_TREE is not set
# end of Debug kernel data structures
CONFIG_DEBUG_CREDENTIALS=y
#
# RCU Debugging
#
# CONFIG_RCU_SCALE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
# CONFIG_RCU_CPU_STALL_CPUTIME is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_OBJTOOL_MCOUNT=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_SAMPLES is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
CONFIG_IO_STRICT_DEVMEM=y
#
# powerpc Debugging
#
# CONFIG_PPC_DISABLE_WERROR is not set
CONFIG_PPC_WERROR=y
CONFIG_PRINT_STACK_DEPTH=64
# CONFIG_PPC_EMULATED_STATS is not set
# CONFIG_CODE_PATCHING_SELFTEST is not set
# CONFIG_JUMP_LABEL_FEATURE_CHECKS is not set
# CONFIG_FTR_FIXUP_SELFTEST is not set
# CONFIG_MSI_BITMAP_SELFTEST is not set
# CONFIG_XMON is not set
# CONFIG_BDI_SWITCH is not set
CONFIG_BOOTX_TEXT=y
CONFIG_PPC_EARLY_DEBUG=y
CONFIG_PPC_EARLY_DEBUG_BOOTX=y
# CONFIG_PPC_EARLY_DEBUG_MEMCONS is not set
CONFIG_KASAN_SHADOW_OFFSET=0xe0000000
# end of powerpc Debugging
#
# Kernel Testing and Coverage
#
# CONFIG_KUNIT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
#
# Rust hacking
#
# end of Rust hacking
# end of Kernel hacking
[-- Attachment #3: dmesg_66-rc1_g4 --]
[-- Type: application/octet-stream, Size: 47813 bytes --]
[ 0.000000] printk: bootconsole [udbg0] enabled
[ 0.000000] Total memory = 2048MB; using 4096kB for hash table
[ 0.000000] Linux version 6.6.0-rc1-PMacG4 (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #1 SMP Tue Sep 12 01:46:35 CEST 2023
[ 0.000000] KASAN init done
[ 0.000000] ioremap() called early from pmac_feature_init+0x120/0xaf8. Use early_ioremap() instead
[ 0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x24
[ 0.000000] Mapped at 0xf53bf000
[ 0.000000] ioremap() called early from probe_one_macio+0x168/0x300. Use early_ioremap() instead
[ 0.000000] Found a Keylargo mac-io controller, rev: 3, mapped at 0x(ptrval)
[ 0.000000] PowerMac motherboard: PowerMac G4 Windtunnel
[ 0.000000] ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
[ 0.000000] Hardware name: PowerMac3,6 7455 0x80010303 PowerMac
[ 0.000000] CPU maps initialized for 1 thread per core
[ 0.000000] (thread shift is 0)
[ 0.000000] -----------------------------------------------------
[ 0.000000] phys_mem_size = 0x80000000
[ 0.000000] dcache_bsize = 0x20
[ 0.000000] icache_bsize = 0x20
[ 0.000000] cpu_features = 0x000000002514600a
[ 0.000000] possible = 0x00000000277de00a
[ 0.000000] always = 0x0000000001000000
[ 0.000000] cpu_user_features = 0x9c000001 0x00000000
[ 0.000000] mmu_features = 0x00010001
[ 0.000000] Hash_size = 0x400000
[ 0.000000] Hash_mask = 0xffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] ioremap() called early from pmac_setup_arch+0x144/0x2f4. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x214/0x330. Use early_ioremap() instead
[ 0.000000] ioremap() called early from find_via_pmu+0x23c/0x330. Use early_ioremap() instead
[ 0.000000] via-pmu: Server Mode is disabled
[ 0.000000] PMU driver v2 initialized for Core99, firmware: 0c
[ 0.000000] ioremap() called early from pmac_nvram_init+0x19c/0x684. Use early_ioremap() instead
[ 0.000000] nvram: Checking bank 0...
[ 0.000000] nvram: gen0=3282, gen1=3283
[ 0.000000] nvram: Active bank is: 1
[ 0.000000] nvram: OF partition at 0x410
[ 0.000000] nvram: XP partition at 0x1020
[ 0.000000] nvram: NR partition at 0x1120
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] percpu: Embedded 13 pages/cpu s23988 r8192 d21068 u53248
[ 0.000000] pcpu-alloc: s23988 r8192 d21068 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Kernel command line: ro root=/dev/sda5 nr_cpus=1 zswap.max_pool_percent=16 slub_debug=FZP page_poison=1 netconsole=6666@192.168.178.8/eth0,6666@192.168.178.3/70:85:C2:30:EC:01 init=/usr/lib/systemd/systemd
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 1048576 (order: 10, 4194304 bytes, linear)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xf6000000..0xfec00000 : kasan shadow mem
[ 0.000000] * 0xf5bbf000..0xf5fff000 : fixmap
[ 0.000000] * 0xf5400000..0xf5800000 : highmem PTEs
[ 0.000000] * 0xf5115000..0xf5400000 : early ioremap
[ 0.000000] * 0xf1000000..0xf5110000 : vmalloc & ioremap
[ 0.000000] * 0xb0000000..0xc0000000 : modules
[ 0.000000] Memory: 1946740K/2097152K available (15944K kernel code, 1880K rwdata, 4536K rodata, 1344K init, 391K bss, 150412K reserved, 0K cma-reserved, 1212416K highmem)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16
[ 0.000000] mpic: Resetting
[ 0.000000] mpic: Setting up MPIC " MPIC 1 " version 1.2 at 80040000, max 1 CPUs
[ 0.000000] mpic: ISU size: 64, shift: 6, mask: 3f
[ 0.000000] mpic: Initializing for 64 sources
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] time_init: decrementer frequency = 41.658765 MHz
[ 0.000000] time_init: processor frequency = 1416.666661 MHz
[ 0.000009] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x99b97f1da, max_idle_ns: 440795202966 ns
[ 0.000561] clocksource: timebase mult[18012a56] shift[24] registered
[ 0.001060] clockevent: decrementer mult[aaa2619] shift[32] cpu[0]
[ 0.002816] Console: colour dummy device 80x25
[ 0.003288] printk: console [tty0] enabled
[ 0.003742] printk: bootconsole [udbg0] disabled
[ 0.004811] pid_max: default: 32768 minimum: 301
[ 0.009812] LSM: initializing lsm=capability,yama
[ 0.009892] Yama: becoming mindful.
[ 0.011368] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.011470] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.020374] PowerMac SMP probe found 2 cpus
[ 0.020949] KeyWest i2c @0xf8001003 irq 42 /uni-n@f8000000/i2c@f8001000
[ 0.021056] channel 0 bus <multibus>
[ 0.021112] channel 1 bus <multibus>
[ 0.021405] KeyWest i2c @0x80018000 irq 26 /pci@f2000000/mac-io@17/i2c@18000
[ 0.021742] channel 0 bus <multibus>
[ 0.021887] PMU i2c /pci@f2000000/mac-io@17/via-pmu@16000/pmu-i2c
[ 0.021967] channel 1 bus <multibus>
[ 0.022015] channel 2 bus <multibus>
[ 0.022073] pmf: no parser for command 17 !
[ 0.022203] Processor timebase sync using GPIO 0x73
[ 0.022237] mpic: requesting IPIs...
[ 0.022656] CPU0: L2CR is 80000000
[ 0.022689] CPU0: L3CR is 9c030000
[ 0.026846] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[ 0.027263] MPC7450 family performance monitor hardware support registered
[ 0.027825] rcu: Hierarchical SRCU implementation.
[ 0.027871] rcu: Max phase no-delay instances is 1000.
[ 0.029218] smp: Bringing up secondary CPUs ...
[ 0.029300] smp: Brought up 1 node, 1 CPU
[ 0.032632] devtmpfs: initialized
[ 0.034973] Duplicate name in PowerPC,G4@0, renamed to "l2-cache#1"
[ 0.035396] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.036703] Duplicate name in PowerPC,G4@1, renamed to "l2-cache#1"
[ 0.037102] Duplicate name in l2-cache#1, renamed to "l2-cache#1"
[ 0.052689] Duplicate name in gpio@50, renamed to "gpio5@6f#1"
[ 0.053018] Duplicate name in gpio@50, renamed to "gpio6@70#1"
[ 0.053631] Duplicate name in gpio@50, renamed to "gpio11@75#1"
[ 0.053903] Duplicate name in gpio@50, renamed to "extint-gpio15@67#1"
[ 0.078499] Found UniNorth PCI host bridge at 0x00000000f0000000. Firmware bus number: 0->0
[ 0.078606] PCI host bridge /pci@f0000000 ranges:
[ 0.078696] MEM 0x00000000f1000000..0x00000000f1ffffff -> 0x00000000f1000000
[ 0.078767] IO 0x00000000f0000000..0x00000000f07fffff -> 0x0000000000000000
[ 0.086998] MEM 0x0000000090000000..0x00000000afffffff -> 0x0000000090000000
[ 0.087258] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[ 0.087318] PCI host bridge /pci@f2000000 (primary) ranges:
[ 0.087404] MEM 0x00000000f3000000..0x00000000f3ffffff -> 0x00000000f3000000
[ 0.087473] IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[ 0.095879] MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
[ 0.096187] Found UniNorth PCI host bridge at 0x00000000f4000000. Firmware bus number: 0->0
[ 0.096249] PCI host bridge /pci@f4000000 ranges:
[ 0.096334] MEM 0x00000000f5000000..0x00000000f5ffffff -> 0x00000000f5000000
[ 0.096393] IO 0x00000000f4000000..0x00000000f47fffff -> 0x0000000000000000
[ 0.104983] Found NEC PD720100A USB2 chip with disabled EHCI, fixing up...
[ 0.106219] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.106362] futex hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.108640] prandom: seed boundary self test passed
[ 0.116505] prandom: 100 self tests passed
[ 0.120467] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.136040] PCI: Probing PCI hardware
[ 0.137451] PCI host bridge to bus 0000:00
[ 0.137523] pci_bus 0000:00: root bus resource [io 0xff780000-0xfff7ffff] (bus address [0x0000-0x7fffff])
[ 0.137597] pci_bus 0000:00: root bus resource [mem 0xf1000000-0xf1ffffff]
[ 0.137653] pci_bus 0000:00: root bus resource [mem 0x90000000-0xafffffff]
[ 0.137712] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.137759] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.139406] pci 0000:00:0b.0: [106b:0034] type 00 class 0x060000
[ 0.141205] pci 0000:00:10.0: [1002:4150] type 00 class 0x030000
[ 0.141289] pci 0000:00:10.0: reg 0x10: [mem 0xa0000000-0xafffffff pref]
[ 0.141348] pci 0000:00:10.0: reg 0x14: [io 0xff780400-0xff7804ff]
[ 0.141403] pci 0000:00:10.0: reg 0x18: [mem 0x90000000-0x9000ffff]
[ 0.141477] pci 0000:00:10.0: reg 0x30: [mem 0x90020000-0x9003ffff pref]
[ 0.141592] pci 0000:00:10.0: supports D1 D2
[ 0.144311] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.146371] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.146526] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.146686] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.146822] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio16@68: could not find phandle 1936745825
[ 0.146983] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio14@66: could not find phandle 1818848869
[ 0.147138] OF: /pci@f2000000/mac-io@17/gpio@50/gpio12@76: could not find phandle 1835103092
[ 0.147267] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.147388] OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532
[ 0.147509] OF: /pci@f2000000/mac-io@17/gpio@50/gpio6@70: could not find phandle 1634562093
[ 0.147631] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio4@5c: could not find phandle 1818848869
[ 0.147784] OF: /pci@f2000000/mac-io@17/gpio@50/gpio11@75: could not find phandle 1635083369
[ 0.147907] OF: /pci@f2000000/mac-io@17/gpio@50/extint-gpio15@67: could not find phandle 1751474532
[ 0.150547] pci_bus 0001:10: Fixed dependency cycle(s) with /pci@f2000000/mac-io@17/interrupt-controller@40000
[ 0.150788] PCI host bridge to bus 0001:10
[ 0.150834] pci_bus 0001:10: root bus resource [io 0x0000-0x7fffff]
[ 0.150890] pci_bus 0001:10: root bus resource [mem 0xf3000000-0xf3ffffff]
[ 0.150944] pci_bus 0001:10: root bus resource [mem 0x80000000-0x8fffffff]
[ 0.151002] pci_bus 0001:10: root bus resource [bus 10-ff]
[ 0.151047] pci_bus 0001:10: busn_res: [bus 10-ff] end is updated to ff
[ 0.152874] pci 0001:10:0b.0: [106b:0035] type 00 class 0x060000
[ 0.154537] pci 0001:10:12.0: [1033:0035] type 00 class 0x0c0310
[ 0.154617] pci 0001:10:12.0: reg 0x10: [mem 0x8008c000-0x8008cfff]
[ 0.154757] pci 0001:10:12.0: supports D1 D2
[ 0.154797] pci 0001:10:12.0: PME# supported from D0 D1 D2 D3hot
[ 0.156091] pci 0001:10:12.1: [1033:0035] type 00 class 0x0c0310
[ 0.156167] pci 0001:10:12.1: reg 0x10: [mem 0x8008b000-0x8008bfff]
[ 0.156307] pci 0001:10:12.1: supports D1 D2
[ 0.156346] pci 0001:10:12.1: PME# supported from D0 D1 D2 D3hot
[ 0.157210] pci 0001:10:12.2: [1033:00e0] type 00 class 0x0c0320
[ 0.157283] pci 0001:10:12.2: reg 0x10: [mem 0x80081000-0x800810ff]
[ 0.157420] pci 0001:10:12.2: supports D1 D2
[ 0.157459] pci 0001:10:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.158561] pci 0001:10:13.0: [1095:3112] type 00 class 0x018000
[ 0.158635] pci 0001:10:13.0: reg 0x10: [io 0x0460-0x0467]
[ 0.158687] pci 0001:10:13.0: reg 0x14: [io 0x0450-0x0453]
[ 0.158737] pci 0001:10:13.0: reg 0x18: [io 0x0440-0x0447]
[ 0.158786] pci 0001:10:13.0: reg 0x1c: [io 0x0430-0x0433]
[ 0.158836] pci 0001:10:13.0: reg 0x20: [io 0x0420-0x042f]
[ 0.158887] pci 0001:10:13.0: reg 0x24: [mem 0x80082000-0x800821ff]
[ 0.158940] pci 0001:10:13.0: reg 0x30: [mem 0x80100000-0x8017ffff pref]
[ 0.159046] pci 0001:10:13.0: supports D1 D2
[ 0.160370] pci 0001:10:15.0: [9710:9865] type 00 class 0x070002
[ 0.160449] pci 0001:10:15.0: reg 0x10: [io 0x0410-0x0417]
[ 0.160503] pci 0001:10:15.0: reg 0x14: [mem 0x8008a000-0x8008afff]
[ 0.160568] pci 0001:10:15.0: reg 0x20: [mem 0x80089000-0x80089fff]
[ 0.160688] pci 0001:10:15.0: supports D1 D2
[ 0.160727] pci 0001:10:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.161900] pci 0001:10:15.1: [9710:9865] type 00 class 0x070002
[ 0.161978] pci 0001:10:15.1: reg 0x10: [io 0x0400-0x0407]
[ 0.162031] pci 0001:10:15.1: reg 0x14: [mem 0x80088000-0x80088fff]
[ 0.162096] pci 0001:10:15.1: reg 0x20: [mem 0x80087000-0x80087fff]
[ 0.162214] pci 0001:10:15.1: supports D1 D2
[ 0.162253] pci 0001:10:15.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.163191] pci 0001:10:15.2: [ffff:9865] type 00 class 0x070103
[ 0.163265] pci 0001:10:15.2: reg 0x10: [io 0x0000-0x0007]
[ 0.163317] pci 0001:10:15.2: reg 0x14: [io 0x0000-0x0007]
[ 0.163368] pci 0001:10:15.2: reg 0x18: [mem 0x00000000-0x00000fff]
[ 0.163426] pci 0001:10:15.2: reg 0x20: [mem 0x00000000-0x00000fff]
[ 0.163542] pci 0001:10:15.2: supports D1 D2
[ 0.163580] pci 0001:10:15.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.164686] pci 0001:10:16.0: [14e4:4320] type 00 class 0x028000
[ 0.164762] pci 0001:10:16.0: reg 0x10: [mem 0x8008e000-0x8008ffff]
[ 0.164898] pci 0001:10:16.0: supports D1 D2
[ 0.164937] pci 0001:10:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.165874] pci 0001:10:17.0: [106b:0022] type 00 class 0xff0000
[ 0.165946] pci 0001:10:17.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[ 0.167644] pci 0001:10:18.0: [106b:0019] type 00 class 0x0c0310
[ 0.167725] pci 0001:10:18.0: reg 0x10: [mem 0x80086000-0x80086fff]
[ 0.168663] pci 0001:10:19.0: [106b:0019] type 00 class 0x0c0310
[ 0.168736] pci 0001:10:19.0: reg 0x10: [mem 0x80085000-0x80085fff]
[ 0.170039] pci 0001:10:1b.0: [1033:0035] type 00 class 0x0c0310
[ 0.170120] pci 0001:10:1b.0: reg 0x10: [mem 0x80084000-0x80084fff]
[ 0.170261] pci 0001:10:1b.0: supports D1 D2
[ 0.170300] pci 0001:10:1b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.171212] pci 0001:10:1b.1: [1033:0035] type 00 class 0x0c0310
[ 0.171286] pci 0001:10:1b.1: reg 0x10: [mem 0x80083000-0x80083fff]
[ 0.171424] pci 0001:10:1b.1: supports D1 D2
[ 0.171463] pci 0001:10:1b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.172620] pci 0001:10:1b.2: [1033:00e0] type 00 class 0x0c0320
[ 0.172696] pci 0001:10:1b.2: reg 0x10: [mem 0x80080000-0x800800ff]
[ 0.172833] pci 0001:10:1b.2: supports D1 D2
[ 0.172909] pci 0001:10:1b.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.174173] pci_bus 0001:10: busn_res: [bus 10-ff] end is updated to 10
[ 0.178067] PCI host bridge to bus 0002:20
[ 0.178138] pci_bus 0002:20: root bus resource [io 0x880000-0x107ffff] (bus address [0x0000-0x7fffff])
[ 0.178209] pci_bus 0002:20: root bus resource [mem 0xf5000000-0xf5ffffff]
[ 0.178267] pci_bus 0002:20: root bus resource [bus 20-ff]
[ 0.178313] pci_bus 0002:20: busn_res: [bus 20-ff] end is updated to ff
[ 0.180177] pci 0002:20:0b.0: [106b:0036] type 00 class 0x060000
[ 0.181226] pci 0002:20:0d.0: [106b:0033] type 00 class 0xff0000
[ 0.181300] pci 0002:20:0d.0: reg 0x10: [mem 0xf5004000-0xf5007fff]
[ 0.182492] pci 0002:20:0e.0: [106b:0031] type 00 class 0x0c0010
[ 0.182566] pci 0002:20:0e.0: reg 0x10: [mem 0xf5000000-0xf5000fff]
[ 0.182698] pci 0002:20:0e.0: supports D1 D2
[ 0.182738] pci 0002:20:0e.0: PME# supported from D0 D1 D2 D3hot
[ 0.183818] pci 0002:20:0f.0: [106b:0032] type 00 class 0x020000
[ 0.183897] pci 0002:20:0f.0: reg 0x10: [mem 0xf5200000-0xf53fffff]
[ 0.183985] pci 0002:20:0f.0: reg 0x30: [mem 0xf5100000-0xf51fffff pref]
[ 0.187085] pci_bus 0002:20: busn_res: [bus 20-ff] end is updated to 20
[ 0.188130] PCI 0000:00 Cannot reserve Legacy IO [io 0xff780000-0xff780fff]
[ 0.188204] PCI 0001:10 Cannot reserve Legacy IO [io 0x0000-0x0fff]
[ 0.188275] pci_bus 0000:00: resource 4 [io 0xff780000-0xfff7ffff]
[ 0.188324] pci_bus 0000:00: resource 5 [mem 0xf1000000-0xf1ffffff]
[ 0.188370] pci_bus 0000:00: resource 6 [mem 0x90000000-0xafffffff]
[ 0.188521] pci 0001:10:15.2: BAR 2: assigned [mem 0xf3000000-0xf3000fff]
[ 0.188584] pci 0001:10:15.2: BAR 4: assigned [mem 0xf3001000-0xf3001fff]
[ 0.188641] pci 0001:10:15.2: BAR 0: assigned [io 0x1000-0x1007]
[ 0.188695] pci 0001:10:15.2: BAR 1: assigned [io 0x1008-0x100f]
[ 0.188767] pci_bus 0001:10: resource 4 [io 0x0000-0x7fffff]
[ 0.188812] pci_bus 0001:10: resource 5 [mem 0xf3000000-0xf3ffffff]
[ 0.188858] pci_bus 0001:10: resource 6 [mem 0x80000000-0x8fffffff]
[ 0.188910] pci_bus 0002:20: resource 4 [io 0x880000-0x107ffff]
[ 0.188955] pci_bus 0002:20: resource 5 [mem 0xf5000000-0xf5ffffff]
[ 0.256775] raid6: altivecx8 gen() 549 MB/s
[ 0.313615] raid6: altivecx4 gen() 532 MB/s
[ 0.370475] raid6: altivecx2 gen() 473 MB/s
[ 0.427311] raid6: altivecx1 gen() 379 MB/s
[ 0.484182] raid6: int32x8 gen() 135 MB/s
[ 0.541043] raid6: int32x4 gen() 133 MB/s
[ 0.597873] raid6: int32x2 gen() 116 MB/s
[ 0.654727] raid6: int32x1 gen() 92 MB/s
[ 0.654761] raid6: using algorithm altivecx8 gen() 549 MB/s
[ 0.654796] raid6: using intx1 recovery algorithm
[ 0.661139] SCSI subsystem initialized
[ 0.662469] libata version 3.00 loaded.
[ 0.663706] usbcore: registered new interface driver usbfs
[ 0.663977] usbcore: registered new interface driver hub
[ 0.664520] usbcore: registered new device driver usb
[ 0.672964] pci 0000:00:10.0: vgaarb: setting as boot VGA device
[ 0.673044] pci 0000:00:10.0: vgaarb: bridge control possible
[ 0.673084] pci 0000:00:10.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.673180] vgaarb: loaded
[ 0.673874] clocksource: Switched to clocksource timebase
[ 0.741783] NET: Registered PF_INET protocol family
[ 0.743161] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.750037] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.751756] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.753280] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.754464] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.755118] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.756332] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.756591] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.757876] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.758295] pci 0001:10:12.0: enabling device (0000 -> 0002)
[ 0.758467] pci 0001:10:12.1: enabling device (0000 -> 0002)
[ 0.758589] pci 0001:10:12.2: enabling device (0004 -> 0006)
[ 0.758890] Apple USB OHCI 0001:10:18.0 disabled by firmware
[ 0.758932] pci 0001:10:18.0: Can't enable PCI device, BIOS handoff failed.
[ 0.759000] Apple USB OHCI 0001:10:19.0 disabled by firmware
[ 0.759037] pci 0001:10:19.0: Can't enable PCI device, BIOS handoff failed.
[ 0.759113] pci 0001:10:1b.0: enabling device (0000 -> 0002)
[ 0.759228] pci 0001:10:1b.1: enabling device (0000 -> 0002)
[ 0.759339] pci 0001:10:1b.2: enabling device (0004 -> 0006)
[ 0.759523] pci 0002:20:0f.0: CLS mismatch (32 != 1020), using 32 bytes
[ 0.763295] Thermal assist unit not available
[ 0.770298] Initialise system trusted keyrings
[ 0.771181] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 0.792754] fuse: init (API version 7.39)
[ 0.794456] 9p: Installing v9fs 9p2000 file system support
[ 0.795784] NET: Registered PF_ALG protocol family
[ 0.795946] xor: measuring software checksum speed
[ 0.874941] 8regs : 124 MB/sec
[ 0.955006] 8regs_prefetch : 122 MB/sec
[ 1.033980] 32regs : 124 MB/sec
[ 1.114046] 32regs_prefetch : 122 MB/sec
[ 1.133628] altivec : 503 MB/sec
[ 1.133663] xor: using function: altivec (503 MB/sec)
[ 1.133753] Key type asymmetric registered
[ 1.133792] Asymmetric key parser 'x509' registered
[ 1.153347] bounce: pool size: 64 pages
[ 1.154435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.154501] io scheduler kyber registered
[ 1.155014] io scheduler bfq registered
[ 1.173817] MacIO PCI driver attached to Keylargo chipset
[ 1.187332] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 22, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.192571] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 23, base_baud = 230400) is a Z85c30 ESCC - Serial port
[ 1.202957] sata_sil 0001:10:13.0: version 2.4
[ 1.203334] sata_sil 0001:10:13.0: enabling device (0004 -> 0007)
[ 1.210711] scsi host0: sata_sil
[ 1.214009] scsi host1: sata_sil
[ 1.215482] ata1: SATA max UDMA/100 mmio m512@0x80082000 tf 0x80082080 irq 53
[ 1.215543] ata2: SATA max UDMA/100 mmio m512@0x80082000 tf 0x800820c0 irq 53
[ 1.217117] pata-pci-macio 0002:20:0d.0: enabling device (0004 -> 0006)
[ 1.233920] pata-pci-macio 0002:20:0d.0: Activating pata-macio chipset UniNorth ATA-6, Apple bus ID 3
[ 1.239410] scsi host2: pata_macio
[ 1.241050] ata3: PATA max UDMA/100 irq 39
[ 1.530579] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.533527] ata1.00: ATA-9: SanDisk SSD PLUS 240GB, UF4500RL, max UDMA/133
[ 1.533586] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 1.534951] ata1.00: Features: Dev-Sleep
[ 1.558749] ata1.00: configured for UDMA/100
[ 1.559768] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 1.566909] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 1.567095] sd 0:0:0:0: [sda] Write Protect is off
[ 1.567157] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.567657] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.567939] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.574686] sda: [mac] sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 1.582497] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.993900] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.034097] ata2.00: ATA-9: WDC WD5000LPLX-60ZNTT1, 02.01A02, max UDMA/133
[ 2.034153] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 2.036817] ata2.00: configured for UDMA/100
[ 2.037826] scsi 1:0:0:0: Direct-Access ATA WDC WD5000LPLX-6 1A02 PQ: 0 ANSI: 5
[ 2.043051] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.043145] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.043294] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.043354] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.043599] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.044593] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 2.058855] sdb: [mac] sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[ 2.066689] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 2.273893] pata-macio 0.0001f000:ata-4: Activating pata-macio chipset KeyLargo ATA-4, Apple bus ID 2
[ 2.279101] scsi host3: pata_macio
[ 2.280805] ata4: PATA max UDMA/66 irq 19
[ 2.439974] ata4.00: CFA: DeLOCK 54143 512MB, 100511E, max UDMA/66
[ 2.440044] ata4.00: 1009008 sectors, multi 1: LBA
[ 2.443627] scsi 3:0:0:0: Direct-Access ATA DeLOCK 54143 512 11E PQ: 0 ANSI: 5
[ 2.447977] sd 3:0:0:0: [sdc] 1009008 512-byte logical blocks: (517 MB/493 MiB)
[ 2.448161] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.448263] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.448471] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.448735] sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[ 2.456256] sdc: [mac] sdc1 sdc2 sdc3 sdc4 sdc5 sdc6
[ 2.462304] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.313886] pata-macio 0.00020000:ata-3: Activating pata-macio chipset KeyLargo ATA-3, Apple bus ID 0
[ 3.319199] scsi host4: pata_macio
[ 3.320827] ata5: PATA max MWDMA2 irq 20
[ 3.321646] tun: Universal TUN/TAP device driver, 1.6
[ 3.323259] sungem.c:v1.0 David S. Miller <davem@redhat.com>
[ 3.329481] gem 0002:20:0f.0 eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:0a:95:9c:76:3a
[ 3.332382] ehci-pci 0001:10:12.2: EHCI Host Controller
[ 3.332532] ehci-pci 0001:10:12.2: new USB bus registered, assigned bus number 1
[ 3.333543] ehci-pci 0001:10:12.2: irq 52, io mem 0x80081000
[ 3.336294] rtc-generic rtc-generic: registered as rtc0
[ 3.337745] PowerMac i2c bus pmu 2 registered
[ 3.338739] PowerMac i2c bus pmu 1 registered
[ 3.340908] PowerMac i2c bus mac-io 0 registered
[ 3.341450] i2c i2c-2: No i2c address for /pci@f2000000/mac-io@17/i2c@18000/i2c-modem
[ 3.342376] PowerMac i2c bus uni-n 1 registered
[ 3.342440] i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
[ 3.343419] PowerMac i2c bus uni-n 0 registered
[ 3.344186] ehci-pci 0001:10:12.2: USB 2.0 started, EHCI 1.00
[ 3.348265] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 3.348353] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.348402] usb usb1: Product: EHCI Host Controller
[ 3.348439] usb usb1: Manufacturer: Linux 6.6.0-rc1-PMacG4 ehci_hcd
[ 3.348480] usb usb1: SerialNumber: 0001:10:12.2
[ 3.351166] hid: raw HID events driver (C) Jiri Kosina
[ 3.352646] usbcore: registered new interface driver usbhid
[ 3.352699] usbhid: USB HID core driver
[ 3.353698] hub 1-0:1.0: USB hub found
[ 3.354000] hub 1-0:1.0: 5 ports detected
[ 3.360134] NET: Registered PF_INET6 protocol family
[ 3.362713] ehci-pci 0001:10:1b.2: EHCI Host Controller
[ 3.362847] ehci-pci 0001:10:1b.2: new USB bus registered, assigned bus number 2
[ 3.363382] ehci-pci 0001:10:1b.2: irq 63, io mem 0x80080000
[ 3.370288] Segment Routing with IPv6
[ 3.370670] In-situ OAM (IOAM) with IPv6
[ 3.371088] NET: Registered PF_PACKET protocol family
[ 3.371161] NET: Registered PF_KEY protocol family
[ 3.372704] 9pnet: Installing 9P2000 support
[ 3.374022] ehci-pci 0001:10:1b.2: USB 2.0 started, EHCI 1.00
[ 3.375028] drmem: No dynamic reconfiguration memory found
[ 3.377979] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 3.378060] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.378110] usb usb2: Product: EHCI Host Controller
[ 3.378148] usb usb2: Manufacturer: Linux 6.6.0-rc1-PMacG4 ehci_hcd
[ 3.378189] usb usb2: SerialNumber: 0001:10:1b.2
[ 3.381264] hub 2-0:1.0: USB hub found
[ 3.384066] hub 2-0:1.0: 5 ports detected
[ 3.456870] Loading compiled-in X.509 certificates
[ 3.480915] ata5.00: ATAPI: _NEC DVD_RW ND-3520A, 1.04, max UDMA/33
[ 3.491020] scsi 4:0:0:0: CD-ROM _NEC DVD_RW ND-3520A 1.04 PQ: 0 ANSI: 5
[ 3.531511] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 3.573138] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.573264] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.584575] Btrfs loaded, zoned=no, fsverity=no
[ 3.595842] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 3.621762] usb 1-5: new high-speed USB device number 2 using ehci-pci
[ 3.776562] usb 1-5: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 3.776688] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.776733] usb 1-5: Product: USB2.0 Hub
[ 3.782871] hub 1-5:1.0: USB hub found
[ 3.787256] hub 1-5:1.0: 4 ports detected
[ 4.080677] usb 1-5.1: new low-speed USB device number 3 using ehci-pci
[ 4.217819] usb 1-5.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.40
[ 4.217896] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.217947] usb 1-5.1: Product: RPI Wired Keyboard 5
[ 4.217985] usb 1-5.1: Manufacturer:
[ 4.251675] input: RPI Wired Keyboard 5 as /devices/pci0001:10/0001:10:12.2/usb1/1-5/1-5.1/1-5.1:1.0/0003:04D9:0006.0001/input/input0
[ 4.318295] hid-generic 0003:04D9:0006.0001: input,hidraw0: USB HID v1.11 Keyboard [ RPI Wired Keyboard 5] on usb-0001:10:12.2-5.1/input0
[ 4.342908] input: RPI Wired Keyboard 5 as /devices/pci0001:10/0001:10:12.2/usb1/1-5/1-5.1/1-5.1:1.1/0003:04D9:0006.0002/input/input1
[ 4.403214] hid-generic 0003:04D9:0006.0002: input,hidraw1: USB HID v1.11 Device [ RPI Wired Keyboard 5] on usb-0001:10:12.2-5.1/input1
[ 4.487340] usb 1-5.4: new low-speed USB device number 4 using ehci-pci
[ 4.600185] usb 1-5.4: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[ 4.600259] usb 1-5.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.600309] usb 1-5.4: Product: USB OPTICAL MOUSE
[ 4.620655] input: USB OPTICAL MOUSE as /devices/pci0001:10/0001:10:12.2/usb1/1-5/1-5.4/1-5.4:1.0/0003:275D:0BA6.0003/input/input2
[ 4.622702] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0001:10:12.2-5.4/input0
[ 9.616350] input: PMU as /devices/virtual/input/input3
[ 9.617513] netpoll: netconsole: local port 6666
[ 9.617567] netpoll: netconsole: local IPv4 address 192.168.178.8
[ 9.617613] netpoll: netconsole: interface 'eth0'
[ 9.617644] netpoll: netconsole: remote port 6666
[ 9.617676] netpoll: netconsole: remote IPv4 address 192.168.178.3
[ 9.617713] netpoll: netconsole: remote ethernet address 70:85:c2:30:ec:01
[ 9.617761] netpoll: netconsole: device eth0 not up yet, forcing it
[ 9.700932] sungem_phy: PHY ID: 2060e1, addr: 0
[ 9.701242] gem 0002:20:0f.0 eth0: Found BCM5421 PHY
[ 13.367556] gem 0002:20:0f.0 eth0: Link is up at 1000 Mbps, full-duplex
[ 13.367739] gem 0002:20:0f.0 eth0: Pause is enabled (rxfifo: 10240 off: 7168 on: 5632)
[ 13.373395] printk: console [netcon0] enabled
[ 13.402459] netconsole: network logging started
[ 13.543882] EXT4-fs (sda5): mounted filesystem 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro with ordered data mode. Quota mode: disabled.
[ 13.544321] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 13.548031] devtmpfs: mounted
[ 13.551925] Freeing unused kernel image (initmem) memory: 1344K
[ 13.579183] Checked W+X mappings: passed, no W+X pages found
[ 13.579361] rodata_test: all tests were successful
[ 13.579492] Run /usr/lib/systemd/systemd as init process
[ 13.579560] with arguments:
[ 13.579658] /usr/lib/systemd/systemd
[ 13.579718] with environment:
[ 13.579796] HOME=/
[ 13.579967] TERM=linux
[ 14.180220] systemd[1]: systemd 253 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 14.180762] systemd[1]: Detected architecture ppc.
[ 14.198635] systemd[1]: Hostname set to <T600>.
[ 14.294123] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 15.844963] systemd[1]: Queued start job for default target graphical.target.
[ 15.878082] systemd[1]: Created slice system-getty.slice.
[ 15.887927] systemd[1]: Created slice system-modprobe.slice.
[ 15.895976] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 15.904528] systemd[1]: Created slice system-vncserver.slice.
[ 15.911634] systemd[1]: Created slice user.slice.
[ 15.914964] systemd[1]: Started systemd-ask-password-console.path.
[ 15.917889] systemd[1]: Started systemd-ask-password-wall.path.
[ 15.923323] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 15.924983] systemd[1]: Reached target paths.target.
[ 15.926221] systemd[1]: Reached target remote-fs.target.
[ 15.927110] systemd[1]: Reached target slices.target.
[ 15.943499] systemd[1]: Listening on systemd-coredump.socket.
[ 15.948677] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 15.953041] systemd[1]: Listening on systemd-journald.socket.
[ 15.958849] systemd[1]: Listening on systemd-udevd-control.socket.
[ 15.963311] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 15.967630] systemd[1]: dev-hugepages.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 15.994803] systemd[1]: Mounting dev-mqueue.mount...
[ 16.045263] systemd[1]: Mounting sys-kernel-debug.mount...
[ 16.052265] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 16.119197] systemd[1]: Starting kmod-static-nodes.service...
[ 16.172364] systemd[1]: Starting modprobe@configfs.service...
[ 16.225550] systemd[1]: Starting modprobe@dm_mod.service...
[ 16.307763] systemd[1]: Starting modprobe@drm.service...
[ 16.382698] systemd[1]: Starting modprobe@fuse.service...
[ 16.421416] device-mapper: uevent: version 1.0.3
[ 16.431977] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 16.456524] systemd[1]: Starting modprobe@loop.service...
[ 16.506018] systemd[1]: Starting systemd-fsck-root.service...
[ 16.662628] systemd[1]: Starting systemd-journald.service...
[ 16.694898] loop: module loaded
[ 16.779380] systemd[1]: Starting systemd-modules-load.service...
[ 16.882035] systemd[1]: Starting systemd-udev-trigger.service...
[ 17.141917] systemd[1]: Mounted dev-mqueue.mount.
[ 17.156349] systemd[1]: Mounted sys-kernel-debug.mount.
[ 17.170197] systemd-journald[96]: Collecting audit messages is disabled.
[ 17.191056] systemd[1]: Finished kmod-static-nodes.service.
[ 17.231295] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 17.246334] systemd[1]: Finished modprobe@configfs.service.
[ 17.280043] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 17.304713] systemd[1]: Finished modprobe@dm_mod.service.
[ 17.341627] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 17.358883] systemd[1]: Finished modprobe@drm.service.
[ 17.391776] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 17.405849] systemd[1]: Finished modprobe@fuse.service.
[ 17.443667] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 17.481460] systemd[1]: Finished modprobe@loop.service.
[ 17.497800] systemd[1]: Finished systemd-fsck-root.service.
[ 17.531285] systemd[1]: Finished systemd-modules-load.service.
[ 17.627934] systemd[1]: Mounting sys-fs-fuse-connections.mount...
[ 17.758522] systemd[1]: Mounting sys-kernel-config.mount...
[ 17.969285] systemd[1]: Starting systemd-remount-fs.service...
[ 17.977638] systemd[1]: systemd-repart.service was skipped because no trigger condition checks were met.
[ 18.070192] systemd[1]: Starting systemd-sysctl.service...
[ 18.178476] systemd[1]: Mounted sys-fs-fuse-connections.mount.
[ 18.195846] systemd[1]: Mounted sys-kernel-config.mount.
[ 18.670974] systemd[1]: Finished systemd-sysctl.service.
[ 21.838298] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 r/w. Quota mode: disabled.
[ 21.938869] systemd[1]: Finished systemd-remount-fs.service.
[ 21.945554] systemd[1]: systemd-firstboot.service was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 21.988858] systemd[1]: systemd-hwdb-update.service was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 22.043030] systemd[1]: Starting systemd-random-seed.service...
[ 22.056070] systemd[1]: systemd-sysusers.service was skipped because no trigger condition checks were met.
[ 22.146143] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 22.325697] systemd[1]: Started systemd-journald.service.
[ 22.783174] systemd-journald[96]: Received client request to flush runtime journal.
[ 23.120940] systemd-journald[96]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 23.121247] systemd-journald[96]: Rotating system journal.
[ 23.457312] random: crng init done
[ 32.396728] gem 0002:20:0f.0 enP2p32s15: renamed from eth0 (while UP)
[ 33.971069] BTRFS: device label tmp devid 1 transid 153 /dev/sda6 scanned by (udev-worker) (124)
[ 34.161661] BTRFS: device label g4_musl devid 1 transid 64495 /dev/sda4 scanned by (udev-worker) (131)
[ 37.180849] EXT4-fs (sdc5): mounting ext2 file system using the ext4 subsystem
[ 37.197707] EXT4-fs (sdc5): mounted filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de r/w without journal. Quota mode: disabled.
[ 37.198046] ext2 filesystem being mounted at /boot supports timestamps until 2038-01-19 (0x7fffffff)
[ 37.735535] Adding 8388604k swap on /dev/sdb6. Priority:-2 extents:1 across:8388604k
[ 39.174165] ohci-pci 0001:10:12.0: OHCI PCI host controller
[ 39.174488] ohci-pci 0001:10:12.0: new USB bus registered, assigned bus number 3
[ 39.175105] ohci-pci 0001:10:12.0: irq 52, io mem 0x8008c000
[ 39.500954] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 39.501196] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 39.501319] usb usb3: Product: OHCI PCI host controller
[ 39.501425] usb usb3: Manufacturer: Linux 6.6.0-rc1-PMacG4 ohci_hcd
[ 39.501533] usb usb3: SerialNumber: 0001:10:12.0
[ 39.644535] hub 3-0:1.0: USB hub found
[ 39.645041] hub 3-0:1.0: 3 ports detected
[ 39.768132] ohci-pci 0001:10:12.1: OHCI PCI host controller
[ 39.768439] ohci-pci 0001:10:12.1: new USB bus registered, assigned bus number 4
[ 39.768926] ohci-pci 0001:10:12.1: irq 52, io mem 0x8008b000
[ 40.270761] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 40.271016] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 40.271141] usb usb4: Product: OHCI PCI host controller
[ 40.271248] usb usb4: Manufacturer: Linux 6.6.0-rc1-PMacG4 ohci_hcd
[ 40.271355] usb usb4: SerialNumber: 0001:10:12.1
[ 40.336177] hub 4-0:1.0: USB hub found
[ 40.342509] hub 4-0:1.0: 2 ports detected
[ 40.501397] Apple USB OHCI 0001:10:18.0 disabled by firmware
[ 40.501705] Apple USB OHCI 0001:10:19.0 disabled by firmware
[ 40.502079] ohci-pci 0001:10:1b.0: OHCI PCI host controller
[ 40.502279] ohci-pci 0001:10:1b.0: new USB bus registered, assigned bus number 5
[ 40.502777] ohci-pci 0001:10:1b.0: irq 63, io mem 0x80084000
[ 40.699051] BTRFS info (device sda6): using xxhash64 (xxhash64-generic) checksum algorithm
[ 40.699339] BTRFS info (device sda6): use lzo compression, level 0
[ 40.699458] BTRFS info (device sda6): using free space tree
[ 40.734146] BTRFS info (device sda6): enabling ssd optimizations
[ 41.200940] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 41.201191] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 41.201315] usb usb5: Product: OHCI PCI host controller
[ 41.201421] usb usb5: Manufacturer: Linux 6.6.0-rc1-PMacG4 ohci_hcd
[ 41.201530] usb usb5: SerialNumber: 0001:10:1b.0
[ 41.297554] hub 5-0:1.0: USB hub found
[ 41.298012] hub 5-0:1.0: 3 ports detected
[ 41.345562] ohci-pci 0001:10:1b.1: OHCI PCI host controller
[ 41.345856] ohci-pci 0001:10:1b.1: new USB bus registered, assigned bus number 6
[ 41.346612] ohci-pci 0001:10:1b.1: irq 63, io mem 0x80083000
[ 41.680366] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 41.680761] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 41.680862] usb usb6: Product: OHCI PCI host controller
[ 41.680939] usb usb6: Manufacturer: Linux 6.6.0-rc1-PMacG4 ohci_hcd
[ 41.681018] usb usb6: SerialNumber: 0001:10:1b.1
[ 41.750927] hub 6-0:1.0: USB hub found
[ 41.751373] hub 6-0:1.0: 2 ports detected
[ 43.335208] firewire_ohci 0002:20:0e.0: enabling device (0000 -> 0002)
[ 43.454123] firewire_ohci 0002:20:0e.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[ 43.610688] ADM1030 fan controller [@2c]
[ 43.847366] DS1775 digital thermometer [@49]
[ 43.847580] Temp: 50.5 C
[ 43.847597] Hyst: 75.0 C
[ 43.847694] OS: 80.0 C
[ 43.847763]
[ 43.882124] Reducing overheating limit to 75.0 C
[ 43.882179] (Hyst: 70.0 C
[ 43.882347] )
[ 43.984622] firewire_core 0002:20:0e.0: created device fw0: GUID 000a95fffe9c763a, S800
[ 51.007020] [drm] radeon kernel modesetting enabled.
[ 51.096508] radeon 0000:00:10.0: vgaarb: deactivate vga console
[ 51.115613] radeon 0000:00:10.0: enabling device (0006 -> 0007)
[ 51.208659] [drm] initializing kernel modesetting (RV350 0x1002:0x4150 0x1002:0x0002 0x00).
[ 51.208907] [drm] Forcing AGP to PCI mode
[ 51.209689] radeon 0000:00:10.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x0000
[ 51.524120] [drm] Generation 2 PCI interface, using max accessible memory
[ 51.524368] radeon 0000:00:10.0: VRAM: 256M 0x00000000A0000000 - 0x00000000AFFFFFFF (256M used)
[ 51.524509] radeon 0000:00:10.0: GTT: 512M 0x0000000080000000 - 0x000000009FFFFFFF
[ 51.524796] [drm] Detected VRAM RAM=256M, BAR=256M
[ 51.524875] [drm] RAM width 128bits DDR
[ 51.571045] [drm] radeon: 256M of VRAM memory ready
[ 51.571287] [drm] radeon: 512M of GTT memory ready.
[ 51.571705] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 51.903008] [drm] radeon: 1 quad pipes, 1 Z pipes initialized
[ 51.903260] [drm] PCI GART of 512M enabled (table at 0x000000000A600000).
[ 51.903683] radeon 0000:00:10.0: WB enabled
[ 51.903924] radeon 0000:00:10.0: fence driver on ring 0 use gpu addr 0x0000000080000000
[ 51.904204] CPU-temp: 50.5 C
[ 51.904223] , Case: 34.8 C
[ 51.904389] , Fan: 0 (tuned -11)
[ 51.964304] [drm] radeon: irq initialized.
[ 51.964646] [drm] Loading R300 Microcode
[ 52.618641] [drm] radeon: ring at 0x0000000080001000
[ 52.618922] [drm] ring test succeeded in 0 usecs
[ 52.798604] [drm] ib test succeeded in 0 usecs
[ 53.015388] [drm] Radeon Display Connectors
[ 53.015601] [drm] Connector 0:
[ 53.015697] [drm] DVI-I-1
[ 53.015760] [drm] HPD2
[ 53.015872] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[ 53.016056] [drm] Encoders:
[ 53.016176] [drm] CRT1: INTERNAL_DAC1
[ 53.016269] [drm] DFP2: INTERNAL_DVO1
[ 53.016363] [drm] Connector 1:
[ 53.016450] [drm] DVI-I-2
[ 53.016511] [drm] HPD1
[ 53.016620] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 53.016698] [drm] Encoders:
[ 53.016846] [drm] CRT2: INTERNAL_DAC2
[ 53.016965] [drm] DFP1: INTERNAL_TMDS1
[ 53.097443] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:10.0 on minor 0
[ 55.228510] [drm] fb mappable at 0xA0040000
[ 55.228756] [drm] vram apper at 0xA0000000
[ 55.228825] [drm] size 8294400
[ 55.228914] [drm] fb depth is 24
[ 55.229001] [drm] pitch is 7680
[ 59.491120] systemd-journald[96]: /var/log/journal/71303955349d475c9d69360df5e2c5b5/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 60.587020] Console: switching to colour frame buffer device 240x67
[ 61.715732] radeon 0000:00:10.0: [drm] fb0: radeondrmfb frame buffer device
[ 181.228059] EXT4-fs (sdc5): unmounting filesystem e4e8af9e-0f0d-44f9-b983-71bf61d782de.
[ 183.474573] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 183.671965] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 183.774972] systemd-journald[96]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 183.904703] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 183.996488] systemd-shutdown[1]: Unmounting file systems.
[ 184.039939] (sd-remount)[397]: Remounting '/' read-only with options ''.
[ 184.105603] EXT4-fs (sda5): re-mounted 28419c7c-4bc4-4922-bdc8-6d8515c62385 ro. Quota mode: disabled.
[ 184.360142] systemd-shutdown[1]: All filesystems unmounted.
[ 184.393146] systemd-shutdown[1]: Deactivating swaps.
[ 184.426253] systemd-shutdown[1]: All swaps deactivated.
[ 184.458838] systemd-shutdown[1]: Detaching loop devices.
[ 184.522168] systemd-shutdown[1]: All loop devices detached.
[ 184.554855] systemd-shutdown[1]: Stopping MD devices.
[ 184.588447] systemd-shutdown[1]: All MD devices stopped.
[ 184.620831] systemd-shutdown[1]: Detaching DM devices.
[ 184.654315] systemd-shutdown[1]: All DM devices detached.
[ 184.686889] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 184.743200] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 184.782975] systemd-shutdown[1]: Powering off.
[ 184.816979] sd 3:0:0:0: [sdc] Stopping disk
[ 184.851287] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 184.885334] sd 1:0:0:0: [sdb] Stopping disk
[ 185.242447] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 185.276202] sd 0:0:0:0: [sda] Stopping disk
[ 185.320959] reboot: Power down
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 0:11 ` Erhard Furtner
@ 2023-09-12 7:47 ` Christophe Leroy
2023-09-12 15:59 ` Erhard Furtner
0 siblings, 1 reply; 34+ messages in thread
From: Christophe Leroy @ 2023-09-12 7:47 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 12/09/2023 à 02:11, Erhard Furtner a écrit :
> On Mon, 4 Sep 2023 14:55:17 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Another thing that could be interesting to test is to remove (or comment
>> out) the following line in arch/powerpc/mm/kasan/Makefile :
>>
>> obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
>>
>> That way, the weak version of kasan_init_region() will be used instead
>> of the one in book3s_32.c
>
> Tinkered around with older kernels and .config options meanwhile. I found out it's not a new issue, also happens on kernel v6.0. Have not tried older kernels yet.
>
> Also on v6.0 the issue disappears when I comment out "obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o" in arch/powerpc/mm/kasan/Makefile.
>
> Even more interesting is the issue disappears too when I deselect INIT_STACK_ALL_PATTERN in my kernel .config. The kernel boots just fine with KASAN when INIT_STACK_NONE=y is set! True for kernel v6.0 and v6.6-rc1.
>
> Current v6.6-rc1 kernel .config and dmesg attached.
>
I suspect something wrong when we set the BATs.
Can you try with the following additional traces:
diff --git a/arch/powerpc/mm/kasan/book3s_32.c
b/arch/powerpc/mm/kasan/book3s_32.c
index 450a67ef0bbe..9954b7a3b7ae 100644
--- a/arch/powerpc/mm/kasan/book3s_32.c
+++ b/arch/powerpc/mm/kasan/book3s_32.c
@@ -15,6 +15,7 @@ int __init kasan_init_region(void *start, size_t size)
phys_addr_t phys;
int ret;
+ pr_err("%s: %px %x %lx %lx\n", __func__, start, size, k_start, k_end);
while (k_nobat < k_end) {
unsigned int k_size = bat_block_size(k_nobat, k_end);
int idx = find_free_bat();
@@ -28,6 +29,7 @@ int __init kasan_init_region(void *start, size_t size)
if (!phys)
break;
+ pr_err("%s: setbat %d %lx %x %x\n", __func__, idx, k_nobat, phys,
k_size);
setbat(idx, k_nobat, phys, k_size, PAGE_KERNEL);
k_nobat += k_size;
}
@@ -47,6 +49,7 @@ int __init kasan_init_region(void *start, size_t size)
kasan_update_early_region(k_start, k_nobat, __pte(0));
+ pr_err("%s: loop %lx %lx\n", __func__, k_nobat, k_end);
for (k_cur = k_nobat; k_cur < k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_nobat), PAGE_KERNEL);
You'd then get something like:
Total memory = 2048MB; using 4096kB for hash table
Activating Kernel Userspace Access Protection
Activating Kernel Userspace Execution Prevention
Linux version 6.6.0-rc1+ (chleroy@PO20335.IDSI0.si.c-s.fr)
(powerpc64-linux-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39) #461 Tue
Sep 12 09:37:11 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
kasan_init_region: setbat 3 f8000000 7c000000 4000000
kasan_init_region: loop fc000000 fe000000
KASAN init done
Thanks
Christophe
^ permalink raw reply related [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 7:47 ` Christophe Leroy
@ 2023-09-12 15:59 ` Erhard Furtner
2023-09-12 17:39 ` Christophe Leroy
0 siblings, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-09-12 15:59 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Tue, 12 Sep 2023 07:47:50 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> I suspect something wrong when we set the BATs.
>
> Can you try with the following additional traces:
>
> diff --git a/arch/powerpc/mm/kasan/book3s_32.c
> b/arch/powerpc/mm/kasan/book3s_32.c
> index 450a67ef0bbe..9954b7a3b7ae 100644
> --- a/arch/powerpc/mm/kasan/book3s_32.c
> +++ b/arch/powerpc/mm/kasan/book3s_32.c
> @@ -15,6 +15,7 @@ int __init kasan_init_region(void *start, size_t size)
> phys_addr_t phys;
> int ret;
>
> + pr_err("%s: %px %x %lx %lx\n", __func__, start, size, k_start, k_end);
> while (k_nobat < k_end) {
> unsigned int k_size = bat_block_size(k_nobat, k_end);
> int idx = find_free_bat();
> @@ -28,6 +29,7 @@ int __init kasan_init_region(void *start, size_t size)
> if (!phys)
> break;
>
> + pr_err("%s: setbat %d %lx %x %x\n", __func__, idx, k_nobat, phys,
> k_size);
> setbat(idx, k_nobat, phys, k_size, PAGE_KERNEL);
> k_nobat += k_size;
> }
> @@ -47,6 +49,7 @@ int __init kasan_init_region(void *start, size_t size)
>
> kasan_update_early_region(k_start, k_nobat, __pte(0));
>
> + pr_err("%s: loop %lx %lx\n", __func__, k_nobat, k_end);
> for (k_cur = k_nobat; k_cur < k_end; k_cur += PAGE_SIZE) {
> pmd_t *pmd = pmd_off_k(k_cur);
> pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_nobat), PAGE_KERNEL);
>
>
> You'd then get something like:
>
> Total memory = 2048MB; using 4096kB for hash table
> Activating Kernel Userspace Access Protection
> Activating Kernel Userspace Execution Prevention
> Linux version 6.6.0-rc1+ (chleroy@PO20335.IDSI0.si.c-s.fr)
> (powerpc64-linux-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39) #461 Tue
> Sep 12 09:37:11 CEST 2023
> kasan_init_region: c0000000 30000000 f8000000 fe000000
> kasan_init_region: setbat 3 f8000000 7c000000 4000000
> kasan_init_region: loop fc000000 fe000000
> KASAN init done
Applied this patch on top of 6.6-rc1, your old pr_info() patch and Michaels patch.
This way booting gets stuck at:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
btext_unmap:129
Having moved btext_unmap() after memblock_set_current_limit(lowmem_end_addr) in init_32.c I get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
btext_unmap:129
Changing the already moved btext_unmap() to btext_map() I get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:169 0 30000000 1400000 2000000
__mmu_mapin_ram:146 0 1400000
__mmu_mapin_ram:155 1400000
__mmu_mapin_ram:146 1400000 30000000
__mmu_mapin_ram:155 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
kasan_init_region: loop f8000000 fe000000
So I get no "kasan_init_region: setbat" line and don't reach "KASAN init done".
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 15:59 ` Erhard Furtner
@ 2023-09-12 17:39 ` Christophe Leroy
2023-09-12 20:09 ` Erhard Furtner
2023-09-14 4:54 ` Christophe Leroy
0 siblings, 2 replies; 34+ messages in thread
From: Christophe Leroy @ 2023-09-12 17:39 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 12/09/2023 à 17:59, Erhard Furtner a écrit :
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:169 0 30000000 1400000 2000000
> __mmu_mapin_ram:146 0 1400000
> __mmu_mapin_ram:155 1400000
> __mmu_mapin_ram:146 1400000 30000000
> __mmu_mapin_ram:155 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> kasan_mmu_init:129
> kasan_mmu_init:132 0
> kasan_mmu_init:137
> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
> kasan_init_region: c0000000 30000000 f8000000 fe000000
> kasan_init_region: loop f8000000 fe000000
>
>
> So I get no "kasan_init_region: setbat" line and don't reach "KASAN init done".
Ah ok, maybe your CPU only has 4 BATs and they are all used, following
change would tell us.
diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
index 850783cfa9c7..bd26767edce7 100644
--- a/arch/powerpc/mm/book3s32/mmu.c
+++ b/arch/powerpc/mm/book3s32/mmu.c
@@ -86,6 +86,7 @@ int __init find_free_bat(void)
if (!(bat[1].batu & 3))
return b;
}
+ pr_err("NO FREE BAT (%d)\n", n);
return -1;
}
Or you have 8 BATs in which case it's an alignment problem, you need to
increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
CONFIG_DATA_SHIFT_BOOL
But regardless of that there is a problem we need to find out, because
it should work without BATs.
As the BATs allocation fails, it falls back to :
phys = memblock_phys_alloc_range(k_end - k_start, PAGE_SIZE, 0,
MEMBLOCK_ALLOC_ANYWHERE);
if (!phys)
return -ENOMEM;
}
ret = kasan_init_shadow_page_tables(k_start, k_end);
if (ret)
return ret;
for (k_cur = k_start; k_cur < k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_start), PAGE_KERNEL);
__set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
}
flush_tlb_kernel_range(k_start, k_end);
memset(kasan_mem_to_shadow(start), 0, k_end - k_start);
While the __weak function that you confirmed working is:
ret = kasan_init_shadow_page_tables(k_start, k_end);
if (ret)
return ret;
block = memblock_alloc(k_end - k_start, PAGE_SIZE);
if (!block)
return -ENOMEM;
for (k_cur = k_start & PAGE_MASK; k_cur < k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
void *va = block + k_cur - k_start;
pte_t pte = pfn_pte(PHYS_PFN(__pa(va)), PAGE_KERNEL);
__set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
}
flush_tlb_kernel_range(k_start, k_end);
I'm having hard time to understand what's could be wrong at the first place.
Could you try following change:
diff --git a/arch/powerpc/mm/kasan/book3s_32.c
b/arch/powerpc/mm/kasan/book3s_32.c
index 9954b7a3b7ae..e04f21908c6a 100644
--- a/arch/powerpc/mm/kasan/book3s_32.c
+++ b/arch/powerpc/mm/kasan/book3s_32.c
@@ -38,7 +38,7 @@ int __init kasan_init_region(void *start, size_t size)
if (k_nobat < k_end) {
phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0,
- MEMBLOCK_ALLOC_ANYWHERE);
+ MEMBLOCK_ALLOC_ACCESSIBLE);
if (!phys)
return -ENOMEM;
}
And also that one:
diff --git a/arch/powerpc/mm/kasan/init_32.c
b/arch/powerpc/mm/kasan/init_32.c
index a70828a6d935..bc1c075489f4 100644
--- a/arch/powerpc/mm/kasan/init_32.c
+++ b/arch/powerpc/mm/kasan/init_32.c
@@ -84,6 +84,9 @@ kasan_update_early_region(unsigned long k_start,
unsigned long k_end, pte_t pte)
{
unsigned long k_cur;
+ if (k_start == k_end)
+ return;
+
for (k_cur = k_start; k_cur != k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
pte_t *ptep = pte_offset_kernel(pmd, k_cur);
Thanks
Christophe
^ permalink raw reply related [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 17:39 ` Christophe Leroy
@ 2023-09-12 20:09 ` Erhard Furtner
2023-09-13 5:28 ` Christophe Leroy
2023-09-14 4:54 ` Christophe Leroy
1 sibling, 1 reply; 34+ messages in thread
From: Erhard Furtner @ 2023-09-12 20:09 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Tue, 12 Sep 2023 17:39:10 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Ah ok, maybe your CPU only has 4 BATs and they are all used, following
> change would tell us.
>
> diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
> index 850783cfa9c7..bd26767edce7 100644
> --- a/arch/powerpc/mm/book3s32/mmu.c
> +++ b/arch/powerpc/mm/book3s32/mmu.c
> @@ -86,6 +86,7 @@ int __init find_free_bat(void)
> if (!(bat[1].batu & 3))
> return b;
> }
> + pr_err("NO FREE BAT (%d)\n", n);
> return -1;
> }
>
> Or you have 8 BATs in which case it's an alignment problem, you need to
> increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
> CONFIG_DATA_SHIFT_BOOL
Applied all your patches. According to the output my G4 DP seems to have 8 BATs. Now I get the following output on screen before the freeze:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:132
kasan_mmu_init:135 0
kasan_mmu_init:140
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
NO FREE BAT (8)
kasan_init_region: loop f8000000 fe000000
So I set CONFIG_DATA_SHIFT=23 as suggested but then I only get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:132
kasan_mmu_init:135 0
kasan_mmu_init:140
With btext_unmap() left in place in init_32.c I only get:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
btext_unmap:129
Hope the output sheds at least some light on what's going wrong!
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 20:09 ` Erhard Furtner
@ 2023-09-13 5:28 ` Christophe Leroy
0 siblings, 0 replies; 34+ messages in thread
From: Christophe Leroy @ 2023-09-13 5:28 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 12/09/2023 à 22:09, Erhard Furtner a écrit :
> On Tue, 12 Sep 2023 17:39:10 +0000
> Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
>
>> Ah ok, maybe your CPU only has 4 BATs and they are all used, following
>> change would tell us.
>>
>> diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
>> index 850783cfa9c7..bd26767edce7 100644
>> --- a/arch/powerpc/mm/book3s32/mmu.c
>> +++ b/arch/powerpc/mm/book3s32/mmu.c
>> @@ -86,6 +86,7 @@ int __init find_free_bat(void)
>> if (!(bat[1].batu & 3))
>> return b;
>> }
>> + pr_err("NO FREE BAT (%d)\n", n);
>> return -1;
>> }
>>
>> Or you have 8 BATs in which case it's an alignment problem, you need to
>> increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
>> CONFIG_DATA_SHIFT_BOOL
>
> Applied all your patches. According to the output my G4 DP seems to have 8 BATs. Now I get the following output on screen before the freeze:
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:170 0 30000000 1400000 2000000
> __mmu_mapin_ram:147 0 1400000
> __mmu_mapin_ram:156 1400000
> __mmu_mapin_ram:147 1400000 30000000
> NO FREE BAT (8)
> __mmu_mapin_ram:156 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> kasan_mmu_init:132
> kasan_mmu_init:135 0
> kasan_mmu_init:140
> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
> kasan_init_region: c0000000 30000000 f8000000 fe000000
> NO FREE BAT (8)
> kasan_init_region: loop f8000000 fe000000
>
>
> So I set CONFIG_DATA_SHIFT=23 as suggested but then I only get:
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:170 0 30000000 1400000 2000000
> __mmu_mapin_ram:147 0 1400000
> __mmu_mapin_ram:156 1400000
> __mmu_mapin_ram:147 1400000 30000000
> NO FREE BAT (8)
> __mmu_mapin_ram:156 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> kasan_mmu_init:132
> kasan_mmu_init:135 0
> kasan_mmu_init:140
>
>
> With btext_unmap() left in place in init_32.c I only get:
>
> printk: bootconsole [udbg0] enabled
> Total memory = 2048MB; using 4096kB for hash table
> mapin_ram:125
> mmu_mapin_ram:170 0 30000000 1400000 2000000
> __mmu_mapin_ram:147 0 1400000
> __mmu_mapin_ram:156 1400000
> __mmu_mapin_ram:147 1400000 30000000
> NO FREE BAT (8)
> __mmu_mapin_ram:156 20000000
> __mapin_ram_chunk:107 20000000 30000000
> __mapin_ram_chunk:117
> mapin_ram:134
> btext_unmap:129
>
> Hope the output sheds at least some light on what's going wrong!
>
Can you send me (off-list ?) the two vmlinux binaries (The one with data
shift 22 and the one with 23) and also your latest .config
About the shift 23, I suspect that ppc32 still doesn't like when .init
is past the first 32 Mb.
Thanks
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread
* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-12 17:39 ` Christophe Leroy
2023-09-12 20:09 ` Erhard Furtner
@ 2023-09-14 4:54 ` Christophe Leroy
2023-09-14 12:33 ` Erhard Furtner
2024-02-28 23:55 ` Erhard Furtner
1 sibling, 2 replies; 34+ messages in thread
From: Christophe Leroy @ 2023-09-14 4:54 UTC (permalink / raw)
To: Erhard Furtner; +Cc: linuxppc-dev@lists.ozlabs.org
Le 12/09/2023 à 19:39, Christophe Leroy a écrit :
>
>
> Le 12/09/2023 à 17:59, Erhard Furtner a écrit :
>>
>> printk: bootconsole [udbg0] enabled
>> Total memory = 2048MB; using 4096kB for hash table
>> mapin_ram:125
>> mmu_mapin_ram:169 0 30000000 1400000 2000000
>> __mmu_mapin_ram:146 0 1400000
>> __mmu_mapin_ram:155 1400000
>> __mmu_mapin_ram:146 1400000 30000000
>> __mmu_mapin_ram:155 20000000
>> __mapin_ram_chunk:107 20000000 30000000
>> __mapin_ram_chunk:117
>> mapin_ram:134
>> kasan_mmu_init:129
>> kasan_mmu_init:132 0
>> kasan_mmu_init:137
>> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
>> Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
>> kasan_init_region: c0000000 30000000 f8000000 fe000000
>> kasan_init_region: loop f8000000 fe000000
>>
>>
>> So I get no "kasan_init_region: setbat" line and don't reach "KASAN init done".
>
> Ah ok, maybe your CPU only has 4 BATs and they are all used, following
> change would tell us.
>
> diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
> index 850783cfa9c7..bd26767edce7 100644
> --- a/arch/powerpc/mm/book3s32/mmu.c
> +++ b/arch/powerpc/mm/book3s32/mmu.c
> @@ -86,6 +86,7 @@ int __init find_free_bat(void)
> if (!(bat[1].batu & 3))
> return b;
> }
> + pr_err("NO FREE BAT (%d)\n", n);
> return -1;
> }
>
>
> Or you have 8 BATs in which case it's an alignment problem, you need to
> increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
> CONFIG_DATA_SHIFT_BOOL
>
> But regardless of that there is a problem we need to find out, because
> it should work without BATs.
>
> As the BATs allocation fails, it falls back to :
>
> phys = memblock_phys_alloc_range(k_end - k_start, PAGE_SIZE, 0,
> MEMBLOCK_ALLOC_ANYWHERE);
> if (!phys)
> return -ENOMEM;
> }
>
> ret = kasan_init_shadow_page_tables(k_start, k_end);
> if (ret)
> return ret;
>
> for (k_cur = k_start; k_cur < k_end; k_cur += PAGE_SIZE) {
> pmd_t *pmd = pmd_off_k(k_cur);
> pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_start), PAGE_KERNEL);
>
> __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> }
> flush_tlb_kernel_range(k_start, k_end);
> memset(kasan_mem_to_shadow(start), 0, k_end - k_start);
>
>
> While the __weak function that you confirmed working is:
>
> ret = kasan_init_shadow_page_tables(k_start, k_end);
> if (ret)
> return ret;
>
> block = memblock_alloc(k_end - k_start, PAGE_SIZE);
> if (!block)
> return -ENOMEM;
>
> for (k_cur = k_start & PAGE_MASK; k_cur < k_end; k_cur += PAGE_SIZE) {
> pmd_t *pmd = pmd_off_k(k_cur);
> void *va = block + k_cur - k_start;
> pte_t pte = pfn_pte(PHYS_PFN(__pa(va)), PAGE_KERNEL);
>
> __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> }
> flush_tlb_kernel_range(k_start, k_end);
>
>
> I'm having hard time to understand what's could be wrong at the first place.
>
> Could you try following change:
>
> diff --git a/arch/powerpc/mm/kasan/book3s_32.c
> b/arch/powerpc/mm/kasan/book3s_32.c
> index 9954b7a3b7ae..e04f21908c6a 100644
> --- a/arch/powerpc/mm/kasan/book3s_32.c
> +++ b/arch/powerpc/mm/kasan/book3s_32.c
> @@ -38,7 +38,7 @@ int __init kasan_init_region(void *start, size_t size)
>
> if (k_nobat < k_end) {
> phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0,
> - MEMBLOCK_ALLOC_ANYWHERE);
> + MEMBLOCK_ALLOC_ACCESSIBLE);
> if (!phys)
> return -ENOMEM;
> }
>
> And also that one:
>
>
> diff --git a/arch/powerpc/mm/kasan/init_32.c
> b/arch/powerpc/mm/kasan/init_32.c
> index a70828a6d935..bc1c075489f4 100644
> --- a/arch/powerpc/mm/kasan/init_32.c
> +++ b/arch/powerpc/mm/kasan/init_32.c
> @@ -84,6 +84,9 @@ kasan_update_early_region(unsigned long k_start,
> unsigned long k_end, pte_t pte)
> {
> unsigned long k_cur;
>
> + if (k_start == k_end)
> + return;
> +
> for (k_cur = k_start; k_cur != k_end; k_cur += PAGE_SIZE) {
> pmd_t *pmd = pmd_off_k(k_cur);
> pte_t *ptep = pte_offset_kernel(pmd, k_cur);
>
>
>
I tested the two vmlinux you sent me offlist, they both start without
problem on QEMU.
Regarding the use of BATs, in fact a shift of 23 is still not enough to
get free BATs for KASAN. But at least it allows you to map all linear
mem with BATS whereas a shift of 22 would require 9 BATs :
With shift 22 you have BATs with size : 4+4+8+16+32+64+128+256+256
With shift 23 you have BATs with size : 8+8+16+32+64+128+256+256
So lets forget that for the moment, allthought you may try with
CONFIG_STRICT_KERNEL_RWX, in that case you should have enough BATs.
But lets try to refocus on the real problem.
In your last mail you say you tried with all patches. Did it include the
two above changes ?
If not can you perform the tests with those two changes in addition,
first one by one then both together depending on the result ?
Many thanks for your help and perseverance
Christophe
^ permalink raw reply [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-14 4:54 ` Christophe Leroy
@ 2023-09-14 12:33 ` Erhard Furtner
2024-02-28 23:55 ` Erhard Furtner
1 sibling, 0 replies; 34+ messages in thread
From: Erhard Furtner @ 2023-09-14 12:33 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 8857 bytes --]
On Thu, 14 Sep 2023 04:54:17 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Le 12/09/2023 à 19:39, Christophe Leroy a écrit :
> >
> >
> > Le 12/09/2023 à 17:59, Erhard Furtner a écrit :
> >>
> >> printk: bootconsole [udbg0] enabled
> >> Total memory = 2048MB; using 4096kB for hash table
> >> mapin_ram:125
> >> mmu_mapin_ram:169 0 30000000 1400000 2000000
> >> __mmu_mapin_ram:146 0 1400000
> >> __mmu_mapin_ram:155 1400000
> >> __mmu_mapin_ram:146 1400000 30000000
> >> __mmu_mapin_ram:155 20000000
> >> __mapin_ram_chunk:107 20000000 30000000
> >> __mapin_ram_chunk:117
> >> mapin_ram:134
> >> kasan_mmu_init:129
> >> kasan_mmu_init:132 0
> >> kasan_mmu_init:137
> >> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> >> Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
> >> kasan_init_region: c0000000 30000000 f8000000 fe000000
> >> kasan_init_region: loop f8000000 fe000000
> >>
> >>
> >> So I get no "kasan_init_region: setbat" line and don't reach "KASAN init done".
> >
> > Ah ok, maybe your CPU only has 4 BATs and they are all used, following
> > change would tell us.
> >
> > diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
> > index 850783cfa9c7..bd26767edce7 100644
> > --- a/arch/powerpc/mm/book3s32/mmu.c
> > +++ b/arch/powerpc/mm/book3s32/mmu.c
> > @@ -86,6 +86,7 @@ int __init find_free_bat(void)
> > if (!(bat[1].batu & 3))
> > return b;
> > }
> > + pr_err("NO FREE BAT (%d)\n", n);
> > return -1;
> > }
> >
> >
> > Or you have 8 BATs in which case it's an alignment problem, you need to
> > increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
> > CONFIG_DATA_SHIFT_BOOL
> >
> > But regardless of that there is a problem we need to find out, because
> > it should work without BATs.
> >
> > As the BATs allocation fails, it falls back to :
> >
> > phys = memblock_phys_alloc_range(k_end - k_start, PAGE_SIZE, 0,
> > MEMBLOCK_ALLOC_ANYWHERE);
> > if (!phys)
> > return -ENOMEM;
> > }
> >
> > ret = kasan_init_shadow_page_tables(k_start, k_end);
> > if (ret)
> > return ret;
> >
> > for (k_cur = k_start; k_cur < k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_start), PAGE_KERNEL);
> >
> > __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> > }
> > flush_tlb_kernel_range(k_start, k_end);
> > memset(kasan_mem_to_shadow(start), 0, k_end - k_start);
> >
> >
> > While the __weak function that you confirmed working is:
> >
> > ret = kasan_init_shadow_page_tables(k_start, k_end);
> > if (ret)
> > return ret;
> >
> > block = memblock_alloc(k_end - k_start, PAGE_SIZE);
> > if (!block)
> > return -ENOMEM;
> >
> > for (k_cur = k_start & PAGE_MASK; k_cur < k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > void *va = block + k_cur - k_start;
> > pte_t pte = pfn_pte(PHYS_PFN(__pa(va)), PAGE_KERNEL);
> >
> > __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> > }
> > flush_tlb_kernel_range(k_start, k_end);
> >
> >
> > I'm having hard time to understand what's could be wrong at the first place.
> >
> > Could you try following change:
> >
> > diff --git a/arch/powerpc/mm/kasan/book3s_32.c
> > b/arch/powerpc/mm/kasan/book3s_32.c
> > index 9954b7a3b7ae..e04f21908c6a 100644
> > --- a/arch/powerpc/mm/kasan/book3s_32.c
> > +++ b/arch/powerpc/mm/kasan/book3s_32.c
> > @@ -38,7 +38,7 @@ int __init kasan_init_region(void *start, size_t size)
> >
> > if (k_nobat < k_end) {
> > phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0,
> > - MEMBLOCK_ALLOC_ANYWHERE);
> > + MEMBLOCK_ALLOC_ACCESSIBLE);
> > if (!phys)
> > return -ENOMEM;
> > }
> >
> > And also that one:
> >
> >
> > diff --git a/arch/powerpc/mm/kasan/init_32.c
> > b/arch/powerpc/mm/kasan/init_32.c
> > index a70828a6d935..bc1c075489f4 100644
> > --- a/arch/powerpc/mm/kasan/init_32.c
> > +++ b/arch/powerpc/mm/kasan/init_32.c
> > @@ -84,6 +84,9 @@ kasan_update_early_region(unsigned long k_start,
> > unsigned long k_end, pte_t pte)
> > {
> > unsigned long k_cur;
> >
> > + if (k_start == k_end)
> > + return;
> > +
> > for (k_cur = k_start; k_cur != k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > pte_t *ptep = pte_offset_kernel(pmd, k_cur);
> >
> >
> >
>
> I tested the two vmlinux you sent me offlist, they both start without
> problem on QEMU.
For me no problems show up on QEMU either. But QEMU does not seem able to mimic my G4 DPs configuration. That would be a dual CPU G4 + SMP config.
> So lets forget that for the moment, allthought you may try with
> CONFIG_STRICT_KERNEL_RWX, in that case you should have enough BATs.
CONFIG_STRICT_KERNEL_RWX=y was enabled all along on my kernel .config. But for comparison I disabled it. If I disable STRICT_KERNEL_RWX I get no output about BATs whatsoever. Details below.
> In your last mail you say you tried with all patches. Did it include the
> two above changes ?
>
> If not can you perform the tests with those two changes in addition,
> first one by one then both together depending on the result ?
I think I did apply both but I re-did the checks just to be sure. For my 'all patches applied' config please check the attached git diff.
dmesg with patch 1 "MEMBLOCK_ALLOC_ACCESSIBLE);" applied:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:129
kasan_mmu_init:132 0
kasan_mmu_init:137
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #23 SMP Thu Sep 14 13:05:23 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
NO FREE BAT (8)
kasan_init_region: loop f8000000 fe000000
dmesg with patch 2 "if (k_start == k_end) return;" applied:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:132
kasan_mmu_init:135 0
kasan_mmu_init:140
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #23 SMP Thu Sep 14 13:05:23 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
NO FREE BAT (8)
kasan_init_region: loop f8000000 fe000000
dmesg with both KASAN patches applied:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
NO FREE BAT (8)
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:132
kasan_mmu_init:135 0
kasan_mmu_init:140
ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #23 SMP Thu Sep 14 13:05:23 CEST 2023
kasan_init_region: c0000000 30000000 f8000000 fe000000
NO FREE BAT (8)
kasan_init_region: loop f8000000 fe000000
dmesg with both KASAN patches and STRICT_KERNEL_RWX=n applied:
printk: bootconsole [udbg0] enabled
Total memory = 2048MB; using 4096kB for hash table
mapin_ram:125
mmu_mapin_ram:170 0 30000000 1400000 2000000
__mmu_mapin_ram:147 0 1400000
__mmu_mapin_ram:156 1400000
__mmu_mapin_ram:147 1400000 30000000
__mmu_mapin_ram:156 20000000
__mapin_ram_chunk:107 20000000 30000000
__mapin_ram_chunk:117
mapin_ram:134
kasan_mmu_init:132
kasan_mmu_init:135 0
kasan_mmu_init:140
> Many thanks for your help and perseverance
> Christophe
You're welcome! Same to you! :)
Regards,
Erhard
[-- Attachment #2: all_patches.patch --]
[-- Type: text/x-patch, Size: 7187 bytes --]
diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c
index 19e46fd623b0..ec989e1011f0 100644
--- a/arch/powerpc/kernel/btext.c
+++ b/arch/powerpc/kernel/btext.c
@@ -126,7 +126,9 @@ void __init btext_setup_display(int width, int height, int depth, int pitch,
void __init btext_unmap(void)
{
+ pr_info("%s:%d\n", __func__, __LINE__);
boot_text_mapped = 0;
+ pr_info("%s:%d\n", __func__, __LINE__);
}
/* Here's a small text engine to use during early boot
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index eeff136b83d9..341a0635e131 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -198,8 +198,6 @@ static unsigned long oops_begin(struct pt_regs *regs)
die_owner = cpu;
console_verbose();
bust_spinlocks(1);
- if (machine_is(powermac))
- pmac_backlight_unblank();
return flags;
}
NOKPROBE_SYMBOL(oops_begin);
diff --git a/arch/powerpc/mm/book3s32/kuap.c b/arch/powerpc/mm/book3s32/kuap.c
index 3a8815555a48..79b9fb0adfb4 100644
--- a/arch/powerpc/mm/book3s32/kuap.c
+++ b/arch/powerpc/mm/book3s32/kuap.c
@@ -5,18 +5,23 @@
void setup_kuap(bool disabled)
{
+ pr_info("%s:%d\n", __func__, __LINE__);
if (!disabled) {
+ pr_info("%s:%d\n", __func__, __LINE__);
update_user_segments(mfsr(0) | SR_KS);
isync(); /* Context sync required after mtsr() */
init_mm.context.sr0 |= SR_KS;
current->thread.sr0 |= SR_KS;
}
+ pr_info("%s:%d\n", __func__, __LINE__);
if (smp_processor_id() != boot_cpuid)
return;
+ pr_info("%s:%d\n", __func__, __LINE__);
if (disabled)
cur_cpu_spec->mmu_features &= ~MMU_FTR_KUAP;
else
pr_info("Activating Kernel Userspace Access Protection\n");
+ pr_info("%s:%d\n", __func__, __LINE__);
}
diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
index 850783cfa9c7..65a3bb4213cd 100644
--- a/arch/powerpc/mm/book3s32/mmu.c
+++ b/arch/powerpc/mm/book3s32/mmu.c
@@ -86,6 +86,7 @@ int __init find_free_bat(void)
if (!(bat[1].batu & 3))
return b;
}
+ pr_err("NO FREE BAT (%d)\n", n);
return -1;
}
@@ -143,6 +144,7 @@ static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long to
{
int idx;
+ pr_info("%s:%d %lx %lx\n", __func__, __LINE__, base, top);
while ((idx = find_free_bat()) != -1 && base != top) {
unsigned int size = bat_block_size(base, top);
@@ -151,6 +153,7 @@ static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long to
setbat(idx, PAGE_OFFSET + base, base, size, PAGE_KERNEL_X);
base += size;
}
+ pr_info("%s:%d %lx\n", __func__, __LINE__, base);
return base;
}
@@ -164,6 +167,7 @@ unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top)
size = roundup_pow_of_two((unsigned long)_einittext - PAGE_OFFSET);
setibat(0, PAGE_OFFSET, 0, size, PAGE_KERNEL_X);
+ pr_info("%s:%d %lx %lx %lx %lx\n", __func__, __LINE__, base, top, border, size);
if (debug_pagealloc_enabled_or_kfence()) {
pr_debug_once("Read-Write memory mapped without BATs\n");
if (base >= border)
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index d8adc452f431..54a45eced552 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -117,11 +117,6 @@ void __init MMU_init(void)
if (ppc_md.progress)
ppc_md.progress("MMU:exit", 0x211);
- /* From now on, btext is no longer BAT mapped if it was at all */
-#ifdef CONFIG_BOOTX_TEXT
- btext_unmap();
-#endif
-
kasan_mmu_init();
setup_kup();
@@ -130,4 +125,9 @@ void __init MMU_init(void)
/* Shortly after that, the entire linear mapping will be available */
memblock_set_current_limit(lowmem_end_addr);
+
+ /* From now on, btext is no longer BAT mapped if it was at all */
+#ifdef CONFIG_BOOTX_TEXT
+ btext_map();
+#endif
}
diff --git a/arch/powerpc/mm/kasan/book3s_32.c b/arch/powerpc/mm/kasan/book3s_32.c
index 450a67ef0bbe..e04f21908c6a 100644
--- a/arch/powerpc/mm/kasan/book3s_32.c
+++ b/arch/powerpc/mm/kasan/book3s_32.c
@@ -15,6 +15,7 @@ int __init kasan_init_region(void *start, size_t size)
phys_addr_t phys;
int ret;
+ pr_err("%s: %px %x %lx %lx\n", __func__, start, size, k_start, k_end);
while (k_nobat < k_end) {
unsigned int k_size = bat_block_size(k_nobat, k_end);
int idx = find_free_bat();
@@ -28,6 +29,7 @@ int __init kasan_init_region(void *start, size_t size)
if (!phys)
break;
+ pr_err("%s: setbat %d %lx %x %x\n", __func__, idx, k_nobat, phys, k_size);
setbat(idx, k_nobat, phys, k_size, PAGE_KERNEL);
k_nobat += k_size;
}
@@ -36,7 +38,7 @@ int __init kasan_init_region(void *start, size_t size)
if (k_nobat < k_end) {
phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0,
- MEMBLOCK_ALLOC_ANYWHERE);
+ MEMBLOCK_ALLOC_ACCESSIBLE);
if (!phys)
return -ENOMEM;
}
@@ -47,6 +49,7 @@ int __init kasan_init_region(void *start, size_t size)
kasan_update_early_region(k_start, k_nobat, __pte(0));
+ pr_err("%s: loop %lx %lx\n", __func__, k_nobat, k_end);
for (k_cur = k_nobat; k_cur < k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_nobat), PAGE_KERNEL);
diff --git a/arch/powerpc/mm/kasan/init_32.c b/arch/powerpc/mm/kasan/init_32.c
index a70828a6d935..d734e0e74942 100644
--- a/arch/powerpc/mm/kasan/init_32.c
+++ b/arch/powerpc/mm/kasan/init_32.c
@@ -84,6 +84,9 @@ kasan_update_early_region(unsigned long k_start, unsigned long k_end, pte_t pte)
{
unsigned long k_cur;
+ if (k_start == k_end)
+ return;
+
for (k_cur = k_start; k_cur != k_end; k_cur += PAGE_SIZE) {
pmd_t *pmd = pmd_off_k(k_cur);
pte_t *ptep = pte_offset_kernel(pmd, k_cur);
@@ -126,12 +129,15 @@ void __init kasan_mmu_init(void)
{
int ret;
+ pr_info("%s:%d\n", __func__, __LINE__);
if (early_mmu_has_feature(MMU_FTR_HPTE_TABLE)) {
ret = kasan_init_shadow_page_tables(KASAN_SHADOW_START, KASAN_SHADOW_END);
+ pr_info("%s:%d %d\n", __func__, __LINE__, ret);
if (ret)
panic("kasan: kasan_init_shadow_page_tables() failed");
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void __init kasan_init(void)
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index 5c02fd08d61e..d75084f67d9b 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -104,6 +104,7 @@ static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top)
phys_addr_t p;
bool ktext;
+ pr_info("%s:%d %lx %lx\n", __func__, __LINE__, offset, top);
s = offset;
v = PAGE_OFFSET + s;
p = memstart_addr + s;
@@ -113,6 +114,7 @@ static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top)
v += PAGE_SIZE;
p += PAGE_SIZE;
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void __init mapin_ram(void)
@@ -120,6 +122,7 @@ void __init mapin_ram(void)
phys_addr_t base, end;
u64 i;
+ pr_info("%s:%d\n", __func__, __LINE__);
for_each_mem_range(i, &base, &end) {
phys_addr_t top = min(end, total_lowmem);
@@ -128,6 +131,7 @@ void __init mapin_ram(void)
base = mmu_mapin_ram(base, top);
__mapin_ram_chunk(base, top);
}
+ pr_info("%s:%d\n", __func__, __LINE__);
}
void mark_initmem_nx(void)
^ permalink raw reply related [flat|nested] 34+ messages in thread* Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
2023-09-14 4:54 ` Christophe Leroy
2023-09-14 12:33 ` Erhard Furtner
@ 2024-02-28 23:55 ` Erhard Furtner
1 sibling, 0 replies; 34+ messages in thread
From: Erhard Furtner @ 2024-02-28 23:55 UTC (permalink / raw)
To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org
On Thu, 14 Sep 2023 04:54:17 +0000
Christophe Leroy <christophe.leroy@csgroup.eu> wrote:
> Le 12/09/2023 à 19:39, Christophe Leroy a écrit :
> >
> >
> > Le 12/09/2023 à 17:59, Erhard Furtner a écrit :
> >>
> >> printk: bootconsole [udbg0] enabled
> >> Total memory = 2048MB; using 4096kB for hash table
> >> mapin_ram:125
> >> mmu_mapin_ram:169 0 30000000 1400000 2000000
> >> __mmu_mapin_ram:146 0 1400000
> >> __mmu_mapin_ram:155 1400000
> >> __mmu_mapin_ram:146 1400000 30000000
> >> __mmu_mapin_ram:155 20000000
> >> __mapin_ram_chunk:107 20000000 30000000
> >> __mapin_ram_chunk:117
> >> mapin_ram:134
> >> kasan_mmu_init:129
> >> kasan_mmu_init:132 0
> >> kasan_mmu_init:137
> >> ioremap() called early from btext_map+0x64/0xdc. Use early_ioremap() instead
> >> Linux version 6.6.0-rc1-PMacG4-dirty (root@T1000) (gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526, GNU ld (Gentoo 2.40 p7) 2.40.0) #5 SMP Tue Sep 12 16:50:47 CEST 2023
> >> kasan_init_region: c0000000 30000000 f8000000 fe000000
> >> kasan_init_region: loop f8000000 fe000000
> >>
> >>
> >> So I get no "kasan_init_region: setbat" line and don't reach "KASAN init done".
> >
> > Ah ok, maybe your CPU only has 4 BATs and they are all used, following
> > change would tell us.
> >
> > diff --git a/arch/powerpc/mm/book3s32/mmu.c b/arch/powerpc/mm/book3s32/mmu.c
> > index 850783cfa9c7..bd26767edce7 100644
> > --- a/arch/powerpc/mm/book3s32/mmu.c
> > +++ b/arch/powerpc/mm/book3s32/mmu.c
> > @@ -86,6 +86,7 @@ int __init find_free_bat(void)
> > if (!(bat[1].batu & 3))
> > return b;
> > }
> > + pr_err("NO FREE BAT (%d)\n", n);
> > return -1;
> > }
> >
> >
> > Or you have 8 BATs in which case it's an alignment problem, you need to
> > increase CONFIG_DATA_SHIFT to 23, for that you need CONFIG_ADVANCED and
> > CONFIG_DATA_SHIFT_BOOL
> >
> > But regardless of that there is a problem we need to find out, because
> > it should work without BATs.
> >
> > As the BATs allocation fails, it falls back to :
> >
> > phys = memblock_phys_alloc_range(k_end - k_start, PAGE_SIZE, 0,
> > MEMBLOCK_ALLOC_ANYWHERE);
> > if (!phys)
> > return -ENOMEM;
> > }
> >
> > ret = kasan_init_shadow_page_tables(k_start, k_end);
> > if (ret)
> > return ret;
> >
> > for (k_cur = k_start; k_cur < k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > pte_t pte = pfn_pte(PHYS_PFN(phys + k_cur - k_start), PAGE_KERNEL);
> >
> > __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> > }
> > flush_tlb_kernel_range(k_start, k_end);
> > memset(kasan_mem_to_shadow(start), 0, k_end - k_start);
> >
> >
> > While the __weak function that you confirmed working is:
> >
> > ret = kasan_init_shadow_page_tables(k_start, k_end);
> > if (ret)
> > return ret;
> >
> > block = memblock_alloc(k_end - k_start, PAGE_SIZE);
> > if (!block)
> > return -ENOMEM;
> >
> > for (k_cur = k_start & PAGE_MASK; k_cur < k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > void *va = block + k_cur - k_start;
> > pte_t pte = pfn_pte(PHYS_PFN(__pa(va)), PAGE_KERNEL);
> >
> > __set_pte_at(&init_mm, k_cur, pte_offset_kernel(pmd, k_cur), pte, 0);
> > }
> > flush_tlb_kernel_range(k_start, k_end);
> >
> >
> > I'm having hard time to understand what's could be wrong at the first place.
> >
> > Could you try following change:
> >
> > diff --git a/arch/powerpc/mm/kasan/book3s_32.c
> > b/arch/powerpc/mm/kasan/book3s_32.c
> > index 9954b7a3b7ae..e04f21908c6a 100644
> > --- a/arch/powerpc/mm/kasan/book3s_32.c
> > +++ b/arch/powerpc/mm/kasan/book3s_32.c
> > @@ -38,7 +38,7 @@ int __init kasan_init_region(void *start, size_t size)
> >
> > if (k_nobat < k_end) {
> > phys = memblock_phys_alloc_range(k_end - k_nobat, PAGE_SIZE, 0,
> > - MEMBLOCK_ALLOC_ANYWHERE);
> > + MEMBLOCK_ALLOC_ACCESSIBLE);
> > if (!phys)
> > return -ENOMEM;
> > }
> >
> > And also that one:
> >
> >
> > diff --git a/arch/powerpc/mm/kasan/init_32.c
> > b/arch/powerpc/mm/kasan/init_32.c
> > index a70828a6d935..bc1c075489f4 100644
> > --- a/arch/powerpc/mm/kasan/init_32.c
> > +++ b/arch/powerpc/mm/kasan/init_32.c
> > @@ -84,6 +84,9 @@ kasan_update_early_region(unsigned long k_start,
> > unsigned long k_end, pte_t pte)
> > {
> > unsigned long k_cur;
> >
> > + if (k_start == k_end)
> > + return;
> > +
> > for (k_cur = k_start; k_cur != k_end; k_cur += PAGE_SIZE) {
> > pmd_t *pmd = pmd_off_k(k_cur);
> > pte_t *ptep = pte_offset_kernel(pmd, k_cur);
> >
> >
> >
>
> I tested the two vmlinux you sent me offlist, they both start without
> problem on QEMU.
>
> Regarding the use of BATs, in fact a shift of 23 is still not enough to
> get free BATs for KASAN. But at least it allows you to map all linear
> mem with BATS whereas a shift of 22 would require 9 BATs :
>
> With shift 22 you have BATs with size : 4+4+8+16+32+64+128+256+256
> With shift 23 you have BATs with size : 8+8+16+32+64+128+256+256
>
> So lets forget that for the moment, allthought you may try with
> CONFIG_STRICT_KERNEL_RWX, in that case you should have enough BATs.
>
> But lets try to refocus on the real problem.
>
> In your last mail you say you tried with all patches. Did it include the
> two above changes ?
>
> If not can you perform the tests with those two changes in addition,
> first one by one then both together depending on the result ?
>
> Many thanks for your help and perseverance
> Christophe
Revisited this issue with kernel v6.8-rc6 on the same machine.
Now this strange KASAN cold boot issue is gone or at least I can no longer reproduce it. Be it with KASAN_OUTLINE or KASAN_INLINE, SMP boot works just fine on my G4 DP. Which is a good thing. :)
Regards,
Erhard
^ permalink raw reply [flat|nested] 34+ messages in thread
end of thread, other threads:[~2024-02-28 23:56 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 23:48 KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Erhard Furtner
2023-08-11 6:45 ` Christophe Leroy
2023-08-13 19:38 ` Erhard Furtner
2023-08-14 9:40 ` Christophe Leroy
2023-08-14 17:27 ` Erhard Furtner
2023-08-15 17:21 ` [PATCH] Add pr_info() traces for investigation Christophe Leroy
2023-08-15 17:25 ` KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6) Christophe Leroy
2023-08-15 20:01 ` Erhard Furtner
2023-08-16 15:56 ` Christophe Leroy
2023-08-17 18:32 ` Erhard Furtner
2023-08-17 23:13 ` Michael Ellerman
2023-08-18 9:16 ` Erhard Furtner
2023-08-18 15:47 ` Christophe Leroy
2023-08-18 16:23 ` Erhard Furtner
2023-08-22 7:31 ` Christophe Leroy
2023-08-24 0:00 ` Erhard Furtner
2023-08-24 11:36 ` Michael Ellerman
2023-08-27 23:17 ` Erhard Furtner
2023-08-31 5:32 ` Christophe Leroy
2023-08-31 22:44 ` Erhard Furtner
2023-09-01 7:43 ` Christophe Leroy
2023-09-03 21:06 ` Erhard Furtner
2023-09-04 14:48 ` Christophe Leroy
2023-09-04 14:55 ` Christophe Leroy
2023-09-04 21:32 ` Erhard Furtner
2023-09-12 0:11 ` Erhard Furtner
2023-09-12 7:47 ` Christophe Leroy
2023-09-12 15:59 ` Erhard Furtner
2023-09-12 17:39 ` Christophe Leroy
2023-09-12 20:09 ` Erhard Furtner
2023-09-13 5:28 ` Christophe Leroy
2023-09-14 4:54 ` Christophe Leroy
2023-09-14 12:33 ` Erhard Furtner
2024-02-28 23:55 ` Erhard Furtner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).