Re: [net-next v31 2/2] mctp pcc: Implement MCTP over PCC Transport

From: Adam Young

Date: Fri Feb 27 2026 - 12:53:49 EST



On 2/26/26 21:32, Jakub Kicinski wrote:
On Tue, 24 Feb 2026 18:10:52 -0500 Adam Young wrote:
Implementation of network driver for
Management Component Transport Protocol(MCTP)
over Platform Communication Channel(PCC)
make sure this builds cleanly with W=1 please:

drivers/net/mctp/mctp-pcc.c:133:27: warning: variable 'outbox' set but not used [-Wunused-but-set-variable]
133 | struct mctp_pcc_mailbox *outbox;
| ^
Disregard previous.  Turns out -W=1 is not the same as W=1.....