netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrei Popa <andrei.popa@i-neo.ro>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [oops] in text matching
Date: Thu, 08 Nov 2007 20:53:11 +0200	[thread overview]
Message-ID: <1194547991.3298.7.camel@ierdnac> (raw)
In-Reply-To: <1194547827.3298.5.camel@ierdnac>

[-- Attachment #1: Type: text/plain, Size: 1948 bytes --]

On Thu, 2007-11-08 at 20:50 +0200, Andrei Popa wrote:
> On Thu, 2007-11-08 at 14:32 +0100, Patrick McHardy wrote:
> > Andrei Popa wrote:
> > > Please CC as i am not subscribed to the list.
> > > I-m using 2.6.22.9 and when I tried to insert this line it gave
> the
> > > oops:
> > > 
> > > $IPT -I INPUT -p tcp --dport 80 -m string --algo bm --string
> "$MyNick"
> > > -j DROP
> > > I have iptables v1.3.8
> > > 
> > > BUG: unable to handle kernel paging request at virtual address
> e0000000
> > >  printing eip:
> > > c01e2707
> > > *pde = 00000000
> > > Oops: 0000 [#1]
> > > CPU:    0
> > > EIP:    0060:[<c01e2707>]    Not tainted VLI
> > > EFLAGS: 00010286   (2.6.22.9-iteyeb11 #8)
> > > EIP is at bm_init+0xd7/0x210
> > 
> > 
> > Works fine here. Is the oops reproducible?
> > 
> > EFLAGS: 00010286   (2.6.22.9-iteyeb11 #8)
> >                               ^^^^^^^^
> > 
> > Does this include additional patches? Otherwise please post your
> > config and the lib/ts_bm.o file.
> 
> The oops is reproducible by this script (yyy are some IP addresses):
> 
> #!/bin/bash
> 
> IPT=/sbin/iptables
> 
> $IPT -F INPUT
> 
> $IPT -I INPUT -i lo -p tcp --dport 3306 -j ACCEPT
> $IPT -I INPUT -p tcp --dport 3306 -s yyy -j ACCEPT
> $IPT -I INPUT -p tcp --dport 3306 -s yyy -j ACCEPT
> $IPT -I INPUT -p tcp --dport 3306 -s yyy -j ACCEPT
> $IPT -I INPUT -p tcp --dport 3306 -s yyy -j ACCEPT
> 
> $IPT -A INPUT -p tcp --dport 3306 -j DROP
> 
> $IPT -I INPUT -p udp --dport 53 -m string --algo bm --string
> "ultra-online" -j DROP
> $IPT -I INPUT -p udp --dport 53 -m string --algo bm --string
> "ultracomp"
> -j DROP
> 
> $IPT -I INPUT -p tcp --dport 80 -m string --algo bm --string
> "N4675/adj/wwe." -j DROP
> $IPT -I INPUT -p tcp --dport 80 -m string --algo bm --string
> "/john/MOBILA" -j DROP
> #$IPT -I INPUT -p tcp --dport 80 -m string --algo bm --string
> "$MyNick"
> -j DROP

with the above line uncommented.

The lib/ts_bm.o file is attached.


[-- Attachment #2: ts_bm.o --]
[-- Type: application/x-object, Size: 2688 bytes --]

  reply	other threads:[~2007-11-08 18:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-08 12:40 [oops] in text matching Andrei Popa
2007-11-08 13:32 ` Patrick McHardy
2007-11-08 18:50   ` Andrei Popa
2007-11-08 18:53     ` Andrei Popa [this message]
2007-11-08 19:06       ` Andrei Popa
2007-11-10 12:57     ` Patrick McHardy
2007-11-13  6:51       ` Andrei Popa
2007-11-13  6:56         ` Patrick McHardy
2007-11-25 15:38           ` Patrick McHardy
2007-11-25 19:30             ` Pablo Neira Ayuso
2007-11-26  7:43               ` Patrick McHardy
2007-11-28 17:07                 ` Pablo Neira Ayuso
2007-11-28 18:38                   ` Patrick McHardy
2007-11-29 23:51               ` Patrick McHardy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1194547991.3298.7.camel@ierdnac \
    --to=andrei.popa@i-neo.ro \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).