Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Sep 2024 14:52:24 +0000 (16:52 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Sep 2024 14:52:24 +0000 (16:52 +0200)
commit194fcd20ebccbc34bba80d7d9b203920087bb01d
tree6c42dc2a7b1facd907b82bf214785d875180b6c6
parent32b72debef5ab9b8bec32fcf3c5d4a62da8a4db2
parent7fcc9b53216cd87f73cc6dbb404220350ddc93b8
Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git./linux/kernel/git/shuah/linux-kselftest

Pull kunit updates from Shuah Khan:

 - a new int_pow test suite

 - documentation update to clarify filename best practices

 - kernel-doc fix for EXPORT_SYMBOL_IF_KUNIT

 - change to build compile_commands.json automatically instead of
   requiring a manual build

* tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  lib/math: Add int_pow test suite
  kunit: tool: Build compile_commands.json
  kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT
  Documentation: KUnit: Update filename best practices
lib/Kconfig.debug