mbox series

[GIT,PULL] hotfixes for 6.13-rc2

Message ID 20241207224137.b8aa7ed632f97dd07ff201e0@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.13-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-12-07-22-39

Message

Andrew Morton Dec. 8, 2024, 6:41 a.m. UTC
Linus, please merge this patch of hotfixes, thanks.


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-12-07-22-39

for you to fetch changes up to f1ee5483e40881d8ad5a63aa148b753b5c6a839b:

  iio: magnetometer: yas530: use signed integer type for clamp limits (2024-12-05 19:54:48 -0800)

----------------------------------------------------------------
24 hotfixes.  17 are cc:stable.  15 are MM and 9 are non-MM.

The usual bunch of singletons - please see the relevant changelogs for
details.

----------------------------------------------------------------
Adrian Huang (1):
      sched/numa: fix memory leak due to the overwritten vma->numab_state

Akinobu Mita (1):
      mm/damon: fix order of arguments in damos_before_apply tracepoint

Andrew Morton (1):
      fs/proc/vmcore.c: fix warning when CONFIG_MMU=n

Andrii Nakryiko (1):
      mm: fix vrealloc()'s KASAN poisoning logic

David Hildenbrand (2):
      mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
      mm/filemap: don't call folio_test_locked() without a reference in next_uptodate_folio()

David Wang (1):
      mm/codetag: swap tags when migrate pages

Jakob Hauser (1):
      iio: magnetometer: yas530: use signed integer type for clamp limits

Jan Kara (1):
      Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()"

Jared Kangas (1):
      kasan: make report_lock a raw spinlock

John Hubbard (1):
      mm/gup: handle NULL pages in unpin_user_pages()

John Sperbeck (1):
      mm: memcg: declare do_memsw_account inline

Kalesh Singh (1):
      mm: respect mmap hint address when aligning for THP

Kees Cook (1):
      lib: stackinit: hide never-taken branch from compiler

Lorenzo Stoakes (1):
      mm: correct typo in MMAP_STATE() macro

Marco Elver (1):
      stackdepot: fix stack_depot_save_flags() in NMI context

Mark Brown (1):
      selftest: hugetlb_dio: fix test naming

Matthew Wilcox (Oracle) (2):
      mm: open-code PageTail in folio_flags() and const_folio_flags()
      mm: open-code page_folio() in dump_page()

Maximilian Heyne (1):
      selftests/damon: add _damon_sysfs.py to TEST_FILES

Randy Dunlap (1):
      scatterlist: fix incorrect func name in kernel-doc

Ryusuke Konishi (1):
      nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry()

Tetsuo Handa (1):
      ocfs2: free inode when ocfs2_get_init_inode() fails

Wengang Wang (1):
      ocfs2: update seq_file index in ocfs2_dlm_seq_next

 drivers/iio/magnetometer/yamaha-yas530.c | 13 ++++----
 fs/nilfs2/dir.c                          |  2 +-
 fs/ocfs2/dlmglue.c                       |  1 +
 fs/ocfs2/namei.c                         |  4 ++-
 fs/proc/vmcore.c                         | 56 ++++++++++++++++----------------
 include/linux/page-flags.h               |  4 +--
 include/linux/pgalloc_tag.h              |  4 +--
 include/linux/scatterlist.h              |  2 +-
 include/linux/stackdepot.h               |  6 ++--
 include/trace/events/damon.h             |  2 +-
 kernel/sched/fair.c                      | 12 +++++--
 lib/alloc_tag.c                          | 36 ++++++++++++--------
 lib/stackdepot.c                         | 10 +++++-
 lib/stackinit_kunit.c                    |  1 +
 mm/debug.c                               |  7 ++--
 mm/filemap.c                             |  4 +--
 mm/gup.c                                 | 11 ++++++-
 mm/kasan/report.c                        |  6 ++--
 mm/memcontrol-v1.h                       |  2 +-
 mm/mempolicy.c                           |  4 +++
 mm/migrate.c                             |  2 +-
 mm/mmap.c                                |  1 +
 mm/readahead.c                           |  5 ++-
 mm/vma.c                                 |  2 +-
 mm/vmalloc.c                             |  3 +-
 tools/testing/selftests/damon/Makefile   |  2 +-
 tools/testing/selftests/mm/hugetlb_dio.c | 14 +++-----
 27 files changed, 128 insertions(+), 88 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 8, 2024, 8:02 p.m. UTC | #1
The pull request you sent on Sat, 7 Dec 2024 22:41:37 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-12-07-22-39

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/553c89ec31746ff96fc5562943fe5b1c9b1e9276

Thank you!