summaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-cmp.c
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2015-10-05 10:29:28 -0700
committerSasha Levin <sasha.levin@oracle.com>2015-10-28 03:52:10 -0400
commitcb4b2ae6950b905c57d09ca92e953583a2430df2 (patch)
tree35defc18b259f3d45349e286db531aaa0fc4778b /lib/mpi/mpi-cmp.c
parent7f61fd99a60195578215f46ed870b5c118cfbfc0 (diff)
fib_rules: Fix dump_rules() not to exit early
[ Upstream commit 8ea4b34355189e1f1eacaf2d825f2dce776b3b9c ] Backports of 41fc014332d9 ("fib_rules: fix fib rule dumps across multiple skbs") introduced a regression in "ip rule show" - it ends up dumping the first rule over and over and never exiting, because 3.19 and earlier are missing commit 053c095a82cf ("netlink: make nlmsg_end() and genlmsg_end() void"), so fib_nl_fill_rule() ends up returning skb->len (i.e. > 0) in the success case. Fix this by checking the return code for < 0 instead of != 0. Signed-off-by: Roland Dreier <roland@purestorage.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions