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(-)