Skip to content
Commit 5289f46b authored by Kyle McMartin's avatar Kyle McMartin Committed by Linus Torvalds
Browse files

parisc: disable UP-optimized flush_tlb_mm



flush_tlb_mm's "optimized" uniprocessor case of allocating a new
context for userspace is exposing a race where we can suddely return
to a syscall with the protection id and space id out of sync, trapping
on the next userspace access.

Debugged-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
Tested-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8960223d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment