lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202208191202.5F5A43A0@keescook>
Date:   Fri, 19 Aug 2022 12:04:07 -0700
From:   Kees Cook <keescook@...omium.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        "Eric W. Biederman" <ebiederm@...ssion.com>,
        "Fabio M. De Francesco" <fmdefrancesco@...il.com>,
        Ira Weiny <ira.weiny@...el.com>,
        Kees Cook <keescook@...omium.org>
Subject: [GIT PULL] execve fix for v6.0-rc2

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ