From daabca5f6fb30a49376668adb3d21da0836e69a7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 31 May 2019 11:11:09 +0100 Subject: move to upstream fix for arm crypto ghash issue --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 42baab9c0..db2d729df 100644 --- a/kernel.spec +++ b/kernel.spec @@ -579,7 +579,7 @@ Patch524: net-vhost_net-fix-possible-infinite-loop.patch Patch526: s390-mark-__cpacf_check_opcode-and-cpacf_query_func-as-__always_inline.patch Patch527: v2-powerpc-mm-mark-more-tlb-functions-as-__always_inline.patch -Patch530: 0001-Revert-crypto-run-initcalls-for-generic-implementati.patch +Patch530: crypto-ghash-fix-unaligned-memory-access-in-ghash_setkey.patch # END OF PATCH DEFINITIONS -- cgit From 8de7cad79ad1515a1c37f1b4aedce5bbbef5dbf0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 31 May 2019 19:55:08 +0100 Subject: Bump for ARMv7 fix --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index db2d729df..6e63a10af 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1819,6 +1819,9 @@ fi # # %changelog +* Fri May 31 2019 Peter Robinson 5.2.0-0.rc2.git1.2 +- Bump for ARMv7 fix + * Thu May 30 2019 Justin M. Forbes - 5.2.0-0.rc2.git1.1 - Linux v5.2-rc2-24-gbec7550cca10 - Reenable debugging options. -- cgit