summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-09-20 13:09:01 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-09-20 13:09:01 +0200
commit9f871f9f26a2a501513c5d25b838af7790c8afda (patch)
treefd9a78ea7525f35bcc2d6d51b61484360d38537a /kernel.spec
parentd563401efcc34707b92bf77afefcd2a459f2f69a (diff)
parent0e0e5a4029ab0096fa88294810e3bf10c26fff75 (diff)
downloadkernel-9f871f9f26a2a501513c5d25b838af7790c8afda.tar.gz
kernel-9f871f9f26a2a501513c5d25b838af7790c8afda.tar.xz
kernel-9f871f9f26a2a501513c5d25b838af7790c8afda.zip
Merge remote-tracking branch 'origin/f36' into f36-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 5e2597207..0ededa0ff 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -136,7 +136,7 @@ Summary: The Linux kernel
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 250%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 5.19.8
+%define kabiversion 5.19.9
#
# End of genspec.sh variables
@@ -3144,8 +3144,13 @@ fi
#
#
%changelog
-* Thu Sep 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.8-200]
+* Thu Sep 15 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.9-0]
+- Add CONFIG_ARM64_ERRATUM_2457168 as new stable config option (Justin M. Forbes)
+- fedora: disable IWLMEI (Peter Robinson)
+- [PATCH] drm/i915: Ensure damage clip area is within pipe area (Mark Pearson)
+- [PATCH] drm/i915/psr: Use full update In case of area calculation fails (Mark Pearson)
- Config update for stable ARM64_ERRATUM_2441009 (Justin M. Forbes)
+- Linux v5.19.9
* Thu Sep 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.8-0]
- [PATCH] drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers (Mark Pearson)