All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] NVKM GSP RPC message handling policy
@ 2025-02-27  1:35 Zhi Wang
  2025-02-27  1:35 ` [PATCH v3 1/2] drm/nouveau/nvkm: factor out current GSP RPC command policies Zhi Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zhi Wang @ 2025-02-27  1:35 UTC (permalink / raw)
  To: nouveau
  Cc: airlied, daniel, dakr, lyude, bskeggs, acurrid, cjia, smitra,
	ankita, aniketa, kwankhede, targupta, zhiw, zhiwang

Hi folks:

Here are the v3 version of NVKM GSP RPC message handling policy which
solves the issue reported by Ben. More details can be found in v1 [1].

v3:

- Fix a hidden use-after-free caught by KFENCE in PATCH 1,
  r535_gsp_rpc_send(). (Ben)

Zhi Wang (2):
  drm/nouveau/nvkm: factor out current GSP RPC command policies
  drm/nouveau/nvkm: introduce new GSP reply policy
    NVKM_GSP_RPC_REPLY_POLL

 Documentation/gpu/nouveau.rst                 |  3 +
 .../gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 38 +++++++--
 .../gpu/drm/nouveau/nvkm/subdev/bar/r535.c    |  2 +-
 .../gpu/drm/nouveau/nvkm/subdev/gsp/r535.c    | 78 ++++++++++---------
 .../drm/nouveau/nvkm/subdev/instmem/r535.c    |  2 +-
 5 files changed, 79 insertions(+), 44 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-14  8:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  1:35 [PATCH v3 0/2] NVKM GSP RPC message handling policy Zhi Wang
2025-02-27  1:35 ` [PATCH v3 1/2] drm/nouveau/nvkm: factor out current GSP RPC command policies Zhi Wang
2025-02-27  1:46   ` Timur Tabi
2025-03-14  1:39   ` Alexandre Courbot
2025-03-14  8:09     ` Zhi Wang
2025-02-27  1:35 ` [PATCH v3 2/2] drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLL Zhi Wang
2025-03-09 13:00 ` [PATCH v3 0/2] NVKM GSP RPC message handling policy Danilo Krummrich

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.