linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hotfixes for 6.0-rc3
@ 2022-08-23  0:07 Andrew Morton
  2022-08-23 20:42 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2022-08-23  0:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, mm-commits, linux-kernel

Linus, please pull this batch of hotfixes.

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-08-22

for you to fetch changes up to 9c80e79906b4ca440d09e7f116609262bb747909:

  kprobes: don't call disarm_kprobe() for disabled kprobes (2022-08-20 15:17:46 -0700)

----------------------------------------------------------------
Thirteen fixes, almost all for MM.  Seven of these are cc:stable and the
remainder fix up the changes which went into this -rc cycle.

----------------------------------------------------------------
Dan Carpenter (1):
      get_maintainer: add Alan to .get_maintainer.ignore

David Hildenbrand (3):
      mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
      mm/hugetlb: fix hugetlb not supporting softdirty tracking
      mm/hugetlb: support write-faults in shared mappings

Hao Lee (1):
      mm: add DEVICE_ZONE to FOR_ALL_ZONES

Hugh Dickins (3):
      mm/shmem: fix chattr fsflags support in tmpfs
      mm/shmem: tmpfs fallocate use file_modified()
      mm/shmem: shmem_replace_page() remember NR_SHMEM

Jiri Slaby (1):
      Revert "zram: remove double compression logic"

Kuniyuki Iwashima (1):
      kprobes: don't call disarm_kprobe() for disabled kprobes

Peter Xu (2):
      mm/smaps: don't access young/dirty bit if pte unpresent
      mm/uffd: reset write protection when unregister with wp-mode

Randy Dunlap (1):
      kernel/sys_ni: add compat entry for fadvise64_64

 .get_maintainer.ignore        |  2 ++
 drivers/block/zram/zram_drv.c | 42 +++++++++++++++++++-------
 drivers/block/zram/zram_drv.h |  1 +
 fs/proc/task_mmu.c            |  7 +++--
 fs/userfaultfd.c              |  4 +++
 include/linux/mm.h            |  1 -
 include/linux/shmem_fs.h      | 13 +++------
 include/linux/userfaultfd_k.h |  2 ++
 include/linux/vm_event_item.h | 15 +++++++---
 kernel/kprobes.c              |  9 +++---
 kernel/sys_ni.c               |  1 +
 mm/gup.c                      | 68 +++++++++++++++++++++++++++++--------------
 mm/huge_memory.c              | 64 +++++++++++++++++++++++++++-------------
 mm/hugetlb.c                  | 26 ++++++++++++-----
 mm/mmap.c                     |  7 +++--
 mm/shmem.c                    | 59 ++++++++++++++++++++++---------------
 mm/userfaultfd.c              | 29 +++++++++++-------
 mm/vmstat.c                   |  9 +++++-
 18 files changed, 240 insertions(+), 119 deletions(-)



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

* Re: [GIT PULL] hotfixes for 6.0-rc3
  2022-08-23  0:07 [GIT PULL] hotfixes for 6.0-rc3 Andrew Morton
@ 2022-08-23 20:42 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-23 20:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, mm-commits, linux-kernel

The pull request you sent on Mon, 22 Aug 2022 17:07:21 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-08-22

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

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.0-rc3
  2022-08-28 21:42 Andrew Morton
@ 2022-08-28 22:18 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-28 22:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, linux-mm, linux-kernel, mm-commits

The pull request you sent on Sun, 28 Aug 2022 14:42:19 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-08-28

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

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.0-rc3
@ 2022-08-28 21:42 Andrew Morton
  2022-08-28 22:18 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2022-08-28 21:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-mm, linux-kernel, mm-commits


Linus, please merge this batch of hotfixes.

The following changes since commit ec6624452e36158d0813758d837f7a2263a4109d:

  Merge branch 'linus' (2022-08-25 21:45:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-08-28

for you to fetch changes up to 0ebafe2ea879e97fef6bd97f72303a6ccf39f092:

  .mailmap: update Luca Ceresoli's e-mail address (2022-08-28 14:02:46 -0700)

----------------------------------------------------------------
Seventeen hotfixes.  Mostly memory management things.  Ten patches are
cc:stable, addressing pre-6.0 issues.

----------------------------------------------------------------
Alex Williamson (1):
      mm: re-allow pinning of zero pfns (again)

Badari Pulavarty (1):
      mm/damon/dbgfs: avoid duplicate context directory creation

Colin Ian King (1):
      mailmap: update email address for Colin King

Guilherme G. Piccoli (1):
      mailmap: update Guilherme G. Piccoli's email addresses

Heming Zhao (1):
      ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown

Khazhismel Kumykov (1):
      writeback: avoid use-after-free after removing device

Liam Howlett (1):
      binder_alloc: add missing mmap_lock calls when using the VMA

Liu Shixin (1):
      bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem

Luca Ceresoli (1):
      .mailmap: update Luca Ceresoli's e-mail address

Matthew Wilcox (Oracle) (1):
      shmem: update folio if shmem_replace_page() updates the page

Miaohe Lin (1):
      mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte

Peter Xu (1):
      mm/mprotect: only reference swap pfn page if type match

Phillip Lougher (1):
      squashfs: don't call kmalloc in decompressors

Quanyang Wang (1):
      asm-generic: sections: refactor memory_intersects

Sergey Senozhatsky (1):
      mm/zsmalloc: do not attempt to free IS_ERR handle

Shakeel Butt (1):
      Revert "memcg: cleanup racy sum avoidance code"

Stephen Brennan (1):
      vmcoreinfo: add kallsyms_num_syms symbol

 .mailmap                       |  6 ++++--
 drivers/android/binder_alloc.c | 31 +++++++++++++++++++++----------
 fs/fs-writeback.c              | 12 ++++++------
 fs/ocfs2/dlmglue.c             |  8 +++++---
 fs/ocfs2/super.c               |  3 +--
 fs/squashfs/file.c             |  2 +-
 fs/squashfs/file_direct.c      |  2 +-
 fs/squashfs/page_actor.c       | 34 +++++++++++++++-------------------
 fs/squashfs/page_actor.h       |  5 +++++
 include/asm-generic/sections.h |  7 +++++--
 include/linux/memcontrol.h     | 15 +++++++++++++--
 include/linux/mm.h             | 13 ++++++++++---
 kernel/crash_core.c            |  1 +
 mm/backing-dev.c               | 10 +++++-----
 mm/bootmem_info.c              |  2 ++
 mm/damon/dbgfs.c               |  3 +++
 mm/hugetlb.c                   |  2 +-
 mm/mprotect.c                  |  3 ++-
 mm/page-writeback.c            |  6 +++++-
 mm/shmem.c                     |  1 +
 mm/zsmalloc.c                  |  2 +-
 21 files changed, 108 insertions(+), 60 deletions(-)



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

end of thread, other threads:[~2022-08-28 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23  0:07 [GIT PULL] hotfixes for 6.0-rc3 Andrew Morton
2022-08-23 20:42 ` pr-tracker-bot
2022-08-28 21:42 Andrew Morton
2022-08-28 22:18 ` 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;
as well as URLs for NNTP newsgroup(s).