NetBSD-Bugs archive

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

PR/58021 CVS commit: src/sys/net



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58021 CVS commit: src/sys/net
Date: Sun, 10 Mar 2024 04:21:47 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Mar 10 04:21:47 UTC 2024
 
 Modified Files:
 	src/sys/net: if_wg.c
 
 Log Message:
 wg(4): Bind to CPU in wg_handle_packet.
 
 Required by use of psref there.
 
 Assert we're bound up front so we catch mistakes early, rather than
 later on if we get unlucky in preemption and scheduling.
 
 PR bin/58021
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.77 -r1.78 src/sys/net/if_wg.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