All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] bootconfig: Fixes for v6.9-rc4
@ 2024-04-19  5:32 Masami Hiramatsu
  2024-04-19 17:04 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Masami Hiramatsu @ 2024-04-19  5:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Masami Hiramatsu, Qiang Zhang, Yuntao Wang, Steven Rostedt,
	Masami Hiramatsu, linux-kernel

Hi Linus,

Bootconfig fixes for v6.9-rc4:

- Fix potential static_command_line buffer overrun. Currently we allocate
  the memory for static_command_line based on "boot_command_line", but it
  will copy "command_line" into it. So we use the length of "command_line"
  instead of "boot_command_line" (as previously we did).
- Use memblock_free_late() in xbc_exit() instead of memblock_free() after
  the buddy system is initialized.
- Fix a kerneldoc warning.


Please pull the latest bootconfig-fixes-v6.9-rc4 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
bootconfig-fixes-v6.9-rc4

Tag SHA1: 7b37e0d614e8989ec4163385fe76fff290f005b9
Head SHA1: 298b871cd55a607037ac8af0011b9fdeb54c1e65


Masami Hiramatsu (Google) (1):
      bootconfig: Fix the kerneldoc of _xbc_exit()

Qiang Zhang (1):
      bootconfig: use memblock_free_late to free xbc memory to buddy

Yuntao Wang (1):
      init/main.c: Fix potential static_command_line memory overflow

----
 include/linux/bootconfig.h |  7 ++++++-
 init/main.c                |  2 ++
 lib/bootconfig.c           | 22 +++++++++++++---------
 3 files changed, 21 insertions(+), 10 deletions(-)

-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] bootconfig: Fixes for v6.9-rc4
  2024-04-19  5:32 [GIT PULL] bootconfig: Fixes for v6.9-rc4 Masami Hiramatsu
@ 2024-04-19 17:04 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-04-19 17:04 UTC (permalink / raw)
  To: Masami Hiramatsu (Google)
  Cc: Linus Torvalds, Masami Hiramatsu (Google),
	Qiang Zhang, Yuntao Wang, Steven Rostedt, Masami Hiramatsu,
	linux-kernel

The pull request you sent on Fri, 19 Apr 2024 14:32:51 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git bootconfig-fixes-v6.9-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9c6e84e4baf01a33a72cdfd1256d0f281c0ea812

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:[~2024-04-19 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  5:32 [GIT PULL] bootconfig: Fixes for v6.9-rc4 Masami Hiramatsu
2024-04-19 17:04 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.