diff options
| author | Paolo 'Blaisorblade' Giarrusso <[email protected]> | 2005-09-22 21:44:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-09-22 22:17:36 -0700 |
| commit | 546fe1cbf91d4d62e3849517c31a2327c992e5c5 (patch) | |
| tree | c2be2cd1eb19e04c49d22ec77119973fa8f0ea13 /scripts/basic/docproc.c | |
| parent | 69e1e688f5698287b45fbff22a01de91b20804cd (diff) | |
[PATCH] uml: fix hang in TT mode on fault
The current code doesn't handle well general protection faults on the host -
it thinks that cr2 is always the address of a page fault. While actually, on
general protection faults, that address is not accessible, so we'd better
assume we couldn't satisfy the fault. Currently instead we think we've fixed
it, so we go back, retry the instruction and fault again endlessly.
This leads to the kernel hanging when doing copy_from_user(dest, -1, ...) in
TT mode, since reading *(-1) causes a GFP, and we don't support kernel
preemption.
Thanks to Luo Xin for testing UML with LTP and reporting the failures he got.
Cc: Luo Xin <[email protected]>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions