Merge bdb575f872 ("Merge tag 'drm-fixes-2021-09-17' of git://anongit.freedesktop.org/drm/drm") into android-mainline
Steps on the way to 5.15-rc2 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Id7ae8fe00ef75a10c28b62553ee8cf42a6db5729
This commit is contained in:
@@ -1347,7 +1347,7 @@ static u8 tcp_sacktag_one(struct sock *sk,
|
||||
if (dup_sack && (sacked & TCPCB_RETRANS)) {
|
||||
if (tp->undo_marker && tp->undo_retrans > 0 &&
|
||||
after(end_seq, tp->undo_marker))
|
||||
tp->undo_retrans--;
|
||||
tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount);
|
||||
if ((sacked & TCPCB_SACKED_ACKED) &&
|
||||
before(start_seq, state->reord))
|
||||
state->reord = start_seq;
|
||||
|
||||
Reference in New Issue
Block a user