> "Christoph Egger" <christoph_eg...@gmx.de> wrote: > > > Re-structure IPv4 reassembly code to make it more MP-friendly and > > > simplify some code fragments while here. Also, use pool_cache(9) and > > > mutex(9). > > > > > > IPv4 reassembly mechanism is MP-safe now. > > > > > > > > > To generate a diff of this commit: > > > cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/ip_reass.c > > > > This breaks boot with root on nfs. > > > > The last boot message I see is: > > > > root file system type: nfs > > init: copying out path `/sbin/init' 11 > > > > then the kernel hangs forever, even with > > an UP kernel. > > Can you try with a LOCKDEBUG + DEBUG/DIAGNOSTIC kernel?
The kernel has all three options. Christoph