public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Wanlong Gao <gaowanlong@cn.fujitsu.com>
To: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	devel@linuxdriverproject.org, ohering@suse.com,
	jbottomley@parallels.com, jasowang@redhat.com,
	linux-scsi@vger.kernel.org, Stable <stable@vger.kernel.org>,
	Wanlong Gao <gaowanlong@cn.fujitsu.com>
Subject: Re: [PATCH 1/1] Drivers: scsi: storvsc: Initialize the sglist
Date: Fri, 25 Jan 2013 14:29:34 +0800	[thread overview]
Message-ID: <5102264E.9020604@cn.fujitsu.com> (raw)
In-Reply-To: <1359075861-1014-1-git-send-email-kys@microsoft.com>

On 01/25/2013 09:04 AM, K. Y. Srinivasan wrote:
> Properly initialize scatterlist before using it.
> 
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> Cc: Stable <stable@vger.kernel.org>

Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>

> ---
>  drivers/scsi/storvsc_drv.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
> index 270b3cf..5ada1d0 100644
> --- a/drivers/scsi/storvsc_drv.c
> +++ b/drivers/scsi/storvsc_drv.c
> @@ -467,6 +467,7 @@ static struct scatterlist *create_bounce_buffer(struct scatterlist *sgl,
>  	if (!bounce_sgl)
>  		return NULL;
>  
> +	sg_init_table(bounce_sgl, num_pages);
>  	for (i = 0; i < num_pages; i++) {
>  		page_buf = alloc_page(GFP_ATOMIC);
>  		if (!page_buf)
> 


  reply	other threads:[~2013-01-25  6:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25  1:04 [PATCH 1/1] Drivers: scsi: storvsc: Initialize the sglist K. Y. Srinivasan
2013-01-25  6:29 ` Wanlong Gao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-26  2:19 K. Y. Srinivasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5102264E.9020604@cn.fujitsu.com \
    --to=gaowanlong@cn.fujitsu.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jasowang@redhat.com \
    --cc=jbottomley@parallels.com \
    --cc=kys@microsoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=ohering@suse.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox