-
Notifications
You must be signed in to change notification settings - Fork 150
bpf: don't skip other information if xlated_prog_insns is skipped #10195
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
base: bpf_base
Are you sure you want to change the base?
Conversation
|
Upstream branch: 156c75f |
8b55cb4 to
4286684
Compare
|
Upstream branch: 44e8f13 |
fcddd1b to
542845d
Compare
4286684 to
377fc66
Compare
|
Upstream branch: e427054 |
542845d to
8e7a4a0
Compare
377fc66 to
1940807
Compare
|
Upstream branch: e427054 |
8e7a4a0 to
b3c04ca
Compare
1940807 to
43130ba
Compare
|
Upstream branch: 91a78ce |
b3c04ca to
e5156ce
Compare
43130ba to
387aba5
Compare
|
Upstream branch: 91a78ce |
e5156ce to
1eba99d
Compare
387aba5 to
d8fdeee
Compare
|
Upstream branch: 4ef9274 |
1eba99d to
ec60e94
Compare
d8fdeee to
37ab5eb
Compare
|
Upstream branch: 6c76261 |
If xlated_prog_insns should not be exposed, other information (such as func_info) still can and should be filled in. Therefore, instead of directly terminating in this case, continue with the normal flow. Signed-off-by: Max Altgelt <[email protected]>
ec60e94 to
0213184
Compare
Pull request for series with
subject: bpf: don't skip other information if xlated_prog_insns is skipped
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1019485