summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-12-14 13:47:16 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-12-14 13:47:16 +0100
commit90dbb5d6b4977fa47c5d95d0b2f0737a154caa2d (patch)
tree5d83e996ce2c57295b4772aeabcb1123c3797b8a /kernel.spec
parent4245971f89c166388c1bf0b9419fb6ec73919e50 (diff)
parentca36ff4fbc86fa7af62695e3bdec276a18aa503b (diff)
downloadkernel-90dbb5d6b4977fa47c5d95d0b2f0737a154caa2d.tar.gz
kernel-90dbb5d6b4977fa47c5d95d0b2f0737a154caa2d.tar.xz
kernel-90dbb5d6b4977fa47c5d95d0b2f0737a154caa2d.zip
Merge remote-tracking branch 'origin/f36' into f36-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 108b092d4..7e7eb72f5 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 6.0.11
+%define kabiversion 6.0.12
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@@ -3186,6 +3186,10 @@ fi
#
#
%changelog
+* Thu Dec 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [6.0.12-0]
+- Add new config option for 6.0.12 backport (Justin M. Forbes)
+- Linux v6.0.12
+
* Fri Dec 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [6.0.11-0]
- drm/i915: fix TLB invalidation for Gen12 video and compute engines (Andrzej Hajda)
- l2tp: Serialize access to sk_user_data with sk_callback_lock (Jakub Sitnicki)