mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@sous-sol.org>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>,
	torvalds@osdl.org, stable@kernel.org,
	Patrick McHardy <kaber@trash.net>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	"J. Bruce Fields" <bfields@citi.umich.edu>
Subject: Re: [stable] Linux 2.6.20.5
Date: Fri, 6 Apr 2007 12:23:54 -0700	[thread overview]
Message-ID: <20070406192354.GT10574@sequoia.sous-sol.org> (raw)
In-Reply-To: <20070406184425.GS10574@sequoia.sous-sol.org>

* Chris Wright (chrisw@sous-sol.org) wrote:
> diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c
> index 35172d3..a664231 100644
> --- a/crypto/scatterwalk.c
> +++ b/crypto/scatterwalk.c
> @@ -91,6 +91,8 @@ void scatterwalk_copychunks(void *buf, struct scatter_walk *walk,
>  		memcpy_dir(buf, vaddr, len_this_page, out);
>  		scatterwalk_unmap(vaddr, out);
>  
> +		scatterwalk_advance(walk, nbytes);
> +
>  		if (nbytes == len_this_page)
>  			break;
>  
> @@ -99,7 +101,5 @@ void scatterwalk_copychunks(void *buf, struct scatter_walk *walk,
>  
>  		scatterwalk_pagedone(walk, out, 1);
>  	}
> -
> -	scatterwalk_advance(walk, nbytes);
>  }
>  EXPORT_SYMBOL_GPL(scatterwalk_copychunks);

Argh, looks like 2.6.20.5 is brown paper bag material

  reply	other threads:[~2007-04-06 19:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-06 18:42 Chris Wright
2007-04-06 18:44 ` Chris Wright
2007-04-06 19:23   ` Chris Wright [this message]
2007-04-08 19:02 ` Andre Tomt

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=20070406192354.GT10574@sequoia.sous-sol.org \
    --to=chrisw@sous-sol.org \
    --cc=akpm@osdl.org \
    --cc=bfields@citi.umich.edu \
    --cc=herbert@gondor.apana.org.au \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@kernel.org \
    --cc=torvalds@osdl.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

Powered by JetHome