=== patch --dry-run --forward output (proves fix.diff applies cleanly) === cmd: cd /usr/src && patch -p1 --dry-run --forward < DF-1478.diff APPLIES_OK (verified 2026-07-21 on with-src #0 baseline) --- fix.diff hunk summary --- @@ -1105,6 +1105,11 @@ + if (total_len > MCLBYTES) { + IFNET_STAT_INC(ifp, ierrors, 1); + cur_rx->my_ptr->my_status = MY_OWNByNIC; + continue; + }