Module Name: src Committed By: martin Date: Thu Aug 22 19:31:08 UTC 2024
Modified Files: src/sys/net [netbsd-10]: bpf.c Log Message: Pull up following revision(s) (requested by rin in ticket #784): sys/net/bpf.c: revision 1.253 bpf: Mark bpfread_filtops FILTEROP_MPSAFE Fix deadlock for non-NET_MPSAFE kernel, reported as PR kern/58531 (thanks manu@ for test). I've confirmed that there is no new regression for ATF with any combination of -HEAD/netbsd-10 and default/NET_MPSAFE rump kernels (aarch64). Although, some problems have been reported on MP-safety for bpf(4), PR kern/58596. But, it should take some time to fix. At the moment, commit this part in advance. OK ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.249.2.1 -r1.249.2.2 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.