From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93823C433E1 for ; Tue, 21 Jul 2020 14:21:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6254620702 for ; Tue, 21 Jul 2020 14:21:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="a+b6EEGU"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Z48SoPS9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6254620702 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:References:In-Reply-To:Subject:To:From: Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=CU1H0g3ymjjPpn9ygE/bhUsrjFEyjxxZolmufbNvolE=; b=a+b6EEGUcNAgzQw5QnaRzOsLUk VkkDRSVzXzLYVO6cZvk2fQ4IoNsnjMRCcCzF02tQsCTQKKaXPdlOS4t1vhWLl3oxEybF/uxFuCCQL GtXbIZaTukkOwQcMI0UiX6jMogY6DanX7Yn9c8vKd7mIdwCPVmJgIfHZ+rA1yAcMuVBVq0wo6wl5g yT+wcjsHWmo/D0sAHu3Ia1DGOIaBpoJiPr1u+HXzvK3veqJmNCIOYobZ+d1+jcAeGSULPfS1MEMrV DAEx33t+2k7FPnNae5WEm3iian0RLoAoVYGF79W2Zpg41WOA0fozeJGu6cfr5YpaNzhp0PSuB0Oev 0KaK1+fg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxt7t-0000jB-I6; Tue, 21 Jul 2020 14:20:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxt7r-0000iX-Fi for linux-arm-kernel@lists.infradead.org; Tue, 21 Jul 2020 14:20:12 +0000 Received: from localhost (unknown [137.135.114.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6CE2320702; Tue, 21 Jul 2020 14:20:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595341210; bh=cAP1G3QA2CqDg6tz1CmbfyTfHQOZhCiHvnGoZ28h2OY=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Subject:In-Reply-To:References: From; b=Z48SoPS96EBFIFheNRidOqjfsIr1BTpwe7kdh2S773MenCOI71lbzeKOIW2Q17i7M wHsVKc53XKvt2OVS+Lq9MZU9ksQJ7E4nRJsIDt0Tb4HvnkdEcEzQ68yqfsTqR0+ydt 0yPM9P+ezBxdLAkH+91OWkf2FgVvJfOavUVNZTcg= Date: Tue, 21 Jul 2020 14:20:09 +0000 From: Sasha Levin To: Sasha Levin To: Linus Walleij To: dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm/mcde: Fix stability issue In-Reply-To: <20200718233323.3407670-1-linus.walleij@linaro.org> References: <20200718233323.3407670-1-linus.walleij@linaro.org> Message-Id: <20200721142010.6CE2320702@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200721_102011_640258_2B09CF8C X-CRM114-Status: GOOD ( 10.69 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: stable@vger.kernel.org, Stephan Gerhold , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.7.9, v5.4.52, v4.19.133, v4.14.188, v4.9.230, v4.4.230. v5.4.52: Failed to apply! Possible dependencies: 768859c239922 ("drm/mcde: Provide vblank handling unconditionally") d920e8da3d837 ("drm/mcde: Fix frame sync setup for video mode panels") v4.19.133: Failed to apply! Possible dependencies: 01648890f336a ("staging: vboxvideo: Embed drm_device into driver structure") 0424d7ba4574b ("staging: vboxvideo: Init fb_info.fix.smem once from fbdev_create") 0fdda2ce74e5f ("staging: vboxvideo: Move pin / unpin of fb out of vbox_crtc_set_base_and_mode") 131abc56e1bac ("drm/vboxvideo: Move the vboxvideo driver out of staging") 3498ea8b7e3c8 ("staging: vboxvideo: Fold vbox_drm_resume() into vbox_pm_resume()") 35f3288c453e2 ("staging: vboxvideo: Atomic phase 1: convert cursor to universal plane") 438340aa20975 ("staging: vboxvideo: Atomic phase 3: Switch last bits over to atomic") 4f2a8f5898ecd ("drm: Add ASPEED GFX driver") 5cf5332d529bf ("staging: vboxvideo: Restore page-flip support") 5fc537bfd0003 ("drm/mcde: Add new driver for ST-Ericsson MCDE") 685bb884e0a42 ("staging: vboxvideo: Drop duplicate vbox_err.h file") 79815ee23890c ("staging: vboxvideo: Move setup of modesetting from driver_load to mode_init") 96bae04347b24 ("staging/vboxvideo: prepare for drmP.h removal from drm_modeset_helper.h") a1d2a6339961e ("drm/lima: driver for ARM Mali4xx GPUs") a5aca20574693 ("staging: vboxvideo: Fix modeset / page_flip error handling") acc962c514007 ("staging: vboxvideo: Change licence headers over to SPDX") cb5eaf187d1d9 ("staging: vboxvideo: Expose creation of universal primary plane") cc0ec5eb721f1 ("staging: vboxvideo: Atomic phase 1: Use drm_plane_helpers for primary plane") cd76c287a52fe ("staging: vboxvideo: Cleanup the comments") ce8ec32cbd420 ("staging: vboxvideo: Remove vboxfb_create_object() wrapper") cfc1fc63be447 ("staging: vboxvideo: Move bo_[un]resere calls into vbox_bo_[un]pin") d46709094deb6 ("staging: vboxvideo: Fold driver_load/unload into probe/remove functions") f4d6d90f83147 ("staging: vboxvideo: Add fl_flag argument to vbox_fb_pin() helper") v4.14.188: Failed to apply! Possible dependencies: 01648890f336a ("staging: vboxvideo: Embed drm_device into driver structure") 0424d7ba4574b ("staging: vboxvideo: Init fb_info.fix.smem once from fbdev_create") 0fdda2ce74e5f ("staging: vboxvideo: Move pin / unpin of fb out of vbox_crtc_set_base_and_mode") 131abc56e1bac ("drm/vboxvideo: Move the vboxvideo driver out of staging") 179c02fe90a41 ("drm/tve200: Add new driver for TVE200") 1daddbc8dec56 ("staging: vboxvideo: Update driver to use drm_dev_register.") 1ebafd1561a05 ("staging: vboxvideo: Fix IRQs no longer working") 2408898e3b6c9 ("staging: vboxvideo: Add page-flip support") 3498ea8b7e3c8 ("staging: vboxvideo: Fold vbox_drm_resume() into vbox_pm_resume()") 35f3288c453e2 ("staging: vboxvideo: Atomic phase 1: convert cursor to universal plane") 438340aa20975 ("staging: vboxvideo: Atomic phase 3: Switch last bits over to atomic") 4f2a8f5898ecd ("drm: Add ASPEED GFX driver") 5b8ea816e8e05 ("drm/tinydrm: add driver for ST7735R panels") 5cf5332d529bf ("staging: vboxvideo: Restore page-flip support") 5fc537bfd0003 ("drm/mcde: Add new driver for ST-Ericsson MCDE") 65aac17423284 ("staging: vboxvideo: Change address of scanout buffer on page-flip") 685bb884e0a42 ("staging: vboxvideo: Drop duplicate vbox_err.h file") 6d544fd6f4e15 ("drm/doc: Put all driver docs into a separate chapter") 79815ee23890c ("staging: vboxvideo: Move setup of modesetting from driver_load to mode_init") 96bae04347b24 ("staging/vboxvideo: prepare for drmP.h removal from drm_modeset_helper.h") a1d2a6339961e ("drm/lima: driver for ARM Mali4xx GPUs") a5aca20574693 ("staging: vboxvideo: Fix modeset / page_flip error handling") acc962c514007 ("staging: vboxvideo: Change licence headers over to SPDX") ba67f54d911c3 ("staging: vboxvideo: Pass a new framebuffer to vbox_crtc_do_set_base") c575b7eeb89f9 ("drm/xen-front: Add support for Xen PV display frontend") cb5eaf187d1d9 ("staging: vboxvideo: Expose creation of universal primary plane") cc0ec5eb721f1 ("staging: vboxvideo: Atomic phase 1: Use drm_plane_helpers for primary plane") cd76c287a52fe ("staging: vboxvideo: Cleanup the comments") ce8ec32cbd420 ("staging: vboxvideo: Remove vboxfb_create_object() wrapper") cfc1fc63be447 ("staging: vboxvideo: Move bo_[un]resere calls into vbox_bo_[un]pin") d46709094deb6 ("staging: vboxvideo: Fold driver_load/unload into probe/remove functions") f4d6d90f83147 ("staging: vboxvideo: Add fl_flag argument to vbox_fb_pin() helper") v4.9.230: Failed to apply! Possible dependencies: 0a886f59528aa ("drm: zte: add initial vou drm driver") 179c02fe90a41 ("drm/tve200: Add new driver for TVE200") 3650c25ad0a7b ("drm/meson: Add RST to bring together kerneldoc") 384fe7a4d732c ("drivers: net: xgene-v2: Add DMA descriptor") 3b3f9a75d9318 ("drivers: net: xgene-v2: Add base driver") 413dfbbfca549 ("MAINTAINERS: add entry for Aspeed I2C driver") 45d59d704080c ("drm: Add new driver for MXSFB controller") 51c5d8447bd71 ("MMC: meson: initial support for GX platforms") 5fc537bfd0003 ("drm/mcde: Add new driver for ST-Ericsson MCDE") 60c5d3b72989e ("drm/vc4: Add RST to bring together vc4 kerneldoc.") 6d544fd6f4e15 ("drm/doc: Put all driver docs into a separate chapter") 70dbd9b258d5a ("MAINTAINERS: Add entry for APM X-Gene SoC Ethernet (v2) driver") 7683e9e529258 ("Properly alphabetize MAINTAINERS file") 81ccd0cab29b6 ("drivers: net: xgene-v2: Add mac configuration") b105bcdaaa0ef ("drivers: net: xgene-v2: Add transmit and receive") bbbe775ec5b5d ("drm: Add support for Amlogic Meson Graphic Controller") bed41005e6174 ("drm/pl111: Initial drm/kms driver for pl111") d52ea7e3d4938 ("MAINTAINERS: Add drm-misc") fa201ac2c61f5 ("drm: Add DRM support for tiny LCD displays") fa6d095eb23a8 ("drm/tegra: Add driver documentation") fd33f3eca6bfb ("MAINTAINERS: Add maintainers for the meson clock driver") v4.4.230: Failed to apply! Possible dependencies: 0a886f59528aa ("drm: zte: add initial vou drm driver") 119f5173628aa ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.") 22cba31bae9dc ("Documentation/sphinx: add basic working Sphinx configuration and build") 23e7b2ab9a8ff ("drm/hisilicon: Add hisilicon kirin drm master driver") 3650c25ad0a7b ("drm/meson: Add RST to bring together kerneldoc") 45d59d704080c ("drm: Add new driver for MXSFB controller") 51dacf208988e ("drm: Add support of ARC PGU display controller") 5fc537bfd0003 ("drm/mcde: Add new driver for ST-Ericsson MCDE") 6d544fd6f4e15 ("drm/doc: Put all driver docs into a separate chapter") 8e22d79240d95 ("drm: Add support for ARM's HDLCD controller.") a8c21a5451d83 ("drm/etnaviv: add initial etnaviv DRM driver") bbbe775ec5b5d ("drm: Add support for Amlogic Meson Graphic Controller") bed41005e6174 ("drm/pl111: Initial drm/kms driver for pl111") ca00c2b986eaf ("Documentation/gpu: split up the gpu documentation") cb597fcea5c28 ("Documentation/gpu: add new gpu.rst converted from DocBook gpu.tmpl") d92d9c3a14488 ("drm: hide legacy drivers with CONFIG_DRM_LEGACY") fa201ac2c61f5 ("drm: Add DRM support for tiny LCD displays") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel