summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-09-17 11:26:26 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-09-17 11:26:26 -0500
commitf2eb993d4763957befda8cf808957c1e0671ecee (patch)
treee1a41814df706236badccfcd34cb5e0d7234428b /kernel.spec
parent5b00d0bc9ff1311c6cd8709c36cb81d64effcdf7 (diff)
downloadkernel-f2eb993d4763957befda8cf808957c1e0671ecee.tar.gz
kernel-f2eb993d4763957befda8cf808957c1e0671ecee.tar.xz
kernel-f2eb993d4763957befda8cf808957c1e0671ecee.zip
Linux v5.8.10
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 637312e10..9627f4bfc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -92,7 +92,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 9
+%define stable_update 10
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -872,8 +872,11 @@ Patch110: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch
# CVE-2020-25211 rhbz 1877571 1877572
Patch111: netfilter-ctnetlink-add-range-check-for-l3-l4-protonum.patch
-# rhbz 1878858
-Patch112: block-restore-a-specific-error-code-in-bdev_del_part.patch
+# rhbz 1873720
+Patch112: v2-nfs-Fix-security-label-length-not-being-reset.patch
+
+# rhbz 1875339 1875828 1876997
+Patch113: pdx86-SW_TABLET_MODE-fixes.patch
# END OF PATCH DEFINITIONS
@@ -2979,6 +2982,10 @@ fi
#
#
%changelog
+* Thu Sep 17 08:48:27 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.10-200
+- Linux v5.8.10
+- Fix (rhbz 1873720 1876997)
+
* Mon Sep 14 08:51:46 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.9-200
- Linux v5.8.9
- Fix error code in bdev_del_part (rhbz 1878858)