Skip to content
Snippets Groups Projects
Commit 19d28fbd authored by David S. Miller's avatar David S. Miller
Browse files

BPF alignment tests got a conflict because the registers
are output as Rn_w instead of just Rn in net-next, and
in net a fixup for a testcase prohibits logical operations
on pointers before using them.

Also, we should attempt to patch BPF call args if JIT always on is
enabled.  Instead, if we fail to JIT the subprogs we should pass
an error back up and fail immediately.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 8c2e6c90 1545dec4
No related merge requests found
Showing
with 259 additions and 96 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment