On 7/11/19 2:59 AM, Blazej Kucman wrote: > Change NVMe controller path to device node path > in mdadm --detail-platform and print serial number. > > Signed-off-by: Blazej Kucman <blazej.kucman@xxxxxxxxx> > --- > super-intel.c | 75 ++++++++++++++++++++++++++++++----------------------------- > 1 file changed, 38 insertions(+), 37 deletions(-) So my primary concern with this patch is if it has any negative impact on older kernels, given that you change the assumptions for how it walks /sys? I didn't look in detail, but I want to make sure we don't break things if we don't have to. Cheers, Jes