From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Owner match misnaming Date: Sat, 16 Jul 2005 18:29:08 +0200 Message-ID: <42D935D4.9060907@trash.net> References: <20050712091749.GY16728@sunbeam.de.gnumonks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List , Amin Azez Return-path: To: Harald Welte In-Reply-To: <20050712091749.GY16728@sunbeam.de.gnumonks.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Harald Welte schrieb: > On Mon, Jul 11, 2005 at 08:44:32PM +0200, Jan Engelhardt wrote: > >>Any way to fix it? > > no. The filesystem data structures are just not supposed to be called > from any in_interrupt() context. We should make this an FAQ entry. Actually there are a couple of patches in -mm for lockless fd lookup. Probably still doesn't work from softirq context, but I'm haveing a look now. Regards Patrick