diff options
author | Joel Stanley <joel@jms.id.au> | 2018-07-30 10:14:36 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-07-30 10:14:36 +0930 |
commit | 573400d102a071f092959f982aa641b59dddcdab (patch) | |
tree | 96fe4a5f6c4021ca35d2fd8373d5a1ff76f27b24 /openpower/configs/romulus_defconfig | |
parent | d2124490e6ddcce634f571bab81633183db650a3 (diff) | |
download | blackbird-op-build-573400d102a071f092959f982aa641b59dddcdab.tar.gz blackbird-op-build-573400d102a071f092959f982aa641b59dddcdab.zip |
kernel: Move to Linux v4.17.11-openpower1
PowerPC fixes:
KVM: PPC: Check if IOMMU page is contained in the pinned physical page
powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
Driver fixes:
net/mlx5: Adjust clock overflow work period
net/mlx5e: Fix quota counting in aRFS expire flow
net/mlx5e: Don't allow aRFS for encapsulated packets
net/mlx5e: Refine ets validation function
net/mlx5e: Only allow offloading decap egress (egdev) flows
net/mlx5e: Add ingress/egress indication for offloaded TC flows
net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode
net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
net/mlx4_en: Don't reuse RX page when XDP is set
tg3: Add higher cpu clock for 5762.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/configs/romulus_defconfig')
-rw-r--r-- | openpower/configs/romulus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig index 5718b1a7..fc143de6 100644 --- a/openpower/configs/romulus_defconfig +++ b/openpower/configs/romulus_defconfig @@ -14,7 +14,7 @@ BR2_ROOTFS_OVERLAY="../openpower/overlay" 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="4.17.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17.11" 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" |