On 03/05/2017 06:41 PM, Alexei Starovoitov wrote:
map_get_next_key callback is mandatory. Supply dummy handler.
Fixes: b95a5c4db09b ("bpf: add a longest prefix match trie map implementation")
Reported-by: Dmitry Vyukov
Signed-off-by: Alexei Starovoitov
Acked-by: Daniel Borkmann
From: Alexei Starovoitov
Date: Sun, 5 Mar 2017 10:58:00 -0800
> On 3/5/17 10:44 AM, David Miller wrote:
>> From: Alexei Starovoitov
>> Date: Sun, 5 Mar 2017 09:41:08 -0800
>>
>>> map_get_next_key callback is mandatory. Supply dummy handler.
>>>
>>> Fixes: b95a5c4db09b ("bpf: add a longest prefix
On 3/5/17 10:44 AM, David Miller wrote:
From: Alexei Starovoitov
Date: Sun, 5 Mar 2017 09:41:08 -0800
map_get_next_key callback is mandatory. Supply dummy handler.
Fixes: b95a5c4db09b ("bpf: add a longest prefix match trie map implementation")
Reported-by: Dmitry Vyukov
Signed-off-by: Alexei
From: Alexei Starovoitov
Date: Sun, 5 Mar 2017 09:41:08 -0800
> map_get_next_key callback is mandatory. Supply dummy handler.
>
> Fixes: b95a5c4db09b ("bpf: add a longest prefix match trie map
> implementation")
> Reported-by: Dmitry Vyukov
> Signed-off-by: Alexei Starovoitov
Wouldn't it be
map_get_next_key callback is mandatory. Supply dummy handler.
Fixes: b95a5c4db09b ("bpf: add a longest prefix match trie map implementation")
Reported-by: Dmitry Vyukov
Signed-off-by: Alexei Starovoitov
---
kernel/bpf/lpm_trie.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/kernel/b