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-kernel@vger.kernel.org, mm-commits@vger.kernel.org,
	linux-mm@kvack.org
Subject: [GIT PULL] hotfixes for 6.13-rc2
Date: Sat, 7 Dec 2024 22:41:37 -0800	[thread overview]
Message-ID: <20241207224137.b8aa7ed632f97dd07ff201e0@linux-foundation.org> (raw)


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(-)



             reply	other threads:[~2024-12-08  6:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-08  6:41 Andrew Morton [this message]
2024-12-08 20:02 ` 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=20241207224137.b8aa7ed632f97dd07ff201e0@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