[GIT PULL] MMC fixes for v5.7-rc8
From: Ulf Hansson
Date: Fri May 29 2020 - 06:32:41 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v5.7-rc8. Details about the
highlights are as usual found in the signed tag.
Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:
Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.7-rc6
for you to fetch changes up to 202500d21654874aa03243e91f96de153ec61860:
mmc: block: Fix use-after-free issue for rpmb (2020-05-25 10:45:17 +0200)
----------------------------------------------------------------
MMC core:
- Fix use-after-free issue for rpmb partition
MMC host
- Fix quirk for broken CQE support
----------------------------------------------------------------
Adrian Hunter (1):
mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQE
Peng Hao (1):
mmc: block: Fix use-after-free issue for rpmb
drivers/mmc/core/block.c | 2 +-
drivers/mmc/host/sdhci.c | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)