Linux ACPI
 help / color / mirror / Atom feed
* [PATCH 0/2] mailbox: pcc: Fix shared-memory teardown race
@ 2026-09-03 11:13 Christian Loehle
  2026-09-03 11:13 ` [PATCH 1/2] mailbox: pcc: Free the channel before unmapping the shared memory Christian Loehle
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christian Loehle @ 2026-09-03 11:13 UTC (permalink / raw)
  To: Sudeep Holla, Jassi Brar
  Cc: breno Leitao, linux-acpi, linux-kernel, stable, Christian Loehle

Breno’s fix frees the PCC channel before unmapping shared memory, ensuring
the IRQ is disabled first. The second patch serializes channel release and
request so a new mapping cannot be unmapped by the old release.

(I'm happy to have my patch folded into Breno's if that's preferred.)

Breno Leitao (1):
  mailbox: pcc: Free the channel before unmapping the shared memory

Christian Loehle (1):
  mailbox: pcc: Serialize channel updates with shared memory teardown

 drivers/mailbox/pcc.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-09-03 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 11:13 [PATCH 0/2] mailbox: pcc: Fix shared-memory teardown race Christian Loehle
2026-09-03 11:13 ` [PATCH 1/2] mailbox: pcc: Free the channel before unmapping the shared memory Christian Loehle
2026-09-03 11:13 ` [PATCH 2/2] mailbox: pcc: Serialize channel updates with shared memory teardown Christian Loehle
2026-09-03 12:40   ` Sudeep Holla
2026-09-03 12:42 ` [PATCH 0/2] mailbox: pcc: Fix shared-memory teardown race Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox