On Mon, Dec 11, 2023 at 08:33:45PM +0200, Adrian Hunter wrote: > commit c616696a902987352426fdaeec1b0b3240949e6b upstream. > > STOP command does not guarantee to wait while busy, but subsequent command > MMC_CMDQ_TASK_MGMT to discard the queue will fail if the card is busy, so > be sure to wait by employing mmc_poll_for_busy(). > > Fixes: 72a5af554df8 ("mmc: core: Add support for handling CQE requests") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > Reviewed-by: Avri Altman <avri.altman@xxxxxxx> > Reviewed-by: Christian Loehle <christian.loehle@xxxxxxx> > Link: https://lore.kernel.org/r/20231103084720.6886-4-adrian.hunter@xxxxxxxxx > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Tested-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > --- > drivers/mmc/core/core.c | 2 ++ > drivers/mmc/core/mmc_ops.c | 5 +++-- > drivers/mmc/core/mmc_ops.h | 2 ++ > 3 files changed, 7 insertions(+), 2 deletions(-) Both now queued up, thanks. greg k-h