]> Git Repo - linux.git/commit
lib/test_overflow.c: avoid tainting the kernel and fix wrap size
authorKees Cook <[email protected]>
Tue, 16 Jul 2019 23:27:24 +0000 (16:27 -0700)
committerLinus Torvalds <[email protected]>
Wed, 17 Jul 2019 02:23:22 +0000 (19:23 -0700)
commit8e060c21ae2c265a2b596e9e7f9f97ec274151a4
tree89311e5adf37740675f8d07edc2a61e496b4c553
parentd1a5dc5e6accbeaabe59e3d55b47f15a8b19c2bd
lib/test_overflow.c: avoid tainting the kernel and fix wrap size

This adds __GFP_NOWARN to the kmalloc()-portions of the overflow test to
avoid tainting the kernel.  Additionally fixes up the math on wrap size
to be architecture and page size agnostic.

Link: http://lkml.kernel.org/r/201905282012.0A8767E24@keescook
Fixes: ca90800a91ba ("test_overflow: Add memory allocation overflow tests")
Signed-off-by: Kees Cook <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Suggested-by: Rasmus Villemoes <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/test_overflow.c
This page took 0.051593 seconds and 4 git commands to generate.