Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Feb 2024 23:34:03 +0000 (15:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Feb 2024 23:34:03 +0000 (15:34 -0800)
commit91f842ffe6ca1e97a3966e9e499c3ac6fbcc4bc4
treec6bfd68bd577b7621ed815a04386c1cba871379f
parent7e90b5c295ec1e47c8ad865429f046970c549a66
parent829388b725f8d266ccec32a2f446717d8693eaba
Merge tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git./linux/kernel/git/shuah/linux-kselftest

Pull KUnit fix from Shuah Khan:
 "One important fix to unregister kunit_bus when KUnit module is
  unloaded.

  Not doing so causes an error when KUnit module tries to re-register
  the bus when it gets reloaded"

* tag 'linux_kselftest-kunit-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  kunit: device: Unregister the kunit_bus on shutdown