From: David Ahern
Date: Wed, 19 Dec 2018 15:53:22 -0800
> From: David Ahern
>
> pneigh_lookup uses kmalloc versus kzalloc when new entries are allocated.
> Given that the newly added protocol field needs to be initialized.
>
> Fixes: df9b0e30d44c ("neighbor: Add protocol attribute")
> Signed-o
From: David Ahern
pneigh_lookup uses kmalloc versus kzalloc when new entries are allocated.
Given that the newly added protocol field needs to be initialized.
Fixes: df9b0e30d44c ("neighbor: Add protocol attribute")
Signed-off-by: David Ahern
---
net/core/neighbour.c | 1 +
1 file changed, 1 i