|
@@ -373,7 +373,7 @@ static int seg6_hmac_init_algo(void)
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
|
|
|
|
for_each_possible_cpu(cpu) {
|
|
for_each_possible_cpu(cpu) {
|
|
- tfm = crypto_alloc_shash(algo->name, 0, GFP_KERNEL);
|
|
|
|
|
|
+ tfm = crypto_alloc_shash(algo->name, 0, 0);
|
|
if (IS_ERR(tfm))
|
|
if (IS_ERR(tfm))
|
|
return PTR_ERR(tfm);
|
|
return PTR_ERR(tfm);
|
|
p_tfm = per_cpu_ptr(algo->tfms, cpu);
|
|
p_tfm = per_cpu_ptr(algo->tfms, cpu);
|