All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: patch scsi-qla2xxx-correct-atmel-flash-part-handling.patch added to 2.6.27-stable tree
       [not found] <20081117055003.2F349145446A@imap.suse.de>
@ 2008-11-18  0:54 ` Stefan Lippers-Hollmann
  2008-11-18 15:09   ` [stable] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Lippers-Hollmann @ 2008-11-18  0:54 UTC (permalink / raw)
  To: gregkh
  Cc: linux-kernel, lalit.chandivade, andrew.vasquez, James.Bottomley,
	stable

Hi

On Montag, 17. November 2008, gregkh@suse.de wrote:
> 
> This is a note to let you know that we have just queued up the patch titled
> 
>      Subject: SCSI: qla2xxx: Correct Atmel flash-part handling.
> 
> to the 2.6.27-stable tree.  Its filename is
> 
>      scsi-qla2xxx-correct-atmel-flash-part-handling.patch

This unfortunately breaks the build.

drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_get_flash_info':
drivers/scsi/qla2xxx/qla_sup.c:628: error: 'scsi_qla_host_t' has no member named 'fdt_odd_index'
make[6]: *** [drivers/scsi/qla2xxx/qla_sup.o] Error 1
make[5]: *** [drivers/scsi/qla2xxx] Error 2
make[4]: *** [drivers/scsi] Error 2

> A git repo of this tree can be found at 
>     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> 
> 
> From 821b3996001508e872582dcafc7575021f122728 Mon Sep 17 00:00:00 2001
> From: Lalit Chandivade <lalit.chandivade@qlogic.com>
> Date: Fri, 24 Oct 2008 15:13:44 -0700
> Subject: SCSI: qla2xxx: Correct Atmel flash-part handling.
> 
> From: Lalit Chandivade <lalit.chandivade@qlogic.com>
> 
> commit 821b3996001508e872582dcafc7575021f122728 upstream.
> 
> Use correct block size (4K) for erase command 0x20 for Atmel
> Flash. Use dword addresses for determining sector boundary.
> 
> Signed-off-by: Lalit Chandivade <lalit.chandivade@qlogic.com>
> Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> 
> ---
>  drivers/scsi/qla2xxx/qla_def.h |    1 -
>  drivers/scsi/qla2xxx/qla_sup.c |   19 +++++++------------
>  2 files changed, 7 insertions(+), 13 deletions(-)
> 
> --- a/drivers/scsi/qla2xxx/qla_def.h
> +++ b/drivers/scsi/qla2xxx/qla_def.h
> @@ -2546,7 +2546,6 @@ typedef struct scsi_qla_host {
>  	uint8_t		fcode_revision[16];
>  	uint32_t	fw_revision[4];
>  
> -	uint16_t	fdt_odd_index;
>  	uint32_t	fdt_wrt_disable;
>  	uint32_t	fdt_erase_cmd;
>  	uint32_t	fdt_block_size;


2.6.27.7-rc2:
$ grep -nR -A 3 -B 3 fdt_odd_index drivers/scsi/qla2xxx/
drivers/scsi/qla2xxx/qla_sup.c-628-     DEBUG2(qla_printk(KERN_DEBUG, ha, "Flash[MID]: (0x%x/0x%x) erase=0x%x "
drivers/scsi/qla2xxx/qla_sup.c-629-         "pro=%x upro=%x idx=%d wrtd=0x%x blk=0x%x.\n", man_id, flash_id,
drivers/scsi/qla2xxx/qla_sup.c-630-         ha->fdt_erase_cmd, ha->fdt_protect_sec_cmd,
drivers/scsi/qla2xxx/qla_sup.c:631:         ha->fdt_unprotect_sec_cmd, ha->fdt_odd_index, ha->fdt_wrt_disable,
drivers/scsi/qla2xxx/qla_sup.c-632-         ha->fdt_block_size));
drivers/scsi/qla2xxx/qla_sup.c-633-}
drivers/scsi/qla2xxx/qla_sup.c-634-

Regards
	Stefan Lippers-Hollmann

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

* Re: [stable] patch scsi-qla2xxx-correct-atmel-flash-part-handling.patch added to 2.6.27-stable tree
  2008-11-18  0:54 ` patch scsi-qla2xxx-correct-atmel-flash-part-handling.patch added to 2.6.27-stable tree Stefan Lippers-Hollmann
@ 2008-11-18 15:09   ` Greg KH
       [not found]     ` <07FCD974C26C22409200FA0D79291F05775799@AVEXCH1.qlogic.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2008-11-18 15:09 UTC (permalink / raw)
  To: Stefan Lippers-Hollmann
  Cc: gregkh, James.Bottomley, stable, lalit.chandivade, linux-kernel,
	andrew.vasquez

On Tue, Nov 18, 2008 at 01:54:44AM +0100, Stefan Lippers-Hollmann wrote:
> Hi
> 
> On Montag, 17. November 2008, gregkh@suse.de wrote:
> > 
> > This is a note to let you know that we have just queued up the patch titled
> > 
> >      Subject: SCSI: qla2xxx: Correct Atmel flash-part handling.
> > 
> > to the 2.6.27-stable tree.  Its filename is
> > 
> >      scsi-qla2xxx-correct-atmel-flash-part-handling.patch
> 
> This unfortunately breaks the build.
> 
> drivers/scsi/qla2xxx/qla_sup.c: In function 'qla2xxx_get_flash_info':
> drivers/scsi/qla2xxx/qla_sup.c:628: error: 'scsi_qla_host_t' has no member named 'fdt_odd_index'
> make[6]: *** [drivers/scsi/qla2xxx/qla_sup.o] Error 1
> make[5]: *** [drivers/scsi/qla2xxx] Error 2
> make[4]: *** [drivers/scsi] Error 2

Crap :(

Lalit, can you fix this up?  I'm at a conference for the next two days
and probably will not have email access, nor time to try to resolve
this...

thanks,

greg k-h

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

* Re: [stable] patchscsi-qla2xxx-correct-atmel-flash-part-handling.patch added to2.6.27-stable tree
       [not found]     ` <07FCD974C26C22409200FA0D79291F05775799@AVEXCH1.qlogic.org>
@ 2008-11-21 19:01       ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2008-11-21 19:01 UTC (permalink / raw)
  To: Lalit Chandivade
  Cc: Greg KH, Stefan Lippers-Hollmann, James.Bottomley, stable,
	linux-kernel, Andrew Vasquez

On Tue, Nov 18, 2008 at 09:21:12AM -0800, Lalit Chandivade wrote:
> Greg,
> 
> This change is missing, attached is the full patch, also pasted below.

Thanks for the fix, I used it in the 2.6.27.7 release.

greg k-h

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

end of thread, other threads:[~2008-11-21 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20081117055003.2F349145446A@imap.suse.de>
2008-11-18  0:54 ` patch scsi-qla2xxx-correct-atmel-flash-part-handling.patch added to 2.6.27-stable tree Stefan Lippers-Hollmann
2008-11-18 15:09   ` [stable] " Greg KH
     [not found]     ` <07FCD974C26C22409200FA0D79291F05775799@AVEXCH1.qlogic.org>
2008-11-21 19:01       ` [stable] patchscsi-qla2xxx-correct-atmel-flash-part-handling.patch added to2.6.27-stable tree Greg KH

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.