aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorSabrina Dubroca <[email protected]>2024-03-25 16:56:45 +0100
committerJakub Kicinski <[email protected]>2024-03-26 20:48:24 -0700
commit7608a971fdeb4c3eefa522d1bfe8d4bc6b2481cc (patch)
treee6b37b8fccc4c4f1e9ca8081bacbd3de2e8486c1 /tools/perf/scripts/python/event_analyzing_sample.py
parentc1fd3a9433a2bf5a1c272384c2150e48d69df1a4 (diff)
tls: recv: process_rx_list shouldn't use an offset with kvec
Only MSG_PEEK needs to copy from an offset during the final process_rx_list call, because the bytes we copied at the beginning of tls_sw_recvmsg were left on the rx_list. In the KVEC case, we removed data from the rx_list as we were copying it, so there's no need to use an offset, just like in the normal case. Fixes: 692d7b5d1f91 ("tls: Fix recvmsg() to be able to peek across multiple records") Signed-off-by: Sabrina Dubroca <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/e5487514f828e0347d2b92ca40002c62b58af73d.1711120964.git.sd@queasysnail.net Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions