[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170117.155424.1815351091063210993.davem@davemloft.net>
Date: Tue, 17 Jan 2017 15:54:24 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: dsa@...ulusnetworks.com
Cc: rshearma@...cade.com, netdev@...r.kernel.org,
roopa@...ulusnetworks.com
Subject: Re: [PATCH net] lwtunnel: fix autoload of lwt modules
From: David Ahern <dsa@...ulusnetworks.com>
Date: Tue, 17 Jan 2017 13:46:22 -0700
> In short seems like removing the dev + the current patch dropping
> the lock fixes the current deadlock problem and should be fine.
What about the state recorded by fib_get_nhs() and similar? There is
a mapping from ifindex to ->nh_dev which would be invalidated if the
RTNL semaphore is dropped.
It won't get updated by device events, which is what normally happens,
because the fib_info is not in any of the fib_trie tables yet.
So I think you still have a huge problem without doing proper restarts.
Powered by blists - more mailing lists