summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-09-16 10:05:21 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-09-16 10:05:21 -0500
commitcd7ebee28bfdcf1df2a0e32b8ee3693e28f64947 (patch)
treeb092f95abe0020370e0b3272f891005e2f356480
parentbe77a85299963a1e8ce673783cc5f93adaa3c290 (diff)
downloadkernel-cd7ebee28bfdcf1df2a0e32b8ee3693e28f64947.tar.gz
kernel-cd7ebee28bfdcf1df2a0e32b8ee3693e28f64947.tar.xz
kernel-cd7ebee28bfdcf1df2a0e32b8ee3693e28f64947.zip
kernel-5.13.18-100
* Thu Sep 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.18-100] - kernel-5.13.18-0 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-xkernel.spec46
-rw-r--r--patch-5.13-redhat.patch2
-rw-r--r--sources6
3 files changed, 44 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 79f59ff4f..5a8aebbae 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -116,7 +116,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.13
-%define rpmversion 5.13.17
+%define rpmversion 5.13.18
%define stableversion 5.13
%define pkgrelease 100
@@ -646,7 +646,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.13.17.tar.xz
+Source0: linux-5.13.18.tar.xz
Source1: Makefile.rhelver
@@ -1315,8 +1315,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.13.17 -c
-mv linux-5.13.17 linux-%{KVERREL}
+%setup -q -n kernel-5.13.18 -c
+mv linux-5.13.18 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2886,8 +2886,42 @@ fi
#
#
%changelog
-* Wed Sep 15 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.17-100]
-- kernel-5.13.17-0 (Justin M. Forbes)
+* Thu Sep 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.18-100]
+- kernel-5.13.18-0 (Justin M. Forbes)
+
+* Wed Sep 15 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.17-0]
+- kernel-5.13.16-0 (Justin M. Forbes)
+- kernel-5.13.15-0 (Justin M. Forbes)
+- kernel-5.13.14-0 (Justin M. Forbes)
+- kernel-5.13.13-0 (Justin M. Forbes)
+- kernel-5.13.12-0 (Justin M. Forbes)
+- kernel-5.13.11-0 (Justin M. Forbes)
+- bpf: Fix integer overflow involving bucket_size (Tatsuhiko Yasumatsu)
+- kernel-5.13.10-0 (Justin M. Forbes)
+- Fix up backport of Dell XPS 9710 quirk (Justin M. Forbes)
+- ASoC: Intel: sof_sdw_max98373: remove useless inits (Pierre-Louis Bossart)
+- ASoC: Intel: update sof_pcm512x quirks (Pierre-Louis Bossart)
+- ASoC: SOF: Intel: Use DMI string to search for adl_mx98373_rt5682 variant (jairaj arava)
+- ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 (Pierre-Louis Bossart)
+- kernel-5.13.9-0 (Justin M. Forbes)
+- drm/i915/dp: Use max params for older panels (Kai-Heng Feng)
+- pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko)
+- kernel-5.13.8-0 (Justin M. Forbes)
+- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes)
+- Revert CRYPTO_ECDH and CRYPTO_ECDA from builtin to module to fix fips (Justin M. Forbes)
+- drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas)
+- powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju)
+- kernel-5.13.7-0 (Justin M. Forbes)
+- kernel-5.13.6-0 (Justin M. Forbes)
+- kernel-5.13.5-0 (Justin M. Forbes)
+- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)
+- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes)
+- RHEL configs need this too (Justin M. Forbes)
+- kernel-5.13.4-0 (Justin M. Forbes)
+- Config update for 5.13.4 (Justin M. Forbes)
+- kernel-5.13.3-0 (Justin M. Forbes)
+- Don't tag a release as [redhat] (Justin M. Forbes)
+- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
* Mon Sep 13 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.16-0]
- kernel-5.13.15-0 (Justin M. Forbes)
diff --git a/patch-5.13-redhat.patch b/patch-5.13-redhat.patch
index 722e6f963..4fd02b6d8 100644
--- a/patch-5.13-redhat.patch
+++ b/patch-5.13-redhat.patch
@@ -96,7 +96,7 @@ index 75a9dd98e76e..3ff3291551f9 100644
Boot into System Kernel
diff --git a/Makefile b/Makefile
-index c79a2c70a22b..5e3e32edbd4b 100644
+index ddbd64b92a72..6e74913db692 100644
--- a/Makefile
+++ b/Makefile
@@ -508,6 +508,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
diff --git a/sources b/sources
index 2b1de3fbd..87dba2a54 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-5.13.17.tar.xz) = 29bca41aa55a210b33f1510a5c192f6df00debb2e087d859ce137aef4bbb121328a6017839384287c3ed23713b22de303b7eadaf0dd4f73fba9e14a27c1053f5
-SHA512 (kernel-abi-whitelists-5.13.17-100.tar.bz2) = 131a03c21df153933250f9de78ff7ffd23b798d09b192f4533909d876025441f03cc942635ac22f0001c88c403b9354f8c748f3c4c2643b4c1b33795e9b5d992
-SHA512 (kernel-kabi-dw-5.13.17-100.tar.bz2) = 5de6959f753acbafe11a904e0c10cfa9b1ec790db640025d483acc205ca3421688a7df4bce332c7e6b74819e2ba042f995eb78ae3e8e81b9ecf0ede8bada3f5b
+SHA512 (linux-5.13.18.tar.xz) = 54a5a5e50889b6d27ddbc1a74228c9a00dacd0ec7ef9462cfbd3dc1bf6cf71c6f6ef80719fa7b7f13977ef067c9fa458d406d0580a588e8b71743bc8c3127624
+SHA512 (kernel-abi-whitelists-5.13.18-100.tar.bz2) = b5e36266148173a6542fdc7d9935d0c2852ddef96ef21fe478b44d8f75163c50f28e3483d9e844318c65b165b345a75c755a9f2fd86b31f87339564f373958d2
+SHA512 (kernel-kabi-dw-5.13.18-100.tar.bz2) = 560b46b40db6bdcc8c16a78c435ce6de90373fa222f8f3e9534f0cadc0b1a7502f315277b99564101069d1e64e7fb6e0723dbbf5047db79c6872ef8da3afdec4