public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] cciss: bump version to .20 to reflect new HW support
@ 2008-06-10 16:14 Mike Miller
  2008-06-10 20:50 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Miller @ 2008-06-10 16:14 UTC (permalink / raw)
  To: Andrew Morton, Jens Axboe; +Cc: LKML, LKML-scsi, andrew.patterson, justin.chen

PATCH 2/2
This patch bumps the driver version to 3.6.20 to reflect the new hardware
support from patch 1 of this set. Please consider this for inclusion.

Signed-off-by: Mike Miller <mike.miller@hp.com>

diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index ced904d..c21a5a9 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -53,16 +53,16 @@
 #include <linux/scatterlist.h>
 
 #define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
-#define DRIVER_NAME "HP CISS Driver (v 3.6.14)"
-#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,14)
+#define DRIVER_NAME "HP CISS Driver (v 3.6.20)"
+#define DRIVER_VERSION CCISS_DRIVER_VERSION(3, 6, 20)
 
 /* Embedded module documentation macros - see modules.h */
 MODULE_AUTHOR("Hewlett-Packard Company");
-MODULE_DESCRIPTION("Driver for HP Controller SA5xxx SA6xxx version 3.6.14");
+MODULE_DESCRIPTION("Driver for HP Smart Array Controllers");
 MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312 SA641 SA642 SA6400"
 			" SA6i P600 P800 P400 P400i E200 E200i E500 P700m"
 			" Smart Array G2 Series SAS/SATA Controllers");
-MODULE_VERSION("3.6.14");
+MODULE_VERSION("3.6.20");
 MODULE_LICENSE("GPL");
 
 #include "cciss_cmd.h"

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

* Re: [PATCH 2/2] cciss: bump version to .20 to reflect new HW support
  2008-06-10 16:14 [PATCH 2/2] cciss: bump version to .20 to reflect new HW support Mike Miller
@ 2008-06-10 20:50 ` Andrew Morton
  2008-06-10 21:12   ` Miller, Mike (OS Dev)
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2008-06-10 20:50 UTC (permalink / raw)
  To: Mike Miller
  Cc: jens.axboe, linux-kernel, linux-scsi, andrew.patterson,
	justin.chen

On Tue, 10 Jun 2008 11:14:04 -0500
Mike Miller <mike.miller@hp.com> wrote:

> PATCH 2/2
> This patch bumps the driver version to 3.6.20 to reflect the new hardware
> support from patch 1 of this set. Please consider this for inclusion.
> 
> Signed-off-by: Mike Miller <mike.miller@hp.com>
> 
> diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
> index ced904d..c21a5a9 100644
> --- a/drivers/block/cciss.c
> +++ b/drivers/block/cciss.c
> @@ -53,16 +53,16 @@
>  #include <linux/scatterlist.h>
>  
>  #define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
> -#define DRIVER_NAME "HP CISS Driver (v 3.6.14)"
> -#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,14)
> +#define DRIVER_NAME "HP CISS Driver (v 3.6.20)"
> +#define DRIVER_VERSION CCISS_DRIVER_VERSION(3, 6, 20)
>  
>  /* Embedded module documentation macros - see modules.h */
>  MODULE_AUTHOR("Hewlett-Packard Company");
> -MODULE_DESCRIPTION("Driver for HP Controller SA5xxx SA6xxx version 3.6.14");
> +MODULE_DESCRIPTION("Driver for HP Smart Array Controllers");
>  MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312 SA641 SA642 SA6400"
>  			" SA6i P600 P800 P400 P400i E200 E200i E500 P700m"
>  			" Smart Array G2 Series SAS/SATA Controllers");
> -MODULE_VERSION("3.6.14");
> +MODULE_VERSION("3.6.20");
>  MODULE_LICENSE("GPL");
>  
>  #include "cciss_cmd.h"

I think it would be more logical to fold these two patches together.

I believe we should include this new device support in 2.6.25.x, yes?

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

* RE: [PATCH 2/2] cciss: bump version to .20 to reflect new HW support
  2008-06-10 20:50 ` Andrew Morton
@ 2008-06-10 21:12   ` Miller, Mike (OS Dev)
  2008-06-10 21:18     ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Miller, Mike (OS Dev) @ 2008-06-10 21:12 UTC (permalink / raw)
  To: Andrew Morton
  Cc: jens.axboe@oracle.com, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, Patterson, Andrew D (Linux R&D),
	Chen, Justin



> -----Original Message-----
> From: Andrew Morton [mailto:akpm@linux-foundation.org]
> Sent: Tuesday, June 10, 2008 3:50 PM
> To: Miller, Mike (OS Dev)
> Cc: jens.axboe@oracle.com; linux-kernel@vger.kernel.org;
> linux-scsi@vger.kernel.org; Patterson, Andrew D (Linux R&D);
> Chen, Justin
> Subject: Re: [PATCH 2/2] cciss: bump version to .20 to
> reflect new HW support
>
> On Tue, 10 Jun 2008 11:14:04 -0500
> Mike Miller <mike.miller@hp.com> wrote:
>
> > PATCH 2/2
> > This patch bumps the driver version to 3.6.20 to reflect the new
> > hardware support from patch 1 of this set. Please consider
> this for inclusion.
> >
> > Signed-off-by: Mike Miller <mike.miller@hp.com>
> >
> > diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index
> > ced904d..c21a5a9 100644
> > --- a/drivers/block/cciss.c
> > +++ b/drivers/block/cciss.c
> > @@ -53,16 +53,16 @@
> >  #include <linux/scatterlist.h>
> >
> >  #define CCISS_DRIVER_VERSION(maj,min,submin)
> > ((maj<<16)|(min<<8)|(submin)) -#define DRIVER_NAME "HP CISS
> Driver (v 3.6.14)"
> > -#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,14)
> > +#define DRIVER_NAME "HP CISS Driver (v 3.6.20)"
> > +#define DRIVER_VERSION CCISS_DRIVER_VERSION(3, 6, 20)
> >
> >  /* Embedded module documentation macros - see modules.h */
> > MODULE_AUTHOR("Hewlett-Packard Company");
> -MODULE_DESCRIPTION("Driver
> > for HP Controller SA5xxx SA6xxx version 3.6.14");
> > +MODULE_DESCRIPTION("Driver for HP Smart Array Controllers");
> >  MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312
> SA641 SA642 SA6400"
> >                       " SA6i P600 P800 P400 P400i E200
> E200i E500 P700m"
> >                       " Smart Array G2 Series SAS/SATA
> Controllers");
> > -MODULE_VERSION("3.6.14");
> > +MODULE_VERSION("3.6.20");
> >  MODULE_LICENSE("GPL");
> >
> >  #include "cciss_cmd.h"
>
> I think it would be more logical to fold these two patches together.

Jens at one time suggested I keep the version patch separate, IIRC.
>
> I believe we should include this new device support in 2.6.25.x, yes?

Yes, I'd like to see the support in 2.6.25.x.

-- mikem
>

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

* Re: [PATCH 2/2] cciss: bump version to .20 to reflect new HW support
  2008-06-10 21:12   ` Miller, Mike (OS Dev)
@ 2008-06-10 21:18     ` Jens Axboe
  2008-06-10 21:26       ` Miller, Mike (OS Dev)
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2008-06-10 21:18 UTC (permalink / raw)
  To: Miller, Mike (OS Dev)
  Cc: Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, Patterson, Andrew D (Linux R&D),
	Chen, Justin

On Tue, Jun 10 2008, Miller, Mike (OS Dev) wrote:
> 
> 
> > -----Original Message-----
> > From: Andrew Morton [mailto:akpm@linux-foundation.org]
> > Sent: Tuesday, June 10, 2008 3:50 PM
> > To: Miller, Mike (OS Dev)
> > Cc: jens.axboe@oracle.com; linux-kernel@vger.kernel.org;
> > linux-scsi@vger.kernel.org; Patterson, Andrew D (Linux R&D);
> > Chen, Justin
> > Subject: Re: [PATCH 2/2] cciss: bump version to .20 to
> > reflect new HW support
> >
> > On Tue, 10 Jun 2008 11:14:04 -0500
> > Mike Miller <mike.miller@hp.com> wrote:
> >
> > > PATCH 2/2
> > > This patch bumps the driver version to 3.6.20 to reflect the new
> > > hardware support from patch 1 of this set. Please consider
> > this for inclusion.
> > >
> > > Signed-off-by: Mike Miller <mike.miller@hp.com>
> > >
> > > diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index
> > > ced904d..c21a5a9 100644
> > > --- a/drivers/block/cciss.c
> > > +++ b/drivers/block/cciss.c
> > > @@ -53,16 +53,16 @@
> > >  #include <linux/scatterlist.h>
> > >
> > >  #define CCISS_DRIVER_VERSION(maj,min,submin)
> > > ((maj<<16)|(min<<8)|(submin)) -#define DRIVER_NAME "HP CISS
> > Driver (v 3.6.14)"
> > > -#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,14)
> > > +#define DRIVER_NAME "HP CISS Driver (v 3.6.20)"
> > > +#define DRIVER_VERSION CCISS_DRIVER_VERSION(3, 6, 20)
> > >
> > >  /* Embedded module documentation macros - see modules.h */
> > > MODULE_AUTHOR("Hewlett-Packard Company");
> > -MODULE_DESCRIPTION("Driver
> > > for HP Controller SA5xxx SA6xxx version 3.6.14");
> > > +MODULE_DESCRIPTION("Driver for HP Smart Array Controllers");
> > >  MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312
> > SA641 SA642 SA6400"
> > >                       " SA6i P600 P800 P400 P400i E200
> > E200i E500 P700m"
> > >                       " Smart Array G2 Series SAS/SATA
> > Controllers");
> > > -MODULE_VERSION("3.6.14");
> > > +MODULE_VERSION("3.6.20");
> > >  MODULE_LICENSE("GPL");
> > >
> > >  #include "cciss_cmd.h"
> >
> > I think it would be more logical to fold these two patches together.
> 
> Jens at one time suggested I keep the version patch separate, IIRC.

Did I? For a series of patches implementing various things, bumping the
version at the end makes sense since it's tied to the series and not a
specific patch. For a single patch, I'm fine with including the version
change in there.

-- 
Jens Axboe


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

* RE: [PATCH 2/2] cciss: bump version to .20 to reflect new HW support
  2008-06-10 21:18     ` Jens Axboe
@ 2008-06-10 21:26       ` Miller, Mike (OS Dev)
  0 siblings, 0 replies; 5+ messages in thread
From: Miller, Mike (OS Dev) @ 2008-06-10 21:26 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, Patterson, Andrew D (Linux R&D),
	Chen, Justin



> -----Original Message-----
> From: Jens Axboe [mailto:jens.axboe@oracle.com]
> Sent: Tuesday, June 10, 2008 4:18 PM
> To: Miller, Mike (OS Dev)
> Cc: Andrew Morton; linux-kernel@vger.kernel.org;
> linux-scsi@vger.kernel.org; Patterson, Andrew D (Linux R&D);
> Chen, Justin
> Subject: Re: [PATCH 2/2] cciss: bump version to .20 to
> reflect new HW support
>
> On Tue, Jun 10 2008, Miller, Mike (OS Dev) wrote:
> >
> >
> > > -----Original Message-----
> > > From: Andrew Morton [mailto:akpm@linux-foundation.org]
> > > Sent: Tuesday, June 10, 2008 3:50 PM
> > > To: Miller, Mike (OS Dev)
> > > Cc: jens.axboe@oracle.com; linux-kernel@vger.kernel.org;
> > > linux-scsi@vger.kernel.org; Patterson, Andrew D (Linux
> R&D); Chen,
> > > Justin
> > > Subject: Re: [PATCH 2/2] cciss: bump version to .20 to
> reflect new
> > > HW support
> > >
> > > On Tue, 10 Jun 2008 11:14:04 -0500
> > > Mike Miller <mike.miller@hp.com> wrote:
> > >
> > > > PATCH 2/2
> > > > This patch bumps the driver version to 3.6.20 to
> reflect the new
> > > > hardware support from patch 1 of this set. Please consider
> > > this for inclusion.
> > > >
> > > > Signed-off-by: Mike Miller <mike.miller@hp.com>
> > > >
> > > > diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index
> > > > ced904d..c21a5a9 100644
> > > > --- a/drivers/block/cciss.c
> > > > +++ b/drivers/block/cciss.c
> > > > @@ -53,16 +53,16 @@
> > > >  #include <linux/scatterlist.h>
> > > >
> > > >  #define CCISS_DRIVER_VERSION(maj,min,submin)
> > > > ((maj<<16)|(min<<8)|(submin)) -#define DRIVER_NAME "HP CISS
> > > Driver (v 3.6.14)"
> > > > -#define DRIVER_VERSION CCISS_DRIVER_VERSION(3,6,14)
> > > > +#define DRIVER_NAME "HP CISS Driver (v 3.6.20)"
> > > > +#define DRIVER_VERSION CCISS_DRIVER_VERSION(3, 6, 20)
> > > >
> > > >  /* Embedded module documentation macros - see modules.h */
> > > > MODULE_AUTHOR("Hewlett-Packard Company");
> > > -MODULE_DESCRIPTION("Driver
> > > > for HP Controller SA5xxx SA6xxx version 3.6.14");
> > > > +MODULE_DESCRIPTION("Driver for HP Smart Array Controllers");
> > > >  MODULE_SUPPORTED_DEVICE("HP SA5i SA5i+ SA532 SA5300 SA5312
> > > SA641 SA642 SA6400"
> > > >                       " SA6i P600 P800 P400 P400i E200
> > > E200i E500 P700m"
> > > >                       " Smart Array G2 Series SAS/SATA
> > > Controllers");
> > > > -MODULE_VERSION("3.6.14");
> > > > +MODULE_VERSION("3.6.20");
> > > >  MODULE_LICENSE("GPL");
> > > >
> > > >  #include "cciss_cmd.h"
> > >
> > > I think it would be more logical to fold these two
> patches together.
> >
> > Jens at one time suggested I keep the version patch separate, IIRC.
>
> Did I? For a series of patches implementing various things,
> bumping the version at the end makes sense since it's tied to
> the series and not a specific patch. For a single patch, I'm
> fine with including the version change in there.

OK, thanks.

>
> --
> Jens Axboe
>
>

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

end of thread, other threads:[~2008-06-10 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10 16:14 [PATCH 2/2] cciss: bump version to .20 to reflect new HW support Mike Miller
2008-06-10 20:50 ` Andrew Morton
2008-06-10 21:12   ` Miller, Mike (OS Dev)
2008-06-10 21:18     ` Jens Axboe
2008-06-10 21:26       ` Miller, Mike (OS Dev)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox