Re: [ndctl PATCH v4 8/9] cxl/region: Add extent output to region query

2025-02-12 Thread Ira Weiny
Alison Schofield wrote: > On Sat, Dec 14, 2024 at 08:58:35PM -0600, Ira Weiny wrote: > > DCD regions have 0 or more extents. The ability to list those and their > > properties is useful to end users. > > > > Add an option for extent output to region queries. An example of this > > is: > > > >

Re: [ndctl PATCH] cxl/json: remove prefix from tracefs.h #include

2025-02-12 Thread Dave Jiang
On 2/9/25 11:03 AM, alison.schofi...@intel.com wrote: > From: Michal Suchanek > > Distros vary on whether tracefs.h is placed in {prefix}/libtracefs/ > or {prefix}/tracefs/. Since the library ships with pkgconfig info > to determine the exact include path the #include statement can drop > the

Re: [ndctl PATCH] util/strbuf: remove unused cli infrastructure imports

2025-02-12 Thread Alison Schofield
On Tue, Feb 11, 2025 at 07:40:18PM -0800, alison.schofi...@intel.com wrote: > From: Alison Schofield > > The ndctl cli interface is built around an imported perf cli > infrastructure which was originally from git. [1] > > A recent static analysis scan exposed an integer overflow issue in > sysbu

Re: [ndctl PATCH] util/strbuf: remove unused cli infrastructure imports

2025-02-12 Thread Dave Jiang
On 2/11/25 8:40 PM, alison.schofi...@intel.com wrote: > From: Alison Schofield > > The ndctl cli interface is built around an imported perf cli > infrastructure which was originally from git. [1] > > A recent static analysis scan exposed an integer overflow issue in > sysbuf_read() and althou