From: Philipp Stanner <phasta@mailbox.org>
To: christian.koenig@amd.com, phasta@kernel.org, malhyuk97@gmail.com,
tursulin@ursulin.net, matthew.brost@intel.com, dakr@kernel.org
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
mdaenzer@redhat.com, alessio.belle@imgtec.com,
luigi.santivetti@imgtec.com
Subject: Re: [PATCH 2/2] drm/sched: document the RCU dependency
Date: Tue, 15 Sep 2026 09:20:03 +0200 [thread overview]
Message-ID: <1fa1da9650fdd7cecb11195134d6fd0e1c3978df.camel@mailbox.org> (raw)
In-Reply-To: <20260914182740.1587-2-christian.koenig@amd.com>
On Mon, 2026-09-14 at 20:27 +0200, Christian König wrote:
> Tvrkos patches added RCU protection to the returned strings from
*Tvrtko ;)
Anyways, which patches? Better add a commit ID?
> get_timeline_name()/get_driver_name() callbacks of the dma_fence
> backends.
>
> This fixed use after free problems for a couple of drivers, but we never
> documented the consequences for the drm_sched_fence.
>
> Add a few words on the function documentation to note that we need an
> RCU grace period between signaling the last scheduler fence and
s/scheduler fence/hardware-fence
:D
> scheduler teardown.
>
> Signed-off-by: Christian König <christian.koenig@amd.com>
with the above:
Acked-by: Philipp Stanner <phasta@kernel.org>
> ---
> drivers/gpu/drm/scheduler/sched_main.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/scheduler/sched_main.c b/drivers/gpu/drm/scheduler/sched_main.c
> index 6cb6f95464938..f73c5141b4e5c 100644
> --- a/drivers/gpu/drm/scheduler/sched_main.c
> +++ b/drivers/gpu/drm/scheduler/sched_main.c
> @@ -1203,6 +1203,11 @@ static void drm_sched_cancel_remaining_jobs(struct drm_gpu_scheduler *sched)
> * is implemented, all jobs will be canceled through it and afterwards cleaned
> * up through &struct drm_sched_backend_ops.free_job. If cancel_job is not
> * implemented, memory could leak.
> + *
> + * The user must wait one RCU grace period between signaling the last hardware-
> + * fence and calling this function because the timeline name returned by
> + * scheduler fences must stay valid until all readers have exited their RCU read
> + * side critical section.
> */
> void drm_sched_fini(struct drm_gpu_scheduler *sched)
> {
next prev parent reply other threads:[~2026-09-15 7:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-14 18:27 [PATCH 1/2] dma-buf/dma-fence: fix checking signaling bit for timeline and driver name v2 Christian König
2026-09-14 18:27 ` [PATCH 2/2] drm/sched: document the RCU dependency Christian König
2026-09-15 7:20 ` Philipp Stanner [this message]
2026-09-15 7:02 ` [PATCH 1/2] dma-buf/dma-fence: fix checking signaling bit for timeline and driver name v2 Philipp Stanner
-- strict thread matches above, loose matches on Subject: below --
2026-09-09 13:14 Fix dma_fence use after free regression Christian König
2026-09-09 13:14 ` [PATCH 2/2] drm/sched: document the RCU dependency Christian König
2026-09-09 13:55 ` Philipp Stanner
2026-09-09 13:57 ` Christian König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1fa1da9650fdd7cecb11195134d6fd0e1c3978df.camel@mailbox.org \
--to=phasta@mailbox.org \
--cc=alessio.belle@imgtec.com \
--cc=christian.koenig@amd.com \
--cc=dakr@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luigi.santivetti@imgtec.com \
--cc=malhyuk97@gmail.com \
--cc=matthew.brost@intel.com \
--cc=mdaenzer@redhat.com \
--cc=phasta@kernel.org \
--cc=tursulin@ursulin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®