]> Gentwo Git Trees - linux/.git/commit
Merge tag 'ktest-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Dec 2025 18:53:43 +0000 (10:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Dec 2025 18:53:43 +0000 (10:53 -0800)
commit2e8c1c6a5043999d867d0dcf38be96903c99601a
tree77e2beba634b1bb62e11d6262ddc9352f2d3946c
parent2ba59045fba395c076a4880012583fdac25c6d7f
parentd3042cbe84a060b4df764eb6c5300bbe20d125ca
Merge tag 'ktest-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest

Pull ktest fix from Steven Rostedt:

 - Fix incorrect variable in error message in config-bisect.pl

   If the old config file fails to get copied as the last good or bad
   config file, then it fails the program and prints an error message.

   But the variable used to print what the old config's name was
   incorrect. It was $config when it should have been $output_config.

* tag 'ktest-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
  ktest.pl: Fix uninitialized var in config-bisect.pl