* "Fixes:" tags on commits with Cc: stable
@ 2026-08-14 17:20 Viktor Jägersküpper
2026-08-15 5:36 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Viktor Jägersküpper @ 2026-08-14 17:20 UTC (permalink / raw)
To: LKML, stable
Cc: Greg Kroah-Hartman, Sasha Levin, Alex Deucher,
Christian König, David Airlie, Simona Vetter,
Viktor Jägersküpper
Hi,
regarding a recent fix for AMDGPU which was tagged with Cc: stable, Greg
wrote that the "Fixes:" tag in that commit was wrong from his point of
view: It referenced a commit which was not contained in the mainline
kernel, but only in the drm-next branch (for the next merge window). The
patch from the referenced commit had been cherry-picked for the mainline
kernel via the drm-fixes branch, so Greg argued that the "Fixes:" tag
should have referenced that commit because a reference to a non-mainline
commit doesn't work with the stable team's tooling, which was confirmed
by Sasha.
However, Alex mentioned that some time ago it was determined that the
"Fixes" tag should reference the original commit (drm-next is upstream
for drm-fixes I guess) so that you could follow the cherry-pick -x chain.
As far as I can tell, the documentation doesn't say explicitly what is
correct. Since this issue might be relevant for more people, I'm asking
for a clarification so that the issue can be avoided in the future. Most
likely the documentation should be made clear on this matter.
Regards,
Viktor
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: "Fixes:" tags on commits with Cc: stable
2026-08-14 17:20 "Fixes:" tags on commits with Cc: stable Viktor Jägersküpper
@ 2026-08-15 5:36 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2026-08-15 5:36 UTC (permalink / raw)
To: Viktor Jägersküpper
Cc: LKML, stable, Sasha Levin, Alex Deucher, Christian König,
David Airlie, Simona Vetter
On Fri, Aug 14, 2026 at 07:20:57PM +0200, Viktor Jägersküpper wrote:
> Hi,
>
> regarding a recent fix for AMDGPU which was tagged with Cc: stable, Greg
> wrote that the "Fixes:" tag in that commit was wrong from his point of
> view: It referenced a commit which was not contained in the mainline
> kernel, but only in the drm-next branch (for the next merge window). The
> patch from the referenced commit had been cherry-picked for the mainline
> kernel via the drm-fixes branch, so Greg argued that the "Fixes:" tag
> should have referenced that commit because a reference to a non-mainline
> commit doesn't work with the stable team's tooling, which was confirmed
> by Sasha.
>
> However, Alex mentioned that some time ago it was determined that the
> "Fixes" tag should reference the original commit (drm-next is upstream
> for drm-fixes I guess) so that you could follow the cherry-pick -x chain.
>
> As far as I can tell, the documentation doesn't say explicitly what is
> correct. Since this issue might be relevant for more people, I'm asking
> for a clarification so that the issue can be avoided in the future. Most
> likely the documentation should be made clear on this matter.
A Fixes: tag should point to the correct commit that it actually fixes.
When you point to a "future" commit, that just breaks the whole graph
entirely.
Because of this, we know that drm "fixes" are not being applied to
stable kernels properly, which it seems the DRM developers are ok with,
so there's not much more I can say here :(
good luck!
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-15 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 17:20 "Fixes:" tags on commits with Cc: stable Viktor Jägersküpper
2026-08-15 5:36 ` Greg Kroah-Hartman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.