]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit630b4009c3f7e4cbe9b880ac4fb14341a311e05f
tree0b1e149e0841efec7c30c29fed1dd2b2fc3a5e29
parent5f5119b4ac2fe17b129ab02c1892771ffbbadea9
parent54bb64c44c05f3e015f92dd0218fc28051a7f373
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/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)