On 26/02/2021 10:59, Hubert Jasudowicz wrote: > Make sure xen-vmtrace exits cleanly in case SIGPIPE is sent. This can > happen when piping the output to some other program. > > Additionaly, add volatile qualifier to interrupted flag to avoid > it being optimized away by the compiler. > > Signed-off-by: Hubert Jasudowicz <hubert.jasudow...@cert.pl>
Ok, so this is being used in production. In which case, what other signals potentially need dealing with? Lets get them all fixed in one go. When that's done, we should make it installed by default, to match its expected usecase. ~Andrew