Re: bpf: mismatch between inode->i_private and inode->i_op

2018-02-28 Thread Daniel Borkmann
On 02/28/2018 03:51 PM, Sodagudi Prasad wrote: > Hi All, > > Trying to boot 4.14.19 kernel with Android and observed a crash in bpf system. > From the call stack netd process is trying to access the > /sys/fs/bfp/traffic_cookie_uid_map file. > After checking call stack further observed that,

Re: bpf: mismatch between inode->i_private and inode->i_op

2018-02-28 Thread Daniel Borkmann
On 02/28/2018 03:51 PM, Sodagudi Prasad wrote: > Hi All, > > Trying to boot 4.14.19 kernel with Android and observed a crash in bpf system. > From the call stack netd process is trying to access the > /sys/fs/bfp/traffic_cookie_uid_map file. > After checking call stack further observed that,

bpf: mismatch between inode->i_private and inode->i_op

2018-02-28 Thread Sodagudi Prasad
Hi All, Trying to boot 4.14.19 kernel with Android and observed a crash in bpf system. From the call stack netd process is trying to access the /sys/fs/bfp/traffic_cookie_uid_map file. After checking call stack further observed that, inode->i_private is pointing to (struct bpf_map *) but

bpf: mismatch between inode->i_private and inode->i_op

2018-02-28 Thread Sodagudi Prasad
Hi All, Trying to boot 4.14.19 kernel with Android and observed a crash in bpf system. From the call stack netd process is trying to access the /sys/fs/bfp/traffic_cookie_uid_map file. After checking call stack further observed that, inode->i_private is pointing to (struct bpf_map *) but