]> asedeno.scripts.mit.edu Git - linux.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)
commit1e2d3c4929b68ce9491ec317846634306a9eeaa4
treedc87fa79da2db2da3b4c1bbe78cd2fd199517f6d
parent96801552f846460fe9ac10f1b189602992f004e1
parent28c2fae726bf5003cd209b0d5910a642af98316f
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>