summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-04-13 16:51:52 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-04-13 16:51:52 -0500
commit91c9dd6e24ed9dfa4b599523b7e3136259e329ef (patch)
treee3ecef06e69791044d2de159bbd27a3160f5d81f /kernel.spec
parent007dd6daa364520147a4ddea445fde2bc75a8909 (diff)
downloadkernel-91c9dd6e24ed9dfa4b599523b7e3136259e329ef.tar.gz
kernel-91c9dd6e24ed9dfa4b599523b7e3136259e329ef.tar.xz
kernel-91c9dd6e24ed9dfa4b599523b7e3136259e329ef.zip
kernel-5.17.3-0
* Wed Apr 13 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.3-0] - ALSA: memalloc: Add fallback SG-buffer allocations for x86 (Takashi Iwai) - Turn AMD_PSTATE back to module so users can choose (Justin M. Forbes) - drm/i915: update new TMDS clock setting defined by VBT (Lee Shawn C) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 16261fd1b..9f7b46431 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.2
+%define rpmversion 5.17.3
%define patchversion 5.17
%define pkgrelease 300
@@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.2.tar.xz
+Source0: linux-5.17.3.tar.xz
Source1: Makefile.rhelver
@@ -1387,8 +1387,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.2 -c
-mv linux-5.17.2 linux-%{KVERREL}
+%setup -q -n kernel-5.17.3 -c
+mv linux-5.17.3 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3015,6 +3015,11 @@ fi
#
#
%changelog
+* Wed Apr 13 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.3-0]
+- ALSA: memalloc: Add fallback SG-buffer allocations for x86 (Takashi Iwai)
+- Turn AMD_PSTATE back to module so users can choose (Justin M. Forbes)
+- drm/i915: update new TMDS clock setting defined by VBT (Lee Shawn C)
+
* Fri Apr 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.2-0]
- Move the patch to the redhat directory so it doesn't end up as an applied patch (Justin M. Forbes)
- Config updates for 5.17.2 (Justin M. Forbes)