Commit 691034e6 authored by Matthew Ma's avatar Matthew Ma Committed by Lipeng Sang
Browse files

mmc: core: Fix kernel panic when remove non-standard SDIO card

stable inclusion
from stable-v5.10.153
commit 8bf037279b5869ae9331c42bb1527d2680ebba96
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I64YCA

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8bf037279b5869ae9331c42bb1527d2680ebba96



--------------------------------

commit 9972e6b4 upstream.

SDIO tuple is only allocated for standard SDIO card, especially it causes
memory corruption issues when the non-standard SDIO card has removed, which
is because the card device's reference counter does not increase for it at
sdio_init_func(), but all SDIO card device reference counter gets decreased
at sdio_release_func().

Fixes: 6f51be3d ("sdio: allow non-standard SDIO cards")
Signed-off-by: default avatarMatthew Ma <mahongwei@zeku.com>
Reviewed-by: default avatarWeizhao Ouyang <ouyangweizhao@zeku.com>
Reviewed-by: default avatarJohn Wang <wangdayu@zeku.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20221014034951.2300386-1-ouyangweizhao@zeku.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarLipeng Sang <sanglipeng1@jd.com>
parent a9024e2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment