mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: mm-commits@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes for 6.5
Date: Fri, 25 Aug 2023 11:11:08 -0700	[thread overview]
Message-ID: <20230825111108.898f1600c365d22f74e52c70@linux-foundation.org> (raw)


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 5f1fc67f2cb8d3035d3acd273b48b97835af8afd:

  mm/damon/core: initialize damo_filter->list from damos_new_filter() (2023-08-04 13:03:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-08-25-11-07

for you to fetch changes up to e5548f85b4527c4c803b7eae7887c10bf8f90c97:

  shmem: fix smaps BUG sleeping while atomic (2023-08-24 14:59:47 -0700)

----------------------------------------------------------------
18 hotfixes.  13 are cc:stable and the remainder pertain to post-6.4 issues
or aren't considered suitable for a -stable backport.

----------------------------------------------------------------
Alexandre Ghiti (1):
      mm: add a call to flush_cache_vmap() in vmap_pfn()

Andre Przywara (2):
      selftests: cachestat: test for cachestat availability
      selftests: cachestat: catch failing fsync test on tmpfs

Arnd Bergmann (1):
      radix tree: remove unused variable

Ayush Jain (1):
      selftests/mm: FOLL_LONGTERM need to be updated to 0x100

David Hildenbrand (3):
      mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
      smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
      mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP-fast

Hugh Dickins (1):
      shmem: fix smaps BUG sleeping while atomic

Liam R. Howlett (1):
      maple_tree: disable mas_wr_append() when other readers are possible

Lucas Karpinski (1):
      selftests: cgroup: fix test_kmem_basic less than error

Miaohe Lin (1):
      mm: memory-failure: fix unexpected return value in soft_offline_page()

Ryusuke Konishi (1):
      nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()

Suren Baghdasaryan (1):
      mm: enable page walking API to lock vmas during the walk

T.J. Mercier (1):
      mm: multi-gen LRU: don't spin during memcg release

Yin Fengwei (3):
      madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against large folio for sharing check
      madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for sharing check
      madvise:madvise_free_pte_range(): don't use mapcount() against large folio for sharing check

 arch/powerpc/mm/book3s64/subpage_prot.c            |  1 +
 arch/riscv/mm/pageattr.c                           |  1 +
 arch/s390/mm/gmap.c                                |  5 ++
 fs/nilfs2/segment.c                                |  5 ++
 fs/proc/task_mmu.c                                 |  8 ++-
 include/linux/huge_mm.h                            |  3 -
 include/linux/mm.h                                 | 21 ++++--
 include/linux/mm_types.h                           |  9 +++
 include/linux/pagewalk.h                           | 11 +++
 lib/maple_tree.c                                   |  7 ++
 lib/radix-tree.c                                   |  1 -
 mm/damon/vaddr.c                                   |  2 +
 mm/gup.c                                           | 30 ++++++--
 mm/hmm.c                                           |  1 +
 mm/huge_memory.c                                   |  5 +-
 mm/internal.h                                      | 17 +++++
 mm/ksm.c                                           | 25 ++++---
 mm/madvise.c                                       |  9 ++-
 mm/memcontrol.c                                    |  2 +
 mm/memory-failure.c                                | 12 ++--
 mm/mempolicy.c                                     | 22 +++---
 mm/migrate_device.c                                |  1 +
 mm/mincore.c                                       |  1 +
 mm/mlock.c                                         |  1 +
 mm/mprotect.c                                      |  1 +
 mm/pagewalk.c                                      | 36 +++++++++-
 mm/shmem.c                                         |  6 +-
 mm/vmalloc.c                                       |  4 ++
 mm/vmscan.c                                        | 14 ++--
 tools/testing/selftests/cachestat/test_cachestat.c | 80 ++++++++++++++++++----
 tools/testing/selftests/cgroup/test_kmem.c         |  4 +-
 tools/testing/selftests/mm/hmm-tests.c             |  7 +-
 32 files changed, 279 insertions(+), 73 deletions(-)


             reply	other threads:[~2023-08-25 18:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 18:11 Andrew Morton [this message]
2023-08-25 19:34 ` 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=20230825111108.898f1600c365d22f74e52c70@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

all inboxes | Powered by JetHome®