On Thu, Feb 17, 2022 at 08:59:32AM -0500, mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx wrote: > From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx> > > The qib driver load has been failing with the > following message: > > [ 21.186138] sysfs: cannot create duplicate filename '/devices/pci0000:80/0000:80:02.0/0000:81:00.0/infiniband/qib0/ports/1/linkcontrol' > > The patch below has two "linkcontrol" names causing the duplication. > > Fix by using the correct "diag_counters" name on the second instance. > > Fixes: 4a7aaf88c89f ("RDMA/qib: Use attributes for the port sysfs") > Cc: <stable@xxxxxxxxxxxxxxx> > Reviewed-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/qib/qib_sysfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc, thanks Jason