[GIT PULL] kmalloc_obj prep for v7.0-rc1
From: Kees Cook
Date: Thu Feb 19 2026 - 13:31:56 EST
Hi Linus,
Please pull these kmalloc_obj preparation patches for v7.0-rc1. I'm
expecting to send the treewide conversion PR later today (or early
tomorrow).
Thanks!
-Kees
The following changes since commit 2b7a25df823dc7d8f56f8ce7c2d2dac391cea9c2:
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2026-02-18 21:40:16 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/kmalloc_obj-prep-v7.0-rc1
for you to fetch changes up to c732084c891d89a1a0824126b3075999a981bc88:
KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type (2026-02-19 10:14:02 -0800)
----------------------------------------------------------------
kmalloc_obj prep for v7.0-rc1
Fixes for return types to prepare for the kmalloc_obj treewide conversion,
that haven't yet appeared during the merge window: dm-crypt, dm-zoned,
drm/msm, and arm64 kvm.
----------------------------------------------------------------
Kees Cook (4):
dm-crypt: Adjust crypt_alloc_tfms_aead() allocation type
dm: dm-zoned: Adjust dmz_load_mapping() allocation type
drm/msm: Adjust msm_iommu_pagetable_prealloc_allocate() allocation type
KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
arch/arm64/kvm/vgic/vgic-init.c | 2 +-
drivers/gpu/drm/msm/msm_iommu.c | 2 +-
drivers/md/dm-crypt.c | 2 +-
drivers/md/dm-zoned-metadata.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
Kees Cook