projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
06d0a11
7b0c2a0
)
Merge branch 'BPF-inline-improvements'
author
David S. Miller
<davem@davemloft.net>
Sun, 20 Aug 2017 04:56:34 +0000
(21:56 -0700)
committer
David 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