[GIT,PULL] execve updates for v6.5-rc1

Message ID 202306271642.ED8D48AC@keescook
State New
Headers
Series [GIT,PULL] execve updates for v6.5-rc1 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.5-rc1

Message

Kees Cook June 27, 2023, 11:43 p.m. UTC
  Hi Linus,

Please pull these execve updates for v6.5-rc1.

Thanks!

-Kees

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.5-rc1

for you to fetch changes up to aa88054b70905069d1cf706aa5e9a3418d1d341d:

  binfmt_elf: fix comment typo s/reset/regset/ (2023-06-23 09:36:30 -0700)

----------------------------------------------------------------
execve updates for v6.5-rc1

- Fix a few comments for correctness and typos (Baruch Siach)

- Small simplifications for binfmt (Christophe JAILLET)

- Set p_align to 4 for PT_NOTE in core dump (Fangrui Song)

----------------------------------------------------------------
Baruch Siach (2):
      elf: correct note name comment
      binfmt_elf: fix comment typo s/reset/regset/

Christophe JAILLET (2):
      binfmt: Use struct_size()
      binfmt: Slightly simplify elf_fdpic_map_file()

Fangrui Song (1):
      coredump, vmcore: Set p_align to 4 for PT_NOTE

 fs/binfmt_elf.c          |  4 ++--
 fs/binfmt_elf_fdpic.c    | 12 ++++--------
 fs/proc/vmcore.c         |  4 ++--
 include/uapi/linux/elf.h |  3 ++-
 4 files changed, 10 insertions(+), 13 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 28, 2023, 4:50 a.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 16:43:02 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.5-rc1

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

Thank you!