Re: [PATCH] appletalk: Fix potential refcount leak
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-24 23:30:14
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-24 23:30:14
On Mon, 24 Oct 2022 08:36:13 -0700 Eric Dumazet wrote:
IMO appletalk is probably completely broken. atalk_routes_lock is not held while other threads might use rt->dev and would not expect rt->dev to be changed under them (atalk_route_packet() ) I would vote to remove it completely, unless someone is willing to test any change in it.
+1 for killing all of appletalk. Arnd, I think you suggested the removal in the past as well, or were you just saying to remove localtalk ?