From f692a2ab270238b49dc8f53bd426d7c92cf0b7e1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 22 Jul 2019 12:24:42 +0100 Subject: arm64: qcom: drop ACPI bits for stable release --- kernel.spec | 7 ------- 1 file changed, 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 6268e4774..b3c2d45c7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -565,13 +565,6 @@ Patch331: watchdog-bcm2835_wdt-Fix-module-autoload.patch # Tegra bits Patch340: arm64-tegra-jetson-tx1-fixes.patch -# QCom ACPI device support pieces -Patch350: arm64-qcom-pinctrl-support-for-ACPI.patch -Patch351: arm64-acpi-ignore-5.1-fadts-reported-as-5.0.patch -Patch352: arm64-acpi-make-ac-and-battery-drivers-available-on-non-x86.patch -Patch353: arm64-qcom-DWC3-USB-Add-support-for-ACPI-based-AArch64-Laptops.patch -Patch354: arm64-ufs-qcom-Add-support-for-platforms-booting-ACPI.patch - # 400 - IBM (ppc/s390x) patches # 500 - Temp fixes/CVEs etc -- cgit From 5c063ecce796e4d144f6bd4523dd90ed8e101f51 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 22 Jul 2019 12:31:16 -0400 Subject: Bring in DMA fix (rhbz 1732045) --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index b3c2d45c7..12ca8c9ae 100644 --- a/kernel.spec +++ b/kernel.spec @@ -587,6 +587,9 @@ Patch530: crypto-ghash-fix-unaligned-memory-access-in-ghash_setkey.patch # Fix the LCD panel orientation on the GPD MicroPC, pending as fix for 5.3 Patch531: drm-panel-orientation-quirks.patch +# rhbz 1732045 +Patch532: 0001-dma-direct-correct-the-physical-addr-in-dma_direct_s.patch + # END OF PATCH DEFINITIONS %endif @@ -1825,6 +1828,9 @@ fi # # %changelog +* Mon Jul 22 2019 Laura Abbott +- Bring in DMA fix (rhbz 1732045) + * Sun Jul 21 2019 Justin M. Forbes - 5.2.2-200 - Linux v5.2.2 -- cgit