[GIT PULL] AT_EXECVE_CHECK update for v6.14-rc1 (fix1)

From: Kees Cook
Date: Fri Jan 31 2025 - 16:43:42 EST


Hi Linus,

Please pull this AT_EXECVE_CHECK fix for v6.14-rc1. Fixes the
AT_EXECVE_CHECK selftests which didn't run on old versions of glibc.

Thanks!

-Kees

The following changes since commit 95b3cdafd7cb74414070893445a9b731793f7b55:

ima: instantiate the bprm_creds_for_exec() hook (2024-12-18 17:00:29 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/AT_EXECVE_CHECK-v6.14-rc1-fix1

for you to fetch changes up to 38567b972a22706e9a1a52b2c4bc9ea4b5ed00ed:

selftests: Handle old glibc without execveat(2) (2025-01-27 11:37:18 -0800)

----------------------------------------------------------------
AT_EXECVE_CHECK update for v6.14-rc1 (fix1)

- selftests: Handle old glibc without execveat(2) (Mickaël Salaün)

----------------------------------------------------------------
Mickaël Salaün (1):
selftests: Handle old glibc without execveat(2)

samples/check-exec/inc.c | 11 +++++++++--
tools/testing/selftests/exec/check-exec.c | 11 +++++++++--
tools/testing/selftests/landlock/fs_test.c | 10 ++++++++--
3 files changed, 26 insertions(+), 6 deletions(-)

--
Kees Cook