All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Borisov <n.borisov@siteground.com>
To: netfilter@vger.kernel.org
Cc: "Ivan.K" <ivan.k@siteground.com>,
	SiteGround Operations <operations@siteground.com>
Subject: Using ipset 6.26 with kernel 3.12.47
Date: Tue, 29 Sep 2015 18:04:20 +0300	[thread overview]
Message-ID: <560AA874.1000400@siteground.com> (raw)

Hello,

I'd like to have ipset with net namespace support and to have that I
need at least ipset 6.20. I'm using the latest public release 6.26 and
when I try to compile it against kernel 3.12.47 I get the following
error when compiling the em_ipset.c:

/home/projects/ipset-6.26/kernel/net/sched/em_ipset.c: In function
‘em_ipset_match’:
/home/projects/ipset-6.26/kernel/net/sched/em_ipset.c:116: error:
‘struct tcf_ematch’ has no member named ‘net’
make[3]: *** [/home/projects/ipset-6.26/kernel/net/sched/em_ipset.o] Error 1

Isn't the ipset supposed to be cleanly compilable against any kernel
which is >= 2.6.32 (according to http://ipset.netfilter.org/install.html) ?

Basically the 'net' member of the 'struct tcf_ematch' has been
introduced in kernel 3.18 in
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=82a470f1119eb7d2e4941b915bf9cd6fd8d54494


which is not easily backportable to 3.12 since it carries dependencies
of its own. So what would be the easiest way to get net namespace
support for ipset for kernel 3.12?


On a slightly different note I also get multiple warnings of the
following form I know it is not critical but I guess there is a bug
since the RCU_INIT_POINTER is not recognised from rcupdate:

In file included from
/home/projects/ipset-6.26/kernel/net/netfilter/ipset/ip_set_getport.c:24:
/home/projects/ipset-6.26/kernel/include/linux/netfilter/ipset/ip_set_compat.h:78:1:
warning: "RCU_INIT_POINTER" redefined
In file included from include/linux/srcu.h:33,
                 from include/linux/notifier.h:15,
                 from
/home/projects/linux-stable/arch/x86/include/asm/uprobes.h:26,
                 from include/linux/uprobes.h:35,
                 from include/linux/mm_types.h:14,
                 from include/linux/kmemcheck.h:4,
                 from include/linux/skbuff.h:18,
                 from include/linux/ip.h:20,
                 from
/home/projects/ipset-6.26/kernel/net/netfilter/ipset/ip_set_getport.c:14:
include/linux/rcupdate.h:949:1: warning: this is the location of the
previous definition

Regards,
Nikolay



             reply	other threads:[~2015-09-29 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 15:04 Nikolay Borisov [this message]
2015-09-29 19:13 ` Using ipset 6.26 with kernel 3.12.47 Jozsef Kadlecsik

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=560AA874.1000400@siteground.com \
    --to=n.borisov@siteground.com \
    --cc=ivan.k@siteground.com \
    --cc=netfilter@vger.kernel.org \
    --cc=operations@siteground.com \
    /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.