lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 28 Sep 2022 10:41:52 +0200
From:   Ulf Hansson <ulf.hansson@...aro.org>
To:     Linus <torvalds@...ux-foundation.org>, linux-mmc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Cc:     Ulf Hansson <ulf.hansson@...aro.org>,
        Sudeep Holla <sudeep.holla@....com>,
        Cristian Marussi <cristian.marussi@....com>,
        linux-arm-kernel@...ts.infradead.org
Subject: [GIT PULL] MMC + ARM_SCMI fixes for v6.0-rc8

Hi Linus,

Here's a PR with a couple of MMC fixes intended for v6.0-rc8. This time there is
also a fix for the ARM SCMI firmware driver, which has been acked by Sudeep
Holla, the maintainer.

As usual, more details about the highlights are found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

  Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v6.0-rc5

for you to fetch changes up to e7afa79a3b35a27a046a2139f8b20bd6b98155c2:

  mmc: hsq: Fix data stomping during mmc recovery (2022-09-27 12:38:29 +0200)

----------------------------------------------------------------
MMC core:
 - Terminate infinite loop in SD-UHS voltage switch

MMC host:
 - hsq: Fix kernel crash in the recovery path
 - moxart: Fix bus width configurations
 - sdhci: Fix kernel panic for cqe irq

ARM_SCMI:
 - Fixup clock management by reverting "firmware: arm_scmi: Add clock
   management to the SCMI power domain"

----------------------------------------------------------------
Brian Norris (1):
      mmc: core: Terminate infinite loop in SD-UHS voltage switch

Sergei Antonov (1):
      mmc: moxart: fix 4-bit bus width and remove 8-bit bus width

Ulf Hansson (1):
      Revert "firmware: arm_scmi: Add clock management to the SCMI power domain"

Wenchao Chen (2):
      mmc: sdhci: Fix host->cmd is null
      mmc: hsq: Fix data stomping during mmc recovery

 drivers/firmware/arm_scmi/scmi_pm_domain.c | 26 --------------------------
 drivers/mmc/core/sd.c                      |  3 ++-
 drivers/mmc/host/mmc_hsq.c                 |  2 +-
 drivers/mmc/host/moxart-mmc.c              | 17 +++--------------
 drivers/mmc/host/sdhci.c                   |  4 ++--
 5 files changed, 8 insertions(+), 44 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ