Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[2\/4\]\s+\[IPSEC\]\s+Kill\s+spurious\s+hard\s+expire\s+messages\s*$/: 20 ]

Total 20 documents matching your query.

1. [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Apr 2005 21:12:44 +1000
This patch ensures that the hard state/policy expire notifications are only sent when the state/policy is successfully removed from their respective tables. As it is, it's possible for a state/polic
/archives/netdev/2005-04/msg00421.html (12,279 bytes)

2. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 09 Apr 2005 08:30:44 -0400
This is nice since it seems to go on top of the patch i posted. I didnt get an ACK from Dave - so i assumed that patch is not on his tree yet. Which tree are you using? Small comment below: If the p
/archives/netdev/2005-04/msg00423.html (11,378 bytes)

3. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Apr 2005 05:29:26 +1000
Hi Jamal: The Linus tree plus your patch. You're right. The other callers of xfrm_policy_kill needs to check it too. I'll fix this up. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Her
/archives/netdev/2005-04/msg00430.html (11,991 bytes)

4. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Apr 2005 06:03:06 +1000
Actually, my code was right :) xfrm_policy_kill can only be called by the one who removed the policy from the linked list. Therefore it can never fail. If this logic is wrong we will be getting fat w
/archives/netdev/2005-04/msg00432.html (12,100 bytes)

5. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 10 Apr 2005 10:10:44 -0400
The warning will kick in but it may be as rare as the issue of a delete and expire happening on the same policy that your patch was supposed to stop ;-> cheers, jamal
/archives/netdev/2005-04/msg00447.html (10,901 bytes)

6. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 07:27:07 +1000
What I am saying is that this is impossible. If it really bothers you we can turn the WARN_ON into a BUG. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@x
/archives/netdev/2005-04/msg00461.html (11,457 bytes)

7. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 11 Apr 2005 07:20:20 -0400
We started this discussion by asserting that an expire may be issued on a policy (or state) despite a delete event notification already having happened. Thats what we were/are trying to stop, no? Wh
/archives/netdev/2005-04/msg00473.html (11,173 bytes)

8. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 21:30:40 +1000
Hi Jamal: Yes. xfrm_policy_delete returns 0 if and only if the policy was removed from xfrm_policy_list. A user-initiated delete policy action can only succeed if the policy was removed from xfrm_pol
/archives/netdev/2005-04/msg00475.html (12,351 bytes)

9. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 11 Apr 2005 07:57:29 -0400
Ok, what you are saying is sensible, but: does this mean there was never an issue then there was never a possibility of delete and expire intefering with each other then? cheers, jamal
/archives/netdev/2005-04/msg00476.html (10,922 bytes)

10. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 22:08:01 +1000
The problem before was that the timer didn't check the return value of xfrm_policy_delete (in fact the latter didn't return anything). xfrm_policy_delete tself always checked whether it succeeded in
/archives/netdev/2005-04/msg00477.html (11,752 bytes)

11. [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Apr 2005 21:12:44 +1000
Hi: This patch ensures that the hard state/policy expire notifications are only sent when the state/policy is successfully removed from their respective tables. As it is, it's possible for a state/po
/archives/netdev/2005-04/msg01557.html (12,415 bytes)

12. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 09 Apr 2005 08:30:44 -0400
Herbert, This is nice since it seems to go on top of the patch i posted. I didnt get an ACK from Dave - so i assumed that patch is not on his tree yet. Which tree are you using? Small comment below:
/archives/netdev/2005-04/msg01559.html (11,498 bytes)

13. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Apr 2005 05:29:26 +1000
Hi Jamal: The Linus tree plus your patch. You're right. The other callers of xfrm_policy_kill needs to check it too. I'll fix this up. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Her
/archives/netdev/2005-04/msg01566.html (12,191 bytes)

14. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Apr 2005 06:03:06 +1000
Actually, my code was right :) xfrm_policy_kill can only be called by the one who removed the policy from the linked list. Therefore it can never fail. If this logic is wrong we will be getting fat w
/archives/netdev/2005-04/msg01568.html (12,326 bytes)

15. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 10 Apr 2005 10:10:44 -0400
The warning will kick in but it may be as rare as the issue of a delete and expire happening on the same policy that your patch was supposed to stop ;-> cheers, jamal
/archives/netdev/2005-04/msg01583.html (11,111 bytes)

16. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 07:27:07 +1000
What I am saying is that this is impossible. If it really bothers you we can turn the WARN_ON into a BUG. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@x
/archives/netdev/2005-04/msg01597.html (11,749 bytes)

17. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 11 Apr 2005 07:20:20 -0400
Herbert, We started this discussion by asserting that an expire may be issued on a policy (or state) despite a delete event notification already having happened. Thats what we were/are trying to stop
/archives/netdev/2005-04/msg01609.html (11,447 bytes)

18. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 21:30:40 +1000
Hi Jamal: Yes. xfrm_policy_delete returns 0 if and only if the policy was removed from xfrm_policy_list. A user-initiated delete policy action can only succeed if the policy was removed from xfrm_pol
/archives/netdev/2005-04/msg01611.html (12,706 bytes)

19. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: 11 Apr 2005 07:57:29 -0400
Herbert, Ok, what you are saying is sensible, but: does this mean there was never an issue then there was never a possibility of delete and expire intefering with each other then? cheers, jamal
/archives/netdev/2005-04/msg01612.html (11,259 bytes)

20. Re: [2/4] [IPSEC] Kill spurious hard expire messages (score: 1)
Author: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Apr 2005 22:08:01 +1000
The problem before was that the timer didn't check the return value of xfrm_policy_delete (in fact the latter didn't return anything). xfrm_policy_delete tself always checked whether it succeeded in
/archives/netdev/2005-04/msg01613.html (12,137 bytes)


This search system is powered by Namazu