CVS commit: [netbsd-11] src/sys/net
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.