[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1204470773.2919.9.camel@localhost.localdomain>
Date: Sun, 02 Mar 2008 16:12:53 +0100
From: Bart De Schuymer <bdschuym@...dora.be>
To: Patrick McHardy <kaber@...sh.net>
Cc: Pavel Emelyanov <xemul@...nvz.org>,
David Miller <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>,
Netfilter Development Mailinglist
<netfilter-devel@...r.kernel.org>
Subject: Re: [PATCH (resend)][EBTABLES]: Fix alignment checks in
ebt_among.ko module.
Op vr, 29-02-2008 te 13:48 +0100, schreef Patrick McHardy:
> Pavel Emelyanov wrote:
> > I've sent this patch some days ago to Bart, but with no answer...
Sorry about that.
> >
> > When trying to do
> >
> > # ebtables -A FORWARD --among-src 0:12:34:56:78:9a=192.168.0.10 -j ACCEPT
> >
> > on x86_64 box the ebt_among->check() callback warns me that
> >
> > ebtables: among: wrong size: 1060 against expected 1056, rounded to 1056
> >
> > So the suggested fix is to move the alignment in the kernel. After
> > the fix the rule is added and appears in the ebtables -L output.
>
>
> It seems the kernel is correct and userspace is doing it
> wrong, so I think userspace should be fixed instead.
> The problem with your patch is that is causes misalignment
> for following structures that contain u64 members.
Pavel, please try the attached userspace patch to see if it fixes the
problem (and let me know the result).
cheers,
Bart
View attachment "among64.diff" of type "text/x-patch" (1962 bytes)
Powered by blists - more mailing lists