On 10/09/2017 03:31 PM, Daniel Borkmann wrote:
On 10/06/2017 06:12 PM, Jesper Dangaard Brouer wrote:
[...]
+    /* Pre-limit array size based on NR_CPUS, not final CPU check */
+    if (cmap->map.max_entries > NR_CPUS)

Nit: needs to be >= NR_CPUS.

Scratch that comment, you bail out on key_cpu >= cmap->map.max_entries
in the other handlers, so that's fine.

Reply via email to