You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the BPF_ADD and BPF_ADD | BPF_FETCH cases are tested twice:
#55/u atomic BPF_ADD access through non-pointer OK
#55/p atomic BPF_ADD access through non-pointer OK
#56/u atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#56/p atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#57/u atomic BPF_ADD access through non-pointer OK
#57/p atomic BPF_ADD access through non-pointer OK
#58/u atomic BPF_ADD | BPF_FETCH access through non-pointer OK
#58/p atomic BPF_ADD | BPF_FETCH access through non-pointer OK
Reviewed-by: Josh Don <[email protected]>
Signed-off-by: Peilin Ye <[email protected]>
0 commit comments