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, docs: Add note about type convention #3765

Closed
wants to merge 10 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: bpf, docs: Add note about type convention
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=683109

Kernel Patches Daemon and others added 10 commits October 4, 2022 15:57
Add note about type convention

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Fix modulo zero, division by zero, overflow, and underflow.
Also clarify how a negative immediate value is ued in unsigned division

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Use consistent names for the same field

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Explain helper functions.

Kernel functions and bpf to bpf calls are covered in
a later commit in this set ("Add extended call instructions").

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Add appendix of all opcodes in order.
A couple of reviewers explicitly asked for this and have indicated it was
the most useful addition in the doc.

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Improve English readability

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Add extended 64-bit immediate instructions

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Add extended call instructions

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Add note about reserved instruction

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
@kernel-patches-bot
Copy link
Author

Master branch: 681bf01
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=683109
version: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants