summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-11-30 15:10:39 -0800
committerLaura Abbott <labbott@fedoraproject.org>2015-11-30 15:10:39 -0800
commitddca097a7d331609b87bd8508921332f8dc90c24 (patch)
tree31f0bffc45c671cd43da92d02c90bd3796ceb495 /kernel.spec
parent9fa8317fdd8d1c3d3a859149387a452f75d35956 (diff)
downloadkernel-ddca097a7d331609b87bd8508921332f8dc90c24.tar.gz
kernel-ddca097a7d331609b87bd8508921332f8dc90c24.tar.xz
kernel-ddca097a7d331609b87bd8508921332f8dc90c24.zip
Linux v4.4-rc3
- Fix for cgroup use after free (rhbz 1282706) - Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 7f39a9c4a..8e9ce1fbb 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -65,9 +65,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%define rcrev 2
+%define rcrev 3
# The git snapshot level
-%define gitrev 2
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -122,7 +122,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 0
+%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
@@ -502,8 +502,6 @@ Patch456: arm64-acpi-drop-expert-patch.patch
Patch457: ARM-tegra-usb-no-reset.patch
-Patch459: 0001-watchdog-omap_wdt-fix-null-pointer-dereference.patch
-
Patch460: mfd-wm8994-Ensure-that-the-whole-MFD-is-built-into-a.patch
Patch463: arm-i.MX6-Utilite-device-dtb.patch
@@ -590,6 +588,9 @@ Patch510: 0001-iwlwifi-Add-new-PCI-IDs-for-the-8260-series.patch
#CVE-2015-7990 rhbz 1276437 1276438
Patch511: RDS-fix-race-condition-when-sending-a-message-on-unb.patch
+#rhbz 1282706
+Patch512: 0001-cgroup-make-css_set-pin-its-css-s-to-avoid-use-afer-.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2033,6 +2034,11 @@ fi
#
#
%changelog
+* Mon Nov 30 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc3.git0.1
+- Linux v4.4-rc3
+- Fix for cgroup use after free (rhbz 1282706)
+- Disable debugging options.
+
* Wed Nov 25 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc2.git2.1
- Linux v4.4-rc2-44-g6ffeba9