NetBSD-Bugs archive

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

PR/58021 CVS commit: [netbsd-10] src/sys/net



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58021 CVS commit: [netbsd-10] src/sys/net
Date: Mon, 11 Mar 2024 19:34:00 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Mar 11 19:34:00 UTC 2024
 
 Modified Files:
 	src/sys/net [netbsd-10]: if_wg.c
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #628):
 
 	sys/net/if_wg.c: revision 1.78
 
 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.71.2.2 -r1.71.2.3 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