[PATCH v45 0/7] MCTP over PCC
From: Adam Young <hidden>
Date: 2026-07-21 17:53:11
Also in:
lkml
From: Linux Bot <redacted> THis patch sereis is long lived, and the main changelog will saty with the MCTP over PCC patch. Recent changes in AI code review haved shown required fixes in the PC mailbox layer. The main changes to this patch series are the addition of those patches. Adam Young (7): mailbox/pcc.c: shmem map/unmap startup/teardown mailbox/pcc.c: ignore errors on type 4 channels. mailbox/pcc.c: report errors for PCC clients mailbox/pcc.c: add query channel function mctp pcc: Implement MCTP over PCC Transport synchronize IRQ before releasing shared memory wrap pchan->chan_in_use in READ/WRITE_ONCE MAINTAINERS | 5 + drivers/mailbox/pcc.c | 112 ++++++--- drivers/net/mctp/Kconfig | 15 ++ drivers/net/mctp/Makefile | 1 + drivers/net/mctp/mctp-pcc.c | 466 ++++++++++++++++++++++++++++++++++++ include/acpi/pcc.h | 9 + 6 files changed, 576 insertions(+), 32 deletions(-) create mode 100644 drivers/net/mctp/mctp-pcc.c -- 2.43.0