[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190302053538.642410-1-ast@kernel.org>
Date: Fri, 1 Mar 2019 21:35:38 -0800
From: Alexei Starovoitov <ast@...nel.org>
To: <davem@...emloft.net>
CC: <daniel@...earbox.net>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>, <kernel-team@...com>
Subject: pull-request: bpf 2019-03-01
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) fix sanitation rewrite, from Daniel.
2) fix error path on map_new_fd, from Peng.
3) fix icache flush address, from Paul.
Please consider pulling these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Thanks a lot!
----------------------------------------------------------------
The following changes since commit 3da1ed7ac398f34fff1694017a07054d69c5f5c5:
net: avoid use IPCB in cipso_v4_error (2019-02-25 14:32:35 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
for you to fetch changes up to 3612af783cf52c74a031a2f11b82247b2599d3cd:
bpf: fix sanitation rewrite in case of non-pointers (2019-03-01 21:24:08 -0800)
----------------------------------------------------------------
Daniel Borkmann (1):
bpf: fix sanitation rewrite in case of non-pointers
Paul Burton (1):
MIPS: eBPF: Fix icache flush end address
Peng Sun (2):
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
arch/mips/net/ebpf_jit.c | 2 +-
kernel/bpf/syscall.c | 6 +++---
kernel/bpf/verifier.c | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists