···390390 if (offset >= ps_size)391391 return VM_FAULT_SIGBUS;392392393393+ if (fatal_signal_pending(current))394394+ return VM_FAULT_SIGBUS;395395+393396 /*394397 * Because we release the mmap_sem, the context may be destroyed while395398 * we're in spu_wait. Grab an extra reference so it isn't destroyed