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:
> >
> >
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
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
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