Dave Jiang wrote: > > > On 12/16/2022 10:21 AM, Dave Jiang wrote: > > Add a CXL bus type, and detect whether a 'dimm' is backed by the CXL > > subsystem. > > > > Reviewed-by: Alison Schofield <alison.schofi...@intel.com> > > Signed-off-by: Dave Jiang <dave.ji...@intel.com> > > > > --- > > v3: > > - Simplify detecting cxl subsystem. (Dan) > > v2: > > - Improve commit log. (Vishal) > > --- > > ndctl/lib/libndctl.c | 30 ++++++++++++++++++++++++++++++ > > ndctl/lib/libndctl.sym | 1 + > > ndctl/lib/private.h | 1 + > > ndctl/libndctl.h | 1 + > > 4 files changed, 33 insertions(+) > > > > diff --git a/ndctl/lib/libndctl.c b/ndctl/lib/libndctl.c > > index ad54f0626510..9cd5340b5702 100644 > > --- a/ndctl/lib/libndctl.c > > +++ b/ndctl/lib/libndctl.c > > @@ -12,6 +12,7 @@ > > #include <ctype.h> > > #include <fcntl.h> > > #include <dirent.h> > > +#include <libgen.h> > > Of course I missed removing this change.
With this fixed up feel free to add: Reviewed-by: Dan Williams <dan.j.willi...@intel.com> ...for the series.