projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5125d03
)
LoongArch: Select ARCH_WANT_DEFAULT_BPF_JIT
author
Huacai Chen
<chenhuacai@loongson.cn>
Tue, 14 May 2024 04:24:18 +0000
(12:24 +0800)
committer
Huacai Chen
<chenhuacai@loongson.cn>
Tue, 14 May 2024 04:24:18 +0000
(12:24 +0800)
BPF JIT has better performance and more secure than BPF interpreter, so
enable it by default, as most other architectures done.
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/loongarch/Kconfig
b/arch/loongarch/Kconfig
index 335a98b28167cbffaee4845ed6e8a1a493924bdf..24bce573dc2b40cf87c5b6dec30dbfaf56ff87de 100644
(file)
--- a/
arch/loongarch/Kconfig
+++ b/
arch/loongarch/Kconfig
@@
-65,6
+65,7
@@
config LOONGARCH
select ARCH_USE_CMPXCHG_LOCKREF
select ARCH_USE_QUEUED_RWLOCKS
select ARCH_USE_QUEUED_SPINLOCKS
+ select ARCH_WANT_DEFAULT_BPF_JIT
select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
select ARCH_WANT_LD_ORPHAN_WARN
select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP