From: Leszek Zur <lzur@teczowe.eu.org>
To: netfilter-devel@lists.netfilter.org
Subject: Kernel 2.6.2 and "string" match patch (pom-ng)
Date: Tue, 10 Feb 2004 01:38:20 +0100 [thread overview]
Message-ID: <402827FC.2000209@teczowe.eu.org> (raw)
I can not get the string match patch to compile under 2.6.2
wget
ftp://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/patch-o-matic-ng-20040207.tar.bz2
bzip2 -dc patch-o-matic-ng-20040207.tar.bz2 | tar xf -
cd patch-o-matic-ng-20040207
./runme string
...
Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?] y
unable to find ladd slot in src ./net/ipv4/netfilter/Makefile
In
patch-o-matic-ng-20040207/string/linux/net/ipv4/netfilter/Makefile.ladd
obj-$(CONFIG_IP_NF_MATCH_UNCLEAN) += ipt_unclean.o
obj-$(CONFIG_IP_NF_MATCH_STRING) += ipt_string.o
But IP_NF_MATCH_UNCLEAN is not defined
When i change in patch-o-matic-ng-20040207/string/*
'UNCLEAN' to 'TOS'
'unclean' to 'tos'
./runme string
its ok.
cd /usr/src/linux
make bzImage
...
CC net/ipv4/netfilter/ipt_tos.o
CC net/ipv4/netfilter/ipt_string.o
net/ipv4/netfilter/ipt_string.c: In function `search_sublinear':
net/ipv4/netfilter/ipt_string.c:55: warning: subscript has type `char'
net/ipv4/netfilter/ipt_string.c:80: warning: subscript has type `char'
net/ipv4/netfilter/ipt_string.c: In function `string_freeup_data':
net/ipv4/netfilter/ipt_string.c:166: `smp_num_cpus' undeclared (first
use in this function)
net/ipv4/netfilter/ipt_string.c:166: (Each undeclared identifier is
reported only once
net/ipv4/netfilter/ipt_string.c:166: for each function it appears in.)
net/ipv4/netfilter/ipt_string.c: At top level:
net/ipv4/netfilter/ipt_string.c:176: warning: initialization from
incompatible pointer type
net/ipv4/netfilter/ipt_string.c: In function `init':
net/ipv4/netfilter/ipt_string.c:184: `smp_num_cpus' undeclared (first
use in this function)
make[3]: *** [net/ipv4/netfilter/ipt_string.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
has anybody been using the string match from the patch-o-matic-ng
with kernel 2.6.x yet?
Leszek
next reply other threads:[~2004-02-10 0:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-10 0:38 Leszek Zur [this message]
2004-02-11 7:39 ` Kernel 2.6.2 and "string" match patch (pom-ng) Henrik Nordstrom
2004-02-14 21:00 ` mqe
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=402827FC.2000209@teczowe.eu.org \
--to=lzur@teczowe.eu.org \
--cc=netfilter-devel@lists.netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.