summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-07-22 08:37:03 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-07-22 08:37:03 -0500
commitba3ee622e75f3cc2af7e3feae6143ae7886a5bb8 (patch)
tree4f35093e8669de97b6e7016ec99c0bdd627122a2 /kernel.spec
parentda482b38ead66aaaadd692b35ffc9f1d86706ae2 (diff)
downloadkernel-ba3ee622e75f3cc2af7e3feae6143ae7886a5bb8.tar.gz
kernel-ba3ee622e75f3cc2af7e3feae6143ae7886a5bb8.tar.xz
kernel-ba3ee622e75f3cc2af7e3feae6143ae7886a5bb8.zip
kernel-5.18.13-100
* Fri Jul 22 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.13-0] - um: Add missing apply_returns() (Peter Zijlstra) - x86/bugs: Remove apostrophe typo (Kim Phillips) - tools headers cpufeatures: Sync with the kernel sources (Arnaldo Carvalho de Melo) - tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo) - KVM: emulate: do not adjust size of fastop and setcc subroutines (Paolo Bonzini) - x86/kvm: fix FASTOP_SIZE when return thunks are enabled (Thadeu Lima de Souza Cascardo) - efi/x86: use naked RET on mixed mode call wrapper (Thadeu Lima de Souza Cascardo) - x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current (Nathan Chancellor) - x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (Jiri Slaby) - fedora: Also enable efifb on aarch64 for Nvidia (Javier Martinez Canillas) - Turn on configs for retbleed (Justin M. Forbes) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec16
1 files changed, 13 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index d700d0e35..3ffb4b3f8 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -122,11 +122,11 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
-%define specversion 5.18.11
+%define specversion 5.18.13
%define patchversion 5.18
%define pkgrelease 100
%define kversion 5
-%define tarfile_release 5.18.11
+%define tarfile_release 5.18.13
# This is needed to do merge window version magic
%define patchlevel 18
# allow pkg_release to have configurable %%{?dist} tag
@@ -3034,7 +3034,17 @@ fi
#
#
%changelog
-* Tue Jul 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.11-100]
+* Fri Jul 22 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.13-0]
+- um: Add missing apply_returns() (Peter Zijlstra)
+- x86/bugs: Remove apostrophe typo (Kim Phillips)
+- tools headers cpufeatures: Sync with the kernel sources (Arnaldo Carvalho de Melo)
+- tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo)
+- KVM: emulate: do not adjust size of fastop and setcc subroutines (Paolo Bonzini)
+- x86/kvm: fix FASTOP_SIZE when return thunks are enabled (Thadeu Lima de Souza Cascardo)
+- efi/x86: use naked RET on mixed mode call wrapper (Thadeu Lima de Souza Cascardo)
+- x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current (Nathan Chancellor)
+- x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit (Jiri Slaby)
+- fedora: Also enable efifb on aarch64 for Nvidia (Javier Martinez Canillas)
- Turn on configs for retbleed (Justin M. Forbes)
* Tue Jul 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.11-0]