]> git.baikalelectronics.ru Git - kernel.git/commit
secmark: do not return early if there was no error
authorEric Paris <eparis@redhat.com>
Tue, 12 Oct 2010 15:40:08 +0000 (11:40 -0400)
committerJames Morris <jmorris@namei.org>
Wed, 20 Oct 2010 23:12:47 +0000 (10:12 +1100)
commitdc04d01948e688c029184991f96d0856647bfbe2
tree87b4166eaf1219eb8d64ae9bd3f614c736f46ecb
parent0001b5b7457716bdbf2a84d4c2c4b72a2c6a4903
secmark: do not return early if there was no error

Commit 8d6c3602 attempted to pass decent error messages back to userspace for
netfilter errors.  In xt_SECMARK.c however the patch screwed up and returned
on 0 (aka no error) early and didn't finish setting up secmark.  This results
in a kernel BUG if you use SECMARK.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
net/netfilter/xt_SECMARK.c