Subject: [PATCH 0/5] imsm: validate the number of imsm volumes per controller IMSM OROM/EFI limits number of volumes per controller. Volumes above the limit are blocked in OROM. mdadm should follow OROM limitations in this area. Therefore - we need to count number of volumes on the devices attached to SATA (ahci driver) or SAS (isci) controller. Adding a new volume must be blocked if the number of volumes on devices attached to the given controller is exceeded. - we need to block activation of a volume if the number of active volume devices devices attached to the given controller is exceeded. Marcin Labun (5): imsm: load_super_imsm_all function refactoring imsm: load_imsm_super_all supports loading metadata from the device list imsm: validate the number of imsm volumes per controller imsm: display fd in error trace when when store_imsm_mpb failes imsm: verify maximum supported active volumes in assembly Assemble.c | 3 +- Grow.c | 6 +- Incremental.c | 3 +- mdadm.h | 1 + super-intel.c | 689 +++++++++++++++++++++++++++++++++++++++++++++++++++------ util.c | 1 + 6 files changed, 633 insertions(+), 70 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html