All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Baruch Siach <baruch@tkos.co.il>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Fangrui Song <maskray@google.com>,
	Kees Cook <keescook@chromium.org>
Subject: [GIT PULL] execve updates for v6.5-rc1
Date: Tue, 27 Jun 2023 16:43:02 -0700	[thread overview]
Message-ID: <202306271642.ED8D48AC@keescook> (raw)

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(-)

-- 
Kees Cook

             reply	other threads:[~2023-06-27 23:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27 23:43 Kees Cook [this message]
2023-06-28  4:50 ` [GIT PULL] execve updates for v6.5-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202306271642.ED8D48AC@keescook \
    --to=keescook@chromium.org \
    --cc=baruch@tkos.co.il \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maskray@google.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.