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]
Message-Id: <20241116153556.767f1aeed6ac628a09efe346@linux-foundation.org>
Date: Sat, 16 Nov 2024 15:35:56 -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.12


Linus, please merge this batch of hotfixes, thanks.


The following changes since commit dcf32ea7ecede94796fb30231b3969d7c838374c:

  mm: swapfile: fix cluster reclaim work crash on rotational devices (2024-11-12 16:01:36 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-11-16-15-33

for you to fetch changes up to d1aa0c04294e29883d65eac6c2f72fe95cc7c049:

  mm: revert "mm: shmem: fix data-race in shmem_getattr()" (2024-11-16 15:30:32 -0800)

----------------------------------------------------------------
10 hotfixes, 7 of which are cc:stable.  All singletons, please see the
changelogs for details.

----------------------------------------------------------------
Andrew Morton (1):
      mm: revert "mm: shmem: fix data-race in shmem_getattr()"

Dan Carpenter (1):
      fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()

Dave Vasilevsky (1):
      crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32

Dmitry Antipov (1):
      ocfs2: uncache inode which has failed entering the group

Jann Horn (1):
      mm/mremap: fix address wraparound in move_page_tables()

Jinjiang Tu (1):
      mm: fix NULL pointer dereference in alloc_pages_bulk_noprof

Kairui Song (1):
      mm, swap: fix allocation and scanning race with swapoff

Motiejus JakÅ`tys (1):
      tools/mm: fix compile error

Qun-Wei Lin (1):
      sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers

Yafang Shao (1):
      mm, doc: update read_ahead_kb for MADV_HUGEPAGE

 Documentation/ABI/stable/sysfs-block |  3 +++
 arch/arm/Kconfig                     |  3 +++
 arch/arm64/Kconfig                   |  3 +++
 arch/loongarch/Kconfig               |  3 +++
 arch/mips/Kconfig                    |  3 +++
 arch/powerpc/Kconfig                 |  4 ++++
 arch/riscv/Kconfig                   |  3 +++
 arch/s390/Kconfig                    |  3 +++
 arch/sh/Kconfig                      |  3 +++
 arch/x86/Kconfig                     |  3 +++
 fs/ocfs2/resize.c                    |  2 ++
 fs/proc/task_mmu.c                   |  4 +++-
 include/linux/sched/task_stack.h     |  2 ++
 kernel/Kconfig.kexec                 |  2 +-
 mm/mremap.c                          |  2 +-
 mm/page_alloc.c                      |  3 ++-
 mm/shmem.c                           |  2 --
 mm/swapfile.c                        | 22 +++++++++++++++++++---
 tools/mm/page-types.c                |  2 +-
 19 files changed, 62 insertions(+), 10 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ