linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] hotfixes for 6.8-rc7
Date: Tue, 27 Feb 2024 14:56:19 -0800	[thread overview]
Message-ID: <20240227145619.40b2f9b33dc2723df27f68c0@linux-foundation.org> (raw)


Linus, please merge this batch of hotfixes, thanks.



The following changes since commit 2597c9947b0174fcc71bdd7ab6cb49c2b4291e95:

  kasan: guard release_free_meta() shadow access with kasan_arch_is_ready() (2024-02-20 14:20:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-02-27-14-52

for you to fetch changes up to 720da1e593b85a550593b415bf1d79a053133451:

  mm/debug_vm_pgtable: fix BUG_ON with pud advanced test (2024-02-23 17:27:13 -0800)

----------------------------------------------------------------
6 hotfixes.  3 are cc:stable and the remainder address post-6.7 issues
or aren't considered appropriate for backporting.

----------------------------------------------------------------
Aneesh Kumar K.V (IBM) (1):
      mm/debug_vm_pgtable: fix BUG_ON with pud advanced test

Byungchul Park (1):
      mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index

Lorenzo Stoakes (1):
      MAINTAINERS: add memory mapping entry with reviewers

Marco Elver (2):
      stackdepot: use variable size records for non-evictable entries
      kasan: revert eviction of stack traces in generic mode

Nhat Pham (1):
      mm: cachestat: fix folio read-after-free in cache walk

 MAINTAINERS            |  11 +++
 include/linux/poison.h |   3 +
 lib/stackdepot.c       | 250 +++++++++++++++++++++++++------------------------
 mm/debug_vm_pgtable.c  |   8 ++
 mm/filemap.c           |  51 +++++-----
 mm/kasan/common.c      |   8 +-
 mm/kasan/generic.c     |  68 ++------------
 mm/kasan/kasan.h       |  10 --
 mm/kasan/quarantine.c  |   5 +-
 mm/migrate.c           |   8 ++
 10 files changed, 197 insertions(+), 225 deletions(-)


             reply	other threads:[~2024-02-27 22:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 22:56 Andrew Morton [this message]
2024-02-28  0:51 ` [GIT PULL] hotfixes for 6.8-rc7 Linus Torvalds
2024-02-28  1:02 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240227145619.40b2f9b33dc2723df27f68c0@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).