drop 1 patch based on RC review feedback
Dropped patches:
- "mtd: maps: vmu-flash: fix fault in unaligned fixup"
Upstream:
79d1661502c6e4b6f626185cef72cf2fa78116e1
Queues: 6.6
Reason: malformed backport -- the removal side of every hunk was
context-adjusted down to the 6.6 kmalloc()/kmalloc_array() code, but
the addition side was left verbatim from upstream and still calls
kzalloc_obj()/kzalloc_objs(). Those helpers came from
2932ba8d9c99
("slab: Introduce kmalloc_obj() and family"), which is not in 6.6, so
any config that builds drivers/mtd/maps/vmu-flash.c (CONFIG_MTD_VMU,
sh/Dreamcast) fails to compile. Same root cause as the stratix10-svc
build regression already dropped from 6.1/6.6. The 6.12 and 6.18
copies are unaffected -- those bases define the helpers -- and stay
queued. The upstream fix is valid and can be requeued for 6.6 as a
properly adapted backport using kzalloc()/kcalloc().
Report: https://lore.kernel.org/stable/
178542714373.4058.
4312420996135460246@kernelci.org/
Signed-off-by: Sasha Levin <sashal@kernel.org>