Re: [PATCH v2 2/3] mtd: maps: vmu-flash: fix fault in unaligned fixup

From: Miquel Raynal

Date: Mon Apr 27 2026 - 08:38:49 EST


On 27/04/2026 at 13:47:49 +02, Florian Fuchs <fuchsfl@xxxxxxxxx> wrote:

> Use kzalloc_obj() / kzalloc_objs() to allocate the memcard structs,
> instead of kmalloc_obj() / kmalloc_objs() to prevent access to
> uninitialized data.
>
> Fixes runtime error: Fault in unaligned fixup: 0000 [#1] at
> mtd_get_fact_prot_info.

Shall this patch receive a Fixes tag if it actually fixes runtime
behaviour?

Also, please add the 'Cc: stable' line in your fixes.

Thanks,
Miquèl