On 03/01/2019 11:33 PM, Eric Dumazet wrote:
> We need to iterate through all possible cpus.
>
> Fixes: 492ecee892c2 ("bpf: enable program stats")
> Signed-off-by: Eric Dumazet
> Reported-by: Guenter Roeck
> Tested-by: Guenter Roeck
Applied, thanks! Issue is only in bpf-next, not net, therefore
On Fri, Mar 1, 2019 at 2:34 PM Eric Dumazet wrote:
>
> We need to iterate through all possible cpus.
>
> Fixes: 492ecee892c2 ("bpf: enable program stats")
> Signed-off-by: Eric Dumazet
> Reported-by: Guenter Roeck
> Tested-by: Guenter Roeck
Acked-by: Song Liu
> ---
> kernel/bpf/core.c | 8 +
We need to iterate through all possible cpus.
Fixes: 492ecee892c2 ("bpf: enable program stats")
Signed-off-by: Eric Dumazet
Reported-by: Guenter Roeck
Tested-by: Guenter Roeck
---
kernel/bpf/core.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/kernel/bpf/core.c b/k