Add __kernel_rt_sigreturn to the list of trap handlers for Linux (it's
used as such on aarch64 at least).
Skip decrement-and-recompute for trap handlers in
InitializeNonZerothFrame, as signal dispatch may point the child frame's
return address to the start of the return trampoline.