From f54f966100f4b64ddce1b8c38d97eb57298c1a9f Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Fri, 31 May 2019 13:14:56 -0400 Subject: Linux v5.1.6 --- configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1463225 | 1 + kernel-aarch64-debug.config | 1 + kernel-aarch64.config | 1 + kernel.spec | 5 ++++- sources | 2 +- 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1463225 diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1463225 b/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1463225 new file mode 100644 index 000000000..3e0b01e04 --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_ARM64_ERRATUM_1463225 @@ -0,0 +1 @@ +CONFIG_ARM64_ERRATUM_1463225=y diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 0f39f0cef..170e109a7 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -286,6 +286,7 @@ CONFIG_ARM64_ERRATUM_1024718=y CONFIG_ARM64_ERRATUM_1165522=y CONFIG_ARM64_ERRATUM_1188873=y CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1463225=y CONFIG_ARM64_ERRATUM_819472=y CONFIG_ARM64_ERRATUM_824069=y CONFIG_ARM64_ERRATUM_826319=y diff --git a/kernel-aarch64.config b/kernel-aarch64.config index f2e71a504..116e56f5d 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -286,6 +286,7 @@ CONFIG_ARM64_ERRATUM_1024718=y CONFIG_ARM64_ERRATUM_1165522=y CONFIG_ARM64_ERRATUM_1188873=y CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1463225=y CONFIG_ARM64_ERRATUM_819472=y CONFIG_ARM64_ERRATUM_824069=y CONFIG_ARM64_ERRATUM_826319=y diff --git a/kernel.spec b/kernel.spec index 7cfcc8f77..5a18ca480 100644 --- a/kernel.spec +++ b/kernel.spec @@ -54,7 +54,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 5 +%define stable_update 6 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -1827,6 +1827,9 @@ fi # # %changelog +* Fri May 31 2019 Laura Abbott - 5.1.6-300 +- Linux v5.1.6 + * Sat May 25 2019 Jeremy Cline - 5.1.5-300 - Linux v5.1.5 diff --git a/sources b/sources index 3f18e9008..2e7a6bcf1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (linux-5.1.tar.xz) = ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236 -SHA512 (patch-5.1.5.xz) = 793d61bbefe3587f95cf2b6eb56f3c60ef36512448ddcb1ab7c4fb614e14336e8d703f7cf188dfab46cb40d60511291b5163d2dae8c0bc950caeebd1e4e6c9c2 +SHA512 (patch-5.1.6.xz) = e0535296a5ff5c85154f944a84ee4d4ffe9f8c7acd74ab6ec1db83268d537fbb3605f9ae708cb71ff0945c6eb3caa40c7d85bda2c8f2d3e6dd09bbc98b41b415 -- cgit