Re: [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup

2025-07-10 Thread Li Chen
> Tested-by: K Prateek Nayak > > for the entire series. > > On 7/6/2025 8:36 AM, Li Chen wrote: > > diff --git a/include/linux/sched/topology.h > > b/include/linux/sched/topology.h > > index 198bb5cc1774b..0b53e372c445c 100644 > > --- a/include/li

[PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup

2025-07-10 Thread Li Chen
From: Li Chen Define a small SDTL_INIT(maskfn, flagsfn, name) macro and use it to build the sched_domain_topology_level array. Purely a cleanup; behaviour is unchanged. Signed-off-by: Li Chen Suggested-by: Thomas Gleixner Tested-by: K Prateek Nayak --- arch/powerpc/kernel/smp.c | 34

[PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup

2025-07-05 Thread Li Chen
From: Li Chen Define a small SDTL(maskfn, flagsfn, name) macro and use it to build the sched_domain_topology_level. Purely a cleanup; behaviour is unchanged. Signed-off-by: Li Chen Suggested-by: Thomas Gleixner --- arch/powerpc/kernel/smp.c | 34 +- arch

Re: [PATCH] kexec: replace crash_mem_range with range

2022-06-15 Thread Li Chen
Hi Baoquan, On Wed, 15 Jun 2022 19:03:53 -0700 Baoquan He wrote > On 06/14/22 at 10:04pm, Li Chen wrote: > > From: Li Chen > > > > We already have struct range, so just use it. > > Looks good, have you tested it? No, I don't have ppc m

[PATCH] kexec: replace crash_mem_range with range

2022-06-15 Thread Li Chen
From: Li Chen We already have struct range, so just use it. Signed-off-by: Li Chen --- arch/powerpc/kexec/file_load_64.c | 2 +- arch/powerpc/kexec/ranges.c | 8 include/linux/kexec.h | 7 ++- kernel/kexec_file.c | 2 +- 4 files changed, 8