Re: [PATCH v2 bpf-next 0/4] Make inode storage available to tracing prog

From: Martin KaFai Lau
Date: Tue Nov 12 2024 - 18:56:27 EST


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.