mbox series

[net,0/2] sctp: shrink stream outq in the right place

Message ID cover.1595433039.git.lucien.xin@gmail.com
Headers show
Series sctp: shrink stream outq in the right place | expand

Message

Xin Long July 22, 2020, 3:52 p.m. UTC
Patch 1 is an improvement, and Patch 2 is a bug fix.

Xin Long (2):
  sctp: shrink stream outq only when new outcnt < old outcnt
  sctp: shrink stream outq when fails to do addstream reconf

 net/sctp/stream.c | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

Comments

Marcelo Ricardo Leitner July 22, 2020, 8:46 p.m. UTC | #1
On Wed, Jul 22, 2020 at 11:52:10PM +0800, Xin Long wrote:
> Patch 1 is an improvement, and Patch 2 is a bug fix.
> 
> Xin Long (2):
>   sctp: shrink stream outq only when new outcnt < old outcnt
>   sctp: shrink stream outq when fails to do addstream reconf

Nice changelogs, thanks.

Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
David Miller July 23, 2020, 1:05 a.m. UTC | #2
From: Xin Long <lucien.xin@gmail.com>
Date: Wed, 22 Jul 2020 23:52:10 +0800

> Patch 1 is an improvement, and Patch 2 is a bug fix.

Series applied, and queued up for -stable, thank you.