Drop references to SCSI PCI IDs we remove

Upstream commit 412e7375 ("scsi: lpfc: Complete removal of FCoE T10 PI support on SLI-4 adapters") introduced references to a number of PCI device IDs we drop in commit a57f3cee ("Removing Obsolete hba pci-ids from rhel8"). Remove them.

Fixes: a57f3cee Signed-off-by: Jeremy Cline jcline@redhat.com

Note: I'm flagging this as "Do Not Email" because this is a bit of an odd workflow I'm trying to think through. The patches apply cleanly, but commit a57f3cee needs an adjustment to build. There are a few approaches to fixing this, but I don't know what is the most "reviewable" so I thought I'd try one and lay out some other options:

Option 1: Make a merge request against ark-patches branch with a patch that fixes up the original patch and is tagged as such. Then, during the next rebase of ark-patches, the this commit is squashed into the commit it fixes.

Option 2: Drop the offending patch from ark-patches in a rebase, then open a merge request with the fixed-up patch against ark-patches.

Option 3: ?

The appeal of Option 1 is that you just review the thing that needed fixing in the context of the old patch. Option 2 contains the whole patch again (including fixes) so it might not be as obvious what needed changing. @labbott1, @dzickusrh, what do you think?

Edited by Jeremy Cline

Merge request reports

Loading