diff options
author | Alexei Starovoitov <[email protected]> | 2014-03-10 15:56:51 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-03-11 23:25:22 -0400 |
commit | fdfaf64e75397567257e1051931f9a3377360665 (patch) | |
tree | 019fc2c8cbb011ddf715659316d83ce58ed1ab76 /net/unix/af_unix.c | |
parent | 20a599bec95a52fa72432b2376a2ce47c5bb68fb (diff) |
x86: bpf_jit: support negative offsets
Commit a998d4342337 claimed to introduce negative offset support to x86 jit,
but it couldn't be working, since at the time of the execution
of LD+ABS or LD+IND instructions via call into
bpf_internal_load_pointer_neg_helper() the %edx (3rd argument of this func)
had junk value instead of access size in bytes (1 or 2 or 4).
Store size into %edx instead of %ecx (what original commit intended to do)
Fixes: a998d4342337 ("bpf jit: Let the x86 jit handle negative offsets")
Signed-off-by: Alexei Starovoitov <[email protected]>
Cc: Jan Seiffert <[email protected]>
Cc: Eric Dumazet <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions