Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/netinet



> Module Name:  src
> Committed By: rmind
> Date:         Sun Oct  3 19:44:47 UTC 2010
> 
> Modified Files:
>       src/sys/netinet: ip_reass.c
> 
> Log Message:
> 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.

Christoph


Home | Main Index | Thread Index | Old Index