From: Yoann Juet <yoann.juet@univ-nantes.fr>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: netfilter@vger.kernel.org
Subject: Re: ipset causing a kernel crash
Date: Mon, 09 Sep 2013 15:06:44 +0200 [thread overview]
Message-ID: <522DC7E4.4090302@univ-nantes.fr> (raw)
In-Reply-To: <alpine.DEB.2.00.1309091219320.19930@blackhole.kfki.hu>
[-- Attachment #1.1: Type: text/plain, Size: 1682 bytes --]
On 09/09/13 12:51, Jozsef Kadlecsik wrote:
> On Mon, 9 Sep 2013, Yoann Juet wrote:
>
>> We've experienced a recent kernel crash on a captive portal server running
>> debian/wheezy with a standard kernel 3.2.0-4. The crash seems to be related to
>> ipset that we're using to check bitmaps {ip,mac}. It has not been seen before
>> on this production server.
>
> A cleanup part is missing for the bitmap:ip,mac type with timeout in the
> 3.2 kernel tree:
>
> diff --git a/net/netfilter/ipset/ip_set_bitmap_ipmac.c b/net/netfilter/ipset/ip_set_bitmap_ipmac.c
> index 56096f5..725e431 100644
> --- a/net/netfilter/ipset/ip_set_bitmap_ipmac.c
> +++ b/net/netfilter/ipset/ip_set_bitmap_ipmac.c
> @@ -333,7 +333,11 @@ bitmap_ipmac_tlist(const struct ip_set *set,
> nla_put_failure:
> nla_nest_cancel(skb, nested);
> ipset_nest_end(skb, atd);
> - return -EMSGSIZE;
> + if (unlikely(id == first)) {
> + cb->args[2] = 0;
> + return -EMSGSIZE;
> + }
> + return 0;
> }
>
> static int
>
> However, the missing part caused incomplete listing only. This case seems
> to be different. So does the patch above help?
>
> Best regards,
> Jozsef
> -
> E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
> PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
> Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
> H-1525 Budapest 114, POB. 49, Hungary
>
I'll make a try. I keep you in touch if the crash re-appears.
Thanks Jozsef,
Regards
--
Université de Nantes - Direction des Systèmes d'Information
IM jabber: yoann.juet@univ-nantes.fr
Tél: 02.53.48.49.26 - Fax: 02.53.48.49.09
[-- Attachment #1.2: yoann_juet.vcf --]
[-- Type: text/x-vcard, Size: 377 bytes --]
begin:vcard
fn:Yoann Juet
n:Juet;Yoann
org;quoted-printable;quoted-printable:Direction des Syst=C3=A8mes d'Information;P=C3=B4le R=C3=A9seau
adr;quoted-printable:BP 92208;;2 rue de la Houssini=C3=A8re;Nantes Cedex 3;;44322;France
email;internet:yoann.juet@univ-nantes.fr
tel;work:02.53.48.49.26
tel;fax:02.53.48.49.09
tel;cell:06.73.15.42.19
version:2.1
end:vcard
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3256 bytes --]
next prev parent reply other threads:[~2013-09-09 13:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 8:00 ipset causing a kernel crash Yoann Juet
2013-09-09 10:51 ` Jozsef Kadlecsik
2013-09-09 13:06 ` Yoann Juet [this message]
2013-09-09 16:23 ` Jozsef Kadlecsik
2013-09-11 6:04 ` Yoann Juet
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=522DC7E4.4090302@univ-nantes.fr \
--to=yoann.juet@univ-nantes.fr \
--cc=kadlec@blackhole.kfki.hu \
--cc=netfilter@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