mbox series

[GIT,PULL] MMC fixes for v5.17-rc4

Message ID 20220207112605.246647-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v5.17-rc4 | expand

Pull-request

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

Message

Ulf Hansson Feb. 7, 2022, 11:26 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.17-rc4. 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 e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to bd2db32e7c3e35bd4d9b8bbff689434a50893546:

  moxart: fix potential use-after-free on remove path (2022-01-31 15:36:34 +0100)

----------------------------------------------------------------
MMC core:
 - Fix support for SD Power off notification

MMC host:
 - moxart: Fix potential use-after-free on remove path
 - sdhci-of-esdhc: Fix error path when setting dma mask
 - sh_mmcif: Fix potential NULL pointer dereference

----------------------------------------------------------------
Andrey Skvortsov (1):
      mmc: core: Wait for command setting 'Power Off Notification' bit to complete

Greg Kroah-Hartman (1):
      moxart: fix potential use-after-free on remove path

Jiasheng Jiang (2):
      mmc: sdhci-of-esdhc: Check for error num after setting mask
      mmc: sh_mmcif: Check for null res pointer

 drivers/mmc/core/sd.c             | 8 +++++++-
 drivers/mmc/host/moxart-mmc.c     | 2 +-
 drivers/mmc/host/sdhci-of-esdhc.c | 8 ++++++--
 drivers/mmc/host/sh_mmcif.c       | 3 +++
 4 files changed, 17 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 7, 2022, 8:14 p.m. UTC | #1
The pull request you sent on Mon,  7 Feb 2022 12:26:05 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/51f7ea914d79aa44156dd63fe9e1cc75708d781d

Thank you!