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, 7 Jun 2024 15:29:44 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: mm-commits@...r.kernel.org, linux-mm@...ck.org,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] hotfixes for 6.10-rc3


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-06-07-15-24

for you to fetch changes up to 7373a51e7998b508af7136530f3a997b286ce81c:

  nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (2024-06-05 19:19:27 -0700)

----------------------------------------------------------------
14 hotfixes, 6 of which are cc:stable.

All except the nilfs2 fix affect MM and all are singletons - see the
chagelogs for details.

----------------------------------------------------------------
Alexander Potapenko (1):
      kmsan: do not wipe out origin when doing partial unpoisoning

Baolin Wang (1):
      mm: drop the 'anon_' prefix for swap-out mTHP counters

Barry Song (2):
      mm: huge_mm: fix undefined reference to `mthp_stats' for CONFIG_SYSFS=n
      mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptes

Chengming Zhou (2):
      mm/ksm: fix ksm_pages_scanned accounting
      mm/ksm: fix ksm_zero_pages accounting

Cong Wang (1):
      vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()

Johannes Weiner (1):
      mm: page_alloc: fix highatomic typing in multi-block buddies

Oscar Salvador (1):
      mm/hugetlb: do not call vma_add_reservation upon ENOMEM

Ryusuke Konishi (2):
      nilfs2: fix potential kernel bug due to lack of writeback flag waiting
      nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors

Sebastian Andrzej Siewior (1):
      memcg: remove the lockdep assert from __mod_objcg_mlstate()

Suren Baghdasaryan (1):
      mm: fix xyz_noprof functions calling profiled functions

Thadeu Lima de Souza Cascardo (1):
      codetag: avoid race at alloc_slab_obj_exts

 Documentation/admin-guide/mm/transhuge.rst |  4 +--
 arch/arm64/mm/contpte.c                    |  4 +--
 fs/nilfs2/dir.c                            |  2 +-
 fs/nilfs2/segment.c                        |  3 ++
 fs/proc/base.c                             |  2 +-
 include/linux/huge_mm.h                    | 10 ++++--
 include/linux/ksm.h                        | 17 ++++++++--
 include/linux/mm_types.h                   |  2 +-
 mm/filemap.c                               |  2 +-
 mm/huge_memory.c                           |  8 ++---
 mm/hugetlb.c                               | 16 ++++++++--
 mm/kmsan/core.c                            | 15 ++++++---
 mm/ksm.c                                   | 17 +++++-----
 mm/memcontrol.c                            |  2 --
 mm/mempool.c                               |  2 +-
 mm/page_alloc.c                            | 50 ++++++++++++++++++++----------
 mm/page_io.c                               |  2 +-
 mm/slub.c                                  |  5 +--
 mm/util.c                                  | 10 +++---
 mm/vmalloc.c                               |  2 +-
 mm/vmscan.c                                |  2 +-
 21 files changed, 115 insertions(+), 62 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ