From: Erhard Furtner <erhard_f@mailbox.org>
To: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: "linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Subject: Re: KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
Date: Thu, 17 Aug 2023 20:32:02 +0200 [thread overview]
Message-ID: <20230817203202.2b4c273c@yea> (raw)
In-Reply-To: <0876e754-7bee-ec61-4e3c-c0ee08d59d87@csgroup.eu>
[-- 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)
next prev parent reply other threads:[~2023-08-17 18:33 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230817203202.2b4c273c@yea \
--to=erhard_f@mailbox.org \
--cc=christophe.leroy@csgroup.eu \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).