[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230905115619.0df37e92cd7384252d1aa4ee@linux-foundation.org>
Date: Tue, 5 Sep 2023 11:56:19 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.6-rc1
Linus, please merge this batch of hotfixes, thanks.
The following changes since commit 3f86ed6ec0b390c033eae7f9c487a3fea268e027:
Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (2023-09-04 15:38:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2023-09-05-11-51
for you to fetch changes up to f4b4f3ec1a310c3de9797271a9c06b7499470d69:
sparc64: add missing initialization of folio in tlb_batch_add() (2023-09-05 11:11:52 -0700)
----------------------------------------------------------------
Seven hotfixes. Four are cc:stable and the remainder pertain to issues
which were introduced in the current merge window.
----------------------------------------------------------------
Andrew Morton (1):
revert "memfd: improve userspace warnings for missing exec-related flags".
Joel Fernandes (Google) (1):
mm/vmalloc: add a safer version of find_vm_area() for debug
Johannes Weiner (1):
memcontrol: ensure memcg acquired by id is properly set up
Mike Rapoport (IBM) (1):
sparc64: add missing initialization of folio in tlb_batch_add()
Tong Tiangen (1):
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Xie XiuQi (1):
tools/mm: fix undefined reference to pthread_once
Zqiang (1):
rcu: dump vmalloc memory info safely
arch/sparc/mm/tlb.c | 1 +
mm/filemap.c | 3 ---
mm/ksm.c | 4 ++--
mm/memcontrol.c | 22 +++++++++++++++++-----
mm/memfd.c | 2 +-
mm/memory-failure.c | 16 ++++++++--------
mm/util.c | 4 +++-
mm/vmalloc.c | 26 ++++++++++++++++++++++----
tools/mm/Makefile | 4 ++--
9 files changed, 56 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists