svn commit: r326758 - in head/sys/i386: conf include

Eugene Grosbein eugen at grosbein.net
Mon Dec 11 19:02:07 UTC 2017


12.12.2017 1:52, Michael Tuexen wrote:

> Not sure about IPSEC and ZFS. But I was NOT able to reproduce the issue by just using
> an SCTP association on a 32-bit VM using FreeBSD 11.1. So right now I don't know what
> is wrong and therefore what could be fixed...

You just got lucky. Kernel stack abuse by multiple parts of FreeBSD kernel it matter of fact.
But it is not like you always get a panic because sometimes network traffic
is passed through NETISR queues to reduce stack usage and sometimes it is not,
depending on several run-time factors. You may find it stable with one NIC driver
and crashing with another even just because of different stack usage.



More information about the svn-src-all mailing list