Re: [PATCH net] sctp: fix error handling on stream scheduler initialization

2019-07-01 Thread David Miller
From: Marcelo Ricardo Leitner Date: Thu, 27 Jun 2019 19:48:10 -0300 > It allocates the extended area for outbound streams only on sendmsg > calls, if they are not yet allocated. When using the priority > stream scheduler, this initialization may imply into a subsequent > allocation, which may fa

Re: [PATCH net] sctp: fix error handling on stream scheduler initialization

2019-06-28 Thread Neil Horman
On Thu, Jun 27, 2019 at 07:48:10PM -0300, Marcelo Ricardo Leitner wrote: > It allocates the extended area for outbound streams only on sendmsg > calls, if they are not yet allocated. When using the priority > stream scheduler, this initialization may imply into a subsequent > allocation, which may

[PATCH net] sctp: fix error handling on stream scheduler initialization

2019-06-27 Thread Marcelo Ricardo Leitner
It allocates the extended area for outbound streams only on sendmsg calls, if they are not yet allocated. When using the priority stream scheduler, this initialization may imply into a subsequent allocation, which may fail. In this case, it was aborting the stream scheduler initialization but lea