[PATCH 10/13] x86/fault: Don't try to recover from an implicit supervisor access

2018-11-19 Thread Andy Lutomirski
This avoids a situation in which we attempt to apply various fixups that are not intended to handle implicit supervisor accesses from user mode if we screw up in away that causes this type of fault. Signed-off-by: Andy Lutomirski --- arch/x86/mm/fault.c | 10 ++ 1 file changed, 10

[PATCH 10/13] x86/fault: Don't try to recover from an implicit supervisor access

2018-11-19 Thread Andy Lutomirski
This avoids a situation in which we attempt to apply various fixups that are not intended to handle implicit supervisor accesses from user mode if we screw up in away that causes this type of fault. Signed-off-by: Andy Lutomirski --- arch/x86/mm/fault.c | 10 ++ 1 file changed, 10