]> asedeno.scripts.mit.edu Git - linux.git/commit
ila: Fix use of rhashtable walk in ila_xlat.c
authorTom Herbert <tom@herbertland.com>
Wed, 27 Jun 2018 21:38:59 +0000 (14:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:32:55 +0000 (11:32 +0900)
commitf7a2ba5ab9c5e7cf9036ec68d3528ccdf9e81b0a
tree33735ccf0afcebbaf8038e5d5e403ad1f8443ebb
parent6d268910a4e222184172e3b991d64c94edfa5388
ila: Fix use of rhashtable walk in ila_xlat.c

Perform better EAGAIN handling, handle case where ila_dump_info
fails and we missed objects in the dump, and add a skip index
to skip over ila entires in a list on a rhashtable node that have
already been visited (by a previous call to ila_nl_dump).

Signed-off-by: Tom Herbert <tom@quantonium.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ila/ila_xlat.c