summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorCong Wang <cong.wang@bytedance.com>2022-08-17 12:54:45 -0700
committerJakub Kicinski <kuba@kernel.org>2022-08-18 11:04:56 -0700
commit2e23acd99efacfd2a63cb9725afbc65e4e964fb7 (patch)
tree7378084ad03e9513090482684a21c6e810d61b36 /tools/perf/scripts/python
parenta8688821f3854f37fe0198b8945f9cfc051ab2cf (diff)
downloadkernel-2e23acd99efacfd2a63cb9725afbc65e4e964fb7.tar.gz
tcp: handle pure FIN case correctly
When skb->len==0, the recv_actor() returns 0 too, but we also use 0 for error conditions. This patch amends this by propagating the errors to tcp_read_skb() so that we can distinguish skb->len==0 case from error cases. Fixes: 04919bed948d ("tcp: Introduce tcp_read_skb()") Reported-by: Eric Dumazet <edumazet@google.com> Cc: John Fastabend <john.fastabend@gmail.com> Cc: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Cong Wang <cong.wang@bytedance.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
soc_register_component() on txx9aclc ac97Kuninori Morimoto 2012-12-10ASoC: txx9: remove __dev* attributesBill Pemberton 2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine 2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds 2011-12-23ASoC: txx9: Add .owner to struct snd_soc_cardAxel Lin 2011-11-25ASoC: Convert txx9 directory to module_platform_driverAxel Lin 2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul 2011-10-31sound-soc: move to dma_transfer_directionVinod Koul 2011-10-27Merge branch 'topic/asoc' into for-linusTakashi Iwai 2011-10-03ASoC: txx9: Add __exit_p at necessary placeAxel Lin 2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang