From: Linus Torvalds Date: Fri, 28 Mar 2025 01:22:46 +0000 (-0700) Subject: Merge tag 'ktest-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Tag: v6.15-rc1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68f090f09b7241a2f019191c5c737741f13a5c17;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'ktest-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest Pull ktest update from Steven Rostedt: - Fix failure of directory of log file not existing If a LOG_FILE option is set for ktest to log its messages, and the directory path does not exist. Then ktest fails. Have ktest attempt to create the directory where the log file exists and if that succeeds continue on testing. * tag 'ktest-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest: ktest: Fix Test Failures Due to Missing LOG_FILE Directories --- 68f090f09b7241a2f019191c5c737741f13a5c17