diff options
author | Hugh Dickins <[email protected]> | 2012-03-05 20:52:55 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-03-06 08:18:23 -0800 |
commit | c09ff089aa62380ad904ea785bd713c56720270e (patch) | |
tree | 6ddc11131cd557d0d3a32ddeb829bfefe542101b /net/lapb/lapb_timer.c | |
parent | f3969bf78f140f437f51787dfc2751943ba454d1 (diff) |
page_cgroup: fix horrid swap accounting regression
Why is memcg's swap accounting so broken? Insane counts, wrong
ownership, unfreeable structures, which later get freed and then
accessed after free.
Turns out to be a tiny a little 3.3-rc1 regression in 9fb4b7cc0724
"page_cgroup: add helper function to get swap_cgroup": the helper
function (actually named lookup_swap_cgroup()) returns an address using
void* arithmetic, but the structure in question is a short.
Signed-off-by: Hugh Dickins <[email protected]>
Reviewed-by: Bob Liu <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions