aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMarc Kleine-Budde <[email protected]>2022-04-21 10:29:03 +0200
committerMarc Kleine-Budde <[email protected]>2022-05-16 22:03:45 +0200
commit2af84932b3a1db29e37b10ef7f268da47489eb16 (patch)
tree019d3aee0275eb984b771d1a5eb6872d4a68c4d7 /tools/perf/scripts/python/event_analyzing_sample.py
parentd887ae3247e022183f244cb325dca1dfbd0a9ed0 (diff)
can: raw: raw_sendmsg(): remove not needed setting of skb->sk
The skb in raw_sendmsg() is allocated with sock_alloc_send_skb(), which subsequently calls sock_alloc_send_pskb() -> skb_set_owner_w(), which assigns "skb->sk = sk". This patch removes the not needed setting of skb->sk. Link: https://lore.kernel.org/all/[email protected] Acked-by: Oliver Hartkopp <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions