git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a80244
)
s390/bpf: Fix skb_copy_bits() parameter passing
author
Michael Holzheu
<holzheu@linux.vnet.ibm.com>
Thu, 15 Jan 2015 09:20:28 +0000
(10:20 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 15 Jan 2015 10:10:29 +0000
(11:10 +0100)
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>
No differences found