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:
e0cc87f
)
MIPS: Don't corrupt page tables on vmalloc fault.
author
David Daney
<ddaney@caviumnetworks.com>
Wed, 2 Sep 2009 22:47:34 +0000
(15:47 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:52 +0000
(20:07 +0200)
The code after the vmalloc_fault: label in do_page_fault() modifies
user page tables, this is not correct for 64-bit kernels.
For 64-bit kernels we should go straight to the no_context handler
skipping vmalloc_fault.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found