diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-17 19:00:19 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-17 19:00:19 -0500 |
| commit | dcc7cd011220d7425a265c9bbf04c5731dacec1b (patch) | |
| tree | 4c2244f6e6ce94e2698572e9d2df3baea8449c2a /lib | |
| parent | bf931a01a2c024a54204b4b02276af6e8d99a2c0 (diff) | |
| parent | b60e26a2f03d963f8c79ad7920d64abc4d38ecbc (diff) | |
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
* 'kmemleak' of git://linux-arm.org/linux-2.6:
kmemleak: fix kconfig for crc32 build error
kmemleak: Reduce the false positives by checking for modified objects
kmemleak: Show the age of an unreferenced object
kmemleak: Release the object lock before calling put_object()
kmemleak: Scan the _ftrace_events section in modules
kmemleak: Simplify the kmemleak_scan_area() function prototype
kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8cf9938dd147..25c3ed594c54 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -360,6 +360,7 @@ config DEBUG_KMEMLEAK | |||
| 360 | select DEBUG_FS if SYSFS | 360 | select DEBUG_FS if SYSFS |
| 361 | select STACKTRACE if STACKTRACE_SUPPORT | 361 | select STACKTRACE if STACKTRACE_SUPPORT |
| 362 | select KALLSYMS | 362 | select KALLSYMS |
| 363 | select CRC32 | ||
| 363 | help | 364 | help |
| 364 | Say Y here if you want to enable the memory leak | 365 | Say Y here if you want to enable the memory leak |
| 365 | detector. The memory allocation/freeing is traced in a way | 366 | detector. The memory allocation/freeing is traced in a way |
