Re: [PATCH] init: refactor the generic cpu_to_node for NUMA

2024-01-28 Thread kernel test robot
11802 base: driver-core/driver-core-testing patch link: https://lore.kernel.org/r/20240118031412.3300-1-shijie%40os.amperecomputing.com patch subject: [PATCH] init: refactor the generic cpu_to_node for NUMA config: x86_64-kexec (https://download.01.org/0day-ci/archive/20240129/20240129031

Re: [PATCH] init: refactor the generic cpu_to_node for NUMA

2024-01-28 Thread kernel test robot
11802 base: driver-core/driver-core-testing patch link: https://lore.kernel.org/r/20240118031412.3300-1-shijie%40os.amperecomputing.com patch subject: [PATCH] init: refactor the generic cpu_to_node for NUMA config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20240129/20240129011

Re: [PATCH] init: refactor the generic cpu_to_node for NUMA

2024-01-18 Thread Shijie Huang
Hi Greg, 在 2024/1/18 17:27, Greg KH 写道: On Thu, Jan 18, 2024 at 11:14:12AM +0800, Huang Shijie wrote: (0) We list the ARCHs which support the NUMA: arm64, loongarch, powerpc, riscv, sparc, mips, s390, x86, I do not understand this format, what are you saying here? Sorry for t

Re: [PATCH] init: refactor the generic cpu_to_node for NUMA

2024-01-18 Thread Greg KH
On Thu, Jan 18, 2024 at 11:14:12AM +0800, Huang Shijie wrote: > (0) We list the ARCHs which support the NUMA: >arm64, loongarch, powerpc, riscv, >sparc, mips, s390, x86, I do not understand this format, what are you saying here? Have you read the kernel documentation for how to wr

[PATCH] init: refactor the generic cpu_to_node for NUMA

2024-01-17 Thread Huang Shijie
(0) We list the ARCHs which support the NUMA: arm64, loongarch, powerpc, riscv, sparc, mips, s390, x86, (1) Some ARCHs in (0) override the generic cpu_to_node(), such as: sparc, mips, s390, x86. Since these ARCHs have their own cpu_to_node(), we do not care about them