This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 055650f6cb32 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 263e48975dcf Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 328421f12140 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits bded4f6c23bd Merge branch 'misc-6.10' into next-fixes adds bb3ca38ef7aa hv_balloon: Use kernel macros to simplify open coded sequences adds 8852ebf1948d hv_balloon: Enable hot-add for memblock sizes > 128 MiB adds 207e03b00b47 tools: hv: suppress the invalid warning for packed member [...] adds 4c5a65fd1089 Documentation: hyperv: Update spelling and fix typo adds a0b134032e6c Documentation: hyperv: Improve synic and interrupt handlin [...] adds 831bcbcead66 Drivers: hv: Cosmetic changes for hv.c and balloon.c new 6226e74900d7 Merge tag 'hyperv-fixes-signed-20240616' of git://git.kern [...] adds 0ee14725471c mm/util: Swap kmemdup_array() arguments adds 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 [...] adds 58f7e1e2c9e7 ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() adds 685d03c37953 ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() adds 8e5bd4eadd01 gcc: disable '-Warray-bounds' for gcc-9 adds 8bb592c2eca8 mm/page_table_check: fix crash on ZONE_DEVICE adds 384a746bb559 Revert "mm: init_mlocked_on_free_v3" adds 3ab85f4046c1 MAINTAINERS: remove Lorenzo as vmalloc reviewer adds c944bf60c16a lib/alloc_tag: do not register sysctl interface when CONFI [...] adds a273559e9eb6 lib/alloc_tag: fix RCU imbalance in pgalloc_tag_get() adds 6a50c9b512f7 mm: huge_memory: fix misused mapping_large_folio_support() [...] adds 7fea700e04bd zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with T [...] adds c1558bc57b8e gcov: add support for GCC 14 adds 3afb76a66b55 mm: mmap: allow for the maximum number of bits for randomi [...] adds 653c5c75115c mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC adds e7d2a28bd0b2 selftests: mm: make map_fixed_noreplace test names stable adds 8e279f970b5c mm/migrate: fix kernel BUG at mm/compaction.c:2761! adds cfdd12b48202 mm: fix possible OOB in numa_rebuild_large_mapping() adds 0b1ef4fde7a2 mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick adds 9094b4a1c76c mm: shmem: fix getting incorrect lruvec when replacing a s [...] adds 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 [...] new f4dcffb02a5c Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new dbaa36ca6e1e Merge branch 'misc-6.10' into next-fixes new 61c0cec73323 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new ac145020a090 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 8e948c365d9c nfsd: fix oops when reading pool_stats before server is started new da2c8fef130e NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit() new 6bd480d5ad21 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (055650f6cb32) \ N -- N -- N refs/heads/fs-current (6bd480d5ad21)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 13 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/netlink/specs/nfsd.yaml | 2 - Documentation/userspace-api/index.rst | 1 + Documentation/userspace-api/mfd_noexec.rst | 86 ++++++++++ Documentation/virt/hyperv/clocks.rst | 21 ++- Documentation/virt/hyperv/overview.rst | 22 +-- Documentation/virt/hyperv/vmbus.rst | 143 ++++++++++------- MAINTAINERS | 29 ++-- drivers/hv/hv.c | 37 +++-- drivers/hv/hv_balloon.c | 190 ++++++++++------------ drivers/soc/tegra/fuse/fuse-tegra.c | 4 +- fs/nfsd/netlink.c | 2 - fs/nfsd/netlink.h | 3 - fs/nfsd/nfsctl.c | 48 ++---- 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 +- net/sunrpc/svc_xprt.c | 8 +- security/Kconfig.hardening | 15 -- security/yama/yama_lsm.c | 1 + tools/hv/Makefile | 1 + tools/testing/selftests/mm/map_fixed_noreplace.c | 24 ++- 45 files changed, 595 insertions(+), 498 deletions(-) create mode 100644 Documentation/userspace-api/mfd_noexec.rst