CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/14 05:13:14
Modified files:
sys/net : Tag: OPENBSD_5_9 netisr.c netisr.h
sys/netinet : Tag: OPENBSD_5_9 if_ether.c
Log message:
Backport ARP race fix:
Move ARP processing back to the KERNEL_LOCK()ed task until the race
triggered by updating a cached, but removed from the table, entry is
properly fixed.
Diff from dlg@, prodding deraadt@
