-
- Downloads
Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of...
Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Pull sysfs module section fix from Kees Cook: "Fix sysfs module section output overflow. About a month after my kallsyms_show_value() refactoring landed, 0day noticed that there was a path through the kernfs binattr read handlers that did not have PAGE_SIZEd buffers, and the module "sections" read handler made a bad assumption about this, resulting in it stomping on memory when reached through small-sized splice() calls. I've added a set of tests to find these kinds of regressions more quickly in the future as well" Sefltests-acked-by:Shuah Khan <skhan@linuxfoundation.org> * tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: selftests: splice: Check behavior of full and short splices module: Correctly truncate sysfs sections output
No related branches found
No related tags found
Showing
- kernel/module.c 19 additions, 3 deletionskernel/module.c
- tools/testing/selftests/splice/.gitignore 1 addition, 0 deletionstools/testing/selftests/splice/.gitignore
- tools/testing/selftests/splice/Makefile 2 additions, 2 deletionstools/testing/selftests/splice/Makefile
- tools/testing/selftests/splice/config 1 addition, 0 deletionstools/testing/selftests/splice/config
- tools/testing/selftests/splice/settings 1 addition, 0 deletionstools/testing/selftests/splice/settings
- tools/testing/selftests/splice/short_splice_read.sh 56 additions, 0 deletionstools/testing/selftests/splice/short_splice_read.sh
- tools/testing/selftests/splice/splice_read.c 57 additions, 0 deletionstools/testing/selftests/splice/splice_read.c
Loading
Please register or sign in to comment