kernel-6.0.12-300

* 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
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-12-08 10:23:04 -06:00
commit 7bb5e452ee
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
24 changed files with 36 additions and 51 deletions

View file

@ -122,17 +122,17 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specversion 6.0.11
%define specversion 6.0.12
%define patchversion 6.0
%define pkgrelease 300
%define kversion 6
%define tarfile_release 6.0.11
%define tarfile_release 6.0.12
# This is needed to do merge window version magic
%define patchlevel 0
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 300%{?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
@ -3180,6 +3180,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)