aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorNitin Gupta <[email protected]>2013-01-02 08:53:41 -0800
committerGreg Kroah-Hartman <[email protected]>2013-01-13 19:40:02 -0800
commit397c60668aa5ae7130b5ad4e73870d7b8a787085 (patch)
tree3614efa94688c19233023c49d940fe0d3c061cf3 /tools/perf/scripts/python/sctop.py
parente16a922a27ec352537a8027cadc32dc156534ca5 (diff)
staging: zram: fix invalid memory references during disk write
Fixes a bug introduced by commit c8f2f0db1 ("zram: Fix handling of incompressible pages") which caused invalid memory references during disk write. Invalid references could occur in two cases: - Incoming data expands on compression: In this case, reference was made to kunmap()'ed bio page. - Partial (non PAGE_SIZE) write with incompressible data: In this case, reference was made to a kfree()'ed buffer. Fixes bug 50081: https://bugzilla.kernel.org/show_bug.cgi?id=50081 Signed-off-by: Nitin Gupta <[email protected]> Cc: stable <[email protected]> Reported-by: Mihail Kasadjikov <[email protected]> Reported-by: Tomas M <[email protected]> Reviewed-by: Minchan Kim <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions