mbox series

[GIT,PULL] hotfixes for 6.10

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-05-10-13-14

Message

Andrew Morton May 10, 2024, 8:17 p.m. UTC
Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 52ccdde16b6540abe43b6f8d8e1e1ec90b0983af:

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

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-05-10-13-14

for you to fetch changes up to 672614a3ed24150f39752365c57a85fca1bd0017:

  mailmap: add entry for Barry Song (2024-05-10 12:55:36 -0700)

----------------------------------------------------------------
18 hotfixes, 7 of which are cc:stable.

More fixups for this cycle's page_owner updates.  And a few userfaultfd
fixes.  Otherwise, random singletons - see the individual changelogs for
details.

----------------------------------------------------------------
Alexander Potapenko (1):
      kmsan: compiler_types: declare __no_sanitize_or_inline

Barry Song (1):
      mailmap: add entry for Barry Song

Christoph Hellwig (1):
      mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_list

Hailong.Liu (1):
      mm/vmalloc: fix return value of vb_alloc if size is 0

Jarkko Sakkinen (1):
      MAINTAINERS: update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER

John Garry (1):
      mailmap: add entry for John Garry

Kefeng Wang (1):
      mm: use memalloc_nofs_save() in page_cache_ra_order()

Liam R. Howlett (1):
      maple_tree: fix mas_empty_area_rev() null pointer dereference

Luis Chamberlain (2):
      tools: fix userspace compilation with new test_xarray changes
      lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()

Maninder Singh (1):
      mm: page_owner: fix wrong information in dump_page_owner

Matthew Wilcox (Oracle) (1):
      XArray: set the marks correctly when splitting an entry

Michael Ellerman (1):
      selftests/mm: fix powerpc ARCH check

Peter Xu (1):
      mm/userfaultfd: reset ptes when close() for wr-protected ones

Ryan Roberts (2):
      fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
      fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()

Tiezhu Yang (2):
      selftests/vDSO: fix building errors on LoongArch
      selftests/vDSO: fix runtime errors on LoongArch

 .mailmap                                           |  6 +++++
 MAINTAINERS                                        |  3 ++-
 fs/proc/task_mmu.c                                 | 24 +++++++++++--------
 fs/userfaultfd.c                                   |  4 ++++
 include/linux/compiler_types.h                     | 11 +++++++++
 lib/maple_tree.c                                   | 16 ++++++-------
 lib/test_xarray.c                                  | 27 ++++++++++++++++++----
 lib/xarray.c                                       | 23 ++++++++++++++----
 mm/page_owner.c                                    |  4 ++--
 mm/readahead.c                                     |  4 ++++
 mm/vmalloc.c                                       |  2 +-
 tools/testing/radix-tree/linux/kernel.h            |  2 ++
 tools/testing/selftests/mm/Makefile                |  6 ++---
 tools/testing/selftests/vDSO/vdso_config.h         |  6 ++++-
 tools/testing/selftests/vDSO/vdso_test_getcpu.c    | 16 +++++--------
 .../selftests/vDSO/vdso_test_gettimeofday.c        | 26 ++++++---------------
 16 files changed, 116 insertions(+), 64 deletions(-)

Comments

Linus Torvalds May 10, 2024, 9 p.m. UTC | #1
On Fri, 10 May 2024 at 13:17, Andrew Morton <akpm@linux-foundation.org> wrote:
>
> 18 hotfixes, 7 of which are cc:stable.

I assume the subject line is wrong, and you meant 6.9.

              Linus
pr-tracker-bot@kernel.org May 10, 2024, 9:39 p.m. UTC | #2
The pull request you sent on Fri, 10 May 2024 13:17:43 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-05-10-13-14

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

Thank you!
Andrew Morton May 11, 2024, 3:16 a.m. UTC | #3
On Fri, 10 May 2024 14:00:25 -0700 Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Fri, 10 May 2024 at 13:17, Andrew Morton <akpm@linux-foundation.org> wrote:
> >
> > 18 hotfixes, 7 of which are cc:stable.
> 
> I assume the subject line is wrong, and you meant 6.9.
> 

yup, thanks.  I've always had problems with that.