[XFRM]: Avoid bogus BUG() when throwing new policy away.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Friday, February 15, 2008 - 6:01 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=073a37...
Commit:     073a371987f9a9806a85329eed51dca1fc52a7a0
Parent:     a4d6b8af1e92daa872f55d06415b76c35f44d8bd
Author:     YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
AuthorDate: Thu Feb 14 14:52:38 2008 -0800
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Thu Feb 14 14:52:38 2008 -0800

    [XFRM]: Avoid bogus BUG() when throwing new policy away.
    
    From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
    
    When we destory a new policy entry, we need to tell
    xfrm_policy_destroy() explicitly that the entry is not
    alive yet.
    
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 net/xfrm/xfrm_user.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 7833807..f971ca5 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c
@@ -1105,6 +1105,7 @@ static struct xfrm_policy *xfrm_policy_construct(struct xfrm_userpolicy_info *p,
 	return xp;
  error:
 	*errp = err;
+	xp->dead = 1;
 	xfrm_policy_destroy(xp);
 	return NULL;
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[XFRM]: Avoid bogus BUG() when throwing new policy away., Linux Kernel Mailing List..., (Fri Feb 15, 6:01 pm)