NetBSD-Bugs archive

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

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



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59963 CVS commit: [netbsd-11] src/sys/net
Date: Wed, 4 Mar 2026 20:22:46 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed Mar  4 20:22:46 UTC 2026
 
 Modified Files:
 	src/sys/net [netbsd-11]: if_spppsubr.c
 
 Log Message:
 Pull up following revision(s) (requested by roy in ticket #201):
 
 	sys/net/if_spppsubr.c: revision 1.274
 
 PPP: drop SPPP lock before calling rt_ifmsg
 rt_ifmsg will lock SPPP itself, so ensure it's unlocked before calling.
 
 Add a comment to explain why this should be safe.
 
 Thanks to @riastradh for review and commentary.
 Fixes PR kern/59963.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.271.2.1 -r1.271.2.2 src/sys/net/if_spppsubr.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