commit | 2e1483c995bbd0fa6cbd055ad76088a520799ba4 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 13:24:13 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 17:04:18 2009 +0100 |
tree | 4b555ae3452a80e3cebd7adcab83b019d1ca1b60 | |
parent | 4f2294b6dc88d99295230d97fef2c9863cec44c3 [diff] |
kmemleak: Remove some of the kmemleak false positives There are allocations for which the main pointer cannot be found but they are not memory leaks. This patch fixes some of them. For more information on false positives, see Documentation/kmemleak.txt. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>