Hi Joerg, On Sun, Dec 22, 2019 at 01:27:44AM +0100, Joerg Sonnenberger wrote: > On Fri, Dec 20, 2019 at 09:05:34PM +0000, Andrew Doran wrote: > > Module Name: src > > Committed By: ad > > Date: Fri Dec 20 21:05:34 UTC 2019 > > > > Modified Files: > > src/sys/arch/aarch64/aarch64: cpu.c cpufunc.c > > src/sys/arch/arm/arm32: arm32_boot.c cpu.c > > src/sys/arch/macppc/macppc: cpu.c > > src/sys/arch/mips/mips: cpu_subr.c > > src/sys/arch/x86/x86: cpu.c cpu_topology.c identcpu.c > > src/sys/kern: kern_cpu.c > > src/sys/sys: cpu.h cpu_data.h sched.h > > > > Log Message: > > Some more CPU topology stuff: > > > > - Use cegger@'s ACPI SRAT parsing code to figure out NUMA node ID for each > > CPU as it is attached. > > My build system panics on boot with this due to zero sized allocations > in acpisrat_refresh.
I missed this last night, oops. Rev 1.7 of src/sys/dev/acpi/acpi_srat.c should fix. Cheers, Andrew