lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ