···390 if (offset >= ps_size)391 return VM_FAULT_SIGBUS;392000393 /*394 * Because we release the mmap_sem, the context may be destroyed while395 * we're in spu_wait. Grab an extra reference so it isn't destroyed
···390 if (offset >= ps_size)391 return VM_FAULT_SIGBUS;392393+ if (fatal_signal_pending(current))394+ return VM_FAULT_SIGBUS;395+396 /*397 * Because we release the mmap_sem, the context may be destroyed while398 * we're in spu_wait. Grab an extra reference so it isn't destroyed