linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hotfixes for 6.12-rc1
@ 2024-09-19  7:35 Andrew Morton
  2024-09-19  9:50 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2024-09-19  7:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel


Linus, please merge this batch of hotfixes, thanks.

The following changes since commit 052a45c1cb1b32f05dd63a295d65496d8b403283:

  alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n (2024-09-01 17:59:03 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-19-00-31

for you to fetch changes up to 22af8caff7d1ca22a1ff1a554180e53f7a6555af:

  mm/madvise: process_madvise() drop capability check if same mm (2024-09-17 00:58:05 -0700)

----------------------------------------------------------------
12 hotfixes, 11 of which are cc:stable.

Four fixes for longstanding ocfs2 issues and the remainder address random
MM things.

----------------------------------------------------------------
Chris Li (1):
      mm: vmscan.c: fix OOM on swap stress test

Huang Ying (1):
      resource: fix region_intersects() vs add_memory_driver_managed()

Joseph Qi (1):
      ocfs2: cancel dqi_sync_work before freeing oinfo

Julian Sun (1):
      ocfs2: fix null-ptr-deref when journal load failed.

Liam R. Howlett (1):
      mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock

Lizhi Xu (2):
      ocfs2: remove unreasonable unlock in ocfs2_read_blocks
      ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate

Lorenzo Stoakes (1):
      mm/madvise: process_madvise() drop capability check if same mm

Miaohe Lin (1):
      mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set

Sergey Senozhatsky (1):
      zsmalloc: use unique zsmalloc caches names

Vishal Moola (Oracle) (2):
      mm: change vmf_anon_prepare() to __vmf_anon_prepare()
      mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway

 fs/ocfs2/buffer_head_io.c |  4 ++--
 fs/ocfs2/journal.c        |  7 +++---
 fs/ocfs2/quota_local.c    |  8 +++++--
 kernel/resource.c         | 58 ++++++++++++++++++++++++++++++++++++++++-------
 mm/damon/vaddr.c          |  2 ++
 mm/huge_memory.c          |  2 ++
 mm/hugetlb.c              | 20 ++++++++++++++--
 mm/internal.h             | 11 ++++++++-
 mm/madvise.c              |  2 +-
 mm/memory.c               |  8 +++----
 mm/vmscan.c               |  2 +-
 mm/zsmalloc.c             | 23 ++++++++++++++-----
 12 files changed, 116 insertions(+), 31 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] hotfixes for 6.12-rc1
  2024-09-19  7:35 [GIT PULL] hotfixes for 6.12-rc1 Andrew Morton
@ 2024-09-19  9:50 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-09-19  9:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel

The pull request you sent on Thu, 19 Sep 2024 00:35:57 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-19-00-31

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/839c4f596f898edc424070dc8b517381572f8502

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] hotfixes for 6.12-rc1
  2024-09-27 16:47 Andrew Morton
@ 2024-09-27 17:42 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-09-27 17:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel

The pull request you sent on Fri, 27 Sep 2024 09:47:40 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-27-09-45

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] hotfixes for 6.12-rc1
@ 2024-09-27 16:47 Andrew Morton
  2024-09-27 17:42 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2024-09-27 16:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel


Linus, please merge this batch of hotfixes, thanks.

The following changes since commit abf2050f51fdca0fd146388f83cddd95a57a008d:

  Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2024-09-23 15:27:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-09-27-09-45

for you to fetch changes up to 2af148ef8549a12f8025286b8825c2833ee6bcb8:

  ocfs2: fix uninit-value in ocfs2_get_block() (2024-09-26 14:01:45 -0700)

----------------------------------------------------------------
19 hotfixes.  13 are cc:stable.

There's a focus on fixes for the memfd_pin_folios() work which was added
into 6.11.  Apart from that, the usual shower of singleton fixes.

----------------------------------------------------------------
Andrey Skvortsov (1):
      zram: don't free statically defined names

Diederik de Haas (1):
      mm/damon/Kconfig: update DAMON doc URL

Gautham Ananthakrishna (1):
      ocfs2: reserve space for inline xattr before attaching reflink tree

Guenter Roeck (2):
      mm: make SPLIT_PTE_PTLOCKS depend on SMP
      Revert "list: test: fix tests for list_cut_position()"

Huang Ying (1):
      memory tiers: use default_dram_perf_ref_source in log message

Jeongjun Park (1):
      mm: migrate: annotate data-race in migrate_folio_unmap()

Joseph Qi (1):
      ocfs2: fix uninit-value in ocfs2_get_block()

Lorenzo Stoakes (1):
      tools: fix shared radix-tree build

Mohammed Anees (1):
      ocfs2: fix deadlock in ocfs2_get_system_file_inode

Muhammad Usama Anjum (1):
      kselftests: mm: fix wrong __NR_userfaultfd value

Steve Sistare (6):
      mm/filemap: fix filemap_get_folios_contig THP panic
      mm/hugetlb: fix memfd_pin_folios free_huge_pages leak
      mm/hugetlb: fix memfd_pin_folios resv_huge_pages leak
      mm/gup: fix memfd_pin_folios hugetlb page allocation
      mm/gup: fix memfd_pin_folios alloc race panic
      mm/hugetlb: simplify refs in memfd_alloc_folio

Tiezhu Yang (1):
      compiler.h: specify correct attribute for .rodata..c_jump_table

qiwu.chen (1):
      mm: kfence: fix elapsed time for allocated/freed track

 drivers/block/zram/zram_drv.c              |  6 ++++--
 fs/ocfs2/aops.c                            |  5 ++---
 fs/ocfs2/extent_map.c                      |  8 +++++++-
 fs/ocfs2/refcounttree.c                    | 26 ++++++++++++++++++++++++--
 fs/ocfs2/xattr.c                           | 11 +----------
 include/linux/compiler.h                   |  2 +-
 include/linux/hugetlb.h                    | 10 ++++++++++
 lib/list-test.c                            |  6 ------
 mm/Kconfig                                 |  1 +
 mm/damon/Kconfig                           |  2 +-
 mm/filemap.c                               |  4 ++++
 mm/gup.c                                   |  1 +
 mm/hugetlb.c                               | 17 +++++++++++++++++
 mm/kfence/report.c                         |  2 +-
 mm/memfd.c                                 | 18 ++++++++++--------
 mm/memory-tiers.c                          |  6 +++---
 mm/migrate.c                               |  2 +-
 tools/testing/selftests/mm/pagemap_ioctl.c |  2 +-
 tools/testing/shared/maple-shared.h        |  4 ++++
 tools/testing/shared/shared.h              |  4 ++++
 tools/testing/shared/shared.mk             |  4 +++-
 tools/testing/shared/xarray-shared.h       |  4 ++++
 22 files changed, 104 insertions(+), 41 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-27 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19  7:35 [GIT PULL] hotfixes for 6.12-rc1 Andrew Morton
2024-09-19  9:50 ` pr-tracker-bot
2024-09-27 16:47 Andrew Morton
2024-09-27 17:42 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox