Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
The 'mask' argument to crypto_alloc_shash() uses the CRYPTO_ALG_* flags, not 'gfp_t'. So don't pass GFP_KERNEL to it. Fixes: bf355b8 ("ipv6: sr: add core files for SR HMAC support") Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information