-
- Downloads
selftests/damon: test debugfs file reads/writes with huge count
DAMON debugfs interface users were able to trigger warning by writing some files with arbitrarily large 'count' parameter. The issue is fixed with commit db7a347b ("mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation"). This commit adds a test case for the issue in DAMON selftests to avoid future regressions. Link: https://lkml.kernel.org/r/20211201150440.1088-11-sj@kernel.org Signed-off-by:SeongJae Park <sj@kernel.org> Cc: Brendan Higgins <brendanhiggins@google.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- tools/testing/selftests/damon/.gitignore 2 additions, 0 deletionstools/testing/selftests/damon/.gitignore
- tools/testing/selftests/damon/Makefile 2 additions, 0 deletionstools/testing/selftests/damon/Makefile
- tools/testing/selftests/damon/debugfs_attrs.sh 18 additions, 0 deletionstools/testing/selftests/damon/debugfs_attrs.sh
- tools/testing/selftests/damon/huge_count_read_write.c 39 additions, 0 deletionstools/testing/selftests/damon/huge_count_read_write.c
Loading
Please register or sign in to comment