[haiku-commits] Change in haiku[master]: kernel: Determine kernel vs. user page fault depending on iframe.

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 13 Sep 2018 21:31:04 +0000

From Michael Lotz <mmlr@xxxxxxxx>:

Michael Lotz has uploaded this change for review. ( 
https://review.haiku-os.org/560


Change subject: kernel: Determine kernel vs. user page fault depending on 
iframe.
......................................................................

kernel: Determine kernel vs. user page fault depending on iframe.

The action vm_page_fault takes should depend on whether the iframe to be
handled is a user iframe or not. The check for the user flag in the
error code does however only check if the fault happend in user or
kernel space. Use IFRAME_IS_USER() instead which checks the privilege
level of the iframe. Under 32 bit x86 this also handles vm86
compatibility mode properly.

This is the same logic as used on FreeBSD (TRAPF_USERMODE).

Fixes #13930.
---
M src/system/kernel/arch/x86/arch_int.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://git.haiku-os.org/haiku refs/changes/60/560/1
--
To view, visit https://review.haiku-os.org/560
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c348b6ab4c60daaaaa2c0fe33bcc3336aa29f7b
Gerrit-Change-Number: 560
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Lotz <mmlr@xxxxxxxx>

Other related posts:

  • » [haiku-commits] Change in haiku[master]: kernel: Determine kernel vs. user page fault depending on iframe. - Gerrit