On 2018/8/15 21:18, Greg KH wrote: > On Wed, Aug 15, 2018 at 09:21:00PM +0800, Mao Wenan wrote: >> This reverts commit dc6ae4dffd656811dee7151b19545e4cd839d378. > > I need a reason why, and a signed-off-by line :( stable 4.4 only back port two patches to fix CVE-2018-5390, I have tested they can't fix fully because of simple queue used in lower version, so we need change simple queue to RB tree to finally resolve. But 9f5afeae have many conflicts with tcp: detect malicious patterns in tcp_collapse_ofo_queue() and tcp: avoid collapses in tcp_prune_queue() if possible, and there are patch series from Eric in mainline to fix CVE-2018-5390, so I need revert part of patches in stable 4.4 firstly, then apply 9f5afeae, and reapply five patches from Eric. 9f5afeae tcp: use an RB tree for ooo receive queue > > thanks, > > greg k-h > >
- [PATCH stable 4.4 6/9] tcp: avoid collapses in tcp_prune_queue()... Mao Wenan
- [PATCH stable 4.4 2/9] Revert "tcp: avoid collapses in tcp_... Mao Wenan
- [PATCH stable 4.4 5/9] tcp: free batches of packets in tcp_prune... Mao Wenan
- [PATCH stable 4.4 7/9] tcp: detect malicious patterns in tcp_col... Mao Wenan
- [PATCH stable 4.4 1/9] Revert "tcp: detect malicious patter... Mao Wenan
- Re: [PATCH stable 4.4 1/9] Revert "tcp: detect malicio... Greg KH
- Re: [PATCH stable 4.4 1/9] Revert "tcp: detect mal... maowenan
- [PATCH stable 4.4 4/9] tcp: use an RB tree for ooo receive queue Mao Wenan
- [PATCH stable 4.4 8/9] tcp: call tcp_drop() from tcp_data_queue_... Mao Wenan
- [PATCH stable 4.4 9/9] tcp: add tcp_ooo_try_coalesce() helper Mao Wenan
- [PATCH stable 4.4 3/9] tcp: increment sk_drops for dropped rx pa... Mao Wenan
- Re: [PATCH stable 4.4 0/9] fix SegmentSmack (CVE-2018-5390) Greg KH