when mcexec is killed by SIGKILL, terminate mckernel process (BUG#259)

This commit is contained in:
Tomoki Shirasawa
2014-11-27 16:13:52 +09:00
parent 58e2e0a246
commit 8f30e16976
11 changed files with 164 additions and 8 deletions

View File

@ -327,6 +327,7 @@ struct process {
} thread;
volatile int sigevent;
int nohost;
sigset_t sigmask;
stack_t sigstack;
ihk_spinlock_t sigpendinglock;