[PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)

Philippe Mathieu-Daudé posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221107221236.47841-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Bin Meng <bin.meng@windriver.com>
hw/sd/sdhci.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
Fix for CVE-2022-3872. See description in first patch.

Philippe Mathieu-Daudé (2):
  hw/sd/sdhci: Do not set Buf Wr Ena before writing block
    (CVE-2022-3872)
  hw/sd/sdhci: Factor common Present State bits in sdhci_data_transfer()

 hw/sd/sdhci.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.38.1


Re: [PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)
Posted by Stefan Hajnoczi 1 year, 4 months ago
Applied to the staging tree. Thanks!

Stefan