]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 Nov 2018 02:33:35 +0000 (19:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Nov 2018 02:33:35 +0000 (19:33 -0700)
commit13a5efe39e3cd8f310fc2bcc13cbf6a439fa26c1
treedc87fa79da2db2da3b4c1bbe78cd2fd199517f6d
parent4a36759f63fcbc93e5f4ab49458b8dcc4daea96e
parentbcd8464be266a29df63358351fb2bebdf6615f83
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf

Daniel Borkmann says:

====================
pull-request: bpf 2018-11-03

The following pull-request contains BPF updates for your *net* tree.

The main changes are:

1) Fix BPF prog kallsyms and bpf_prog_get_info_by_fd() jited address export
   to not use page start but actual start instead to work correctly with
   profiling e.g. finding hot instructions from stack traces. Also fix latter
   with regards to dumping address and jited len for !multi prog, from Song.

2) Fix bpf_prog_get_info_by_fd() for !root to zero info.nr_jited_func_lens
   instead of leaving the user provided length, from Daniel.
====================

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