diff options
author | 2018-01-05 00:38:05 +0100 | |
---|---|---|
committer | 2018-01-08 14:12:26 -0500 | |
commit | c8c9aeb519496f403563c715616dfc2a921a7eae (patch) | |
tree | f5f87fc6fc90d5581bf5a1b2893bee30dc466491 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: ipv6: Allow connect to linklocal address from socket bound to vrf (diff) | |
download | wireguard-linux-c8c9aeb519496f403563c715616dfc2a921a7eae.tar.xz wireguard-linux-c8c9aeb519496f403563c715616dfc2a921a7eae.zip |
tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions
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 <sbrivio@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions