-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent:kernelEnhancements on the kernel sideEnhancements on the kernel sideplatform:linux
Description
A kernel oops is often caused on module unload. This is because a process can start a faulted blocking syscall, such as wait4 or select, then have the syscall table flushed and the module unloaded, so that when the syscall continues execution it is in the memory where the kernel module once was, causing a page fault.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:kernelEnhancements on the kernel sideEnhancements on the kernel sideplatform:linux