]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite4f63262ada0e429583757d47f57f5610f7ff069
tree62d6243fab97ce01fee6863bae0f36e87efcb92b
parent3d61ccc36ae50d97ec1cfc638a6b991e87e15f61
parent487a429673a449610c9504e9553aa85c47d72c3a
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>