Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Vlad Yasevich
On 11/13/2013 03:48 PM, Chang wrote: On 11/13/2013 08:10 PM, Daniel Borkmann wrote: On 11/13/2013 08:06 PM, Chang wrote: On 11/13/2013 09:44 AM, Daniel Borkmann wrote: On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Daniel Borkmann
On 11/13/2013 10:23 PM, Chang wrote: [...] Let's say the following condition A - the initial revision B - something was wrong that introduced a bug C - latest revision MyFix - fixing the bug caused by B. Shall I specify B or C in the "fixes:" tag? revision introduces a bug |

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Chang
On 11/13/2013 09:48 PM, Chang wrote: On 11/13/2013 08:10 PM, Daniel Borkmann wrote: On 11/13/2013 08:06 PM, Chang wrote: On 11/13/2013 09:44 AM, Daniel Borkmann wrote: On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Chang
On 11/13/2013 08:10 PM, Daniel Borkmann wrote: On 11/13/2013 08:06 PM, Chang wrote: On 11/13/2013 09:44 AM, Daniel Borkmann wrote: On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recen

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Daniel Borkmann
On 11/13/2013 08:06 PM, Chang wrote: On 11/13/2013 09:44 AM, Daniel Borkmann wrote: On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path a

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Chang
On 11/13/2013 09:44 AM, Daniel Borkmann wrote: On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Please

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Vlad Yasevich
On 11/12/2013 09:54 PM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Signed-off-by: changxiangzh...@gmail.com --- net/sctp/

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-13 Thread Daniel Borkmann
On 11/13/2013 03:54 AM, Chang wrote: On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Please also for the log, elaborate a bit more, explainin

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-12 Thread Chang
On 11/13/2013 03:37 AM, Vlad Yasevich wrote: On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Signed-off-by: changxiangzh...@gmail.com --- net/sctp/associola.c |4 1 file chan

Re: [PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-12 Thread Vlad Yasevich
On 11/12/2013 08:34 PM, Chang Xiangzhong wrote: Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Signed-off-by: changxiangzh...@gmail.com --- net/sctp/associola.c |4 1 file changed, 4 insertions(+) diff --git a/net/sctp/asso

[PATCH 1/1] net: sctp: bug fixing when sctp path recovers

2013-11-12 Thread Chang Xiangzhong
Look for the __two__ most recently used path/transport and set to active_path and retran_path respectively Signed-off-by: changxiangzh...@gmail.com --- net/sctp/associola.c |4 1 file changed, 4 insertions(+) diff --git a/net/sctp/associola.c b/net/sctp/associola.c index ab67efc..070011