From: Greg Kroah-Hartman Date: Wed, 7 Jun 2023 19:47:55 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v4.14.317~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26510c6187d28767760226f28b5ff3959c2b6cd4;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: arm-defconfig-drop-config_drm_rcar_lvds.patch --- diff --git a/queue-5.10/arm-defconfig-drop-config_drm_rcar_lvds.patch b/queue-5.10/arm-defconfig-drop-config_drm_rcar_lvds.patch new file mode 100644 index 00000000000..613450146f3 --- /dev/null +++ b/queue-5.10/arm-defconfig-drop-config_drm_rcar_lvds.patch @@ -0,0 +1,28 @@ +From 1441a15dd49616bd9dd4c25a018b0508cdada576 Mon Sep 17 00:00:00 2001 +From: Arnd Bergmann +Date: Thu, 11 Aug 2022 16:27:13 +0200 +Subject: ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS + +From: Arnd Bergmann + +commit 1441a15dd49616bd9dd4c25a018b0508cdada576 upstream. + +This is now a hidden symbol, so just drop the defconfig line. + +Fixes: 42d95d1b3a9c ("drm/rcar: stop using 'imply' for dependencies") +Signed-off-by: Arnd Bergmann +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm/configs/multi_v7_defconfig | 1 - + 1 file changed, 1 deletion(-) + +--- a/arch/arm/configs/multi_v7_defconfig ++++ b/arch/arm/configs/multi_v7_defconfig +@@ -672,7 +672,6 @@ CONFIG_DRM_IMX_LDB=m + CONFIG_DRM_IMX_HDMI=m + CONFIG_DRM_ATMEL_HLCDC=m + CONFIG_DRM_RCAR_DU=m +-CONFIG_DRM_RCAR_LVDS=y + CONFIG_DRM_SUN4I=m + CONFIG_DRM_MSM=m + CONFIG_DRM_FSL_DCU=m diff --git a/queue-5.10/series b/queue-5.10/series index 742556bb406..82409a8e789 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -120,3 +120,4 @@ selftests-mptcp-diag-skip-if-mptcp-is-not-supported.patch selftests-mptcp-simult-flows-skip-if-mptcp-is-not-supported.patch selftests-mptcp-join-skip-if-mptcp-is-not-supported.patch ext4-enable-the-lazy-init-thread-when-remounting-read-write.patch +arm-defconfig-drop-config_drm_rcar_lvds.patch