On Fri, 25 Feb 2022 14:18:59 +0100 Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > On Fri, Feb 25, 2022 at 01:07:12PM +0000, SeongJae Park wrote: > > This commit adds DAMON sysfs interface ABI document under > > Documentation/ABI/testing. > > > > Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> > > --- > > .../ABI/testing/sysfs-kernel-mm-damon | 276 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 277 insertions(+) > > create mode 100644 Documentation/ABI/testing/sysfs-kernel-mm-damon > > > > diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-damon b/Documentation/ABI/testing/sysfs-kernel-mm-damon > > new file mode 100644 > > index 000000000000..11984c3a4b55 > > --- /dev/null > > +++ b/Documentation/ABI/testing/sysfs-kernel-mm-damon > > @@ -0,0 +1,276 @@ > > +what: /sys/kernel/mm/damon/ > > +Date: Feb 2022 > > +Contact: SeongJae Park <sj@xxxxxxxxxx> > > +Description: Interface for Data Access MONitoring (DAMON). > > + See Documentation/admin-guide/mm/damon/index.rst for details. > > Ick, no. Put the real details in here please. That way it works with > our tools. Ok, thanks for the quick comment! Thanks, SJ > > thanks, > > greg k-h