diff options
author | 2020-10-05 15:36:48 -0700 | |
---|---|---|
committer | 2020-10-06 00:43:11 +0200 | |
commit | dca4121cdc48027320c95cbce8f5e81160aa4afe (patch) | |
tree | 64f0acd686694b82da4b88215bb9f16b8110aa04 | |
parent | bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI (diff) | |
download | wireguard-linux-dca4121cdc48027320c95cbce8f5e81160aa4afe.tar.xz wireguard-linux-dca4121cdc48027320c95cbce8f5e81160aa4afe.zip |
bpf, doc: Update Andrii's email in MAINTAINERS
Update Andrii Nakryiko's reviewer email to kernel.org account. This optimizes
email logistics on my side and makes it less likely for me to miss important
patches.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20201005223648.2437130-1-andrii@kernel.org
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c1e946606dce..fd5d5507d229 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3258,7 +3258,7 @@ M: Daniel Borkmann <daniel@iogearbox.net> R: Martin KaFai Lau <kafai@fb.com> R: Song Liu <songliubraving@fb.com> R: Yonghong Song <yhs@fb.com> -R: Andrii Nakryiko <andriin@fb.com> +R: Andrii Nakryiko <andrii@kernel.org> R: John Fastabend <john.fastabend@gmail.com> R: KP Singh <kpsingh@chromium.org> L: netdev@vger.kernel.org |