Re: [PATCH 2/6] tools/misc: rework xenwatchdogd signal handling

2024-03-28 Thread Jan Beulich
On 28.03.2024 10:31, Jan Beulich wrote: > On 27.03.2024 19:13, le...@solinno.co.uk wrote: >> From: Leigh Brown >> >> Rework xenwatchdogd signal handling to do the minimum in the signal >> handler. This is a very minor enhancement. >> --- >> tools/misc/xenwatchdogd.c | 20 >>

Re: [PATCH 2/6] tools/misc: rework xenwatchdogd signal handling

2024-03-28 Thread Jan Beulich
On 27.03.2024 19:13, le...@solinno.co.uk wrote: > From: Leigh Brown > > Rework xenwatchdogd signal handling to do the minimum in the signal > handler. This is a very minor enhancement. > --- > tools/misc/xenwatchdogd.c | 20 > 1 file changed, 12 insertions(+), 8 deletions(-)

[PATCH 2/6] tools/misc: rework xenwatchdogd signal handling

2024-03-27 Thread leigh
From: Leigh Brown Rework xenwatchdogd signal handling to do the minimum in the signal handler. This is a very minor enhancement. --- tools/misc/xenwatchdogd.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/tools/misc/xenwatchdogd.c b/tools/misc/xenwatch