From: Vlad Yasevich <vyasevich@gmail.com>
To: Wang Weidong <wangweidong1@huawei.com>,
nhorman@tuxdriver.com, davem@davemloft.net
Cc: dborkman@redhat.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org
Subject: Re: [PATCH v7 0/3] sctp: check the rto_min and rto_max
Date: Wed, 11 Dec 2013 02:41:36 +0000 [thread overview]
Message-ID: <52A7D0E0.4080506@gmail.com> (raw)
In-Reply-To: <1386726640-9584-1-git-send-email-wangweidong1@huawei.com>
On 12/10/2013 08:50 PM, Wang Weidong wrote:
> v6 -> v7:
> -patch2: fix the whitespace issues which pointed out by Daniel
>
> v5 -> v6:
> split the v5' first patch to patch1 and patch2, and remove the
> macro in constants.h
>
> -patch1: do rto_min/max socket option handling in its own patch, and
> fix the check of rto_min/max.
> -patch2: do rto_min/max sysctl handling in its own patch.
> -patch3: add Suggested-by Daniel.
>
> v4 -> v5:
> - patch1: add marco in constants.h and fix up spacing as
> suggested by Daniel
> - patch2: add a patch for fix up do_hmac_alg for according
> to do_rto_min[max]
>
> v3 -> v4:
> -patch1: fix use init_net directly which suggested by Vlad.
>
> v2 -> v3:
> -patch1: add proc_handler for check rto_min and rto_max which suggested
> by Vlad
>
> v1 -> v2:
> -patch1: fix the From Name which pointed out by David, and
> add the ACK by Neil
>
> Wang Weidong (3):
> sctp: check the rto_min and rto_max in setsockopt
> sctp: add check rto_min and rto_max in sysctl
> sctp: fix up a spacing
Series
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
-vlad
>
> net/sctp/socket.c | 32 +++++++++++++++--------
> net/sctp/sysctl.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++-------
> 2 files changed, 89 insertions(+), 19 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Vlad Yasevich <vyasevich@gmail.com>
To: Wang Weidong <wangweidong1@huawei.com>,
nhorman@tuxdriver.com, davem@davemloft.net
Cc: dborkman@redhat.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org
Subject: Re: [PATCH v7 0/3] sctp: check the rto_min and rto_max
Date: Tue, 10 Dec 2013 21:41:36 -0500 [thread overview]
Message-ID: <52A7D0E0.4080506@gmail.com> (raw)
In-Reply-To: <1386726640-9584-1-git-send-email-wangweidong1@huawei.com>
On 12/10/2013 08:50 PM, Wang Weidong wrote:
> v6 -> v7:
> -patch2: fix the whitespace issues which pointed out by Daniel
>
> v5 -> v6:
> split the v5' first patch to patch1 and patch2, and remove the
> macro in constants.h
>
> -patch1: do rto_min/max socket option handling in its own patch, and
> fix the check of rto_min/max.
> -patch2: do rto_min/max sysctl handling in its own patch.
> -patch3: add Suggested-by Daniel.
>
> v4 -> v5:
> - patch1: add marco in constants.h and fix up spacing as
> suggested by Daniel
> - patch2: add a patch for fix up do_hmac_alg for according
> to do_rto_min[max]
>
> v3 -> v4:
> -patch1: fix use init_net directly which suggested by Vlad.
>
> v2 -> v3:
> -patch1: add proc_handler for check rto_min and rto_max which suggested
> by Vlad
>
> v1 -> v2:
> -patch1: fix the From Name which pointed out by David, and
> add the ACK by Neil
>
> Wang Weidong (3):
> sctp: check the rto_min and rto_max in setsockopt
> sctp: add check rto_min and rto_max in sysctl
> sctp: fix up a spacing
Series
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
-vlad
>
> net/sctp/socket.c | 32 +++++++++++++++--------
> net/sctp/sysctl.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++-------
> 2 files changed, 89 insertions(+), 19 deletions(-)
>
next prev parent reply other threads:[~2013-12-11 2:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-11 1:50 [PATCH v7 0/3] sctp: check the rto_min and rto_max Wang Weidong
2013-12-11 1:50 ` Wang Weidong
2013-12-11 1:50 ` [PATCH v7 1/3] sctp: check the rto_min and rto_max in setsockopt Wang Weidong
2013-12-11 1:50 ` Wang Weidong
2013-12-11 1:50 ` [PATCH v7 2/3] sctp: add check rto_min and rto_max in sysctl Wang Weidong
2013-12-11 1:50 ` Wang Weidong
2013-12-11 1:50 ` [PATCH v7 3/3] sctp: fix up a spacing Wang Weidong
2013-12-11 1:50 ` Wang Weidong
2013-12-11 2:41 ` Vlad Yasevich [this message]
2013-12-11 2:41 ` [PATCH v7 0/3] sctp: check the rto_min and rto_max Vlad Yasevich
2013-12-11 3:54 ` David Miller
2013-12-11 3:54 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A7D0E0.4080506@gmail.com \
--to=vyasevich@gmail.com \
--cc=davem@davemloft.net \
--cc=dborkman@redhat.com \
--cc=linux-sctp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=wangweidong1@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.