From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2018-05-05 Date: Fri, 04 May 2018 19:50:37 -0400 (EDT) Message-ID: <20180504.195037.458339230415665870.davem@davemloft.net> References: <20180504222147.18850-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ast@kernel.org, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:40416 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751729AbeEDXuk (ORCPT ); Fri, 4 May 2018 19:50:40 -0400 In-Reply-To: <20180504222147.18850-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: 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 potential out of > bounds value under speculation, from Mark and Daniel. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.