]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Feb 2012 20:41:31 +0000 (12:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Feb 2012 20:41:31 +0000 (12:41 -0800)
commit7c7ed8ec337bf5f62cc5287a6eb6b2f1b7504c2f
treee8477a5486d5ecb98732e874c5092ce752c65577
parent7f06db34e55af8fc33cf3d6d46d869cb7a372b5d
parentb370d29ea7565a638ccf85389488364b5abb39fa
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux

Trivial kmemleak bug-fixes:

 - Early logging doesn't stop when kmemleak is off by default.
 - Zero-size scanning areas should be ignored (currently it prints a
   warning).

* tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux:
  kmemleak: Disable early logging when kmemleak is off by default
  kmemleak: Only scan non-zero-size areas