Andrew Cooper writes ("Re: [PATCH] tools: Improve signal handling in
xen-vmtrace"):
> 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
&
Hubert Jasudowicz writes ("[PATCH] tools: Improve signal handling in
xen-vmtrace"):
> 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 fl
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
On 2021-02-26, 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:
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
---
tools/misc/xen-vmtrace.c | 5