Message ID | 20220225130712.12682-1-sj@kernel.org |
---|---|
Headers | show |
Series | Introduce DAMON sysfs interface | expand |
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@kernel.org> > --- > .../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@kernel.org> > +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. thanks, greg k-h