Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 23 Sep 2002 14:30:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 23 Sep 2002 14:30:30 -0400 Received: from packet.digeo.com ([12.110.80.53]:58504 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Mon, 23 Sep 2002 14:29:29 -0400 Message-ID: <3D8F5DB2.A3E36E16@digeo.com> Date: Mon, 23 Sep 2002 11:30:10 -0700 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19-pre4 i686) X-Accept-Language: en MIME-Version: 1.0 To: Steven Cole CC: lkml , netfilter-devel@lists.netfilter.org Subject: Re: Sleeping function called from illegal context at slab.c:1378 References: <1032804558.28404.13.camel@spc9.esa.lanl.gov> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2002 18:30:10.0003 (UTC) FILETIME=[3F841A30:01C2632F] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1428 Lines: 45 That's a bug in ip_fw_ctl(). It's calling convert_ipfw() inside FWC_WRITE_LOCK_IRQ(&ip_fw_lock, flags); But convert_ipfw() does kmalloc(GFP_KERNEL). Steven Cole wrote: > > Hi Andrew, > > Are these traced warnings of any use to you? > > If so, here is one. This one was from > > "Sleeping function called from illegal context at slab.c:1378" > > on bootup of 2.5.38-mm2: > > Trace; c0119986 <__might_sleep+56/5d> > Trace; c0135166 > Trace; c0271e03 > Trace; c02721c0 > Trace; c026a023 > Trace; c012ff2e > Trace; c0130db5 > Trace; c012d8ef > Trace; c012b5ba > Trace; c023471a > Trace; c0234790 > Trace; c0242fda > Trace; c02255de > Trace; c022562a > Trace; c0263995 > Trace; c02269d6 > Trace; c0227026 > Trace; c0114ea0 > Trace; c01099b1 > Trace; c0108f6f > > Steven - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/