NetBSD-Bugs archive

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

Re: kern/38456



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

From: darrenr%NetBSD.org@localhost (Darren Reed)
To: ws%tools.de@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: kern/38456
Date: Sat,  1 Nov 2008 21:20:09 +0000 (UTC)

 In the changes, you have some code in iplopen() that runs once to
 initialise the locks. This looks fraught.
 
 What testing did you do that made this necessary?
 
 It would appear that the problem is iplopen() being called and trying
 to acquire locks before ipfattach() is called, correct?
 
 If such is the case then the locks need to be initialised somewhere
 else and not in ipfattach() - somewhere that is always called when
 the LKM loads and something similar for when ipfilter is compiled
 into the kernel.
 


Home | Main Index | Thread Index | Old Index