From: Linus Torvalds Date: Fri, 24 Jan 2025 01:45:24 +0000 (-0800) Subject: Merge tag 'ktest-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux... X-Git-Tag: v6.14-rc1~125 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7f71554b4ea27ebd03e712abd386b66360147469;p=linux-block.git Merge tag 'ktest-6.14' of git://git./linux/kernel/git/rostedt/linux-ktest Pull ktest updates from Steven Rostedt: - Fix use of KERNEL_VERSION in newly created output directory If a new output directory is created (O=/dir), and one of the options uses KERNEL_VERSION which will run a "make kernelversion" in the output directory, it will fail because there is no config file yet. In this case, have it do a "make allnoconfig" which is the minimal needed to run the "make kernelversion". - Remove unused variables - Fix some typos * tag 'ktest-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest: ktest.pl: Fix typo "accesing" ktest.pl: Fix typo in comment ktest.pl: Remove unused declarations in run_bisect_test function ktest.pl: Check kernelrelease return in get_version --- 7f71554b4ea27ebd03e712abd386b66360147469