On Mon, Nov 07, 2016 at 09:59 +0100, Martin Pieuchot wrote:
> splnet() was necessary when link state changes were executed from
> hardware interrupt handlers. In 2013 they got deferred to their own
> task, so KERNEL_LOCK() is what really protect these data structures.
>
> This is part of my bigge
splnet() was necessary when link state changes were executed from
hardware interrupt handlers. In 2013 they got deferred to their own
task, so KERNEL_LOCK() is what really protect these data structures.
This is part of my bigger socket lock diff.
ok?
Index: kern/uipc_socket.c
==