Re: [PATCH net v4] tipc: fix u16 MTU truncation in media and bearer MTU validation

From: Cen Zhang (Microsoft)

Date: Mon Jul 13 2026 - 23:50:40 EST


IIUC, the MTU here is TIPC protocol-level (stored in struct
tipc_media/tipc_bearer), not device-specific, so netif_set_mtu()
wouldn't apply. I'll prepare v5 shortly with the full range
.max check only.