NetBSD-Bugs archive

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

PR/53043 CVS commit: [netbsd-8] src/sys/net



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53043 CVS commit: [netbsd-8] src/sys/net
Date: Wed, 29 May 2019 16:01:51 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Wed May 29 16:01:51 UTC 2019
 
 Modified Files:
 	src/sys/net [netbsd-8]: rtsock.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #1276):
 
 	sys/net/rtsock.c: revision 1.250
 
 Don't take softnet_lock in sysctl_rtable
 
 Taking softnet_lock there can cause a deadlock with nfs sosend, so we don't.
 Having only KERNEL_LOCK is enough because now the routing table is protected by
 KERNEL_LOCK that was introduced by the fix for PR 53043.
 
 PR kern/54227 from Paul Ripke
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.213.2.12 -r1.213.2.13 src/sys/net/rtsock.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