Message ID | 20231225090730.6074-1-yangtiezhu@loongson.cn (mailing list archive) |
---|---|
State | Handled Elsewhere |
Delegated to: | BPF |
Headers | show |
Series | MAINTAINERS: Add BPF JIT for LOONGARCH entry | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Also list the loongarch maillist? See the "KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)" entry. Huacai On Mon, Dec 25, 2023 at 5:08 PM Tiezhu Yang <yangtiezhu@loongson.cn> wrote: > > After commit 5dc615520c4d ("LoongArch: Add BPF JIT support"), > there is no BPF JIT for LOONGARCH entry, in order to maintain > the current code and the new features timely, just add it. > > Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7cef2d2ef8d7..3ba07b212d38 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3651,6 +3651,13 @@ L: bpf@vger.kernel.org > S: Supported > F: arch/arm64/net/ > > +BPF JIT for LOONGARCH > +M: Tiezhu Yang <yangtiezhu@loongson.cn> > +R: Hengqi Chen <hengqi.chen@gmail.com> > +L: bpf@vger.kernel.org > +S: Maintained > +F: arch/loongarch/net/ > + > BPF JIT for MIPS (32-BIT AND 64-BIT) > M: Johan Almbladh <johan.almbladh@anyfinetworks.com> > M: Paul Burton <paulburton@kernel.org> > -- > 2.42.0 > >
On 12/26/2023 12:05 PM, Huacai Chen wrote: > Also list the loongarch maillist? See the "KERNEL VIRTUAL MACHINE FOR > MIPS (KVM/mips)" entry. I think it is not necessary, it is duplicate. Because this file is used for get_maintainer.pl, and arch/loongarch/net/ is a subdirectory of arch/loongarch, so when execute the command ./scripts/get_maintainer.pl -f arch/loongarch/net/ the outputs will include both bpf@ and loongarch@ maillists automatically. Thanks, Tiezhu > Huacai > > On Mon, Dec 25, 2023 at 5:08 PM Tiezhu Yang <yangtiezhu@loongson.cn> wrote: >> >> After commit 5dc615520c4d ("LoongArch: Add BPF JIT support"), >> there is no BPF JIT for LOONGARCH entry, in order to maintain >> the current code and the new features timely, just add it. >> >> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> >> --- >> MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 7cef2d2ef8d7..3ba07b212d38 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -3651,6 +3651,13 @@ L: bpf@vger.kernel.org >> S: Supported >> F: arch/arm64/net/ >> >> +BPF JIT for LOONGARCH >> +M: Tiezhu Yang <yangtiezhu@loongson.cn> >> +R: Hengqi Chen <hengqi.chen@gmail.com> >> +L: bpf@vger.kernel.org >> +S: Maintained >> +F: arch/loongarch/net/ >> + >> BPF JIT for MIPS (32-BIT AND 64-BIT) >> M: Johan Almbladh <johan.almbladh@anyfinetworks.com> >> M: Paul Burton <paulburton@kernel.org> >> -- >> 2.42.0 >> >>
On Tue, Dec 26, 2023 at 6:15 PM Tiezhu Yang <yangtiezhu@loongson.cn> wrote: > > > > On 12/26/2023 12:05 PM, Huacai Chen wrote: > > Also list the loongarch maillist? See the "KERNEL VIRTUAL MACHINE FOR > > MIPS (KVM/mips)" entry. > > I think it is not necessary, it is duplicate. > > Because this file is used for get_maintainer.pl, and arch/loongarch/net/ > is a subdirectory of arch/loongarch, so when execute the command > > ./scripts/get_maintainer.pl -f arch/loongarch/net/ > > the outputs will include both bpf@ and loongarch@ maillists automatically. OK, then I queued it for loongarch-next. Huacai > > Thanks, > Tiezhu > > > Huacai > > > > On Mon, Dec 25, 2023 at 5:08 PM Tiezhu Yang <yangtiezhu@loongson.cn> wrote: > >> > >> After commit 5dc615520c4d ("LoongArch: Add BPF JIT support"), > >> there is no BPF JIT for LOONGARCH entry, in order to maintain > >> the current code and the new features timely, just add it. > >> > >> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> > >> --- > >> MAINTAINERS | 7 +++++++ > >> 1 file changed, 7 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index 7cef2d2ef8d7..3ba07b212d38 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -3651,6 +3651,13 @@ L: bpf@vger.kernel.org > >> S: Supported > >> F: arch/arm64/net/ > >> > >> +BPF JIT for LOONGARCH > >> +M: Tiezhu Yang <yangtiezhu@loongson.cn> > >> +R: Hengqi Chen <hengqi.chen@gmail.com> > >> +L: bpf@vger.kernel.org > >> +S: Maintained > >> +F: arch/loongarch/net/ > >> + > >> BPF JIT for MIPS (32-BIT AND 64-BIT) > >> M: Johan Almbladh <johan.almbladh@anyfinetworks.com> > >> M: Paul Burton <paulburton@kernel.org> > >> -- > >> 2.42.0 > >> > >> > >
diff --git a/MAINTAINERS b/MAINTAINERS index 7cef2d2ef8d7..3ba07b212d38 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3651,6 +3651,13 @@ L: bpf@vger.kernel.org S: Supported F: arch/arm64/net/ +BPF JIT for LOONGARCH +M: Tiezhu Yang <yangtiezhu@loongson.cn> +R: Hengqi Chen <hengqi.chen@gmail.com> +L: bpf@vger.kernel.org +S: Maintained +F: arch/loongarch/net/ + BPF JIT for MIPS (32-BIT AND 64-BIT) M: Johan Almbladh <johan.almbladh@anyfinetworks.com> M: Paul Burton <paulburton@kernel.org>
After commit 5dc615520c4d ("LoongArch: Add BPF JIT support"), there is no BPF JIT for LOONGARCH entry, in order to maintain the current code and the new features timely, just add it. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)