All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] execve updates for v5.20-rc1
@ 2022-08-01 17:37 Kees Cook
  2022-08-02 21:37 ` Linus Torvalds
  2022-08-02 21:48 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Kees Cook @ 2022-08-01 17:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Andrei Vagin, Christian Brauner,
	Fabio M. De Francesco, Florian Weimer, Ira Weiny, Kees Cook,
	Souptick Joarder, Zhang Jiaming

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] execve updates for v5.20-rc1
  2022-08-01 17:37 [GIT PULL] execve updates for v5.20-rc1 Kees Cook
@ 2022-08-02 21:37 ` Linus Torvalds
  2022-08-02 21:48 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2022-08-02 21:37 UTC (permalink / raw)
  To: Kees Cook
  Cc: linux-kernel, Andrei Vagin, Christian Brauner,
	Fabio M. De Francesco, Florian Weimer, Ira Weiny,
	Souptick Joarder, Zhang Jiaming

On Mon, Aug 1, 2022 at 10:37 AM Kees Cook <keescook@chromium.org> wrote:
>
> Andrei Vagin (2):
>       fs/exec: allow to unshare a time namespace on vfork+exec
>       selftests/timens: add a test for vfork+exit

.. I think that "exit" was supposed to be "exec".

> Zhang Jiaming (1):
>       exec: Fix a spelling mistake

One step forward, one step back.. ;)

                  Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] execve updates for v5.20-rc1
  2022-08-01 17:37 [GIT PULL] execve updates for v5.20-rc1 Kees Cook
  2022-08-02 21:37 ` Linus Torvalds
@ 2022-08-02 21:48 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-08-02 21:48 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Andrei Vagin, Christian Brauner,
	Fabio M. De Francesco, Florian Weimer, Ira Weiny, Kees Cook,
	Souptick Joarder, Zhang Jiaming

The pull request you sent on Mon, 1 Aug 2022 10:37:08 -0700:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-02 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 17:37 [GIT PULL] execve updates for v5.20-rc1 Kees Cook
2022-08-02 21:37 ` Linus Torvalds
2022-08-02 21:48 ` pr-tracker-bot

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.