Re: pull-request: bpf 2018-05-05

2018-05-04 Thread David Miller
From: Daniel Borkmann Date: Sat, 5 May 2018 00:21:47 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Sanitize attr->{prog,map}_type from bpf(2) since used as an array index >to retrieve prog/map specific ops such that we prevent

pull-request: bpf 2018-05-05

2018-05-04 Thread Daniel Borkmann
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Sanitize attr->{prog,map}_type from bpf(2) since used as an array index to retrieve prog/map specific ops such that we prevent potential out of bounds value under speculation, from Mark