kernel: Move to Linux v5.0.7-openpower1
This contains upstream commit fd9c40f64c51 ("block: Revert v5.0
blk_mq_request_issue_directly() changes") which has not yet been
released in a stable tree.
This should resolve the issues seen with v5.0.6-openpower1.
PowerPC fixes:
powerpc/64s: Clear on-stack exception marker upon exception return
powerpc/ptrace: Mitigate potential Spectre v1
powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback
powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc
powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index 0abe4fa..9d2371a 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon_defconfig
@@ -16,7 +16,7 @@
BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.7"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig"