git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd26a74
)
Fix unbalanced mutex in dma_pool_create().
author
Krzysztof Hałasa
<khalasa@piap.pl>
Thu, 18 Sep 2014 13:12:02 +0000
(15:12 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 18 Sep 2014 17:39:16 +0000
(10:39 -0700)
dma_pool_create() needs to unlock the mutex in error case. The bug was
introduced in the 3.16 by commit
cc6b664aa26d
("mm/dmapool.c: remove
redundant NULL check for dev in dma_pool_create()")/
Signed-off-by: Krzysztof Hałasa <khc@piap.pl>
Cc: stable@vger.kernel.org # v3.16
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found