diff --git a/patches.suse/scsi-smartpqi-Change-version-to-2.1.20-035.patch b/patches.suse/scsi-smartpqi-Change-version-to-2.1.20-035.patch new file mode 100644 index 0000000..a9da826 --- /dev/null +++ b/patches.suse/scsi-smartpqi-Change-version-to-2.1.20-035.patch @@ -0,0 +1,36 @@ +From: Don Brace +Date: Tue, 8 Nov 2022 13:22:14 -0600 +Subject: scsi: smartpqi: Change version to 2.1.20-035 +Patch-mainline: v6.2-rc1 +Git-commit: 2ae45329a956ff86ff8bec36463b6f49d2ca9bea +References: bsc#1207315 + +Reviewed-by: Scott Benesh +Reviewed-by: Scott Teel +Reviewed-by: Gerry Morong +Reviewed-by: Kevin Barnett +Signed-off-by: Don Brace +Link: https://lore.kernel.org/r/166793533417.322537.3074216622272955440.stgit@brunhilda +Signed-off-by: Martin K. Petersen +Acked-by: Martin Wilck +--- + drivers/scsi/smartpqi/smartpqi_init.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +--- a/drivers/scsi/smartpqi/smartpqi_init.c ++++ b/drivers/scsi/smartpqi/smartpqi_init.c +@@ -33,11 +33,11 @@ + #define BUILD_TIMESTAMP + #endif + +-#define DRIVER_VERSION "2.1.18-045" ++#define DRIVER_VERSION "2.1.20-035" + #define DRIVER_MAJOR 2 + #define DRIVER_MINOR 1 +-#define DRIVER_RELEASE 18 +-#define DRIVER_REVISION 45 ++#define DRIVER_RELEASE 20 ++#define DRIVER_REVISION 35 + + #define DRIVER_NAME "Microchip SmartPQI Driver (v" \ + DRIVER_VERSION BUILD_TIMESTAMP ")" diff --git a/series.conf b/series.conf index f275170..653dd41 100644 --- a/series.conf +++ b/series.conf @@ -36438,6 +36438,7 @@ patches.suse/scsi-smartpqi-Correct-device-removal-for-multi-actua.patch patches.suse/scsi-smartpqi-Add-controller-cache-flush-during-rmmo.patch patches.suse/scsi-smartpqi-Initialize-feature-section-info.patch + patches.suse/scsi-smartpqi-Change-version-to-2.1.20-035.patch patches.suse/scsi-scsi_debug-Fix-a-warning-in-resp_write_scat.patch patches.suse/scsi-lpfc-Use-memset_startat-helper.patch patches.suse/scsi-lpfc-Fix-WQ-CQ-EQ-resource-check.patch