summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2016-11-01 11:42:32 +0000
committerPeter Robinson <pbrobinson@gmail.com>2016-11-01 11:42:32 +0000
commitb8be23d515599ed5cad30582cda5c0a6917f5174 (patch)
tree8ae9230747a5903b31094722cc62039503f970dc /kernel.spec
parent11ce6a972dc2e715eb7c05354bf6f85da1ed880e (diff)
downloadkernel-b8be23d515599ed5cad30582cda5c0a6917f5174.tar.gz
kernel-b8be23d515599ed5cad30582cda5c0a6917f5174.tar.xz
kernel-b8be23d515599ed5cad30582cda5c0a6917f5174.zip
- Linux v4.8.6
- Add revert to fix omap4 mmc (panda) - Other minor omap4 fixes - Adjust config for some AllWinner devices that don't like modular bits - Add patch for aarch64 memory regions
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec20
1 files changed, 16 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index f47d50984..d6d7a2519 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 5
+%define stable_update 6
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -513,6 +513,14 @@ Patch425: arm64-pcie-quirks.patch
# http://www.spinics.net/lists/linux-tegra/msg26029.html
Patch426: usb-phy-tegra-Add-38.4MHz-clock-table-entry.patch
+# Fix OMAP4 (pandaboard)
+Patch427: arm-revert-mmc-omap_hsmmc-Use-dma_request_chan-for-reque.patch
+Patch428: ARM-OMAP4-Fix-crashes.patch
+
+# Not particularly happy we don't yet have a proper upstream resolution this is the right direction
+# https://www.spinics.net/lists/arm-kernel/msg535191.html
+Patch429: arm64-mm-Fix-memmap-to-be-initialized-for-the-entire-section.patch
+
# http://patchwork.ozlabs.org/patch/587554/
Patch430: ARM-tegra-usb-no-reset.patch
@@ -626,9 +634,6 @@ Patch849: 0001-iio-Use-event-header-from-kernel-tree.patch
# CVE-2016-9083 CVE-2016-9084 rhbz 1389258 1389259 1389285
Patch850: v3-vfio-pci-Fix-integer-overflows-bitmask-check.patch
-# Skylake i915 fixes from 4.9
-Patch851: drm_i915_skl_Backport_watermark_fixes_for_4.8.y.patch
-
#rhbz 1325354
Patch852: 0001-HID-input-ignore-System-Control-application-usages-i.patch
@@ -2168,6 +2173,13 @@ fi
#
#
%changelog
+* Tue Nov 1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.8.6-300
+- Linux v4.8.6
+- Add revert to fix omap4 mmc (panda)
+- Other minor omap4 fixes
+- Adjust config for some AllWinner devices that don't like modular bits
+- Add patch for aarch64 memory regions
+
* Sat Oct 29 2016 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor VC4 bug fix