]> git.baikalelectronics.ru Git - kernel.git/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)
commitec30130c2030225125a2b0683f948917d2c3d41b
tree926ed74048ae5554c8c959143307fa836a337db3
parenta109bc22dac6911791d6c66a411e7df9e8b865c9
parent8cafe0e178844d7125dd5e9995cacc87900f9a7e
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