]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Jul 2014 19:09:18 +0000 (12:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Jul 2014 19:09:18 +0000 (12:09 -0700)
commit5fa77b54eff1e4fb38494b5a24c66768d6e7c148
tree73da68b86cdba0b1637207b9e0680ce65303a0d8
parent33fe3aee03acd51fabce00e1bdf39ab5e7d10340
parentcda390bb8f0fc751194ef5f4c691ca8d3ff91009
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm

Pull ARM fixes from Russell King:
 "Another round of fixes for ARM:
   - a set of kprobes fixes from Jon Medhurst
   - fix the revision checking for the L2 cache which wasn't noticed to
     have been broken"

* 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
  ARM: l2c: fix revision checking
  ARM: kprobes: Fix test code compilation errors for ARMv4 targets
  ARM: kprobes: Disallow instructions with PC and register specified shift
  ARM: kprobes: Prevent known test failures stopping other tests running