CVSROOT:        /cvs
Module name:    src
Changes by:     mi...@cvs.openbsd.org   2016/11/03 09:01:36

Modified files:
        sys/dev/pv     : hypervic.c 

Log message:
Add locks to key-value pair pools

We need to ensure list and data consistency during concurrent
accesses since the interrupt handler is not executed under the
kernel lock and may add or modify entries while userland process
is reading the value or traversing the list.

Reply via email to