summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec22
1 files changed, 15 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index db1df78bc..091e8e735 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -87,7 +87,7 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
-%global distro_build 300
+%global distro_build 302
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -128,14 +128,14 @@ Summary: The Linux kernel
%else
%define primary_target rhel
%endif
-%define fedorabase 5.17.2
+%define fedorabase 5.17.3
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.3
+%define rpmversion 5.17.4
%define patchversion 5.17
-%define pkgrelease 300
+%define pkgrelease 302
# This is needed to do merge window version magic
%define patchlevel 17
@@ -698,7 +698,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.3.tar.xz
+Source0: linux-5.17.4.tar.xz
Source1: Makefile.rhelver
@@ -1390,8 +1390,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.3 -c
-mv linux-5.17.3 linux-%{KVERREL}
+%setup -q -n kernel-5.17.4 -c
+mv linux-5.17.4 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -3020,6 +3020,14 @@ fi
#
#
%changelog
+* Sun Apr 17 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.3-302]
+- Revert "net: bcmgenet: Use stronger register read/writes to assure ordering" (Justin M. Forbes)
+
+* 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)