CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/01 03:43:43
Modified files:
sys/kern : uipc_mbuf.c
Log message:
make m_pullup use the first mbuf with data to measure alignment.
this fixes an issue found by a regress test on sparc64 by claudio,
and between us took about half a day of work to understand and fix
at a2k19.
ok claudio@
