Merge branch 'bpf-misc'
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Feb 2017 18:40:06 +0000 (13:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Feb 2017 18:40:06 +0000 (13:40 -0500)
commita2b4eb55ca81cd1968a942a593debddb3255d68a
tree62d6243fab97ce01fee6863bae0f36e87efcb92b
parentafcb50ba7f745eea32f91d7f63d6aa88f929f9c4
parent74451e66d516c55e309e8d89a4a1e7596e46aacd
Merge branch 'bpf-misc'

Daniel Borkmann says:

====================
Misc BPF improvements

This last series for this window adds various misc
improvements to BPF, one is to mark registered map and
prog types as __ro_after_init, another one for removing
cBPF stubs in eBPF JITs and moving the stub to the core
and last also improving JITs is to make generated images
visible to the kernel and kallsyms, so they can be
seen in traces. For details, please have a look at the
individual patches.

Thanks a lot!
====================

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