On Wed, Mar 09, 2011 at 02:31:11PM +0100, [email protected] wrote:
> From: Pablo Neira Ayuso <[email protected]>
> 
> In 135367b "netfilter: xtables: change xt_target.checkentry return type",
> the type returned by checkentry was changed from boolean to int, but the
> return values where not adjusted.
> 
> arptables: Input/output error
> 
> This broke arptables with the mangle target since it returns true
> under success, which is interpreted by xtables as >0, thus
> returning EIO.
> 
> Signed-off-by: Pablo Neira Ayuso <[email protected]>
> Signed-off-by: Patrick McHardy <[email protected]>
> ---

What do you want [email protected] to do with this patch?

Please read Documentation/stable_kernel_rules.txt for how to get a patch
into the stable kernel trees (hint, this wasn't the way...)

thanks,

greg k-h

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to