From: Michael Holzheu Date: Thu, 15 Jan 2015 09:20:28 +0000 (+0100) Subject: s390/bpf: Fix skb_copy_bits() parameter passing X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~245^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9aa8f432b83b270686e68172c6d2895babdc26;p=pandora-kernel.git 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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed