* [6.18.y] Missing TLB fix for 6.18.y
@ 2026-05-04 19:43 Mario Limonciello
2026-05-04 19:52 ` Deucher, Alexander
2026-05-04 19:53 ` Mario Limonciello
0 siblings, 2 replies; 5+ messages in thread
From: Mario Limonciello @ 2026-05-04 19:43 UTC (permalink / raw)
To: stable; +Cc: mjanes, Deucher, Alexander
Hi,
Mark Janes noticed that commit e9f58ff991dd4 ("drm/amdgpu: rework how we
handle TLB fences") was missing from 6.18.y.
This went into 7.0-rc5 and was backported to 6.19.y but not 6.18.y.
This is because this was one of those cases that the "Fixed" commit was
in both 6.18 and 6.19.y as different hashes:
b4a7f4e7ad2b120a94f3111f92a11520052c762d
f3854e04b708d73276c4488231a8bd66d30b4671
So can you please backport e9f58ff991dd4 to 6.18.y?
Thanks,
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [6.18.y] Missing TLB fix for 6.18.y
2026-05-04 19:43 [6.18.y] Missing TLB fix for 6.18.y Mario Limonciello
@ 2026-05-04 19:52 ` Deucher, Alexander
2026-05-12 17:21 ` Greg KH
2026-05-04 19:53 ` Mario Limonciello
1 sibling, 1 reply; 5+ messages in thread
From: Deucher, Alexander @ 2026-05-04 19:52 UTC (permalink / raw)
To: Limonciello, Mario, stable@vger.kernel.org; +Cc: mjanes@netflix.com
Public
> -----Original Message-----
> From: Limonciello, Mario <Mario.Limonciello@amd.com>
> Sent: Monday, May 4, 2026 3:43 PM
> To: stable@vger.kernel.org
> Cc: mjanes@netflix.com; Deucher, Alexander <Alexander.Deucher@amd.com>
> Subject: [6.18.y] Missing TLB fix for 6.18.y
>
> Hi,
>
> Mark Janes noticed that commit e9f58ff991dd4 ("drm/amdgpu: rework how
> we handle TLB fences") was missing from 6.18.y.
>
> This went into 7.0-rc5 and was backported to 6.19.y but not 6.18.y.
>
> This is because this was one of those cases that the "Fixed" commit was in
> both 6.18 and 6.19.y as different hashes:
>
> b4a7f4e7ad2b120a94f3111f92a11520052c762d
> f3854e04b708d73276c4488231a8bd66d30b4671
>
> So can you please backport e9f58ff991dd4 to 6.18.y?
There are missing dependencies. Please cherry pick all of the following:
f4db9913e4d3 ("drm/amdgpu: validate the flush_gpu_tlb_pasid()")
e3a6eff92bbd ("drm/amdgpu: Fix validating flush_gpu_tlb_pasid()")
9163fe4d790f ("Revert "drm/amdgpu: don't attach the tlb fence for SI"")
69c5fbd2b93b ("drm/amdgpu: rework how we handle TLB fences")
Thanks,
Alex
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [6.18.y] Missing TLB fix for 6.18.y
2026-05-04 19:43 [6.18.y] Missing TLB fix for 6.18.y Mario Limonciello
2026-05-04 19:52 ` Deucher, Alexander
@ 2026-05-04 19:53 ` Mario Limonciello
1 sibling, 0 replies; 5+ messages in thread
From: Mario Limonciello @ 2026-05-04 19:53 UTC (permalink / raw)
To: stable; +Cc: mjanes, Deucher, Alexander
On 5/4/26 14:43, Mario Limonciello wrote:
> Hi,
>
> Mark Janes noticed that commit e9f58ff991dd4 ("drm/amdgpu: rework how we
> handle TLB fences") was missing from 6.18.y.
>
> This went into 7.0-rc5 and was backported to 6.19.y but not 6.18.y.
>
> This is because this was one of those cases that the "Fixed" commit was
> in both 6.18 and 6.19.y as different hashes:
>
> b4a7f4e7ad2b120a94f3111f92a11520052c762d
> f3854e04b708d73276c4488231a8bd66d30b4671
>
> So can you please backport e9f58ff991dd4 to 6.18.y?
>
> Thanks,
Alex just noted there are a few other dependencies.
f4db9913e4d3 ("drm/amdgpu: validate the flush_gpu_tlb_pasid()")
e3a6eff92bbd ("drm/amdgpu: Fix validating flush_gpu_tlb_pasid()")
9163fe4d790f ("Revert "drm/amdgpu: don't attach the tlb fence for SI"")
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [6.18.y] Missing TLB fix for 6.18.y
2026-05-04 19:52 ` Deucher, Alexander
@ 2026-05-12 17:21 ` Greg KH
2026-05-12 20:53 ` Deucher, Alexander
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2026-05-12 17:21 UTC (permalink / raw)
To: Deucher, Alexander
Cc: Limonciello, Mario, stable@vger.kernel.org, mjanes@netflix.com
On Mon, May 04, 2026 at 07:52:21PM +0000, Deucher, Alexander wrote:
> Public
>
> > -----Original Message-----
> > From: Limonciello, Mario <Mario.Limonciello@amd.com>
> > Sent: Monday, May 4, 2026 3:43 PM
> > To: stable@vger.kernel.org
> > Cc: mjanes@netflix.com; Deucher, Alexander <Alexander.Deucher@amd.com>
> > Subject: [6.18.y] Missing TLB fix for 6.18.y
> >
> > Hi,
> >
> > Mark Janes noticed that commit e9f58ff991dd4 ("drm/amdgpu: rework how
> > we handle TLB fences") was missing from 6.18.y.
> >
> > This went into 7.0-rc5 and was backported to 6.19.y but not 6.18.y.
> >
> > This is because this was one of those cases that the "Fixed" commit was in
> > both 6.18 and 6.19.y as different hashes:
> >
> > b4a7f4e7ad2b120a94f3111f92a11520052c762d
> > f3854e04b708d73276c4488231a8bd66d30b4671
> >
> > So can you please backport e9f58ff991dd4 to 6.18.y?
>
> There are missing dependencies. Please cherry pick all of the following:
>
> f4db9913e4d3 ("drm/amdgpu: validate the flush_gpu_tlb_pasid()")
> e3a6eff92bbd ("drm/amdgpu: Fix validating flush_gpu_tlb_pasid()")
> 9163fe4d790f ("Revert "drm/amdgpu: don't attach the tlb fence for SI"")
> 69c5fbd2b93b ("drm/amdgpu: rework how we handle TLB fences")
In what order please? Can someone provide a list of the full set?
confused,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [6.18.y] Missing TLB fix for 6.18.y
2026-05-12 17:21 ` Greg KH
@ 2026-05-12 20:53 ` Deucher, Alexander
0 siblings, 0 replies; 5+ messages in thread
From: Deucher, Alexander @ 2026-05-12 20:53 UTC (permalink / raw)
To: Greg KH; +Cc: Limonciello, Mario, stable@vger.kernel.org, mjanes@netflix.com
Public
> -----Original Message-----
> From: Greg KH <gregkh@linuxfoundation.org>
> Sent: Tuesday, May 12, 2026 1:22 PM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>
> Cc: Limonciello, Mario <Mario.Limonciello@amd.com>;
> stable@vger.kernel.org; mjanes@netflix.com
> Subject: Re: [6.18.y] Missing TLB fix for 6.18.y
>
> On Mon, May 04, 2026 at 07:52:21PM +0000, Deucher, Alexander wrote:
> > Public
> >
> > > -----Original Message-----
> > > From: Limonciello, Mario <Mario.Limonciello@amd.com>
> > > Sent: Monday, May 4, 2026 3:43 PM
> > > To: stable@vger.kernel.org
> > > Cc: mjanes@netflix.com; Deucher, Alexander
> > > <Alexander.Deucher@amd.com>
> > > Subject: [6.18.y] Missing TLB fix for 6.18.y
> > >
> > > Hi,
> > >
> > > Mark Janes noticed that commit e9f58ff991dd4 ("drm/amdgpu: rework
> > > how we handle TLB fences") was missing from 6.18.y.
> > >
> > > This went into 7.0-rc5 and was backported to 6.19.y but not 6.18.y.
> > >
> > > This is because this was one of those cases that the "Fixed" commit
> > > was in both 6.18 and 6.19.y as different hashes:
> > >
> > > b4a7f4e7ad2b120a94f3111f92a11520052c762d
> > > f3854e04b708d73276c4488231a8bd66d30b4671
> > >
> > > So can you please backport e9f58ff991dd4 to 6.18.y?
> >
> > There are missing dependencies. Please cherry pick all of the following:
> >
> > f4db9913e4d3 ("drm/amdgpu: validate the flush_gpu_tlb_pasid()")
> > e3a6eff92bbd ("drm/amdgpu: Fix validating flush_gpu_tlb_pasid()")
> > 9163fe4d790f ("Revert "drm/amdgpu: don't attach the tlb fence for
> > SI"") 69c5fbd2b93b ("drm/amdgpu: rework how we handle TLB fences")
>
> In what order please? Can someone provide a list of the full set?
That is the full set. Please apply the following in descending order:
commit f4db9913e4d3 ("drm/amdgpu: validate the flush_gpu_tlb_pasid()")
commit e3a6eff92bbd ("drm/amdgpu: Fix validating flush_gpu_tlb_pasid()")
commit 9163fe4d790f ("Revert "drm/amdgpu: don't attach the tlb fence for SI"")
commit 69c5fbd2b93b ("drm/amdgpu: rework how we handle TLB fences")
Thanks!
Alex
>
> confused,
>
> greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-12 20:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 19:43 [6.18.y] Missing TLB fix for 6.18.y Mario Limonciello
2026-05-04 19:52 ` Deucher, Alexander
2026-05-12 17:21 ` Greg KH
2026-05-12 20:53 ` Deucher, Alexander
2026-05-04 19:53 ` Mario Limonciello
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox