aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorPietro Borrello <[email protected]>2023-02-04 17:39:20 +0000
committerDavid S. Miller <[email protected]>2023-02-06 10:16:55 +0000
commit584f3742890e966d2f0a1f3c418c9ead70b2d99e (patch)
treeda80e16652afbdd1695b2c69e594205e7eaa0689 /tools/perf/scripts/python/event_analyzing_sample.py
parentb601135e8d704f3218efaf07cdb2ebf310aedc2a (diff)
net: add sock_init_data_uid()
Add sock_init_data_uid() to explicitly initialize the socket uid. To initialise the socket uid, sock_init_data() assumes a the struct socket* sock is always embedded in a struct socket_alloc, used to access the corresponding inode uid. This may not be true. Examples are sockets created in tun_chr_open() and tap_open(). Fixes: 86741ec25462 ("net: core: Add a UID field to struct sock.") Signed-off-by: Pietro Borrello <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions