commit | fad052dc4be7b1d9e7ff40ccd8ba2b8216823b51 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Aug 07 15:42:34 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Aug 13 16:26:25 2013 -0400 |
tree | 8c797b21480c322dab8542e8a5d851b014496c70 | |
parent | 4a556f4f56da3110b27e265b79f0e7582115445c [diff] |
tile: avoid struct vm_struct leak If ioreamp_prot() fails in ioremap_page_range() due to kernel memory exhaustion, we previously would leak a struct vm_struct. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>