]> Pileus Git - ~andy/linux/commit
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2013 17:21:32 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 May 2013 17:21:32 +0000 (10:21 -0700)
commit8f05bde9bd6da80365495369738ab869c1f8bcac
tree926ed74048ae5554c8c959143307fa836a337db3
parentf71df63380cc9367c4a866d4cf9a2b0cfe352ad6
parent89c837351db0b9b52fd572ec8b0445a42e59b75c
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64

Pull kmemleak patches from Catalin Marinas:
 "Kmemleak now scans all the writable and non-executable module sections
  to avoid false positives (previously it was only scanning specific
  sections and missing .ref.data)."

* tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64:
  kmemleak: No need for scanning specific module sections
  kmemleak: Scan all allocated, writeable and not executable module sections