cdf21d0 Update to latest upstream

Authored and Committed by xiao a year ago
85 files changed. 12213 lines added. 85 lines removed.
0001-Unify-error-message.patch
file added
+47
0002-mdadm-Fix-double-free.patch
file added
+33
0003-Grow_reshape-Add-r0-grow-size-error-message-and-upda.patch
file added
+83
0004-udev-adapt-rules-to-systemd-v247.patch
file added
+67
0005-Replace-error-prone-signal-with-sigaction.patch
file added
+252
0006-mdadm-Respect-config-file-location-in-man.patch
file added
+1533
0007-mdadm-Update-ReadMe.patch
file added
+48
0008-mdadm-Update-config-man-regarding-default-files-and-.patch
file added
+203
0009-mdadm-Update-config-manual.patch
file added
+45
0010-Create-Build-use-default_layout.patch
file added
+153
0011-mdadm-add-map_num_s.patch
file added
+382
0013-mdmon-Stop-parsing-duplicate-options.patch
file added
+122
0014-Grow-block-n-on-external-volumes.patch
file added
+41
0015-Incremental-Fix-possible-memory-and-resource-leaks.patch
file added
+90
0016-Mdmonitor-Fix-segfault.patch
file added
+98
0017-Mdmonitor-Improve-logging-method.patch
file added
+61
0018-Fix-possible-NULL-ptr-dereferences-and-memory-leaks.patch
file added
+73
0019-imsm-Remove-possibility-for-get_imsm_dev-to-return-N.patch
file added
+301
0020-Revert-mdadm-fix-coredump-of-mdadm-monitor-r.patch
file added
+85
0021-util-replace-ioctl-use-with-function.patch
file added
+31
0022-mdadm-super1-restore-commit-45a87c2f31335-to-fix-clu.patch
file added
+110
0023-imsm-introduce-get_disk_slot_in_dev.patch
file added
+122
0024-imsm-use-same-slot-across-container.patch
file added
+252
0025-imsm-block-changing-slots-during-creation.patch
file added
+122
0026-mdadm-block-update-ppl-for-non-raid456-levels.patch
file added
+177
0027-mdadm-Fix-array-size-mismatch-after-grow.patch
file added
+30
0028-mdadm-Remove-dead-code-in-imsm_fix_size_mismatch.patch
file added
+34
0029-Monitor-use-devname-as-char-array-instead-of-pointer.patch
file added
+40
0030-Monitor-use-snprintf-to-fill-device-name.patch
file added
+133
0031-Makefile-Don-t-build-static-build-with-everything-an.patch
file added
+42
0032-DDF-Cleanup-validate_geometry_ddf_container.patch
file added
+141
0033-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch
file added
+49
0034-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch
file added
+85
0035-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch
file added
+36
0036-mdadm-Fix-mdadm-r-remove-option-regression.patch
file added
+78
0037-mdadm-Fix-optional-write-behind-parameter.patch
file added
+42
0038-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch
file added
+38
0039-tests-fix-raid0-tests-for-0.90-metadata.patch
file added
+99
0040-tests-04update-metadata-avoid-passing-chunk-size-to-.patch
file added
+39
0041-tests-02lineargrow-clear-the-superblock-at-every-ite.patch
file added
+31
0042-mdadm-test-Add-a-mode-to-repeat-specified-tests.patch
file added
+88
0043-mdadm-test-Mark-and-ignore-broken-test-failures.patch
file added
+120
0044-tests-Add-broken-files-for-all-broken-tests.patch
file added
+447
0045-mdadm-Replace-obsolete-usleep-with-nanosleep.patch
file added
+316
0046-tests-00readonly-Run-udevadm-settle-before-setting-r.patch
file added
+36
0047-tests-add-test-for-names.patch
file added
+119
0048-mdadm-remove-symlink-option.patch
file added
+176
0049-mdadm-move-data_offset-to-struct-shape.patch
file added
+232
0050-mdadm-Don-t-open-md-device-for-CREATE-and-ASSEMBLE.patch
file added
+162
0051-Grow-Split-Grow_reshape-into-helper-function.patch
file added
+231
0052-Assemble-check-if-device-is-container-before-schedul.patch
file added
+36
0053-super1-report-truncated-device.patch
file added
+112
0054-mdadm-Correct-typos-punctuation-and-grammar-in-man.patch
file added
+616
0055-Manage-Block-unsafe-member-failing.patch
file added
+91
0056-Monitor-Fix-statelist-memory-leaks.patch
file added
+112
0057-mdadm-added-support-for-Intel-Alderlake-RST-on-VMD-p.patch
file added
+64
0058-mdadm-Add-Documentation-entries-to-systemd-services.patch
file added
+111
0059-ReadMe-fix-command-line-help.patch
file added
+32
0060-mdadm-replace-container-level-checking-with-inline.patch
file added
+257
0061-Mdmonitor-Omit-non-md-devices.patch
file added
+58
0062-Mdmonitor-Split-alert-into-separate-functions.patch
file added
+233
0063-Monitor-block-if-monitor-modes-are-combined.patch
file added
+41
0064-Update-mdadm-Monitor-manual.patch
file added
+119
0065-Grow-fix-possible-memory-leak.patch
file added
+38
0066-mdadm-create-ident_init.patch
file added
+148
0067-mdadm-Add-option-validation-for-update-subarray.patch
file added
+287
0068-Fix-update-subarray-on-active-volume.patch
file added
+54
0069-Add-code-specific-update-options-to-enum.patch
file added
+77
0070-super-ddf-Remove-update_super_ddf.patch
file added
+106
0071-super0-refactor-the-code-for-enum.patch
file added
+212
0072-super1-refactor-the-code-for-enum.patch
file added
+302
0073-super-intel-refactor-the-code-for-enum.patch
file added
+106
0074-Change-update-to-enum-in-update_super-and-update_sub.patch
file added
+424
0075-Manage-Incremental-code-refactor-string-to-enum.patch
file added
+279
0076-Change-char-to-enum-in-context-update-refactor-code.patch
file added
+289
0077-mdmon-fix-segfault.patch
file added
+86
0078-util-remove-obsolete-code-from-get_md_name.patch
file added
+116
0079-mdadm-udev-Don-t-handle-change-event-on-raw-devices.patch
file added
+54
0080-Manage-do-not-check-array-state-when-drive-is-remove.patch
file added
+33
0081-incremental-manage-do-not-verify-if-remove-is-safe.patch
file added
+59
0082-super-intel-make-freesize-not-required-for-chunk-siz.patch
file added
+52
0083-manage-move-comment-with-function-description.patch
file added
+105
mdadm-udev.patch
file added
+26
mdadm.rules
file removed
-67
mdadm.spec
file modified
+103 -18
    Update to latest upstream
    
    After updating to latest upstream, bug2163711 can be fixed.
    We don't use rhel only udev rule anymore and we use the
    udev rules from upstream. So we don't need to modify our
    rhel only udev rule again.
    
    Resolves: bz#2163711
    
    Signed-off-by: Xiao Ni <xni@redhat.com>
    
        
file added
+26
file removed
-67
file modified
+103 -18