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

From: Leonard Foerster
Date: Wed May 27 2020 - 07:23:57 EST


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

Reviewed-by: Leonard Foerster <foersleo@xxxxxxxxx>