Hi Jes,
This is my first output of the mdadm continuous integration effort.
Currently it is only based on manual code review and very basic smoking
test (compiling and basic setup).
The whole mdadm-CI progress will be improved bit by bit. Here are the 6
mdadm patches that reviewed and tested by me, for your further check to
take them. They are stored in the mdadm-CI tree on for-jes/20220402
branch, here is the brief information from git request-pull (while this
is not a pull request).
The following changes since commit cf9a109209aad285372b67306d54118af6fc522b:
udev: adapt rules to systemd v247 (2022-03-31 11:41:09 -0400)
are available in the Git repository at:
git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/colyli/mdadm
for-jes/20220402
for you to fetch changes up to 3400f9cdeef0064d11b3afcf6c92c69922bb8a4a:
mdadm: Update config manual (2022-04-02 21:55:36 +0800)
----------------------------------------------------------------
Coly Li (1):
mdadm/systemd: remove KillMode=none from service file
Lukasz Florczak (5):
Replace error prone signal() with sigaction()
mdadm: Respect config file location in man
mdadm: Update ReadMe
mdadm: Update config man regarding default files and
multi-keyword behavior
mdadm: Update config manual
.gitignore | 1 +
Grow.c | 4 +--
Makefile | 7 +++++-
Monitor.c | 5 ++--
ReadMe.c | 11 ++++----
managemon.c | 1 -
mdadm.8.in | 34 +++++++++++--------------
mdadm.conf.5 => mdadm.conf.5.in | 84
++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
mdadm.h | 22 ++++++++++++++++
mdmon.c | 1 -
monitor.c | 1 -
probe_roms.c | 6 ++---
raid6check.c | 25 +++++++++++--------
systemd/mdadm-grow-continue@.service | 1 -
systemd/mdmon@.service | 1 -
util.c | 1 -
16 files changed, 149 insertions(+), 56 deletions(-)
rename mdadm.conf.5 => mdadm.conf.5.in (90%)
Thanks you in advance for taking care of them.
Coly Li