Re: [RFC PATCH] [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().

2008-02-17 Thread David Miller
From: Sebastien Decugis <[EMAIL PROTECTED]> Date: Fri, 15 Feb 2008 14:45:04 +0900 > It works, thank you! > > Acked-by: Sebastien Decugis <[EMAIL PROTECTED]> Patch applied, thank you. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED

Re: [RFC PATCH] [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().

2008-02-14 Thread Sebastien Decugis
It works, thank you! Acked-by: Sebastien Decugis <[EMAIL PROTECTED]> YOSHIFUJI Hideaki / 吉藤英明 a écrit : Keep ordering of policy entries with same selector in xfrm_dst_hash_transfer(). Issue should not appear in usual cases because multiple policy entries with same selector are basically not a

[RFC PATCH] [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().

2008-02-14 Thread YOSHIFUJI Hideaki / 吉藤英明
Keep ordering of policy entries with same selector in xfrm_dst_hash_transfer(). Issue should not appear in usual cases because multiple policy entries with same selector are basically not allowed so far. Bug was pointed out by Sebastien Decugis <[EMAIL PROTECTED]>. We could convert bydst from hli