linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Folio fixes for 5.19
@ 2022-06-10 19:22 Matthew Wilcox
  2022-06-10 19:56 ` Linus Torvalds
  2022-06-10 19:58 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Wilcox @ 2022-06-10 19:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-mm, linux-kernel

The following changes since commit 3d9f55c57bc3659f986acc421eac431ff6edcc83:

  Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2022-06-09 12:26:05 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/willy/pagecache.git tags/folio-5.19a

for you to fetch changes up to 334f6f53abcf57782bd2fe81da1cbd893e4ef05c:

  mm: Add kernel-doc for folio->mlock_count (2022-06-09 16:24:25 -0400)

----------------------------------------------------------------
Four folio-related fixes for 5.19:

 - Don't release a folio while it's still locked

 - Fix a use-after-free after dropping the mmap_lock

 - Fix a memory leak when splitting a page

 - Fix a kernel-doc warning for struct folio

----------------------------------------------------------------
Matthew Wilcox (Oracle) (4):
      filemap: Don't release a locked folio
      filemap: Cache the value of vm_flags
      mm/huge_memory: Fix xarray node memory leak
      mm: Add kernel-doc for folio->mlock_count

 include/linux/mm_types.h | 5 +++++
 include/linux/xarray.h   | 1 +
 lib/xarray.c             | 5 +++--
 mm/filemap.c             | 9 +++++----
 mm/huge_memory.c         | 3 +--
 mm/readahead.c           | 2 ++
 6 files changed, 17 insertions(+), 8 deletions(-)



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

end of thread, other threads:[~2022-06-10 23:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 19:22 [GIT PULL] Folio fixes for 5.19 Matthew Wilcox
2022-06-10 19:56 ` Linus Torvalds
2022-06-10 21:39   ` Matthew Wilcox
2022-06-10 23:27     ` Linus Torvalds
2022-06-10 19:58 ` 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