LKML 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.9-rc6
Date: Fri, 26 Apr 2024 13:37:13 -0700	[thread overview]
Message-ID: <20240426133713.02b077b1ddbf56bb81989f34@linux-foundation.org> (raw)


Linus, pleae merge this batch of hotfixes.

There is one trivial conflict in
tools/testing/selftests/kselftest_harness.h - purely a textual thing.

Thanks.


The following changes since commit c4a7dc9523b59b3e73fd522c73e95e072f876b16:

  nilfs2: fix OOB in nilfs_set_de_type (2024-04-16 15:39:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-04-26-13-30

for you to fetch changes up to 52ccdde16b6540abe43b6f8d8e1e1ec90b0983af:

  mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() (2024-04-25 10:07:27 -0700)

----------------------------------------------------------------
11 hotfixes.  8 are cc:stable and the remaining 3 (nice ratio!) address
post-6.8 issues or aren't considered suitable for backporting.

All except one of these are for MM.  I see no particular theme - it's
singletons all over.

----------------------------------------------------------------
Andrey Ryabinin (1):
      stackdepot: respect __GFP_NOLOCKDEP allocation flag

Edward Liaw (1):
      selftests/harness: remove use of LINE_MAX

Johannes Weiner (1):
      mm: zswap: fix shrinker NULL crash with cgroup_disable=memory

Matthew Wilcox (Oracle) (3):
      mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
      mm: support page_mapcount() on page_has_type() pages
      mm: turn folio_test_hugetlb into a PageType

Miaohe Lin (1):
      mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()

Muhammad Usama Anjum (2):
      selftests: mm: fix unused and uninitialized variable warning
      selftests: mm: protection_keys: save/restore nr_hugepages value from launch script

Peter Xu (1):
      mm/hugetlb: fix missing hugetlb_lock for resv uncharge

Vishal Moola (Oracle) (1):
      hugetlb: check for anon_vma prior to folio allocation

 fs/proc/page.c                                    |   7 +-
 include/linux/mm.h                                |   8 +-
 include/linux/page-flags.h                        | 144 ++++++++++++----------
 include/trace/events/mmflags.h                    |   1 +
 kernel/vmcore_info.c                              |   5 +-
 lib/stackdepot.c                                  |   4 +-
 mm/hugetlb.c                                      |  40 +++---
 mm/zswap.c                                        |  25 ++--
 tools/testing/selftests/kselftest_harness.h       |  12 +-
 tools/testing/selftests/mm/mdwe_test.c            |   1 +
 tools/testing/selftests/mm/protection_keys.c      |  38 ------
 tools/testing/selftests/mm/run_vmtests.sh         |   2 +
 tools/testing/selftests/mm/split_huge_page_test.c |   2 +-
 13 files changed, 137 insertions(+), 152 deletions(-)


             reply	other threads:[~2024-04-26 20:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 20:37 Andrew Morton [this message]
2024-04-26 20:52 ` [GIT PULL] hotfixes for 6.9-rc6 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=20240426133713.02b077b1ddbf56bb81989f34@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 read-only IMAP folder(s) and NNTP newsgroup(s).