[GIT PULL] MMC fixes for v5.14-rc3

From: Ulf Hansson
Date: Thu Jul 22 2021 - 06:16:54 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.14-rc3. 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 e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.14-rc1

for you to fetch changes up to 10252bae863d09b9648bed2e035572d207200ca1:

mmc: core: Don't allocate IDA for OF aliases (2021-07-14 18:55:28 +0200)

----------------------------------------------------------------
MMC core:
- Use kref to fix KASAN splats triggered during card removal
- Don't allocate IDA for OF aliases

----------------------------------------------------------------
Stephen Boyd (2):
mmc: core: Use kref in place of struct mmc_blk_data::usage
mmc: core: Don't allocate IDA for OF aliases

drivers/mmc/core/block.c | 35 +++++++++++++++++++++--------------
drivers/mmc/core/host.c | 20 ++++++++++----------
2 files changed, 31 insertions(+), 24 deletions(-)