All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00
@ 2021-08-03  6:51 Sreekanth Reddy
  2021-08-03 15:16 ` Lee Duncan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sreekanth Reddy @ 2021-08-03  6:51 UTC (permalink / raw)
  To: linux-scsi, martin.petersen; +Cc: Sreekanth Reddy

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

Bump driver version to 38.100.00.00

Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
---
 drivers/scsi/mpt3sas/mpt3sas_base.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
index 0c6c3df0038d..ec0be3e80561 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.h
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
@@ -77,9 +77,9 @@
 #define MPT3SAS_DRIVER_NAME		"mpt3sas"
 #define MPT3SAS_AUTHOR "Avago Technologies <MPT-FusionLinux.pdl@avagotech.com>"
 #define MPT3SAS_DESCRIPTION	"LSI MPT Fusion SAS 3.0 Device Driver"
-#define MPT3SAS_DRIVER_VERSION		"37.101.00.00"
-#define MPT3SAS_MAJOR_VERSION		37
-#define MPT3SAS_MINOR_VERSION		101
+#define MPT3SAS_DRIVER_VERSION		"38.100.00.00"
+#define MPT3SAS_MAJOR_VERSION		38
+#define MPT3SAS_MINOR_VERSION		100
 #define MPT3SAS_BUILD_VERSION		0
 #define MPT3SAS_RELEASE_VERSION	00
 
-- 
2.27.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4218 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00
  2021-08-03  6:51 [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00 Sreekanth Reddy
@ 2021-08-03 15:16 ` Lee Duncan
  2021-08-10  3:11 ` Martin K. Petersen
  2021-08-17  3:20 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Lee Duncan @ 2021-08-03 15:16 UTC (permalink / raw)
  To: Sreekanth Reddy, linux-scsi, martin.petersen

On 8/2/21 11:51 PM, Sreekanth Reddy wrote:
> Bump driver version to 38.100.00.00
> 
> Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
> ---
>  drivers/scsi/mpt3sas/mpt3sas_base.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
> index 0c6c3df0038d..ec0be3e80561 100644
> --- a/drivers/scsi/mpt3sas/mpt3sas_base.h
> +++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
> @@ -77,9 +77,9 @@
>  #define MPT3SAS_DRIVER_NAME		"mpt3sas"
>  #define MPT3SAS_AUTHOR "Avago Technologies <MPT-FusionLinux.pdl@avagotech.com>"
>  #define MPT3SAS_DESCRIPTION	"LSI MPT Fusion SAS 3.0 Device Driver"
> -#define MPT3SAS_DRIVER_VERSION		"37.101.00.00"
> -#define MPT3SAS_MAJOR_VERSION		37
> -#define MPT3SAS_MINOR_VERSION		101
> +#define MPT3SAS_DRIVER_VERSION		"38.100.00.00"
> +#define MPT3SAS_MAJOR_VERSION		38
> +#define MPT3SAS_MINOR_VERSION		100
>  #define MPT3SAS_BUILD_VERSION		0
>  #define MPT3SAS_RELEASE_VERSION	00
>  
> 

Reviewed-by: Lee Duncan <lduncan@suse.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00
  2021-08-03  6:51 [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00 Sreekanth Reddy
  2021-08-03 15:16 ` Lee Duncan
@ 2021-08-10  3:11 ` Martin K. Petersen
  2021-08-17  3:20 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-08-10  3:11 UTC (permalink / raw)
  To: Sreekanth Reddy; +Cc: linux-scsi, martin.petersen


Sreekanth,

> Bump driver version to 38.100.00.00

Applied to 5.15/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00
  2021-08-03  6:51 [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00 Sreekanth Reddy
  2021-08-03 15:16 ` Lee Duncan
  2021-08-10  3:11 ` Martin K. Petersen
@ 2021-08-17  3:20 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2021-08-17  3:20 UTC (permalink / raw)
  To: Sreekanth Reddy, linux-scsi; +Cc: Martin K . Petersen

On Tue, 3 Aug 2021 12:21:34 +0530, Sreekanth Reddy wrote:

> Bump driver version to 38.100.00.00
> 
> 
> 
> 

Applied to 5.15/scsi-queue, thanks!

[1/1] mpt3sas: Bump driver version to 38.100.00.00
      https://git.kernel.org/mkp/scsi/c/44f88ef3c9f1

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-17  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  6:51 [PATCH RESEND] mpt3sas: Bump driver version to 38.100.00.00 Sreekanth Reddy
2021-08-03 15:16 ` Lee Duncan
2021-08-10  3:11 ` Martin K. Petersen
2021-08-17  3:20 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.