Re: [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation

2024-12-05 Thread Alison Schofield
tation by device_find_child_by_name() ^using Otherwise you can add: Reviewed-by: Alison Schofield > > Signed-off-by: Zijun Hu > --- > drivers/nvdimm/claim.c | 9 + > 1 file changed, 1 insertion(+), 8 deletions(-) > > diff --

Re: [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()

2024-12-05 Thread Alison Schofield
vice_match_type, simplifies that task. Replace match_nvdimm_bridge() usage with device_match_type(). With that you can add: Reviewed-by: Alison Schofield > > Signed-off-by: Zijun Hu > --- > drivers/cxl/core/pmem.c | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletion

Re: [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages

2024-12-05 Thread Alison Schofield
tools/testing/cxl/test/cxl.c | 2 +- > 28 files changed, 66 insertions(+), 62 deletions(-) > For these cxl and nvdimm pieces: drivers/cxl/core/pci.c | 4 ++-- drivers/cxl/core/pmem.c | 2 +- drivers/cxl/core/region.c | 21 - drivers/nvdimm/bus.c | 2 +- tools/testing/cxl/test/cxl.c | 2 +- Reviewed-by: Alison Schofield snip to end

Re: [FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()

2024-03-14 Thread Alison Schofield
On Fri, Feb 23, 2024 at 12:56:34PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > [ >This is a treewide change. I will likely re-create this patch again in >the second week of the merge window of v6.9 and submit it then. Hoping >to keep the conflicts that it will c