linux-stable/arch/um
Thomas Weißschuh 0cfcc16ecd um: Re-evaluate thread flags repeatedly
[ Upstream commit b9e2f2246e ]

The thread flags may change during their processing.
For example a task_work can queue a new signal to be sent.
This signal should be delivered before returning to usespace again.

Evaluate the flags repeatedly similar to other architectures.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Nam Cao <namcao@linutronix.de>
Link: https://patch.msgid.link/20250704-uml-thread_flags-v1-1-0e293fd8d627@linutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-20 18:30:32 +02:00
..
configs
drivers um: rtc: Avoid shadowing err in uml_rtc_start() 2025-08-15 12:13:42 +02:00
include um: Re-evaluate thread flags repeatedly 2025-08-20 18:30:32 +02:00
kernel um: Re-evaluate thread flags repeatedly 2025-08-20 18:30:32 +02:00
os-Linux
scripts
.gitignore
Kbuild
Kconfig
Kconfig.debug
Makefile um: let 'make clean' properly clean underlying SUBARCH as well 2025-06-04 14:43:52 +02:00
Makefile-os-Linux
Makefile-skas