mbox series

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

Message ID 20210722101615.31766-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC fixes for v5.14-rc3 | expand

Pull-request

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

Message

Ulf Hansson July 22, 2021, 10:16 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 22, 2021, 6 p.m. UTC | #1
The pull request you sent on Thu, 22 Jul 2021 12:16:15 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5e09e197a85a98d59d9089ffb2fae1d0b1ba6cd2

Thank you!