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

2020-07-09 Thread KP Singh
On 09-Jul 10:49, kernel test robot wrote: > Hi KP, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on bpf-next/master] > > url: > https://github.com/0day-ci/linux/commits/KP-Singh/Generalizing-bpf_local_storage/20200709-085810 > base: https://git.kernel.or

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

2020-07-08 Thread kernel test robot
Hi KP, I love your patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] url: https://github.com/0day-ci/linux/commits/KP-Singh/Generalizing-bpf_local_storage/20200709-085810 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master config: a

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

2020-07-08 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