summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-09-15 10:22:00 +0100
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-09-15 10:22:00 +0100
commit6f4aee58e973f18277a7eca2b4295e33bdeee023 (patch)
tree559fa7194d9e7043321dda7cbf34191cf91ef642 /kernel.spec
parent9ec9550160b3b1d7d3c2d0bbfbe4c7738c89074f (diff)
downloadkernel-6f4aee58e973f18277a7eca2b4295e33bdeee023.tar.gz
kernel-6f4aee58e973f18277a7eca2b4295e33bdeee023.tar.xz
kernel-6f4aee58e973f18277a7eca2b4295e33bdeee023.zip
kernel-5.19.9-300
* 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 Resolves: 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 9717da0b0..644a00b9a 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -122,17 +122,17 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
-%define specversion 5.19.8
+%define specversion 5.19.9
%define patchversion 5.19
%define pkgrelease 300
%define kversion 5
-%define tarfile_release 5.19.8
+%define tarfile_release 5.19.9
# This is needed to do merge window version magic
%define patchlevel 19
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 300%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 5.19.8
+%define kabiversion 5.19.9
#
# End of genspec.sh variables
@@ -3138,8 +3138,13 @@ fi
#
#
%changelog
-* Thu Sep 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.8-300]
+* 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)