NetBSD-Bugs archive

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

PR/60060 CVS commit: src/sys/net/npf



The following reply was made to PR kern/60060; it has been noted by GNATS.

From: "Emmanuel" <joe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60060 CVS commit: src/sys/net/npf
Date: Sat, 7 Mar 2026 17:34:14 +0000

 Module Name:	src
 Committed By:	joe
 Date:		Sat Mar  7 17:34:14 UTC 2026
 
 Modified Files:
 	src/sys/net/npf: npf_socket.c
 
 Log Message:
 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.4 -r1.5 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