lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 19 Apr 2024 14:32:51 +0900
From: Masami Hiramatsu (Google) <mhiramat@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Masami Hiramatsu (Google) <mhiramat@...nel.org>, Qiang Zhang
 <qiang4.zhang@...el.com>, Yuntao Wang <ytcoode@...il.com>, Steven Rostedt
 <rostedt@...dmis.org>, Masami Hiramatsu <mhiramat@...nel.org>,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] bootconfig: Fixes for v6.9-rc4

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@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ