diff options
author | Helge Deller <deller@gmx.de> | 2019-10-04 19:23:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-29 09:20:00 +0100 |
commit | ca65fe21981b36c4e8350ba9f400fe55d10be5a1 (patch) | |
tree | 026cb00bfc56079c6f7532d63a353c14df267d3a /drivers/edac | |
parent | 19e2ed7bfabec3c0310f711f258be515bf29d16f (diff) | |
download | linux-stable-ca65fe21981b36c4e8350ba9f400fe55d10be5a1.tar.gz linux-stable-ca65fe21981b36c4e8350ba9f400fe55d10be5a1.tar.bz2 linux-stable-ca65fe21981b36c4e8350ba9f400fe55d10be5a1.zip |
parisc: Fix vmap memory leak in ioremap()/iounmap()
commit 513f7f747e1cba81f28a436911fba0b485878ebd upstream.
Sven noticed that calling ioremap() and iounmap() multiple times leads
to a vmap memory leak:
vmap allocation for size 4198400 failed:
use vmalloc=<size> to increase size
It seems we missed calling vunmap() in iounmap().
Signed-off-by: Helge Deller <deller@gmx.de>
Noticed-by: Sven Schnelle <svens@stackframe.org>
Cc: <stable@vger.kernel.org> # v3.16+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions