]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
drop 1 patch based on RC review feedback
authorSasha Levin <sashal@kernel.org>
Fri, 31 Jul 2026 14:51:05 +0000 (10:51 -0400)
committerSasha Levin <sashal@kernel.org>
Fri, 31 Jul 2026 14:51:05 +0000 (10:51 -0400)
commit5557d9ca854ab9ed2fda34b4ae3f7aad949aaed0
treed7eeeab00377458bd5adf3546ceef21ccd1f75b8
parentd9369f4ff66e189b4ca2b0822c6570b0258dcc1b
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>
queue-6.6/mtd-maps-vmu-flash-fix-fault-in-unaligned-fixup.patch [deleted file]
queue-6.6/series