On Tue, Aug 22, 2023 at 11:26:13AM +0300, Jani Nikula wrote:
On Mon, 21 Aug 2023, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 6.4-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.4.y git checkout FETCH_HEAD git cherry-pick -x 423ffe62c06ae241ad460f4629dddb9dcf55e060 # <resolve conflicts, build, test, etc.> git commit -s git send-email --to 'stable@vger.kernel.org' --in-reply-to '2023082143-rummage-chasing-3ff3@gregkh' --subject-prefix 'PATCH 6.4.y' HEAD^..
Possible dependencies:
I think it should work to cherry-pick this as the dependency:
12e6f6dc78e4 ("drm/i915/display: Handle GMD_ID identification in display code")
That worked, thanks!
greg k-h