diff options
author | 2015-01-15 10:20:28 +0100 | |
---|---|---|
committer | 2015-01-15 11:10:29 +0100 | |
commit | db9aa8f432b83b270686e68172c6d2895babdc26 (patch) | |
tree | 2afd2855d8c5c05ae6d44160f85261a22cfaf74e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K) (diff) | |
download | wireguard-linux-db9aa8f432b83b270686e68172c6d2895babdc26.tar.xz wireguard-linux-db9aa8f432b83b270686e68172c6d2895babdc26.zip |
s390/bpf: Fix skb_copy_bits() parameter passing
The skb_copy_bits() function has the following signature:
int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len)
Currently in bpf_jit.S the "to" and "len" parameters have been
exchanged. So fix this and call the function with the correct
parameters.
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions