This is a note to let you know that I've just added the patch titled ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-defconfig-drop-config_drm_rcar_lvds.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 1441a15dd49616bd9dd4c25a018b0508cdada576 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann <arnd@xxxxxxxx> Date: Thu, 11 Aug 2022 16:27:13 +0200 Subject: ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS From: Arnd Bergmann <arnd@xxxxxxxx> 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 <arnd@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 Patches currently in stable-queue which might be from arnd@xxxxxxxx are queue-5.10/drm-rcar-stop-using-imply-for-dependencies.patch queue-5.10/arm-defconfig-drop-config_drm_rcar_lvds.patch queue-5.10/atm-hide-unused-procfs-functions.patch queue-5.10/wifi-b43-fix-incorrect-__packed-annotation.patch queue-5.10/alsa-oss-avoid-missing-prototype-warnings.patch queue-5.10/mtd-rawnand-ingenic-fix-empty-stub-helper-definition.patch queue-5.10/media-ti-vpe-cal-avoid-field_get-assertion.patch