From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Andrei Vagin <avagin@gmail.com>,
Christian Brauner <brauner@kernel.org>,
"Fabio M. De Francesco" <fmdefrancesco@gmail.com>,
Florian Weimer <fweimer@redhat.com>,
Ira Weiny <ira.weiny@intel.com>,
Kees Cook <keescook@chromium.org>,
Souptick Joarder <jrdr.linux@gmail.com>,
Zhang Jiaming <jiaming@nfschina.com>
Subject: [GIT PULL] execve updates for v5.20-rc1
Date: Mon, 1 Aug 2022 10:37:08 -0700 [thread overview]
Message-ID: <202208011036.F80AB3F@keescook> (raw)
Hi Linus,
Please pull these execve updates for v5.20-rc1.
Thanks!
-Kees
The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:
Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v5.20-rc1
for you to fetch changes up to c6e8e36c6ae4b11bed5643317afb66b6c3cadba8:
exec: Call kmap_local_page() in copy_string_kernel() (2022-07-27 14:15:09 -0700)
----------------------------------------------------------------
execve updates for v5.20-rc1
- Allow unsharing time namespace on vfork+exec (Andrei Vagin)
- Replace usage of deprecated kmap APIs (Fabio M. De Francesco)
- Fix spelling mistake (Zhang Jiaming)
----------------------------------------------------------------
Andrei Vagin (2):
fs/exec: allow to unshare a time namespace on vfork+exec
selftests/timens: add a test for vfork+exit
Fabio M. De Francesco (1):
exec: Call kmap_local_page() in copy_string_kernel()
Zhang Jiaming (1):
exec: Fix a spelling mistake
fs/exec.c | 15 +++--
kernel/fork.c | 5 +-
kernel/nsproxy.c | 3 +-
tools/testing/selftests/timens/Makefile | 2 +-
tools/testing/selftests/timens/vfork_exec.c | 90 +++++++++++++++++++++++++++++
5 files changed, 106 insertions(+), 9 deletions(-)
create mode 100644 tools/testing/selftests/timens/vfork_exec.c
--
Kees Cook
next reply other threads:[~2022-08-01 17:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-01 17:37 Kees Cook [this message]
2022-08-02 21:37 ` [GIT PULL] execve updates for v5.20-rc1 Linus Torvalds
2022-08-02 21:48 ` 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=202208011036.F80AB3F@keescook \
--to=keescook@chromium.org \
--cc=avagin@gmail.com \
--cc=brauner@kernel.org \
--cc=fmdefrancesco@gmail.com \
--cc=fweimer@redhat.com \
--cc=ira.weiny@intel.com \
--cc=jiaming@nfschina.com \
--cc=jrdr.linux@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--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.