Re: [RFC][PATCH 2/9] deadlock prevention core
From: David Miller <davem@davemloft.net>
Date: 2006-08-08 22:10:17
Also in:
linux-mm, lkml
From: David Miller <davem@davemloft.net>
Date: 2006-08-08 22:10:17
Also in:
linux-mm, lkml
I think the new atomic operation that will seemingly occur on every device SKB free is unacceptable. You also cannot modify netdev->flags in the lockless manner in which you do, it must be done with the appropriate locking, such as holding the RTNL semaphore.