Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/sys/net/npf



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