Re: [REGRESSION][PATCH V4 3/3] bpf jit: Let the powerpc jit handle negative offsets
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2012-04-30 21:55:41
Also in:
lkml, netdev
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2012-04-30 21:55:41
Also in:
lkml, netdev
On Mon, 2012-04-30 at 13:41 -0400, David Miller wrote:
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: Mon, 30 Apr 2012 15:26:08 +1000quoted
David, what's the right way to fix that ?There is no doubt that sock_fprog is the correct datastructure to use.
Ok, so the right fix is to email anybody who posted code using struct bpf_program to fix their code ? :-) My question was more along the lines of should we attempt changing one of the two variants to make them match on BE (since they are in effect compatible on LE), tho of course this could have the usual annoying consequence of breaking the mangled c++ name of the symbol).
From your reply I assume the answer is no... so that leaves us to chase
up users and fix them. Great.... Cheers, Ben.