Re: Re: [PATCH v13 03/15] mm: Introduce Data Access MONitor (DAMON)

From: SeongJae Park
Date: Wed May 27 2020 - 08:41:53 EST


On Wed, 27 May 2020 13:23:31 +0200 Leonard Foerster <foersleo@xxxxxxxxxx> wrote:

> On 2020-05-25T11:15:00+02:00 SeongJae Park <sjpark@xxxxxxxxxx> wrote:
>
> > From: SeongJae Park <sjpark@xxxxxxxxx>
> >
> > This commit introduces a kernel module named DAMON. Note that this
> > commit is implementing only the stub for the module load/unload, basic
> > data structures, and simple manipulation functions of the structures to
> > keep the size of commit small. The core mechanisms of DAMON will be
> > implemented one by one by following commits.
> >
> > Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx>
> > ---
> > [...]
> > +
> > +/**
> > + * struct damon_ctx - Represents a context for each monitoring.
> > + * @tasks_list: Head of monitring target tasks (&damon_task) list.
>
> nit: monitring -> monitoring

Good catch! Will fix in the next spin.


Thanks,
SeongJae Park

>
> Reviewed-by: Leonard Foerster <foersleo@xxxxxxxxx>
>