mbox series

[GIT,PULL] MMC and MEMSTICK fixes for v6.3-rc8

Message ID 20230418084329.12066-1-ulf.hansson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] MMC and MEMSTICK fixes for v6.3-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.3-rc3

Message

Ulf Hansson April 18, 2023, 8:43 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC and MEMSTICK fixes intended for v6.3-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 e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.3-rc3

for you to fetch changes up to 4b6d621c9d859ff89e68cebf6178652592676013:

  memstick: fix memory leak if card device is never registered (2023-04-05 11:43:51 +0200)

----------------------------------------------------------------
MMC host:
 - sdhci_am654: Fix support for UHS-I SDR12 and SDR25 speed modes

MEMSTICK:
 - Fix memory leak if card device never gets registered

----------------------------------------------------------------
Bhavya Kapoor (1):
      mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25

Greg Kroah-Hartman (1):
      memstick: fix memory leak if card device is never registered

 drivers/memstick/core/memstick.c | 5 ++++-
 drivers/mmc/host/sdhci_am654.c   | 2 --
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org April 18, 2023, 6:10 p.m. UTC | #1
The pull request you sent on Tue, 18 Apr 2023 10:43:29 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.3-rc3

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

Thank you!