Hi Yuquan, On Wed, Apr 09, 2025 at 03:02:50PM +0800, Yuquan Wang wrote: > "mm: introduce numa_memblks"(87482708210f) has moved numa_memblks > from x86 to the generic code, but loongarch was left out of this > conversion. > > This patch introduces the generic numa_memblks. > > Signed-off-by: Yuquan Wang <wangyuquan1236@xxxxxxxxxxxxxx> > --- > > Background > ---------- > I am managed to land the patch[1] "mm: numa_memblks: introduce numa_add_reserved_memblk" > but kernel test CI noticed build errors[2] from loongarch64-linux-gcc. I think you can just add a dummy static inline numa_add_reserved_memblk() to arch/loongarch/include/asm/numa.h to fix the build. Then moving loongarch to numa_memblks won't be a stopper for your change. > Link: > [1]: https://lore.kernel.org/all/20250409040121.3212489-1-wangyuquan1236@xxxxxxxxxxxxxx/ > [2]: https://lore.kernel.org/all/202503282026.QNaOAK79-lkp@xxxxxxxxx/ -- Sincerely yours, Mike.