aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGravatar Pu Lehui <pulehui@huawei.com> 2022-05-30 17:28:12 +0800
committerGravatar Andrii Nakryiko <andrii@kernel.org> 2022-06-02 16:26:06 -0700
commitcc1685546df87d9872e1ccef5bf56ac5262be0b1 (patch)
tree5f4bc7f9e7b54ee26e273c635163fcee444b901b /kernel
parentbpf, riscv: Support riscv jit to provide bpf_line_info (diff)
downloadlinux-cc1685546df87d9872e1ccef5bf56ac5262be0b1.tar.gz
linux-cc1685546df87d9872e1ccef5bf56ac5262be0b1.tar.bz2
linux-cc1685546df87d9872e1ccef5bf56ac5262be0b1.zip
bpf: Correct the comment about insn_to_jit_off
The insn_to_jit_off passed to bpf_prog_fill_jited_linfo should be the first byte of the next instruction, or the byte off to the end of the current instruction. Signed-off-by: Pu Lehui <pulehui@huawei.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20220530092815.1112406-4-pulehui@huawei.com
Diffstat (limited to 'kernel')
-rw-r--r--kernel/bpf/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c
index 5f6f3f829b36..e78cc5eea4a5 100644
--- a/kernel/bpf/core.c
+++ b/kernel/bpf/core.c
@@ -176,7 +176,7 @@ void bpf_prog_jit_attempt_done(struct bpf_prog *prog)
* here is relative to the prog itself instead of the main prog.
* This array has one entry for each xlated bpf insn.
*
- * jited_off is the byte off to the last byte of the jited insn.
+ * jited_off is the byte off to the end of the jited insn.
*
* Hence, with
* insn_start: