mbox series

[0/3] kunit: fix a UAF bug and do some optimization

Message ID 20220309014705.1265861-1-liupeng256@huawei.com
Headers show
Series kunit: fix a UAF bug and do some optimization | expand

Message

Peng Liu March 9, 2022, 1:47 a.m. UTC
This series is to fix UAF when running kfence test case test_gfpzero,
which is time costly. This UAF bug can be easily triggered by setting
CONFIG_KFENCE_DYNAMIC_OBJECTS = 65535. Furthermore, some optimization
for kunit tests has been done.

Peng Liu (3):
  kunit: fix UAF when run kfence test case test_gfpzero
  kunit: make kunit_test_timeout compatible with comment
  kfence: test: try to avoid test_gfpzero trigger rcu_stall

 lib/kunit/try-catch.c   | 3 ++-
 mm/kfence/kfence_test.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)