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

Message ID 202211111036.19260F591@keescook
State New
Headers
Series [GIT,PULL] kernel hardening fix for v6.1-rc5 |

Pull-request

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

Message

Kees Cook Nov. 11, 2022, 6:37 p.m. UTC
  Hi Linus,

Please pull this kernel hardening fix for v6.1-rc5: a small fix for !SMP
linker section orphan handling.

Thanks!

-Kees

The following changes since commit 6f7630b1b5bc672b54c1285ee6aba752b446672c:

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

are available in the Git repository at:

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

for you to fetch changes up to 000f8870a47bdc36730357883b6aef42bced91ee:

  vmlinux.lds.h: Fix placement of '.data..decrypted' section (2022-11-08 09:59:19 -0800)

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

- Fix !SMP placement of '.data..decrypted' section (Nathan Chancellor)

----------------------------------------------------------------
Nathan Chancellor (1):
      vmlinux.lds.h: Fix placement of '.data..decrypted' section

 include/asm-generic/vmlinux.lds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 11, 2022, 7:43 p.m. UTC | #1
The pull request you sent on Fri, 11 Nov 2022 10:37:23 -0800:

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

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

Thank you!