mbox series

pull-request: bpf 2021-12-31

Message ID 20211231160050.16105-1-daniel@iogearbox.net (mailing list archive)
State Accepted
Commit 0f1fe7b83ba0e47a7c57135420630e9f68e332a3
Headers show
Series pull-request: bpf 2021-12-31 | expand

Pull-request

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

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 2 this patch: 2
netdev/build_clang success Errors and warnings before: 20 this patch: 20
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 4 this patch: 4

Message

Daniel Borkmann Dec. 31, 2021, 4 p.m. UTC
Hi David, hi Jakub,

First of all, we wish you both a happy new year! :-)

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

We've added 2 non-merge commits during the last 14 day(s) which contain
a total of 2 files changed, 3 insertions(+), 3 deletions(-).

The main changes are:

1) Revert of an earlier attempt to fix xsk's poll() behavior where it
   turned out that the fix for a rare problem made it much worse in
   general, from Magnus Karlsson. (Fyi, Magnus mentioned that a proper
   fix is coming early next year, so the revert is mainly to avoid
   slipping the behavior into 5.16.)

2) Minor misc spell fix in BPF selftests, from Colin Ian King.

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 8ca4090fec0217bcb89531c8be80fcfa66a397a1:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2021-12-17 10:52:04 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 819d11507f6637731947836e6308f5966d64cf9d:

  bpf, selftests: Fix spelling mistake "tained" -> "tainted" (2021-12-17 23:15:16 +0100)

----------------------------------------------------------------
Colin Ian King (1):
      bpf, selftests: Fix spelling mistake "tained" -> "tainted"

Magnus Karlsson (1):
      Revert "xsk: Do not sleep in poll() when need_wakeup set"

 net/xdp/xsk.c                                          | 4 ++--
 tools/testing/selftests/bpf/verifier/value_ptr_arith.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski Jan. 1, 2022, 2:40 a.m. UTC | #1
On Fri, 31 Dec 2021 17:00:50 +0100 Daniel Borkmann wrote:
> First of all, we wish you both a happy new year! :-)

Happy new year! :)
patchwork-bot+netdevbpf@kernel.org Jan. 1, 2022, 2:50 a.m. UTC | #2
Hello:

This pull request was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 31 Dec 2021 17:00:50 +0100 you wrote:
> Hi David, hi Jakub,
> 
> First of all, we wish you both a happy new year! :-)
> 
> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 2 non-merge commits during the last 14 day(s) which contain
> a total of 2 files changed, 3 insertions(+), 3 deletions(-).
> 
> [...]

Here is the summary with links:
  - pull-request: bpf 2021-12-31
    https://git.kernel.org/netdev/net/c/0f1fe7b83ba0

You are awesome, thank you!