mirror of https://github.com/torvalds/linux.git
Sergei and John both reported that ia64 failed to boot in 5.11, and it
was related to signals. Turns out the ia64 signal handling is a bit odd,
it doesn't check the return value of get_signal() for whether there's a
signal to deliver or not. With the introduction of TIF_NOTIFY_SIGNAL,
then task_work could trigger it.
Fix it by only calling handle_signal() if we actually have a real signal
to deliver. This brings it in line with all other archs, too.
Fixes:
|
||
|---|---|---|
| .. | ||
| syscalls | ||
| .gitignore | ||
| Makefile | ||
| Makefile.gate | ||
| acpi-ext.c | ||
| acpi.c | ||
| asm-offsets.c | ||
| audit.c | ||
| brl_emu.c | ||
| crash.c | ||
| crash_dump.c | ||
| cyclone.c | ||
| dma-mapping.c | ||
| efi.c | ||
| efi_stub.S | ||
| elfcore.c | ||
| entry.S | ||
| entry.h | ||
| err_inject.c | ||
| esi.c | ||
| esi_stub.S | ||
| fsys.S | ||
| fsyscall_gtod_data.h | ||
| ftrace.c | ||
| gate-data.S | ||
| gate.S | ||
| gate.lds.S | ||
| head.S | ||
| ia64_ksyms.c | ||
| iosapic.c | ||
| irq.c | ||
| irq.h | ||
| irq_ia64.c | ||
| irq_lsapic.c | ||
| ivt.S | ||
| kprobes.c | ||
| machine_kexec.c | ||
| mca.c | ||
| mca_asm.S | ||
| mca_drv.c | ||
| mca_drv.h | ||
| mca_drv_asm.S | ||
| minstate.h | ||
| module.c | ||
| msi_ia64.c | ||
| numa.c | ||
| pal.S | ||
| palinfo.c | ||
| patch.c | ||
| pci-dma.c | ||
| perfmon_itanium.h | ||
| process.c | ||
| ptrace.c | ||
| relocate_kernel.S | ||
| sal.c | ||
| salinfo.c | ||
| setup.c | ||
| sigframe.h | ||
| signal.c | ||
| smp.c | ||
| smpboot.c | ||
| stacktrace.c | ||
| sys_ia64.c | ||
| time.c | ||
| topology.c | ||
| traps.c | ||
| unaligned.c | ||
| uncached.c | ||
| unwind.c | ||
| unwind_decoder.c | ||
| unwind_i.h | ||
| vmlinux.lds.S | ||