]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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>

Trivial merge