Re: arpintr without kernel lock

2022-06-28 Thread Alexander Bluhm
On Tue, Jun 28, 2022 at 10:51:29AM +0200, Alexander Bluhm wrote: > arpintr() looks MP safe and I cannot trigger a crash with this diff. Running parallel forwarding and arp -d in a loop triggers route NULL pointer dereference after a while. I have to figure out if it is related to this diff. bluh

arpintr without kernel lock

2022-06-28 Thread Alexander Bluhm
Hi, arpintr() looks MP safe and I cannot trigger a crash with this diff. Hrvoje, can you try it? bluhm Index: net/if.c === RCS file: /data/mirror/openbsd/cvs/src/sys/net/if.c,v retrieving revision 1.654 diff -u -p -r1.654 if.c ---