Skip to content

Commit

Permalink
madvise06: Add tag for "mm: memcg: link page counters to root ..."
Browse files Browse the repository at this point in the history
The test may trigger a warning if bf4f059 is present (5.9) and
use_hierarchy=0 which is fixed by 8de15e920dc8. Full details of the
bug are in the kernel commit description and I do not want to repeat
them in the test description as they are likely to be irrelevant to
most readers.

Signed-off-by: Richard Palethorpe <[email protected]>
Reviewed-by: Li Wang <[email protected]>
  • Loading branch information
Richard Palethorpe authored and wangli5665 committed Nov 4, 2020
1 parent eda4ddb commit 4706bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcases/kernel/syscalls/madvise/madvise06.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ static struct tst_test test = {
.needs_root = 1,
.tags = (const struct tst_tag[]) {
{"linux-git", "55231e5c898c"},
{"linux-git", "8de15e920dc8"},
{}
}
};

0 comments on commit 4706bf2

Please sign in to comment.