]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'route-dump-filter-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Oct 2018 21:06:26 +0000 (14:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Oct 2018 21:06:26 +0000 (14:06 -0700)
commit7eff1d130e00458adfd24800cf7ec1c025e997e6
tree6664d41461603de1ddaf5024da60e3d4cfa2a8b5
parent0b566fba69e79c1a48ad55257507235f5289ee64
parent405b9d3747bb6c8ec95e8f5518b1196cfd949bb8
Merge branch 'route-dump-filter-fixes'

David Ahern says:

====================
net: Fixups for recent dump filtering changes

Li RongQing noted that tgt_net is leaked in ipv4 due to the recent change
to handle address dumps for a specific device. The report also applies to
ipv6 and other error paths. Patches 1 and 2 fix those leaks.

Patch 3 stops route dumps from erroring out when dumping across address
families and a table id is given. This is needed in preparation for
patch 4.

Patch 4 updates the rtnl_dump_all to handle a failure in one of the dumpit
functions. At the moment, if an address dump returns an error the dump all
loop breaks but the error is dropped. The result can be no data is returned
and no error either leaving the user wondering about the addresses.

Patches were tested with a modified iproute2 to add invalid data to the
dump request causing each specific failure path to be hit in addition
to positive testing that it works as it should when given valid data.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>