Module Name: src Committed By: ozaki-r Date: Fri Mar 2 07:37:14 UTC 2018
Modified Files: src/sys/netipsec: key.c keydb.h Log Message: Avoid data races on lifetime counters by using percpu(9) We don't make them percpu(9) directly because the structure is exposed to userland and we don't want to break ABI. So we add another member variable for percpu(9) and use it internally. When we export them to userland, they are converted to the original format. To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/netipsec/key.c cvs rdiff -u -r1.20 -r1.21 src/sys/netipsec/keydb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.