All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] mm: mm_cid static initialization fixes
@ 2025-12-24 17:33 Mathieu Desnoyers
  2025-12-24 17:33 ` [PATCH v1 1/3] mm: Add missing static initializer for init_mm::mm_cid.lock Mathieu Desnoyers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2025-12-24 17:33 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Mathieu Desnoyers, Thomas Gleixner, stable,
	linux-mm

Hi Andrew,

Here are 2 fixes for missing mm_cid fields for init_mm and efi_mm static
initialization. The renaming of cpu_bitmap to flexible_array (patch 2)
is needed for patch 3.

Those are relevant for mainline, with CC stable. They are based on
v6.19-rc2.

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Cc: linux-mm@kvack.org

Mathieu Desnoyers (3):
  mm: Add missing static initializer for init_mm::mm_cid.lock
  mm: Rename cpu_bitmap field to flexible_array
  mm: Take into account mm_cid size for mm_struct static definitions

 drivers/firmware/efi/efi.c |  2 +-
 include/linux/mm_types.h   | 18 +++++++++++++-----
 mm/init-mm.c               |  5 ++++-
 3 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-13  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-24 17:33 [PATCH v1 0/3] mm: mm_cid static initialization fixes Mathieu Desnoyers
2025-12-24 17:33 ` [PATCH v1 1/3] mm: Add missing static initializer for init_mm::mm_cid.lock Mathieu Desnoyers
2025-12-24 17:33 ` [PATCH v1 2/3] mm: Rename cpu_bitmap field to flexible_array Mathieu Desnoyers
2025-12-24 17:33 ` [PATCH v1 3/3] mm: Take into account mm_cid size for mm_struct static definitions Mathieu Desnoyers
2026-01-13  8:17 ` [PATCH v1 0/3] mm: mm_cid static initialization fixes Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.