2023-12-25 09:08:09

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry

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 <[email protected]>
---
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: [email protected]
S: Supported
F: arch/arm64/net/

+BPF JIT for LOONGARCH
+M: Tiezhu Yang <[email protected]>
+R: Hengqi Chen <[email protected]>
+L: [email protected]
+S: Maintained
+F: arch/loongarch/net/
+
BPF JIT for MIPS (32-BIT AND 64-BIT)
M: Johan Almbladh <[email protected]>
M: Paul Burton <[email protected]>
--
2.42.0



2023-12-26 04:05:49

by Huacai Chen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry

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 <[email protected]> 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 <[email protected]>
> ---
> 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: [email protected]
> S: Supported
> F: arch/arm64/net/
>
> +BPF JIT for LOONGARCH
> +M: Tiezhu Yang <[email protected]>
> +R: Hengqi Chen <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: arch/loongarch/net/
> +
> BPF JIT for MIPS (32-BIT AND 64-BIT)
> M: Johan Almbladh <[email protected]>
> M: Paul Burton <[email protected]>
> --
> 2.42.0
>
>

2023-12-26 10:16:09

by Tiezhu Yang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry



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 <[email protected]> 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 <[email protected]>
>> ---
>> 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: [email protected]
>> S: Supported
>> F: arch/arm64/net/
>>
>> +BPF JIT for LOONGARCH
>> +M: Tiezhu Yang <[email protected]>
>> +R: Hengqi Chen <[email protected]>
>> +L: [email protected]
>> +S: Maintained
>> +F: arch/loongarch/net/
>> +
>> BPF JIT for MIPS (32-BIT AND 64-BIT)
>> M: Johan Almbladh <[email protected]>
>> M: Paul Burton <[email protected]>
>> --
>> 2.42.0
>>
>>


2023-12-26 14:41:30

by Huacai Chen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry

On Tue, Dec 26, 2023 at 6:15 PM Tiezhu Yang <[email protected]> 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 <[email protected]> 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 <[email protected]>
> >> ---
> >> 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: [email protected]
> >> S: Supported
> >> F: arch/arm64/net/
> >>
> >> +BPF JIT for LOONGARCH
> >> +M: Tiezhu Yang <[email protected]>
> >> +R: Hengqi Chen <[email protected]>
> >> +L: [email protected]
> >> +S: Maintained
> >> +F: arch/loongarch/net/
> >> +
> >> BPF JIT for MIPS (32-BIT AND 64-BIT)
> >> M: Johan Almbladh <[email protected]>
> >> M: Paul Burton <[email protected]>
> >> --
> >> 2.42.0
> >>
> >>
>
>