Merge branch 'inet-frags-followup'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2019 00:22:15 +0000 (17:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2019 00:22:15 +0000 (17:22 -0700)
commit2e56571d820d46d9d54c1ae0e113a91d1c07814f
tree3a2cd75dc3f1b69cae61b597b8f1f42c006757a1
parent3fb321fde22ddc3adc83e1f690b1fad9dfbd24ef
parentdc93f46bc4e00899eaf4579962cfac8cf2f9966d
Merge branch 'inet-frags-followup'

Eric Dumazet says:

====================
inet: frags: followup to 'inet-frags-avoid-possible-races-at-netns-dismantle'

Latest patch series ('inet-frags-avoid-possible-races-at-netns-dismantle')
brought another syzbot report shown in the third patch changelog.

While fixing the issue, I had to call inet_frags_fini() later
in IPv6 and ilowpan.

Also I believe a completion is needed to ensure proper dismantle
at module removal.
====================

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