From 6ea9320611dc9ea560275ea00a6a5e3c77db944d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 6 Oct 2017 11:53:42 +0100 Subject: [PATCH] ARM ACPI fix for x-gene RHBZ #1498117 --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel.spec b/kernel.spec index c459ff759..f5ee8f24f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -623,6 +623,9 @@ Patch322: bcm2837-move-dt.patch # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20170912&id=723288836628bc1c0855f3bb7b64b1803e4b9e4a Patch324: arm-of-restrict-dma-configuration.patch +# Upstream ACPI fix +Patch331: arm64-xgene-acpi-fix.patch + # 400 - IBM (ppc/s390x) patches # 500 - Temp fixes/CVEs etc @@ -2250,6 +2253,9 @@ fi # # %changelog +* Fri Oct 6 2017 Peter Robinson +- ARM ACPI fix for x-gene RHBZ #1498117 + * Thu Oct 05 2017 Laura Abbott - 4.13.5-100 - Linux v4.13.5 - Fix for peaq_wmi nul spew (rhbz 1497861)