From: Greg Kroah-Hartman Date: Tue, 10 Mar 2026 07:48:27 +0000 (+0100) Subject: drop the memory patch. X-Git-Tag: v6.19.7~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=648fcaf77f32dccc0d574bcbe05760cf53a2c77e;p=thirdparty%2Fkernel%2Fstable-queue.git drop the memory patch. --- diff --git a/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch b/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch deleted file mode 100644 index 5b4b5065e7..0000000000 --- a/queue-5.10/memory-mtk-smi-fix-device-leak-on-larb-probe.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 4a91bea59327f84807630203429b3f79b1af2665 Mon Sep 17 00:00:00 2001 -From: Sasha Levin -Date: Fri, 21 Nov 2025 17:46:23 +0100 -Subject: memory: mtk-smi: fix device leak on larb probe - -From: Johan Hovold - -[ Upstream commit 9dae65913b32d05dbc8ff4b8a6bf04a0e49a8eb6 ] - -Make sure to drop the reference taken when looking up the SMI device -during larb probe on late probe failure (e.g. probe deferral) and on -driver unbind. - -Fixes: cc8bbe1a8312 ("memory: mediatek: Add SMI driver") -Fixes: 038ae37c510f ("memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_common") -Cc: stable@vger.kernel.org # 4.6: 038ae37c510f -Cc: stable@vger.kernel.org # 4.6 -Cc: Yong Wu -Cc: Miaoqian Lin -Signed-off-by: Johan Hovold -Link: https://patch.msgid.link/20251121164624.13685-3-johan@kernel.org -Signed-off-by: Krzysztof Kozlowski -Signed-off-by: Sasha Levin ---- - drivers/memory/mtk-smi.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/drivers/memory/mtk-smi.c -+++ b/drivers/memory/mtk-smi.c -@@ -356,6 +356,7 @@ static int mtk_smi_larb_remove(struct pl - { - pm_runtime_disable(&pdev->dev); - component_del(&pdev->dev, &mtk_smi_larb_component_ops); -+ put_device(larb->smi_common_dev); - return 0; - } - diff --git a/queue-5.10/series b/queue-5.10/series index b89accab48..5a80b96153 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -4,7 +4,6 @@ scsi-lpfc-properly-set-wc-for-dpp-mapping.patch scsi-ufs-core-move-link-recovery-for-hibern8-exit-fa.patch alsa-usb-audio-cap-the-packet-size-pre-calculations.patch btrfs-fix-incorrect-key-offset-in-error-message-in-c.patch -memory-mtk-smi-fix-device-leak-on-larb-probe.patch arm-omap2-add-missing-of_node_put-before-break-and-r.patch arm-omap2-fix-reference-count-leaks-in-omap_control_.patch bus-fsl-mc-replace-snprintf-and-sprintf-with-sysfs_e.patch