linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes for 6.10-rc5
Date: Mon, 17 Jun 2024 11:47:12 -0700	[thread overview]
Message-ID: <20240617114712.45d4743f8bacb832dea4b5a9@linux-foundation.org> (raw)


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-06-17-11-43

for you to fetch changes up to 01c8f9806bde438ca1c8cbbc439f0a14a6694f6c:

  kcov: don't lose track of remote references during softirqs (2024-06-15 10:43:08 -0700)

----------------------------------------------------------------
19 hotfixes, 8 of which are cc:stable.

Mainly MM singleton fixes.  And a couple of ocfs2 regression fixes.

----------------------------------------------------------------
Aleksandr Nogikh (1):
      kcov: don't lose track of remote references during softirqs

Baolin Wang (1):
      mm: shmem: fix getting incorrect lruvec when replacing a shmem folio

David Hildenbrand (1):
      Revert "mm: init_mlocked_on_free_v3"

Hugh Dickins (1):
      mm/migrate: fix kernel BUG at mm/compaction.c:2761!

Jeff Xu (1):
      mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

Joseph Qi (2):
      ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
      ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()

Kefeng Wang (1):
      mm: fix possible OOB in numa_rebuild_large_mapping()

Lorenzo Stoakes (1):
      MAINTAINERS: remove Lorenzo as vmalloc reviewer

Mark Brown (1):
      selftests: mm: make map_fixed_noreplace test names stable

Oleg Nesterov (1):
      zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING

Peter Oberparleiter (1):
      gcov: add support for GCC 14

Peter Xu (2):
      mm/page_table_check: fix crash on ZONE_DEVICE
      mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick

Rafael Aquini (1):
      mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default

Ran Xiaokai (1):
      mm: huge_memory: fix misused mapping_large_folio_support() for anon folios

Suren Baghdasaryan (2):
      lib/alloc_tag: do not register sysctl interface when CONFIG_SYSCTL=n
      lib/alloc_tag: fix RCU imbalance in pgalloc_tag_get()

Yury Norov (1):
      gcc: disable '-Warray-bounds' for gcc-9

 Documentation/admin-guide/kernel-parameters.txt  |   6 -
 Documentation/userspace-api/index.rst            |   1 +
 Documentation/userspace-api/mfd_noexec.rst       |  86 ++++++++++
 MAINTAINERS                                      |   1 -
 arch/Kconfig                                     |  12 ++
 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 +-
 init/Kconfig                                     |   2 +-
 kernel/gcov/gcc_4_7.c                            |   4 +-
 kernel/kcov.c                                    |   1 +
 kernel/pid_namespace.c                           |   1 +
 lib/alloc_tag.c                                  |  16 +-
 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 +-
 security/Kconfig.hardening                       |  15 --
 tools/testing/selftests/mm/map_fixed_noreplace.c |  24 ++-
 29 files changed, 345 insertions(+), 222 deletions(-)
 create mode 100644 Documentation/userspace-api/mfd_noexec.rst



             reply	other threads:[~2024-06-17 18:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 18:47 Andrew Morton [this message]
2024-06-17 20:09 ` Linus Torvalds
2024-06-17 20:17   ` Matthew Wilcox
2024-06-17 20:23     ` Linus Torvalds
2024-06-17 20:20 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240617114712.45d4743f8bacb832dea4b5a9@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox