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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 5 Jan 2024 11:43:14 -0800
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.8


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit 1803d0c5ee1a3bbee23db2336e21add067824f02:

  mailmap: add an old address for Naoya Horiguchi (2023-12-20 13:46:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-01-05-11-35

for you to fetch changes up to 7fba9420b726561966e1671004df60a08b39beb3:

  mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info() (2024-01-05 09:58:32 -0800)

----------------------------------------------------------------
12 hotfixes.  2 are cc:stable and the remainder either address post-6.7
issues or aren't considered necessary for earlier kernel versions.

----------------------------------------------------------------
Baolin Wang (1):
      mm: memcg: fix split queue list crash when large folio migration

Jiajun Xie (1):
      mm: fix unmap_mapping_range high bits shift bug

Jingbo Xu (2):
      mm: fix arithmetic for bdi min_ratio
      mm: fix arithmetic for max_prop_frac when setting max_ratio

Mathieu Othacehe (1):
      mailmap: add entries for Mathieu Othacehe

Mike Kravetz (1):
      MAINTAINERS: remove hugetlb maintainer Mike Kravetz

Naoya Horiguchi (1):
      MAINTAINERS: hand over hwpoison maintainership to Miaohe Lin

Rik van Riel (1):
      mm: align larger anonymous mappings on THP boundaries

Suren Baghdasaryan (1):
      arch/mm/fault: fix major fault accounting when retrying under per-VMA lock

Tetsuo Handa (1):
      mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info()

Yu Zhao (1):
      mm/mglru: skip special VMAs in lru_gen_look_around()

Zack Rusin (1):
      MAINTAINERS: change vmware.com addresses to broadcom.com

 .mailmap                |  3 ++-
 CREDITS                 |  4 ++++
 MAINTAINERS             | 14 ++++++--------
 arch/arm64/mm/fault.c   |  2 ++
 arch/powerpc/mm/fault.c |  2 ++
 arch/riscv/mm/fault.c   |  2 ++
 arch/s390/mm/fault.c    |  3 +++
 arch/x86/mm/fault.c     |  2 ++
 mm/huge_memory.c        |  2 +-
 mm/memcontrol.c         | 11 +++++++++++
 mm/memory.c             |  4 ++--
 mm/mmap.c               |  3 +++
 mm/page-writeback.c     |  4 ++--
 mm/shrinker.c           |  2 +-
 mm/vmscan.c             | 13 +++++++++----
 15 files changed, 52 insertions(+), 19 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ