Re: CVE-2024-35906: drm/amd/display: Send DTBCLK disable message on first commit

From: Greg Kroah-Hartman
Date: Tue May 21 2024 - 10:42:17 EST


On Tue, May 21, 2024 at 10:28:41AM +0200, Michal Hocko wrote:
> CVE-2024-35881 to revert f341055b10bd ("drm/amd/display: Send DTBCLK
> disable message on first commit") by 3a6a32b31a11 ("Revert
> "drm/amd/display: Send DTBCLK disable message on first commit"") has
> been filed as well.
>
> Is this really intentional? Should both be rejected?

I don't think so as we had releases with the original commit in it,
which was buggy so then the second one was needed. So if you only took
the first fix, you have a problem, and need the second one. If you take
both, all is good. If you took neither, also all is good. So be safe
and take both :)

thanks,

greg k-h