Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461468
| From | Fabian Frederick <fabf@skynet.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT |
| Date | 2016-08-12 23:40 +0200 |
| Message-ID | <s5slj-7eH-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Update documentation according to commit 6077776b5908
("bpf: split HAVE_BPF_JIT into cBPF and eBPF variant")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
Documentation/features/core/BPF-JIT/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/features/core/BPF-JIT/arch-support.txt b/Documentation/features/core/BPF-JIT/arch-support.txt
index c1b4f91..b685327 100644
--- a/Documentation/features/core/BPF-JIT/arch-support.txt
+++ b/Documentation/features/core/BPF-JIT/arch-support.txt
@@ -1,6 +1,6 @@
#
# Feature name: BPF-JIT
-# Kconfig: HAVE_BPF_JIT
+# Kconfig: HAVE_CBPF_JIT or HAVE_EBPF_JIT
# description: arch supports BPF JIT optimizations
#
-----------------------
--
2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT Fabian Frederick <fabf@skynet.be> - 2016-08-12 23:40 +0200 Re: [PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT Daniel Borkmann <daniel@iogearbox.net> - 2016-08-12 23:50 +0200
csiph-web