mbox series

pull-request: bpf 2019-03-01

Message ID 20190302053538.642410-1-ast@kernel.org
State Accepted
Delegated to: David Miller
Headers show
Series pull-request: bpf 2019-03-01 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Message

Alexei Starovoitov March 2, 2019, 5:35 a.m. UTC
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(-)

Comments

David Miller March 2, 2019, 5:48 a.m. UTC | #1
From: Alexei Starovoitov <ast@kernel.org>
Date: Fri, 1 Mar 2019 21:35:38 -0800

> 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

Pulled, thanks Alexei.