* [GIT PULL] bootconfig: Updates for v7.2
@ 2026-06-16 1:04 Masami Hiramatsu
2026-06-16 12:36 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Masami Hiramatsu @ 2026-06-16 1:04 UTC (permalink / raw)
To: Linus Torvalds
Cc: Breno Leitao, Steven Rostedt, Masami Hiramatsu, linux-kernel
Hi Linus,
Bootconfig updates for v7.2
- bootconfig: Render kernel subtree as cmdline string at build time
. bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.c. Move the
xbc_snprint_cmdline() function and its buffer from main.c to the shared
lib/bootconfig.c parser library so it can be reused by userspace tools.
. tools/bootconfig: render kernel.* subtree as cmdline string with -C. Add a
new -C option to print the kernel.* subtree as a flat command-line string
at build time, allowing early parameter injection without runtime parsing.
Please pull the latest bootconfig-v7.2 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
bootconfig-v7.2
Tag SHA1: 4819844d8718664356a18a5c07efdce598dfbdf9
Head SHA1: 4135542de6c42bc366a651d0b2d82ea72ac199fc
Breno Leitao (2):
bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.c
tools/bootconfig: render kernel.* subtree as cmdline string with -C
----
include/linux/bootconfig.h | 3 +++
init/main.c | 45 ----------------------------------
lib/bootconfig.c | 56 +++++++++++++++++++++++++++++++++++++++++++
tools/bootconfig/main.c | 60 +++++++++++++++++++++++++++++++++++++++-------
4 files changed, 111 insertions(+), 53 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] bootconfig: Updates for v7.2
2026-06-16 1:04 [GIT PULL] bootconfig: Updates for v7.2 Masami Hiramatsu
@ 2026-06-16 12:36 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-06-16 12:36 UTC (permalink / raw)
To: Masami Hiramatsu (Google)
Cc: Linus Torvalds, Breno Leitao, Steven Rostedt, Masami Hiramatsu,
linux-kernel
The pull request you sent on Tue, 16 Jun 2026 10:04:10 +0900:
> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git bootconfig-v7.2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4f7e89065e41fd487e411d35b5caeac2a10af10e
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-16 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 1:04 [GIT PULL] bootconfig: Updates for v7.2 Masami Hiramatsu
2026-06-16 12:36 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome