Re: [PATCH net] rtnetlink: invoke 'cb->done' destructor before 'cb->args' reset
From: Alexey Kodanev <hidden>
Date: 2018-11-01 22:04:20
From: Alexey Kodanev <hidden>
Date: 2018-11-01 22:04:20
On 10/31/2018 08:35 PM, David Ahern wrote:
On 10/31/18 10:55 AM, David Ahern wrote:quoted
I think the simplest fix for 4.20 is to break the loop if ret is non-0 - restore the previous behavior.that is the only recourse. It has to bail if ret is non-0. Do you want to send a patch with that fix?
I see, and inet6_dump_fib() cleanups fib6_walker if ret is zero. Will send the fix.