diff options
author | Tiezhu Yang <[email protected]> | 2024-01-17 12:43:13 +0800 |
---|---|---|
committer | Huacai Chen <[email protected]> | 2024-01-17 12:43:13 +0800 |
commit | 6e441fa3ac475be73c03c9a85bd305d66ea476a6 (patch) | |
tree | c03751042bb3c8760f17cf10ba3739b1164f338b | |
parent | fc562925f51c0ce462c17b24a5c538db676af576 (diff) |
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]>
Signed-off-by: Huacai Chen <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a7c4cf8201e0..afe2f311232f 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]> +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]> |