From: Stefano Brivio <[email protected]> Date: Fri, 5 Jan 2018 00:38:05 +0100
> The two conditions triggering BUG_ON() are somewhat unrelated: > the tcp_skb_pcount() check is meant to catch TSO flaws, the > second one checks sanity of congestion window bookkeeping. > > Split them into two separate BUG_ON() assertions on two lines, > so that we know which one actually triggers, when they do. > > Signed-off-by: Stefano Brivio <[email protected]> Applied.
