public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Henrik Rydberg <rydberg@euromail.se>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Alan Stern <stern@rowland.harvard.edu>,
	Peter Stuge <peter@stuge.se>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@kernel.org
Subject: Re: [PATCH v3] usbdevfs: Fix broken scatter-gather transfer
Date: Sun, 14 Oct 2012 17:48:00 +0200	[thread overview]
Message-ID: <507ADEB0.2040303@redhat.com> (raw)
In-Reply-To: <1350123636-4801-1-git-send-email-rydberg@euromail.se>

Hi,

On 10/13/2012 12:20 PM, Henrik Rydberg wrote:
> The handling of large output bulk transfers is broken; the same user
> page is read over and over again. Fixed with this patch.
>
> Cc: stable@kernel.org
> Acked-by: Peter Stuge <peter@stuge.se>
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> Acked-by: Alan Stern <stern@rowland.harvard.edu>
> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
> ---
> Hi Greg,
>
> Here is the formal and third version of the patch. Version two still
> made me nervous,

And it should, as as said before I believe it would have broken large
input transfers ...

  so I moved the increment to where it is clear that
> the buffer pointer is never referenced again later in the function. I
> still kept the ACKS, hope that is alright with everyone.

Unlike the previous one, this version should work, so yes it may keep
my ACK :)

Regards,

Hans

>
> Thanks,
> Henrik
>
>   drivers/usb/core/devio.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
> index ebb8a9d..7f75343 100644
> --- a/drivers/usb/core/devio.c
> +++ b/drivers/usb/core/devio.c
> @@ -1348,6 +1348,7 @@ static int proc_do_submiturb(struct dev_state *ps, struct usbdevfs_urb *uurb,
>   					ret = -EFAULT;
>   					goto error;
>   				}
> +				uurb->buffer += u;
>   			}
>   			totlen -= u;
>   		}
>

      reply	other threads:[~2012-10-14 15:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-13 10:20 [PATCH v3] usbdevfs: Fix broken scatter-gather transfer Henrik Rydberg
2012-10-14 15:48 ` Hans de Goede [this message]

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=507ADEB0.2040303@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=peter@stuge.se \
    --cc=rydberg@euromail.se \
    --cc=stable@kernel.org \
    --cc=stern@rowland.harvard.edu \
    /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