On Tue, Dec 26, 2023 at 6:15 PM Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> 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@xxxxxxxxxxx> 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@xxxxxxxxxxx> > >> --- > >> 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@xxxxxxxxxxxxxxx > >> S: Supported > >> F: arch/arm64/net/ > >> > >> +BPF JIT for LOONGARCH > >> +M: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> > >> +R: Hengqi Chen <hengqi.chen@xxxxxxxxx> > >> +L: bpf@xxxxxxxxxxxxxxx > >> +S: Maintained > >> +F: arch/loongarch/net/ > >> + > >> BPF JIT for MIPS (32-BIT AND 64-BIT) > >> M: Johan Almbladh <johan.almbladh@xxxxxxxxxxxxxxxxx> > >> M: Paul Burton <paulburton@xxxxxxxxxx> > >> -- > >> 2.42.0 > >> > >> > >