]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-process: Notify process/thread signal files when possible
authorSergiu Moga <sergiu@unikraft.io>
Thu, 20 Mar 2025 18:51:06 +0000 (20:51 +0200)
committerUnikraft Bot <monkey@unikraft.io>
Wed, 23 Apr 2025 10:01:21 +0000 (10:01 +0000)
commit755234d5d8a47bfa43563f127d0c2b2bbb238e7e
tree62e862a530c0087f9ac41113a4eef17981529c00
parent835b50ab272ffc9b2fd9996d6d45e235dc1378c7
lib/posix-process: Notify process/thread signal files when possible

Whenever a signal shouldn't be dropped, meaning it is either not ignored by
the process or the process has signal files that are monitoring that
particular signal, notify the existing signal files in question
 of the posix thread/process by setting the input event on said files.

Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
GitHub-Closes: #1619
lib/posix-process/signal/signal.c
lib/posix-process/signal/signal.h