The following commit has been merged in the master branch:
commit 9bfdba946f30d5cbf2257932a53682c0ad1aeb37
Merge: e8d780dcd957d80725ad5dd00bab53b856429bc0
6ed5e20466c79e3b3350bae39f678f73cf564b4e
Author: Linus Torvalds <[email protected]>
Date: Wed Jul 30 15:05:05 2025 -0700
Merge tag 'bootconfig-v6.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull bootconfig updates from Masami Hiramatsu:
- tools/bootconfig:
- Fix unaligned access when building footer to avoid SIGBUS
- Cleanup bootconfig footer size calculations
- test scripts:
- Fix to add shebang for a test script
- Improve script portability using portable commands
- Improve script portability using printf instead of echo
- Enclose regex with quotes for syntax highlighter
* tag 'bootconfig-v6.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
bootconfig: Fix unaligned access when building footer
tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so
added it
tools/bootconfig: Cleanup bootconfig footer size calculations
tools/bootconfig: Replace some echo with printf for more portability
tools/bootconfig: Improve portability
tools: bootconfig: Regex enclosed with quotes to make syntax highlight
proper
--
LinuxNextTracking