public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] execve fix for v6.0-rc2
@ 2022-08-19 19:04 Kees Cook
  2022-08-19 21:11 ` Linus Torvalds
  2022-08-19 21:14 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Kees Cook @ 2022-08-19 19:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Eric W. Biederman, Fabio M. De Francesco, Ira Weiny,
	Kees Cook

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

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

* Re: [GIT PULL] execve fix for v6.0-rc2
  2022-08-19 19:04 [GIT PULL] execve fix for v6.0-rc2 Kees Cook
@ 2022-08-19 21:11 ` Linus Torvalds
  2022-08-19 22:04   ` Kees Cook
  2022-08-19 21:14 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-08-19 21:11 UTC (permalink / raw)
  To: Kees Cook
  Cc: linux-kernel, Eric W. Biederman, Fabio M. De Francesco, Ira Weiny

On Fri, Aug 19, 2022 at 12:04 PM Kees Cook <keescook@chromium.org> wrote:
>
> Please pull this execve fix for v6.0-rc2.

Hmm. I've pulled this, but "fix" it isn't.

There's no actual bug in the old code that I can see. It' just that
local kmaps are the preferred model these days.

             Linus

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

* Re: [GIT PULL] execve fix for v6.0-rc2
  2022-08-19 19:04 [GIT PULL] execve fix for v6.0-rc2 Kees Cook
  2022-08-19 21:11 ` Linus Torvalds
@ 2022-08-19 21:14 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-19 21:14 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Eric W. Biederman,
	Fabio M. De Francesco, Ira Weiny, Kees Cook

The pull request you sent on Fri, 19 Aug 2022 12:04:07 -0700:

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

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

Thank you!

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

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

* Re: [GIT PULL] execve fix for v6.0-rc2
  2022-08-19 21:11 ` Linus Torvalds
@ 2022-08-19 22:04   ` Kees Cook
  0 siblings, 0 replies; 4+ messages in thread
From: Kees Cook @ 2022-08-19 22:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Eric W. Biederman, Fabio M. De Francesco, Ira Weiny

On Fri, Aug 19, 2022 at 02:11:38PM -0700, Linus Torvalds wrote:
> On Fri, Aug 19, 2022 at 12:04 PM Kees Cook <keescook@chromium.org> wrote:
> >
> > Please pull this execve fix for v6.0-rc2.
> 
> Hmm. I've pulled this, but "fix" it isn't.
> 
> There's no actual bug in the old code that I can see. It' just that
> local kmaps are the preferred model these days.

Yeah, that's true. I figured it was better to get it in ASAP to help with
the transition and avoid having both APIs in the same file. Thanks for
taking it!

-- 
Kees Cook

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

end of thread, other threads:[~2022-08-19 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19 19:04 [GIT PULL] execve fix for v6.0-rc2 Kees Cook
2022-08-19 21:11 ` Linus Torvalds
2022-08-19 22:04   ` Kees Cook
2022-08-19 21:14 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox