Re: [PATCH ipsec 0/2] xfrm interface: bug fix on changelink

2019-07-15 Thread Nicolas Dichtel
Le 10/07/2019 à 09:45, Nicolas Dichtel a écrit : > > Here are two bug fix seen by code review. The first one avoids a corruption of > existing xfrm interfaces and the second is a minor fix of an error message. > > include/net/xfrm.h| 1 - > net/xfrm/xfrm_interface.c | 20 ++-

[PATCH ipsec 0/2] xfrm interface: bug fix on changelink

2019-07-10 Thread Nicolas Dichtel
Here are two bug fix seen by code review. The first one avoids a corruption of existing xfrm interfaces and the second is a minor fix of an error message. include/net/xfrm.h| 1 - net/xfrm/xfrm_interface.c | 20 ++-- 2 files changed, 6 insertions(+), 15 deletions(-) Re