[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161115.115924.957021512319479216.davem@redhat.com>
Date: Tue, 15 Nov 2016 11:59:24 -0500 (EST)
From: David Miller <davem@...hat.com>
To: kafai@...com
Cc: netdev@...r.kernel.org, ast@...com, daniel@...earbox.net,
kernel-team@...com
Subject: Re: [PATCH v2 net-next 0/6] bpf: LRU map
From: David Miller <davem@...hat.com>
Date: Tue, 15 Nov 2016 11:51:23 -0500 (EST)
> From: Martin KaFai Lau <kafai@...com>
> Date: Fri, 11 Nov 2016 10:55:05 -0800
>
>> This patch set adds LRU map implementation to the existing BPF map
>> family.
>
> Series applied, thanks.
BTW, with Fedora 24's gcc-6.2.1 on x86_64 I'm getting this warning:
kernel/bpf/bpf_lru_list.c: In function ‘__bpf_lru_list_rotate_inactive.isra.3’:
kernel/bpf/bpf_lru_list.c:201:28: warning: ‘next’ may be used uninitialized in this function [-Wmaybe-uninitialized]
l->next_inactive_rotation = next;
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Powered by blists - more mailing lists