Message ID | 20241112083700.356299-1-song@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Make inode storage available to tracing prog | expand |
On 11/12/24 12:36 AM, Song Liu wrote: > bpf inode local storage can be useful beyond LSM programs. For example, > bcc/libbpf-tools file* can use inode local storage to simplify the logic. > This set makes inode local storage available to tracing program. Overall looks good. Left some comments in the patches. All bpf sk/task/cgroup local storage has already done this move, great to see the last bpf inode storage that gets done and makes available to non bpf lsm prog.