Re: Kernel oops during netfilter memory allocation

2007-08-23 Thread Thomas Jarosch
Hello together, I've found an easier way to demonstrate the bug and filed a report at bugzilla.kernel.org: http://bugzilla.kernel.org/show_bug.cgi?id=8928 Hope there will be a quick resolution for this issue as the boxes crashing serve 800 users and more. Best regards, Thomas - To unsubscribe f

Re: Kernel oops during netfilter memory allocation

2007-08-22 Thread Sami Farin
On Wed, Aug 22, 2007 at 17:09:04 +0200, Thomas Jarosch wrote: > Hello, > > > > kernel BUG at arch/i386/mm/highmem.c:38 > > > > > > Try this. > > I just tried kernel 2.6.22.4 and 2.6.23-rc3. Using 2.6.23-rc3 vanilla, > the box survives only 3 seconds with ipt_CRASH. Here's the backtrace, > it's

Re: Kernel oops during netfilter memory allocation

2007-08-22 Thread Thomas Jarosch
Hello, > > kernel BUG at arch/i386/mm/highmem.c:38 > > > > Try this. I just tried kernel 2.6.22.4 and 2.6.23-rc3. Using 2.6.23-rc3 vanilla, the box survives only 3 seconds with ipt_CRASH. Here's the backtrace, it's only slightly different: [ cut here ] kernel BUG at a

Re: Kernel oops during netfilter memory allocation

2007-08-21 Thread Thomas Jarosch
On Monday, 20. August 2007, Alexey Dobriyan wrote: > kernel BUG at arch/i386/mm/highmem.c:38 > > Try this. > > commit b8c1c5da1520977cb55a358f20fc09567d40cad9 > tree c762e6ad77297beed0978337ce2f5b0c50add739 > parent 01e457cfcd5b6b6f18d0bb8cec0c5d43df56557e > author Andrew Morton <[EMAIL PROTE

Re: Kernel oops during netfilter memory allocation

2007-08-20 Thread Alexey Dobriyan
On Mon, Aug 20, 2007 at 06:08:08PM +0200, Thomas Jarosch wrote: > I'm currently debugging a kernel oops with kernel 2.6.21.7 that occurs > from time to time with our netfilter accounting module ipt_ACCOUNT > (http://www.intra2net.com/de/produkte/opensource/ipt_account/). kernel BUG at arc