Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-16 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2018 at 10:02:30PM +0200, Michal Kubecek wrote: > On Wed, Aug 15, 2018 at 01:11:21PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > > 3d4bf93ac120 ("tcp:

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-16 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2018 at 10:02:30PM +0200, Michal Kubecek wrote: > On Wed, Aug 15, 2018 at 01:11:21PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > > 3d4bf93ac120 ("tcp:

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Michal Kubecek
On Wed, Aug 15, 2018 at 01:11:21PM +0200, Greg Kroah-Hartman wrote: > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > 3d4bf93ac120 ("tcp: detect malicious patterns in > > tcp_collapse_ofo_queue()") missed a line

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Michal Kubecek
On Wed, Aug 15, 2018 at 01:11:21PM +0200, Greg Kroah-Hartman wrote: > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > 3d4bf93ac120 ("tcp: detect malicious patterns in > > tcp_collapse_ofo_queue()") missed a line

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Takashi Iwai
On Wed, 15 Aug 2018 13:11:21 +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > 3d4bf93ac120 ("tcp: detect malicious patterns in > > tcp_collapse_ofo_queue()") missed a line that

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Takashi Iwai
On Wed, 15 Aug 2018 13:11:21 +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > > 3d4bf93ac120 ("tcp: detect malicious patterns in > > tcp_collapse_ofo_queue()") missed a line that

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > 3d4bf93ac120 ("tcp: detect malicious patterns in > tcp_collapse_ofo_queue()") missed a line that enlarges the > range_truesize value, which broke the whole check. > >

Re: [PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Greg Kroah-Hartman
On Wed, Aug 15, 2018 at 11:58:46AM +0200, Takashi Iwai wrote: > The 4.4.y stable backport dc6ae4dffd65 for the upstream commit > 3d4bf93ac120 ("tcp: detect malicious patterns in > tcp_collapse_ofo_queue()") missed a line that enlarges the > range_truesize value, which broke the whole check. > >

[PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Takashi Iwai
The 4.4.y stable backport dc6ae4dffd65 for the upstream commit 3d4bf93ac120 ("tcp: detect malicious patterns in tcp_collapse_ofo_queue()") missed a line that enlarges the range_truesize value, which broke the whole check. Fixes: dc6ae4dffd65 ("tcp: detect malicious patterns in

[PATCH 4.4.y] tcp: Fix missing range_truesize enlargement in the backport

2018-08-15 Thread Takashi Iwai
The 4.4.y stable backport dc6ae4dffd65 for the upstream commit 3d4bf93ac120 ("tcp: detect malicious patterns in tcp_collapse_ofo_queue()") missed a line that enlarges the range_truesize value, which broke the whole check. Fixes: dc6ae4dffd65 ("tcp: detect malicious patterns in