Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Sep 2023 16:05:49 +0000 (09:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Sep 2023 16:05:49 +0000 (09:05 -0700)
commitfb52c87a06324e3a9223bf7bb3b087557524f96e
tree855ffb2456e8c66411df8a3a081463ff57d3aacc
parentafe03f088fc177e8461270a959823fc2e2b046e5
parent9076bc476d7ebf0565903c4b048442131825c1c3
Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git./linux/kernel/git/shuah/linux-kselftest

Pull kunit fixes from Shuah Khan:
 "Fixes to possible memory leak, null-ptr-deref, wild-memory-access, and
  error path bugs"

* tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  kunit: Fix possible memory leak in kunit_filter_suites()
  kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
  kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
  kunit: Fix wild-memory-access bug in kunit_free_suite_set()
  kunit: test: Make filter strings in executor_test writable