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:
0b5381a
)
powerpc: Fix __get_user_pages_fast() irq handling
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 14 Nov 2013 04:01:43 +0000
(15:01 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 20 Nov 2013 23:33:37 +0000
(10:33 +1100)
__get_user_pages_fast() may be called with interrupts disabled (see e.g.
get_futex_key() in kernel/futex.c) and therefore should use local_irq_save()
and local_irq_restore() instead of local_irq_disable()/enable().
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
CC: <stable@vger.kernel.org> [v3.12]
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found