From 768279ca4c05c791dc719b6480de9bab576d7450 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 7 Oct 2020 08:39:57 +0100 Subject: Fix aarch64 boot crash on BTI capable systems --- kernel.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c0bf6056d..b3985fa1b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -894,6 +894,8 @@ Patch119: arm64-tegra-enable-dfll-on-jetson-nano.patch # https://www.spinics.net/lists/linux-tegra/msg53605.html Patch120: iommu-tegra-smmu-Fix-TLB-line-for-Tegra210.patch +# https://patchwork.kernel.org/patch/11818995 +Patch121: arm64-BUG-crypto-arm64-Use-x16-with-indirect-branch-to-bti_c.patch # END OF PATCH DEFINITIONS %endif @@ -3007,6 +3009,9 @@ fi # # %changelog +* Wed Oct 7 2020 Peter Robinson +- Fix aarch64 boot crash on BTI capable systems + * Thu Oct 1 12:09:16 CDT 2020 Justin M. Forbes - 5.8.13-300 - Linux v5.8.13 -- cgit