Re: [RFC 2.6.10 4/22] xfrm: Try to offload inbound xfrm_states
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-01-21 22:58:39
Also in:
lkml
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-01-21 22:58:39
Also in:
lkml
On Thu, 30 Dec 2004 03:48:35 -0500 David Dillow [off-list ref] wrote:
# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/12/30 00:33:11-05:00 dave@thedillows.org # Plumb in offloading of inbound xfrm_states. # # Signed-off-by: David Dillow [off-list ref]
Hmmm, this seems to deadlock. xfrm_state_add() is invoked with the RTNL semaphore already acquired. For example, via xfrm_user.c:xfrm_add_sa()