[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m13ab8s8cr.fsf@fess.ebiederm.org>
Date: Wed, 13 May 2009 19:53:40 -0700
From: ebiederm@...ssion.com (Eric W. Biederman)
To: David Miller <davem@...emloft.net>
Cc: <netdev@...r.kernel.org>, Herbert Xu <herbert@...dor.apana.org.au>,
Stephen Hemminger <shemminger@...tta.com>,
Ben Greear <greearb@...delatech.com>,
Patrick McHardy <kaber@...sh.net>
Subject: [PATCH 0/7] IPv4/IPv6 unregistration deadlock fixes
A while ago it was noticed that unregistering network devices could cause
deadlocks if virtual files that take the rtnl_lock were accessed at the
wrong time.
After looking at the different possibilities the only way to solve it
cleanly without some kind of busy loop appears to be reducing the scope
of the rtnl lock.
I have not tackled the hard fix yet but I have tested our current work
around and it does not succeed in restarting the system call and
instead leaks -ERESTARNOSYS to userspace, because we do not have a
signal pending.
Further the current work around misses several interesting places
in the network stack where the deadlock can occur.
I have addressed the problems by making a common helper function
and patching all of the places I could find that had this problem.
Eric
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists