diff options
author | Shaohua Li <[email protected]> | 2010-07-27 16:06:34 +0800 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2010-08-06 12:19:15 -0400 |
commit | 575570f02761bd680ba5731c1dfd4701062e7fb2 (patch) | |
tree | 7789ba121ae95af2705fe9053fa1ae9e9fb04a5b /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 8a4fd31e0e8dc33f00b8949a12ac56310bac57bc (diff) |
tracing: Fix an unallocated memory access in function_graph
With CONFIG_DEBUG_PAGEALLOC, I observed an unallocated memory access in
function_graph trace. It appears we find a small size entry in ring buffer,
but we access it as a big size entry. The access overflows the page size
and touches an unallocated page.
Cc: <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
LKML-Reference: <[email protected]>
[ Added a comment to explain the problem - SDR ]
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions