diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-03-18 18:05:17 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-03-18 18:05:17 +0100 |
commit | 6bd0c76bd70447aedfeafa9e1fcc249991d6c678 (patch) | |
tree | 88fe7899e5e6e11166af4d17703c67180d313093 /MAINTAINERS | |
parent | Merge branch 'af_unix-OOB-fixes' (diff) | |
parent | xsk: Fix race at socket teardown (diff) | |
download | linux-6bd0c76bd70447aedfeafa9e1fcc249991d6c678.tar.xz linux-6bd0c76bd70447aedfeafa9e1fcc249991d6c678.zip |
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Daniel Borkmann says:
====================
pull-request: bpf 2022-03-18
We've added 2 non-merge commits during the last 18 day(s) which contain
a total of 2 files changed, 50 insertions(+), 20 deletions(-).
The main changes are:
1) Fix a race in XSK socket teardown code that can lead to a NULL pointer
dereference, from Magnus.
2) Small MAINTAINERS doc update to remove Lorenz from sockmap, from Lorenz.
* https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
xsk: Fix race at socket teardown
bpf: Remove Lorenz Bauer from L7 BPF maintainers
====================
Link: https://lore.kernel.org/r/20220318152418.28638-1-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cd0f68d4a34a..80467c8291cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10765,7 +10765,6 @@ L7 BPF FRAMEWORK M: John Fastabend <john.fastabend@gmail.com> M: Daniel Borkmann <daniel@iogearbox.net> M: Jakub Sitnicki <jakub@cloudflare.com> -M: Lorenz Bauer <lmb@cloudflare.com> L: netdev@vger.kernel.org L: bpf@vger.kernel.org S: Maintained |