]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-misc-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Apr 2017 19:48:16 +0000 (15:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Apr 2017 19:48:16 +0000 (15:48 -0400)
commit4c042a80c1776477d8f13d0b214809a2eaedf01d
treef36c473e0e53ef2018334abd8cffcf42b4dd70b6
parentcd5487fb9485934dfa0ad9d6b52c4da8e38318e6
parentf3515b5d0b718cceae9e67802cfa20d5e6f9b567
Merge branch 'bpf-misc-next'

Daniel Borkmann says:

====================
Misc BPF updates

This set cleans up ldimm64 leftovers from early eBPF days and
adds couple of test cases related to this to the verifier test
suite. It also cleans up the kallsyms spinlock (had same patch
also in queue) by relaxing it through switching to _bh variant.
It fixes up test_progs in relation to htons/ntohs and adds
accessor macros for the percpu tests in test_maps.
====================

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