Re: [PATCH] ipv6: fix useless rol32 call on hash

From: David Miller
Date: Wed Jul 18 2018 - 18:11:59 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Tue, 17 Jul 2018 17:12:39 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The rol32 call is currently rotating hash but the rol'd value is
> being discarded. I believe the current code is incorrect and hash
> should be assigned the rotated value returned from rol32.
>
> Thanks to David Lebrun for spotting this.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Also applied and queued up for -stable, thanks.