From 227db8a8ef292311daedca20ccdd95cf6a226057 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 7 Mar 2016 23:49:31 +0000 Subject: [PATCH] Disble ARM_PATCH_IDIV as a work around to fix rhbz 1303147 --- config-armv7-generic | 3 ++- kernel.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config-armv7-generic b/config-armv7-generic index e4322ac8e..563811d20 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -19,7 +19,8 @@ CONFIG_ARM_UNWIND=y CONFIG_ARM_THUMB=y CONFIG_ARM_THUMBEE=y CONFIG_ARM_ASM_UNIFIED=y -CONFIG_ARM_PATCH_IDIV=y +# see rhbz 1303147 +# CONFIG_ARM_PATCH_IDIV is not set CONFIG_ARM_CPU_TOPOLOGY=y CONFIG_ARM_DMA_MEM_BUFFERABLE=y CONFIG_SWP_EMULATE=y diff --git a/kernel.spec b/kernel.spec index 26ae13e56..7cfdd5ab1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -40,7 +40,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 @@ -2138,6 +2138,9 @@ fi # # %changelog +* Mon Mar 7 2016 Peter Robinson 4.5.0-0.rc7.git0.2 +- Disble ARM_PATCH_IDIV as a work around to fix rhbz 1303147 + * Mon Mar 07 2016 Justin M. Forbes - 4.5.0-0.rc7.git0.1 - Disable debugging options. - Linux v4.5-rc7