All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: kuba@kernel.org, daniel@iogearbox.net, ast@kernel.org,
	andrii.nakryiko@gmail.com, netdev@vger.kernel.org,
	bpf@vger.kernel.org
Subject: pull-request: bpf 2022-02-03
Date: Thu,  3 Feb 2022 16:58:15 +0100	[thread overview]
Message-ID: <20220203155815.25689-1-daniel@iogearbox.net> (raw)

Hi David, hi Jakub,

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

We've added 6 non-merge commits during the last 10 day(s) which contain
a total of 7 files changed, 11 insertions(+), 236 deletions(-).

The main changes are:

1) Fix BPF ringbuf to allocate its area with VM_MAP instead of VM_ALLOC
   flag which otherwise trips over KASAN, from Hou Tao.

2) Fix unresolved symbol warning in resolve_btfids due to LSM callback
   rename, from Alexei Starovoitov.

3) Fix a possible race in inc_misses_counter() when IRQ would trigger
   during counter update, from He Fengqing.

4) Fix tooling infra for cross-building with clang upon probing whether
   gcc provides the standard libraries, from Jean-Philippe Brucker.

5) Fix silent mode build for resolve_btfids, from Nathan Chancellor.

6) Drop unneeded and outdated lirc.h header copy from tooling infra as
   BPF does not require it anymore, from Sean Young.

Please consider pulling these changes from:

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

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Andrii Nakryiko, John Fastabend, Nathan Chancellor, Shuah Khan

----------------------------------------------------------------

The following changes since commit e52984be9a522fb55c8f3e3df860d464d6658585:

  Merge tag 'linux-can-fixes-for-5.17-20220124' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can (2022-01-24 12:17:58 -0800)

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

  tools/resolve_btfids: Do not print any commands when building silently (2022-02-03 16:28:49 +0100)

----------------------------------------------------------------
Alexei Starovoitov (1):
      bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.

He Fengqing (1):
      bpf: Fix possible race in inc_misses_counter

Hou Tao (1):
      bpf: Use VM_MAP instead of VM_ALLOC for ringbuf

Jean-Philippe Brucker (1):
      tools: Ignore errors from `which' when searching a GCC toolchain

Nathan Chancellor (1):
      tools/resolve_btfids: Do not print any commands when building silently

Sean Young (1):
      tools headers UAPI: remove stale lirc.h

 kernel/bpf/bpf_lsm.c                               |   2 +-
 kernel/bpf/ringbuf.c                               |   2 +-
 kernel/bpf/trampoline.c                            |   5 +-
 tools/bpf/resolve_btfids/Makefile                  |   6 +-
 tools/include/uapi/linux/lirc.h                    | 229 ---------------------
 tools/scripts/Makefile.include                     |   2 +-
 tools/testing/selftests/bpf/test_lirc_mode2_user.c |   1 -
 7 files changed, 11 insertions(+), 236 deletions(-)
 delete mode 100644 tools/include/uapi/linux/lirc.h

             reply	other threads:[~2022-02-03 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 15:58 Daniel Borkmann [this message]
2022-02-03 22:00 ` pull-request: bpf 2022-02-03 patchwork-bot+netdevbpf

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=20220203155815.25689-1-daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii.nakryiko@gmail.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --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.