Re: [PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage

2020-05-27 Thread kbuild test robot
Hi KP, I love your patch! Yet something to improve: [auto build test ERROR on bpf-next/master] [also build test ERROR on next-20200526] [cannot apply to bpf/master linus/master linux/master v5.7-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the

[PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage

2020-05-26 Thread KP Singh
From: KP Singh Refactor the functionality in bpf_sk_storage.c so that concept of storage linked to kernel objects can be extended to other objects like inode, task_struct etc. bpf_sk_storage is updated to be bpf_local_storage with a union that contains a pointer to the owner object. The type of