git: net/raw: Assert all APIs are called from netisr0.
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Aug 13 19:51:06 PDT 2019
commit aef87d48249d62118067dc0ab9d17f3a4c6ecc51
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Wed Aug 14 10:40:22 2019 +0800
net/raw: Assert all APIs are called from netisr0.
Remove the raw pcb list lock, since thread serialization is used.
Summary of changes:
sys/net/raw_cb.c | 15 +++++++++++----
sys/net/raw_cb.h | 1 -
sys/net/raw_usrreq.c | 30 +++++++++++++++++++++++++++---
3 files changed, 38 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aef87d48249d62118067dc0ab9d17f3a4c6ecc51
--
DragonFly BSD source repository
More information about the Commits
mailing list