[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220822170721.1e32635aaedb6f4c53933390@linux-foundation.org>
Date: Mon, 22 Aug 2022 17:07:21 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.0-rc3
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(-)
Powered by blists - more mailing lists