a91fbc1 Update to latest upstream and fix mdcheck service bug

Authored and Committed by xiao a year ago
40 files changed. 4634 lines added. 76 lines removed.
0012-mdadm-systemd-remove-KillMode-none-from-service-file.patch
file added
+69
0084-Revert-mdadm-systemd-remove-KillMode-none-from-servi.patch
file added
+54
0085-Grow-fix-can-t-change-bitmap-type-from-none-to-clust.patch
file added
+45
0086-Fix-NULL-dereference-in-super_by_fd.patch
file added
+76
0087-Mdmonitor-Make-alert_info-global.patch
file added
+369
0088-Mdmonitor-Pass-events-to-alert-using-enums-instead-o.patch
file added
+313
0089-Mdmonitor-Add-helper-functions.patch
file added
+406
0090-Add-helpers-to-determine-whether-directories-or-file.patch
file added
+83
0091-Mdmonitor-Refactor-write_autorebuild_pid.patch
file added
+110
0092-Mdmonitor-Refactor-check_one_sharer-for-better-error.patch
file added
+139
0093-util.c-reorder-code-lines-in-parse_layout_faulty.patch
file added
+41
0094-util.c-fix-memleak-in-parse_layout_faulty.patch
file added
+32
0095-Detail.c-fix-memleak-in-Detail.patch
file added
+31
0096-isuper-intel.c-fix-double-free-in-load_imsm_mpb.patch
file added
+63
0097-super-intel.c-fix-memleak-in-find_disk_attached_hba.patch
file added
+39
0098-super-ddf.c-fix-memleak-in-get_vd_num_of_subarray.patch
file added
+46
0099-Create-goto-abort_locked-instead-of-return-1-in-erro.patch
file added
+36
0100-Create-remove-safe_mode_delay-local-variable.patch
file added
+64
0101-Create-Factor-out-add_disks-helpers.patch
file added
+452
0102-mdadm-Introduce-pr_info.patch
file added
+72
0103-mdadm-Add-write-zeros-option-for-Create.patch
file added
+346
0104-tests-00raid5-zero-Introduce-test-to-exercise-write-.patch
file added
+44
0105-manpage-Add-write-zeroes-option-to-manpage.patch
file added
+56
0106-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch
file added
+53
0107-Use-existence-of-etc-initrd-release-to-detect-initrd.patch
file added
+41
0108-mdmon-don-t-test-both-all-and-container_name.patch
file added
+47
0109-mdmon-change-systemd-unit-file-to-use-foreground.patch
file added
+33
0110-mdmon-Remove-need-for-KillMode-none.patch
file added
+55
0111-mdmon-Improve-switchroot-interactions.patch
file added
+166
0112-mdopen-always-try-create_named_array.patch
file added
+40
0113-Improvements-for-IMSM_NO_PLATFORM-testing.patch
file added
+172
0114-Revert-Revert-mdadm-systemd-remove-KillMode-none-fro.patch
file added
+29
0115-Create-Fix-checking-for-container-in-update_metadata.patch
file added
+38
0116-Fix-null-pointer-for-incremental-in-mdadm.patch
file added
+43
0117-super1-fix-truncation-check-for-journal-device.patch
file added
+33
0118-Fix-some-cases-eyesore-formatting.patch
file added
+433
0119-Bump-minimum-kernel-version-to-2.6.32.patch
file added
+136
0120-Remove-the-config-files-in-mdcheck_start-continue-se.patch
file added
+42
mdadm.spec
file modified
+121 -76
mdcheck
file added
+166
    Update to latest upstream and fix mdcheck service bug
    
    Now mdcheck service can't be run successfully. We need to put mdcheck in to the
    right place (/usr/share/mdadm/mdcheck) and it needs to remove the dependency of
    mdadm_env.sh which is fixed in patch 76c224c6c.
    
    And there is a history problem. It needed KillMode=none before, so it removed
    the upstream patch 52c67fcdd. Now this problem has been fixed, so we can do the
    backport more easilly now. We don't need to remove the upstream patch here again.
    
    Resolves: bz#2175540
    
    Signed-off-by: Xiao Ni <xni@redhat.com>
    
        
file modified
+121 -76
file added
+166