Re: [PATCH] crypto: scatterwalk - Use sg_chain_ptr on chain entries

2013-12-09 Thread Herbert Xu
On Thu, Dec 05, 2013 at 01:09:53PM -0600, Tom Lendacky wrote: > Now that scatterwalk_sg_chain sets the chain pointer bit the sg_page > call in scatterwalk_sg_next hits a BUG_ON when CONFIG_DEBUG_SG is > enabled. Use sg_chain_ptr instead of sg_page on a chain entry. > > Signed-off-by: Tom Lendacky

[PATCH] crypto: scatterwalk - Use sg_chain_ptr on chain entries

2013-12-05 Thread Tom Lendacky
Now that scatterwalk_sg_chain sets the chain pointer bit the sg_page call in scatterwalk_sg_next hits a BUG_ON when CONFIG_DEBUG_SG is enabled. Use sg_chain_ptr instead of sg_page on a chain entry. Signed-off-by: Tom Lendacky --- include/crypto/scatterwalk.h |2 +- 1 file changed, 1 insertio