Hi, gcc-8.1 seems to be rather picky with -Werror=stringop-truncation which is included with -Wall, so I started looking at this. It looks like struct imsm_dev.name is sometimes initialized by copying in the first 16 characters from 'name' in init_super_imsm_volume() without string termination, while in update_subarray_imsm() we initialize and then terminate the string. I assume the code assumes imsm_dev.name needs to be terminated, ie. the name cannot be more than 15 characters. Is this a wrong assumption? Thanks, Jes -- 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