Vishal Verma wrote: > From: Dan Williams <[email protected]> > > Recently the kernel added support for routing newly mapped CXL regions to > device-dax. Include the json representation of a DAX region beneath its > host CXL region. >
Reviewed-by: Ira Weiny <[email protected]> > Signed-off-by: Dan Williams <[email protected]> > [vishal: fix missing dsxctl/json.h include in cxl/json.c] > Signed-off-by: Vishal Verma <[email protected]> > --- > Documentation/cxl/cxl-list.txt | 31 +++++++++++++++++++++++++++++++ > Documentation/cxl/lib/libcxl.txt | 7 +++++++ > cxl/lib/private.h | 1 + > cxl/lib/libcxl.c | 39 +++++++++++++++++++++++++++++++++++++++ > cxl/filter.h | 3 +++ > cxl/libcxl.h | 1 + > cxl/filter.c | 1 + > cxl/json.c | 16 ++++++++++++++++ > cxl/list.c | 2 ++ > cxl/lib/libcxl.sym | 1 + > cxl/lib/meson.build | 1 + > cxl/meson.build | 3 +++ > 12 files changed, 106 insertions(+) >
