Re: [PATCH bpf 0/3] Three fixes for bpf_msg_pull_data

2018-08-29 Thread Alexei Starovoitov
On Wed, Aug 29, 2018 at 04:50:33PM +0200, Daniel Borkmann wrote: > This set contains three more fixes for the bpf_msg_pull_data() > mainly for correcting scatterlist ring wrap-arounds as well as > fixing up data pointers. For details please see individual patches. > Thanks! Applied to bpf tree, Th

[PATCH bpf 0/3] Three fixes for bpf_msg_pull_data

2018-08-29 Thread Daniel Borkmann
This set contains three more fixes for the bpf_msg_pull_data() mainly for correcting scatterlist ring wrap-arounds as well as fixing up data pointers. For details please see individual patches. Thanks! Daniel Borkmann (3): bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data