aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorHerbert Xu <[email protected]>2009-05-31 23:09:22 +1000
committerHerbert Xu <[email protected]>2009-05-31 23:09:22 +1000
commitd315a0e09f1c8b833cacd5e72f3edea419978138 (patch)
tree335d0d482ef10584320a1ab6b139fe729f031b5b /net/lapb/lapb_subr.c
parent3218911f839b6c85acbf872ad264ea69aa4d89ad (diff)
crypto: hash - Fix handling of sg entry that crosses page boundary
A quirk that we've always supported is having an sg entry that's bigger than a page, or more generally an sg entry that crosses page boundaries. Even though it would be better to explicitly have to sg entries for this, we need to support it for the existing users, in particular, IPsec. The new ahash sg walking code did try to handle this, but there was a bug where we didn't increment the page so kept on walking on the first page over an dover again. This patch fixes it. Tested-by: Martin Willi <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions