tech-kern archive

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

Re: Request for testers - socket locking diff



Latest version of the patch, against -current today:

http://www.netbsd.org/~ad/socklock-2008042201.diff

- Make protocol entry points take kernel_lock, kill the inline wrappers.
- Replace tcp callout_invoking/callout_ack stuff with callout_halt.
  The invoking/ack stuff doesn't work properly on MP systems.
- More bug fixes.
- All native syscalls are MPSAFE, so remove the test in i386/syscall.c

I think this is nearly ready to go, aside from more testing.

Andrew


Home | Main Index | Thread Index | Old Index