Comment 7 for bug 1971151

Revision history for this message
Michael Reed (mreed8855) wrote : Re: [Ubuntu 22.04.1] mpi3mr: Add management application interface(BSG) support

I applied all of the patches as they did cherry pick cleanly. I had to make the following changes to get it to build:

On line 4007 I made this change:
drivers/scsi/mpi3mr/mpi3mr_os.c
- scsi_done(scmd);
+ scmd->scsi_done(scmd);

On line 4149 I made this change
drivers/scsi/mpi3mr/mpi3mr_os.c:4149
- .shost_groups = mpi3mr_host_groups,

Can you check into why these changes were needed to build the kernel? I need the patches that will build the kernel without any intervention from me after the clean cherry pick.