Linux-Raid Archives mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve signal handling.
@ 2022-02-21  9:47 Lukasz Florczak
  0 siblings, 0 replies; only message in thread
From: Lukasz Florczak @ 2022-02-21  9:47 UTC (permalink / raw
  To: linux-raid; +Cc: jes, pmenzel

Patch 1:
- Introduce signal_s() wrapper.
- Replace signal() with signal_s() calls.
- Remove redundant signal.h headers.

Patch 2:
- Optimize signal setting in alert() function.

Lukasz Florczak (2):
  Replace error prone signal() with sigaction()
  Optimize signal setting in alert() function.

 Grow.c       |  4 ++--
 Monitor.c    |  7 +++++--
 managemon.c  |  1 -
 mdadm.h      | 22 ++++++++++++++++++++++
 mdmon.c      |  1 -
 monitor.c    |  1 -
 probe_roms.c |  6 +++---
 raid6check.c | 25 +++++++++++++++----------
 util.c       |  1 -
 9 files changed, 47 insertions(+), 21 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-21 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-21  9:47 [PATCH 0/2] Improve signal handling Lukasz Florczak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).