All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexei Starovoitov <ast@kernel.org>
To: <davem@davemloft.net>
Cc: <daniel@iogearbox.net>, <ast@kernel.org>,
	<netdev@vger.kernel.org>, <kernel-team@fb.com>
Subject: pull-request: bpf 2019-01-31
Date: Thu, 31 Jan 2019 14:50:40 -0800	[thread overview]
Message-ID: <20190131225040.3447108-1-ast@kernel.org> (raw)

Hi David,

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) disable preemption in sender side of socket filters, from Alexei.

2) fix two potential deadlocks in syscall bpf lookup and prog_register,
   from Martin and Alexei.

3) fix BTF to allow typedef on func_proto, from Yonghong.

4) two bpftool fixes, from Jiri and Paolo.

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 ab06418b7fb8cc1bf82cbce3ebd74e1bbf446d06:

  net: phy: Fixup GPLv2+ SPDX tags based on license text (2019-01-22 20:57:03 -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 f01c2803873e83ea5f1b160c3169ed6018704be8:

  Merge branch 'bpf-lockdep-fixes' (2019-01-31 23:18:23 +0100)

----------------------------------------------------------------
Alexei Starovoitov (4):
      Merge branch 'typedef-func_proto'
      bpf: run bpf programs with preemption disabled
      bpf: fix lockdep false positive in percpu_freelist
      bpf: fix potential deadlock in bpf_prog_register

Daniel Borkmann (2):
      bpf, doc: add reviewers to maintainers entry
      Merge branch 'bpf-lockdep-fixes'

Jakub Kicinski (1):
      tools: bpftool: fix crash with un-owned prog arrays

Jakub Sitnicki (1):
      sk_msg: Always cancel strp work before freeing the psock

Jiri Olsa (1):
      bpftool: Fix prog dump by tag

Martin KaFai Lau (1):
      bpf: Fix syscall's stackmap lookup potential deadlock

Martynas Pumputis (1):
      bpf, selftests: fix handling of sparse CPU allocations

Paolo Abeni (1):
      bpftool: fix percpu maps updating

Yafang Shao (1):
      bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()

Yonghong Song (2):
      bpf: btf: allow typedef func_proto
      tools/bpf: fix test_btf for typedef func_proto case

 MAINTAINERS                            |  5 +++++
 include/linux/filter.h                 | 21 ++++++++++++++---
 kernel/bpf/btf.c                       |  3 ++-
 kernel/bpf/cgroup.c                    |  2 +-
 kernel/bpf/hashtab.c                   |  4 ++--
 kernel/bpf/percpu_freelist.c           | 41 ++++++++++++++++++++++++----------
 kernel/bpf/percpu_freelist.h           |  4 ++++
 kernel/bpf/syscall.c                   | 12 ++++++++--
 kernel/trace/bpf_trace.c               | 14 ++----------
 net/core/filter.c                      |  2 ++
 net/core/skmsg.c                       |  3 +--
 tools/bpf/bpftool/common.c             |  6 +----
 tools/bpf/bpftool/map.c                | 33 +++++++++++++++++++--------
 tools/bpf/bpftool/prog.c               |  5 +++--
 tools/testing/selftests/bpf/bpf_util.h | 30 ++++++++++++++++---------
 tools/testing/selftests/bpf/test_btf.c |  9 +++-----
 16 files changed, 127 insertions(+), 67 deletions(-)

             reply	other threads:[~2019-01-31 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 22:50 Alexei Starovoitov [this message]
2019-02-01 23:28 ` pull-request: bpf 2019-01-31 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190131225040.3447108-1-ast@kernel.org \
    --to=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=kernel-team@fb.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.