Message ID | 20201112180340.45265-1-alexei.starovoitov@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 9602182810cc15e241f06c63c90b828ef63d0507 |
Delegated to: | BPF |
Headers | show |
Series | [bpf] MAINTAINERS/bpf: Update Andrii's entry. | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | fail | Series targets non-next tree, but doesn't contain any Fixes tags |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for bpf |
netdev/subject_prefix | success | Link |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 11 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
netdev/stable | success | Stable not CCed |
On 11/12/20 7:03 PM, Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@kernel.org> > > Andrii has been a de-facto maintainer for libbpf and other components. > Update maintainers entry to acknowledge his work de-jure. > > The folks with git write permissions will continue to follow the rule > of not applying their own patches unless absolutely trivial. > > Signed-off-by: Alexei Starovoitov <ast@kernel.org> Full ack, thanks for all the hard work, Andrii! Applied, thanks!
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Thu, 12 Nov 2020 10:03:40 -0800 you wrote: > From: Alexei Starovoitov <ast@kernel.org> > > Andrii has been a de-facto maintainer for libbpf and other components. > Update maintainers entry to acknowledge his work de-jure. > > The folks with git write permissions will continue to follow the rule > of not applying their own patches unless absolutely trivial. > > [...] Here is the summary with links: - [bpf] MAINTAINERS/bpf: Update Andrii's entry. https://git.kernel.org/bpf/bpf/c/9602182810cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Daniel Borkmann <daniel@iogearbox.net> writes: > On 11/12/20 7:03 PM, Alexei Starovoitov wrote: >> From: Alexei Starovoitov <ast@kernel.org> >> >> Andrii has been a de-facto maintainer for libbpf and other components. >> Update maintainers entry to acknowledge his work de-jure. >> >> The folks with git write permissions will continue to follow the rule >> of not applying their own patches unless absolutely trivial. >> >> Signed-off-by: Alexei Starovoitov <ast@kernel.org> > > Full ack, thanks for all the hard work, Andrii! +1 :) -Toke
On Thu, Nov 12, 2020 at 9:13 PM Toke Høiland-Jørgensen <toke@redhat.com> wrote: > > Daniel Borkmann <daniel@iogearbox.net> writes: > > > On 11/12/20 7:03 PM, Alexei Starovoitov wrote: > >> From: Alexei Starovoitov <ast@kernel.org> > >> > >> Andrii has been a de-facto maintainer for libbpf and other components. > >> Update maintainers entry to acknowledge his work de-jure. > >> > >> The folks with git write permissions will continue to follow the rule > >> of not applying their own patches unless absolutely trivial. > >> > >> Signed-off-by: Alexei Starovoitov <ast@kernel.org> > > > > Full ack, thanks for all the hard work, Andrii! > > +1 :) > > -Toke > +1 Thanks for all the work Andrii!!
On Thu, Nov 12, 2020 at 12:52 PM KP Singh <kpsingh@chromium.org> wrote: > > On Thu, Nov 12, 2020 at 9:13 PM Toke Høiland-Jørgensen <toke@redhat.com> wrote: > > > > Daniel Borkmann <daniel@iogearbox.net> writes: > > > > > On 11/12/20 7:03 PM, Alexei Starovoitov wrote: > > >> From: Alexei Starovoitov <ast@kernel.org> > > >> > > >> Andrii has been a de-facto maintainer for libbpf and other components. > > >> Update maintainers entry to acknowledge his work de-jure. > > >> > > >> The folks with git write permissions will continue to follow the rule > > >> of not applying their own patches unless absolutely trivial. > > >> > > >> Signed-off-by: Alexei Starovoitov <ast@kernel.org> > > > > > > Full ack, thanks for all the hard work, Andrii! > > > > +1 :) > > > > -Toke > > > > +1 Thanks for all the work Andrii!! I'm very flattered, thank you, guys!
diff --git a/MAINTAINERS b/MAINTAINERS index cd123d0a6a2d..008ee2bf753b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3243,10 +3243,10 @@ F: drivers/iio/accel/bma400* BPF (Safe dynamic programs and tools) M: Alexei Starovoitov <ast@kernel.org> M: Daniel Borkmann <daniel@iogearbox.net> +M: Andrii Nakryiko <andrii@kernel.org> R: Martin KaFai Lau <kafai@fb.com> R: Song Liu <songliubraving@fb.com> R: Yonghong Song <yhs@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