This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f83e38fc9f10 Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org [...] new b57a2907c9d9 selftests/exec: Build both static and non-static load_addr [...] new 2d4cf7b190bb binfmt_elf: Calculate total_size earlier new 3545deff0ec7 binfmt_elf: Honor PT_LOAD alignment for static PIE new 60371f43e56b exec: Add KUnit test for bprm_stack_limits() new 2a97388a807b ELF: fix kernel.randomize_va_space double read new 084ebf7ca83e execve: Keep bprm->argmin behind CONFIG_MMU new 21f931083060 exec: Avoid pathological argc, envc, and bprm->p values new 72fda6c8e553 Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/s [...] new 95036a79e7b5 seccomp: interrupt SECCOMP_IOCTL_NOTIF_RECV when all users [...] new bfafe5efa975 seccomp: release task filters when the task exits new 39a73b4aa69a selftests/seccomp: add test for NOTIF_RECV and unused filters new f0c508faea64 selftests/seccomp: check that a zombie leader doesn't affe [...] new 1ca995edf838 Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/ [...] new 9dd12ed95c2d pstore/blk: replace deprecated strncpy with strscpy new 9b3c13c9ea4e pstore: platform: add missing MODULE_DESCRIPTION() macro new 8050258bd1ee Merge tag 'pstore-v6.11-rc1' of git://git.kernel.org/pub/s [...] new 51005a59bcbe lkdtm/bugs: add test for hung smp_call_function_single() new d6f635bcaca8 x86/alternatives: Make FineIBT mode Kconfig selectable new 2003e483a81c fortify: Do not special-case 0-sized destinations new ef40d28f17bd randomize_kstack: Remove non-functional per-arch entropy f [...] new 18c18b1ff6c6 gcc-plugins: Remove duplicate included header file stringpool.h new 3ccea4784fdd ARM: Remove address checking for MMUless devices new 872bb37f6829 randomize_kstack: Improve stack alignment codegen new ce5a51bfacf7 Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pu [...] new 98ca62ba9e2b sysctl: always initialize i_uid/i_gid new b5ffbd139688 sysctl: move the extra1/2 boundary check of u8 to sysctl_c [...] new 4154342bf153 utsname: constify ctl_table arguments of utility function new 32fe91524e16 sysctl: constify ctl_table arguments of utility function new c819e252c287 sysctl: Add module description to sysctl-testing new 2f7c62489205 locking: Remove superfluous sentinel element from kern_loc [...] new e2a6c472de7a mm profiling: Remove superfluous sentinel element from ctl_table new d7a76ec87195 sysctl: Remove check for sentinel element in ctl_table arrays new 55bb7eb62db4 sysctl: Replace nr_entries with ctl_table_size in new_links new aef9d25e7f56 sysctl: Remove superfluous empty allocations from sysctl i [...] new a02fe70de4c2 sysctl: Remove "child" sysctl code comments new 3717540377c5 sysctl: Remove ctl_table sentinel code comments new acc154691fc7 sysctl: Warn on an empty procname element new f8a8b94d0698 Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/sc [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 2 + arch/arm/mm/fault.c | 4 +- arch/x86/Kconfig | 9 ++ arch/x86/include/asm/cfi.h | 2 +- arch/x86/kernel/alternative.c | 8 +- drivers/misc/lkdtm/bugs.c | 30 ++++++ fs/Kconfig.binfmt | 8 ++ fs/binfmt_elf.c | 99 ++++++++++++------ fs/exec.c | 49 +++++++-- fs/exec_test.c | 141 ++++++++++++++++++++++++++ fs/proc/proc_sysctl.c | 70 +++++++------ fs/pstore/blk.c | 2 +- fs/pstore/platform.c | 1 + include/linux/binfmts.h | 2 +- include/linux/fortify-string.h | 8 +- include/linux/randomize_kstack.h | 18 ++-- include/linux/sysctl.h | 2 +- kernel/exit.c | 3 +- kernel/locking/lockdep.c | 1 - kernel/seccomp.c | 30 ++++-- kernel/sysctl-test.c | 50 +++++++++ kernel/sysctl.c | 31 +++--- kernel/utsname_sysctl.c | 2 +- lib/alloc_tag.c | 1 - lib/fortify_kunit.c | 3 +- net/sysctl_net.c | 11 +- scripts/gcc-plugins/gcc-common.h | 5 - tools/testing/selftests/exec/Makefile | 19 ++-- tools/testing/selftests/exec/load_address.c | 67 +++++++++--- tools/testing/selftests/lkdtm/tests.txt | 1 + tools/testing/selftests/seccomp/seccomp_bpf.c | 131 ++++++++++++++++++++++++ 31 files changed, 653 insertions(+), 157 deletions(-) create mode 100644 fs/exec_test.c