When a user-space application incurs a page fault, is the Operating System (OS) automatically invoked upon detection of the fault or must the OS be invoked manually?
For Linux and x86, I understand there are checks for privilege level of process invoking the interrupt/exception handler, but am confused as to whether failing these checks automatically invoke the OS to handle the page fault or not.