]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 02:54:50 +0000 (19:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2015 02:54:50 +0000 (19:54 -0700)
commit2f8126e3964261db3184d95bff1ae801e61239e9
tree8772e7dc91ca5393cdea9fd687287a12093c85f1
parent0c68e5bf6a5487305cff616aea4d98fa35affc30
parent7cded342c09f633666e71ee1ce048f218a9c5836
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Martin Schwidefsky:
 "Bug fixes.

  Three for our crypto code, two for eBPF, and one memory management fix
  to get machines with memory > 8TB working"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/mm: correct return value of pmd_pfn
  s390/crypto: fix stckf loop
  s390/zcrypt: Fix invalid domain handling during ap module unload
  s390/bpf: Fix gcov stack space problem
  s390/zcrypt: fixed ap poll timer behavior
  s390/bpf: Adjust ALU64_DIV/MOD to match interpreter change