** Description changed:

  SRU Justification:
  
  [Impact]
  
  Request to include below mpi3mr driver bug fix patches in Ubuntu
  22.04.1(5.15 kernel). These patches got accepted by the upstream and
  please find the corresponding commit IDs as below:
  
  ed567615f7ec scsi: mpi3mr: Fix build errors in uapi header scsi_bsg_mpi3mr.h
  dde822e21700 scsi: mpi3mr: Update driver version to 8.0.0.69.0
  04dfa01e77ea scsi: mpi3mr: Add support for NVMe passthrough
  937a6f2c4f2e scsi: mpi3mr: Expose adapter state to sysfs
  83959ce5204a scsi: mpi3mr: Add support for PEL commands
  eb8a3217cd7d scsi: mpi3mr: Add support for MPT commands
  455aac4f7a13 scsi: mpi3mr: Move data structures/definitions from MPI headers 
to uapi header
  a212ebe7d4b1 scsi: mpi3mr: Add support for driver commands
  7fbaf8b0d8b8 scsi: mpi3mr: Add bsg device support
  
  Thanks,
  Sumit
  
  [Test Plan]
  
  1.  Install and boot kernel
  2.  Run basic I/O tests
  
  [Where problems could occur]
- 
+ Moderate to low regression risk for the kernel as most changes are in the 
driver
  
  [Other Info]
  
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/mpi3mr_bsg_support

** Description changed:

  SRU Justification:
  
  [Impact]
  
  Request to include below mpi3mr driver bug fix patches in Ubuntu
  22.04.1(5.15 kernel). These patches got accepted by the upstream and
  please find the corresponding commit IDs as below:
  
- ed567615f7ec scsi: mpi3mr: Fix build errors in uapi header scsi_bsg_mpi3mr.h
- dde822e21700 scsi: mpi3mr: Update driver version to 8.0.0.69.0
- 04dfa01e77ea scsi: mpi3mr: Add support for NVMe passthrough
- 937a6f2c4f2e scsi: mpi3mr: Expose adapter state to sysfs
- 83959ce5204a scsi: mpi3mr: Add support for PEL commands
- eb8a3217cd7d scsi: mpi3mr: Add support for MPT commands
- 455aac4f7a13 scsi: mpi3mr: Move data structures/definitions from MPI headers 
to uapi header
- a212ebe7d4b1 scsi: mpi3mr: Add support for driver commands
- 7fbaf8b0d8b8 scsi: mpi3mr: Add bsg device support
+ f304d35e5995 scsi: mpi3mr: Update driver version to 8.0.0.69.0
+ 7dbd0dd8cde3 scsi: mpi3mr: Add support for NVMe passthrough
+ 986d6bad2103 scsi: mpi3mr: Expose adapter state to sysfs
+ 43ca11005098 scsi: mpi3mr: Add support for PEL commands
+ 506bc1a0d6ba scsi: mpi3mr: Add support for MPT commands
+ f3de4706c1e0 scsi: mpi3mr: Move data structures/definitions from MPI headers 
to uapi header
+ f5e6d5a34376 scsi: mpi3mr: Add support for driver commands
+ 4268fa751365 scsi: mpi3mr: Add bsg device support
+ 1fcbe4c49039 scsi: mpi3mr: Fix kernel-doc
+ 4094981db7b6 scsi: mpi3mr: Rework mrioc->bsg_device model to fix warnings
+ 9feb5c4c3f95 scsi: mpi3mr: Add target device related sysfs attributes
+ e51e76edddb1 scsi: mpi3mr: Add shost related sysfs attributes
+ bc7896d31a92 scsi: mpi3mr: Return error if dma_alloc_coherent() fails
+ a25eafd13e5f scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init()
+ 256bd4f23d9c scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR
+ 2dd8389f96d6 scsi: mpi3mr: Hidden drives not removed during soft reset
+ 1aa529d40025 scsi: mpi3mr: Increase I/O timeout value to 60s
  
- Thanks,
- Sumit
  
  [Test Plan]
  
  1.  Install and boot kernel
  2.  Run basic I/O tests
  
  [Where problems could occur]
- Moderate to low regression risk for the kernel as most changes are in the 
driver
+ 
+ Moderate to low regression risk for the kernel as most changes are in
+ the driver
  
  [Other Info]
  
  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/mpi3mr_bsg_support

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1971151

Title:
  [SRU][Ubuntu 22.04.1] mpi3mr: Add management application
  interface(BSG) support

Status in linux package in Ubuntu:
  In Progress

Bug description:
  SRU Justification:

  [Impact]

  Request to include below mpi3mr driver bug fix patches in Ubuntu
  22.04.1(5.15 kernel). These patches got accepted by the upstream and
  please find the corresponding commit IDs as below:

  f304d35e5995 scsi: mpi3mr: Update driver version to 8.0.0.69.0
  7dbd0dd8cde3 scsi: mpi3mr: Add support for NVMe passthrough
  986d6bad2103 scsi: mpi3mr: Expose adapter state to sysfs
  43ca11005098 scsi: mpi3mr: Add support for PEL commands
  506bc1a0d6ba scsi: mpi3mr: Add support for MPT commands
  f3de4706c1e0 scsi: mpi3mr: Move data structures/definitions from MPI headers 
to uapi header
  f5e6d5a34376 scsi: mpi3mr: Add support for driver commands
  4268fa751365 scsi: mpi3mr: Add bsg device support
  1fcbe4c49039 scsi: mpi3mr: Fix kernel-doc
  4094981db7b6 scsi: mpi3mr: Rework mrioc->bsg_device model to fix warnings
  9feb5c4c3f95 scsi: mpi3mr: Add target device related sysfs attributes
  e51e76edddb1 scsi: mpi3mr: Add shost related sysfs attributes
  bc7896d31a92 scsi: mpi3mr: Return error if dma_alloc_coherent() fails
  a25eafd13e5f scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init()
  256bd4f23d9c scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR
  2dd8389f96d6 scsi: mpi3mr: Hidden drives not removed during soft reset
  1aa529d40025 scsi: mpi3mr: Increase I/O timeout value to 60s

  
  [Test Plan]

  1.  Install and boot kernel
  2.  Run basic I/O tests

  [Where problems could occur]

  Moderate to low regression risk for the kernel as most changes are in
  the driver

  [Other Info]

  
https://code.launchpad.net/~mreed8855/ubuntu/+source/linux/+git/jammy/+ref/mpi3mr_bsg_support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1971151/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to