lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 10 May 2024 13:17:43 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mm@...ck.org, mm-commits@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.10


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(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ