Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch,usermode: fix user stack handling in enter_usermode()
We need to preserve user stack address on percpu first, to use allow simple stack switching. We need to switch to user pagetables before putting IRET frame onto user stack. Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
- Loading branch information