Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Jan 2015 18:53:06 +0000 (06:53 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Jan 2015 18:53:06 +0000 (06:53 +1200)
commitf8de05ca38b7bce4079b52002a6817e9582e3e01
tree0b1e149e0841efec7c30c29fed1dd2b2fc3a5e29
parentfcb237317f225f5bae1ab72a42f1f5a9c57ba3d5
parentfe82bbae36943fbead5e326aab1665d001a87dd7
Merge branch 'for-linus' of git://git./linux/kernel/git/s390/linux

Pull s390 fixes from Martin Schwidefsky:
 "Five more bug fixes from Michael for the s390 BPF jit"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/bpf: Zero extend parameters before calling C function
  s390/bpf: Fix sk_load_byte_msh()
  s390/bpf: Fix offset parameter for skb_copy_bits()
  s390/bpf: Fix skb_copy_bits() parameter passing
  s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K)