mbox series

[GIT,PULL] hotfixes for 6.8

Message ID 20240307162059.88fcc2a013c9ce1f3f72042d@linux-foundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] hotfixes for 6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-07-16-17

Message

Andrew Morton March 8, 2024, 12:20 a.m. UTC
Linus, please merge this small batch of hotfixes, thanks.


The following changes since commit 720da1e593b85a550593b415bf1d79a053133451:

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

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-07-16-17

for you to fetch changes up to ded79af42f114bb89f8e90c8e7337f5b7bb5f015:

  scripts/gdb/symbols: fix invalid escape sequence warning (2024-03-07 16:14:19 -0800)

----------------------------------------------------------------
6 hotfixes.  4 are cc:stable and the remainder pertain to post-6.7
issues or aren't considered to be needed in earlier kernel versions.

----------------------------------------------------------------
Andrew Ballance (1):
      scripts/gdb/symbols: fix invalid escape sequence warning

Kees Cook (1):
      init/Kconfig: lower GCC version check for -Warray-bounds

Niklas Cassel (1):
      mailmap: fix Kishon's email

Qi Zheng (1):
      mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails

Vlastimil Babka (2):
      mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations
      mm, mmap: fix vma_merge() case 7 with vma_ops->close

 .mailmap                     |  1 +
 include/linux/gfp.h          |  9 +++++++++
 init/Kconfig                 |  6 +++---
 mm/compaction.c              |  7 +------
 mm/mmap.c                    | 10 +++++++++-
 mm/page_alloc.c              | 10 ++++++----
 mm/userfaultfd.c             |  6 +++---
 mm/vmscan.c                  |  5 ++++-
 scripts/gdb/linux/symbols.py |  2 +-
 9 files changed, 37 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org March 8, 2024, 1:29 a.m. UTC | #1
The pull request you sent on Thu, 7 Mar 2024 16:20:59 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-03-07-16-17

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

Thank you!