This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6226e74900d7 Merge tag 'hyperv-fixes-signed-20240616' of git://git.kern [...] new 0ee14725471c mm/util: Swap kmemdup_array() arguments new f7d3b1ffc654 yama: document function parameter new 9dd5134c6158 kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX() new 1ab1a422c0da MAINTAINERS: Update entries for Kees Cook new 5cf81d7b0d92 Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pu [...] new 58f7e1e2c9e7 ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() new 685d03c37953 ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() new 8e5bd4eadd01 gcc: disable '-Warray-bounds' for gcc-9 new 8bb592c2eca8 mm/page_table_check: fix crash on ZONE_DEVICE new 384a746bb559 Revert "mm: init_mlocked_on_free_v3" new 3ab85f4046c1 MAINTAINERS: remove Lorenzo as vmalloc reviewer new c944bf60c16a lib/alloc_tag: do not register sysctl interface when CONFI [...] new a273559e9eb6 lib/alloc_tag: fix RCU imbalance in pgalloc_tag_get() new 6a50c9b512f7 mm: huge_memory: fix misused mapping_large_folio_support() [...] new 7fea700e04bd zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with T [...] new c1558bc57b8e gcov: add support for GCC 14 new 3afb76a66b55 mm: mmap: allow for the maximum number of bits for randomi [...] new 653c5c75115c mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC new e7d2a28bd0b2 selftests: mm: make map_fixed_noreplace test names stable new 8e279f970b5c mm/migrate: fix kernel BUG at mm/compaction.c:2761! new cfdd12b48202 mm: fix possible OOB in numa_rebuild_large_mapping() new 0b1ef4fde7a2 mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick new 9094b4a1c76c mm: shmem: fix getting incorrect lruvec when replacing a s [...] new 01c8f9806bde kcov: don't lose track of remote references during softirqs new e6b324fbf2de Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://g [...] new 14d7c92f8df9 Revert "mm: mmap: allow for the maximum number of bits for [...]
The 26 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: Documentation/admin-guide/kernel-parameters.txt | 6 - Documentation/userspace-api/index.rst | 1 + Documentation/userspace-api/mfd_noexec.rst | 86 ++++++++++ MAINTAINERS | 29 ++-- drivers/soc/tegra/fuse/fuse-tegra.c | 4 +- fs/ocfs2/journal.c | 192 +++++++++++++---------- fs/ocfs2/ocfs2.h | 27 ++++ fs/ocfs2/super.c | 4 +- include/linux/kcov.h | 2 + include/linux/mm.h | 9 +- include/linux/pagemap.h | 4 + include/linux/pgalloc_tag.h | 11 +- include/linux/string.h | 2 +- init/Kconfig | 2 +- kernel/gcov/gcc_4_7.c | 4 +- kernel/kcov.c | 1 + kernel/pid_namespace.c | 1 + lib/alloc_tag.c | 16 +- lib/fortify_kunit.c | 2 +- lib/overflow_kunit.c | 20 ++- mm/debug_vm_pgtable.c | 31 +--- mm/huge_memory.c | 28 ++-- mm/internal.h | 1 - mm/memcontrol.c | 3 +- mm/memory.c | 20 +-- mm/migrate.c | 8 +- mm/mm_init.c | 43 +---- mm/page_alloc.c | 2 +- mm/page_table_check.c | 11 +- mm/shmem.c | 2 +- mm/util.c | 4 +- security/Kconfig.hardening | 15 -- security/yama/yama_lsm.c | 1 + tools/testing/selftests/mm/map_fixed_noreplace.c | 24 ++- 34 files changed, 371 insertions(+), 245 deletions(-) create mode 100644 Documentation/userspace-api/mfd_noexec.rst