diff mbox series

madvise06: Add tag for "mm: memcg: link page counters to root ..."

Message ID 20201103154950.32000-1-rpalethorpe@suse.com
State Accepted
Headers show
Series madvise06: Add tag for "mm: memcg: link page counters to root ..." | expand

Commit Message

Richard Palethorpe Nov. 3, 2020, 3:49 p.m. UTC
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 <rpalethorpe@suse.com>
---
 testcases/kernel/syscalls/madvise/madvise06.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Li Wang Nov. 4, 2020, 1:50 a.m. UTC | #1
On Tue, Nov 3, 2020 at 11:50 PM Richard Palethorpe <rpalethorpe@suse.com>
wrote:

> 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 <rpalethorpe@suse.com>
>

Pushed.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/madvise/madvise06.c b/testcases/kernel/syscalls/madvise/madvise06.c
index 23ebbead6..817faae39 100644
--- a/testcases/kernel/syscalls/madvise/madvise06.c
+++ b/testcases/kernel/syscalls/madvise/madvise06.c
@@ -235,6 +235,7 @@  static struct tst_test test = {
 	.needs_root = 1,
 	.tags = (const struct tst_tag[]) {
 		{"linux-git", "55231e5c898c"},
+		{"linux-git", "8de15e920dc8"},
 		{}
 	}
 };