diff options
author | 2022-11-10 15:46:33 +0100 | |
---|---|---|
committer | 2023-01-26 17:10:37 +0100 | |
commit | 15d937d7ca8c55d2b0ce9116e20c780fdd0b67cc (patch) | |
tree | c679eb27d286dc1630806095c040ef3de951247a /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | Linux 6.2-rc1 (diff) | |
download | wireguard-linux-15d937d7ca8c55d2b0ce9116e20c780fdd0b67cc.tar.xz wireguard-linux-15d937d7ca8c55d2b0ce9116e20c780fdd0b67cc.zip |
fuse: add request extension
Will need to add supplementary groups to create messages, so add the
general concept of a request extension. A request extension is appended to
the end of the main request. It has a header indicating the size and type
of the extension.
The create security context (fuse_secctx_*) is similar to the generic
request extension, so include that as well in a backward compatible manner.
Add the total extension length to the request header. The offset of the
extension block within the request can be calculated by:
inh->len - inh->total_extlen * 8
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions