I believe the current implementation of bvec_shr() is incorrect. The bug involves the carry bit being used too often for large BVEC's. The attached patch fixes the problem.
Patch to fix bvec_shr() bug.
Logged In: YES user_id=152016
actually, i believe it should be '<', rather than '<='
Log in to post a comment.
Patch to fix bvec_shr() bug.
Logged In: YES
user_id=152016
actually, i believe it should be '<', rather than '<='