netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexei Starovoitov <ast@kernel.org>
To: <davem@davemloft.net>
Cc: <daniel@iogearbox.net>, <netdev@vger.kernel.org>, <kernel-team@fb.com>
Subject: pull-request: bpf 2019-02-16
Date: Sat, 16 Feb 2019 19:14:18 -0800	[thread overview]
Message-ID: <20190217031418.2509756-1-ast@kernel.org> (raw)

Hi David,

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

The main changes are:

1) fix lockdep false positive in bpf_get_stackid(), from Alexei.

2) several AF_XDP fixes, from Bjorn, Magnus, Davidlohr.

3) fix narrow load from struct bpf_sock, from Martin.

4) mips JIT fixes, from Paul.

5) gso handling fix in bpf helpers, from Willem.

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

  net/smc: fix byte_order for rx_curs_confirmed (2019-02-08 22:33:25 -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 1910faebf61d85a5b7138c0c1c600672e41f82a3:

  MIPS: eBPF: Remove REG_32BIT_ZERO_EX (2019-02-16 01:10:06 +0100)

----------------------------------------------------------------
Alexei Starovoitov (1):
      bpf: fix lockdep false positive in stackmap

Björn Töpel (1):
      xsk: do not remove umem from netdevice on fall-back to copy-mode

Davidlohr Bueso (1):
      xsk: share the mmap_sem for page pinning

Magnus Karlsson (1):
      xsk: add missing smp_rmb() in xsk_mmap

Martin KaFai Lau (1):
      bpf: Fix narrow load on a bpf_sock returned from sk_lookup()

Paul Burton (2):
      MIPS: eBPF: Always return sign extended 32b values
      MIPS: eBPF: Remove REG_32BIT_ZERO_EX

Willem de Bruijn (1):
      bpf: only adjust gso_size on bytestream protocols

 arch/mips/net/ebpf_jit.c | 24 ++++++++++++------------
 include/linux/skbuff.h   |  6 ++++++
 kernel/bpf/stackmap.c    |  8 +++++++-
 kernel/bpf/verifier.c    | 11 +++++++----
 net/core/filter.c        | 12 ++++--------
 net/xdp/xdp_umem.c       | 11 ++++++-----
 net/xdp/xsk.c            |  4 ++++
 7 files changed, 46 insertions(+), 30 deletions(-)

             reply	other threads:[~2019-02-17  3:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-17  3:14 Alexei Starovoitov [this message]
2019-02-17  6:34 ` pull-request: bpf 2019-02-16 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=20190217031418.2509756-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).