diff options
author | Vikram Mulukutla <[email protected]> | 2014-12-17 18:50:56 -0800 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2015-02-09 18:47:09 -0500 |
commit | 7215853e985a4bef1a6c14e00e89dfec84f1e457 (patch) | |
tree | 6e3804798e9adeaf67bac5e94b230288999a9cc7 /drivers/media/v4l2-core/v4l2-subdev.c | |
parent | 7496946a88ab48830f3101c08f8e770cc0902bbb (diff) |
tracing: Fix unmapping loop in tracing_mark_write
Commit 6edb2a8a385f0cdef51dae37ff23e74d76d8a6ce introduced
an array map_pages that contains the addresses returned by
kmap_atomic. However, when unmapping those pages, map_pages[0]
is unmapped before map_pages[1], breaking the nesting requirement
as specified in the documentation for kmap_atomic/kunmap_atomic.
This was caught by the highmem debug code present in kunmap_atomic.
Fix the loop to do the unmapping properly.
Link: http://lkml.kernel.org/r/[email protected]
Cc: [email protected] # 3.5+
Reviewed-by: Stephen Boyd <[email protected]>
Reported-by: Lime Yang <[email protected]>
Signed-off-by: Vikram Mulukutla <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-subdev.c')
0 files changed, 0 insertions, 0 deletions