bpf: Correct the comment about insn_to_jit_off
authorPu Lehui <pulehui@huawei.com>
Mon, 30 May 2022 09:28:12 +0000 (17:28 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 2 Jun 2022 23:26:06 +0000 (16:26 -0700)
commitcc1685546df87d9872e1ccef5bf56ac5262be0b1
tree5f4bc7f9e7b54ee26e273c635163fcee444b901b
parent3cb70413041fdf028fa1ba3986fd0c6aec9e3dcb
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
kernel/bpf/core.c