From: Linus Torvalds Date: Sat, 27 Sep 2025 16:50:46 +0000 (-0700) Subject: Merge tag 'trace-tools-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.17~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51a24b7deaae5c3561965f5b4b27bb9d686add1c;p=thirdparty%2Fkernel%2Fstable.git Merge tag 'trace-tools-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Pull rtla tool fixes from Steven Rostedt: - Fix a buffer overflow in actions_parse() The "trigger_c" variable did not account for the nul byte when determining its size - Fix a compare that had the values reversed actions_destroy() is supposed to reallocate when len is greater than the current size, but the compare was testing if size is greater than the new length * tag 'trace-tools-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: rtla/actions: Fix condition for buffer reallocation rtla: Fix buffer overflow in actions_parse --- 51a24b7deaae5c3561965f5b4b27bb9d686add1c