]> 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, 31 May 2015 19:20:59 +0000 (12:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 May 2015 19:20:59 +0000 (12:20 -0700)
commit36a8b9a774f8f283cdf9e6959ea9b5208681e8ed
treed8a076d16e246ddbfc5155b08d58ce8df2ff8af6
parente4ca714b6363bbb4c8a6020482028815fc6d947f
parent8d2812849acbc13c07bdad8a0a55a342ec1ce3a4
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm

Pull ARM fixes from Russell King:
 "Three fixes this time around:

   - fix a memory leak which occurs when probing performance monitoring
     unit interrupts

   - fix handling of non-PMD aligned end of RAM causing boot failures

   - fix missing syscall trace exit path with syscall tracing enabled
     causing a kernel oops in the audit code"

* 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
  ARM: 8357/1: perf: fix memory leak when probing PMU PPIs
  ARM: fix missing syscall trace exit
  ARM: 8356/1: mm: handle non-pmd-aligned end of RAM