]> Git Repo - linux.git/commit
Merge tag 'ktest-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <[email protected]>
Sun, 22 Sep 2024 16:36:15 +0000 (09:36 -0700)
committerLinus Torvalds <[email protected]>
Sun, 22 Sep 2024 16:36:15 +0000 (09:36 -0700)
commitdd609b8a3a1fc087df1f136686df77ad42f79a7d
tree6d10a396441e1fba171cb97f3dd98504bb9b3167
parent891e8abed532423d3b918b0c445dc8919bc445b5
parent2351e8c65404aabc433300b6bf90c7a37e8bbc4d
Merge tag 'ktest-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest

Pull ktest updates from Steven Rostedt:

 - Add notification of build warnings for all tests

   Currently, the build will only fail on warnings if the ktest config
   file states that it should fail or if the compile is done with
   '-Werror'. This has allowed warnings to sneak in if it doesn't fail.

   Add a notification at the end of the test that will state that
   warnings were found in the build so that the developer will be aware
   of it.

 - Fix the grub2 parser to not return the wrong kernel index

   ktest.pl can read the grub.cfg file to know what kernel to boot to
   via grub-reboot. This requires knowing the index that the kernel is
   referenced by in the grub.cfg file. Some distros have logic to
   determine the menuentry that can cause the ktest.pl to come up with
   the wrong index and boot the wrong kernel.

* tag 'ktest-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
  ktest.pl: Avoid false positives with grub2 skip regex
  ktest.pl: Always warn on build warnings
This page took 0.056061 seconds and 4 git commands to generate.