From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
"Eric W. Biederman" <ebiederm@xmission.com>,
"Fabio M. De Francesco" <fmdefrancesco@gmail.com>,
Ira Weiny <ira.weiny@intel.com>,
Kees Cook <keescook@chromium.org>
Subject: [GIT PULL] execve fix for v6.0-rc2
Date: Fri, 19 Aug 2022 12:04:07 -0700 [thread overview]
Message-ID: <202208191202.5F5A43A0@keescook> (raw)
Hi Linus,
Please pull this execve fix for v6.0-rc2.
Thanks!
-Kees
The following changes since commit c6e8e36c6ae4b11bed5643317afb66b6c3cadba8:
exec: Call kmap_local_page() in copy_string_kernel() (2022-07-27 14:15:09 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/execve-v6.0-rc2
for you to fetch changes up to 3a608cfee97e99b3fff9ffe62246a098042e725d:
exec: Replace kmap{,_atomic}() with kmap_local_page() (2022-08-16 12:11:27 -0700)
----------------------------------------------------------------
execve fix for v6.0-rc2
- Replace remaining kmap() uses with kmap_local_page() (Fabio M. De Francesco)
----------------------------------------------------------------
Fabio M. De Francesco (1):
exec: Replace kmap{,_atomic}() with kmap_local_page()
fs/exec.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
Kees Cook
next reply other threads:[~2022-08-19 19:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-19 19:04 Kees Cook [this message]
2022-08-19 21:11 ` [GIT PULL] execve fix for v6.0-rc2 Linus Torvalds
2022-08-19 22:04 ` Kees Cook
2022-08-19 21:14 ` 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=202208191202.5F5A43A0@keescook \
--to=keescook@chromium.org \
--cc=ebiederm@xmission.com \
--cc=fmdefrancesco@gmail.com \
--cc=ira.weiny@intel.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.