Patch "scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     scsi-mpi3mr-fix-duplicate-device-entries-when-scanni.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 050e0bb31d8373dec256ee7c1290bbad1c2944d4
Author: Sreekanth Reddy <sreekanth.reddy@xxxxxxxxxxxx>
Date:   Thu Oct 14 11:24:25 2021 +0530

    scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs
    
    [ Upstream commit 97e6ea6d78064e7f1e9e19c45dc690aabbb71297 ]
    
    When scanning devices through the 'scan' attribute in sysfs, the user will
    observe duplicate device entries in lsscsi command output.
    
    Set the shost's max_channel to zero to avoid this.
    
    Link: https://lore.kernel.org/r/20211014055425.30719-1-sreekanth.reddy@xxxxxxxxxxxx
    Fixes: 824a156633df ("scsi: mpi3mr: Base driver code")
    Signed-off-by: Sreekanth Reddy <sreekanth.reddy@xxxxxxxxxxxx>
    Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/scsi/mpi3mr/mpi3mr_os.c b/drivers/scsi/mpi3mr/mpi3mr_os.c
index 24ac7ddec749..206c2598ade3 100644
--- a/drivers/scsi/mpi3mr/mpi3mr_os.c
+++ b/drivers/scsi/mpi3mr/mpi3mr_os.c
@@ -3755,7 +3755,7 @@ mpi3mr_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 	shost->max_lun = -1;
 	shost->unique_id = mrioc->id;
 
-	shost->max_channel = 1;
+	shost->max_channel = 0;
 	shost->max_id = 0xFFFFFFFF;
 
 	if (prot_mask >= 0)



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux