Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461468 > unrolled thread
| Started by | Fabian Frederick <fabf@skynet.be> |
|---|---|
| First post | 2016-08-12 23:40 +0200 |
| Last post | 2016-08-12 23:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Fabian Frederick <fabf@skynet.be> |
|---|---|
| Date | 2016-08-12 23:40 +0200 |
| Subject | [PATCH 1/1 linux-next] Documentation/features/core: update HAVE_BPF_JIT |
| Message-ID | <s5slj-7eH-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Daniel Borkmann <daniel@iogearbox.net> |
|---|---|
| Date | 2016-08-12 23:50 +0200 |
| Message-ID | <s5suZ-7jU-13@gated-at.bofh.it> |
| In reply to | #1461468 |
On 08/12/2016 11:38 PM, Fabian Frederick wrote:
> Update documentation according to commit 6077776b5908
> ("bpf: split HAVE_BPF_JIT into cBPF and eBPF variant")
>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
Thanks, Fabian!
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web