CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2024/02/09 05:50:10

Modified files:
        sys/dev/ic     : qwxvar.h 

Log message:
Struct layout of qwx_softc should not depend on NBPFILTER.

Due to a missing #include "bpfilter.h", the size of struct qwx_softc
varied in different object files.  This made the kernel crash on
arm64.  To make debugging core dumps and libkvm easier, kernel
object layout should not depend on kernel config.  Remove #if
NBPFILTER > 0 from struct definition.

problem analysis kettenis@
OK deraadt@ stsp@

Reply via email to