mbox series

[GIT,PULL] hardening fix for v6.1-rc4

Message ID 202211040926.0E7BBDB1@keescook (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] hardening fix for v6.1-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.1-rc4

Message

Kees Cook Nov. 4, 2022, 4:26 p.m. UTC
Hi Linus,

Please pull this tiny kernel hardening fix for v6.1-rc4.

Thanks!

-Kees

The following changes since commit 72c3ebea375c39413d02113758319b74ecd790bd:

  overflow: Refactor test skips for Clang-specific issues (2022-10-25 14:57:42 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.1-rc4

for you to fetch changes up to 6f7630b1b5bc672b54c1285ee6aba752b446672c:

  fortify: Capture __bos() results in const temp vars (2022-10-28 16:07:01 -0700)

----------------------------------------------------------------
kernel hardening fix for v6.1-rc4

- Correctly report struct member size on memcpy overflow (Kees Cook)

----------------------------------------------------------------
Kees Cook (1):
      fortify: Capture __bos() results in const temp vars

 include/linux/fortify-string.h | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 4, 2022, 10:46 p.m. UTC | #1
The pull request you sent on Fri, 4 Nov 2022 09:26:39 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.1-rc4

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

Thank you!