Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpf: keep track of verifier insn_processed #1917

Closed
wants to merge 3 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: bpf: keep track of verifier insn_processed
version: 2
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=561395

@kernel-patches-bot
Copy link
Author

Master branch: 431bfb9
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=561395
version: 2

@kernel-patches-bot
Copy link
Author

Master branch: 223f903
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=561395
version: 2

@kernel-patches-bot
Copy link
Author

Master branch: 32fa0ef
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=561395
version: 2

@kernel-patches-bot
Copy link
Author

Master branch: 588cd7e
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=561395
version: 2

@kernel-patches-bot
Copy link
Author

Master branch: 588cd7e
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: 588cd7e
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: ebc7b50
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: b599015
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: 99aaebf
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: 7960d02
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: db5b6a4
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

Master branch: 44ce0ac
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

Nobody and others added 2 commits October 21, 2021 15:27
This stat is currently printed in the verifier log and not stored
anywhere. To ease consumption of this data, add a field to bpf_prog_aux
so it can be exposed via BPF_OBJ_GET_INFO_BY_FD and fdinfo.

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Acked-by: John Fastabend <john.fastabend@gmail.com>
verified_insns field was added to response of bpf_obj_get_info_by_fd
call on a prog. Confirm that it's being populated by loading a simple
program and asking for its info.

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
@kernel-patches-bot
Copy link
Author

Master branch: 549beec
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=566835
version: 3

@kernel-patches-bot
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=566835 irrelevant now. Closing PR.

@kernel-patches-bot kernel-patches-bot deleted the series/558925=>bpf-next branch October 21, 2021 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants