netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: daniel@iogearbox.net, ast@kernel.org, netdev@vger.kernel.org
Subject: pull-request: bpf 2018-09-02
Date: Sun,  2 Sep 2018 23:20:31 +0200	[thread overview]
Message-ID: <20180902212031.11246-1-daniel@iogearbox.net> (raw)

Hi David,

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

The main changes are:

1) Fix one remaining buggy offset override in sockmap's bpf_msg_pull_data()
   when linearizing multiple scatterlist elements, from Tushar.

2) Fix BPF sockmap's misuse of ULP when a collision with another ULP is
   found on map update where it would release existing ULP. syzbot found and
   triggered this couple of times now, fix from John.

3) Add missing xskmap type to bpftool so it will properly show the type
   on map dump, from Prashant.

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 93bbadd6e0a2a58e49d265b9b1aa58e621b60a26:

  ipv6: don't get lwtstate twice in ip6_rt_copy_init() (2018-09-01 17:42:12 -0700)

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 597222f72a94118f593e4f32bf58ae7e049a0df1:

  bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP (2018-09-02 22:31:10 +0200)

----------------------------------------------------------------
John Fastabend (1):
      bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP

Prashant Bhole (1):
      tools/bpf: bpftool, add xskmap in map types

Tushar Dave (1):
      bpf: Fix bpf_msg_pull_data()

 kernel/bpf/sockmap.c    | 12 +++++++++++-
 net/core/filter.c       |  7 +++----
 tools/bpf/bpftool/map.c |  1 +
 3 files changed, 15 insertions(+), 5 deletions(-)

             reply	other threads:[~2018-09-03  1:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-02 21:20 Daniel Borkmann [this message]
2018-09-02 22:53 ` pull-request: bpf 2018-09-02 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=20180902212031.11246-1-daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=ast@kernel.org \
    --cc=davem@davemloft.net \
    --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).