OSDN Git Service

Merge branch 'BPF-inline-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 04:56:34 +0000 (21:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2017 04:56:34 +0000 (21:56 -0700)
Daniel Borkmann says:

====================
BPF inline improvements

First one makes htab inlining more robust wrt future jits and
second one inlines map in map lookups through map_gen_lookup()
callback.

v1 -> v2:
  - BITS_PER_LONG guard in patch 1
  - BPF_EMIT_CALL is on __htab_map_lookup_elem
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge