commit | d7ec8f421ade2817983963a106b0085cc478c17b | [log] [tgz] |
---|---|---|
author | SeongJae Park <sj@kernel.org> | Mon Nov 07 16:50:01 2022 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Wed Nov 30 15:58:47 2022 -0800 |
tree | 85fab93cae3b18ae14c414ad44b91309525fb04f | |
parent | d8dd5e979d09c7463618853fb4aedd88e3efc8ae [diff] |
selftests/damon: test non-context inputs to rm_contexts file There was a bug[1] that triggered by writing non-context DAMON debugfs file names to the 'rm_contexts' DAMON debugfs file. Add a selftest for the bug to avoid it happen again. [1] https://lore.kernel.org/damon/000000000000ede3ac05ec4abf8e@google.com/ Link: https://lkml.kernel.org/r/20221107165001.5717-3-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>