NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60060 CVS commit: [netbsd-11] src/sys/net/npf
The following reply was made to PR kern/60060; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60060 CVS commit: [netbsd-11] src/sys/net/npf
Date: Thu, 2 Apr 2026 16:15:33 +0000
Module Name: src
Committed By: martin
Date: Thu Apr 2 16:15:33 UTC 2026
Modified Files:
src/sys/net/npf [netbsd-11]: npf_socket.c
Log Message:
Pull up following revision(s) (requested by joe in ticket #213):
sys/net/npf/npf_socket.c: revision 1.5
ensure softnet lock is held rather re-locking
If we are about to interact with sockets
we should just ensure that the softnet_lock is held.
Because sockets initializations acquire that lock.
fixes PR kern/60060
To generate a diff of this commit:
cvs rdiff -u -r1.3.2.1 -r1.3.2.2 src/sys/net/npf/npf_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index