summaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorMagnus Karlsson2019-04-10 08:54:16 +0200
committerDaniel Borkmann2019-04-10 09:51:50 +0200
commit50bd645b3a21a374dbd0fa8273a5f4e98001fb05 (patch)
tree3f3d8e6de145a43ce2a9da19fa6fe250b566ffb2 /.mailmap
parentbpf, bpftool: fix a few ubsan warnings (diff)
downloadkernel-qcow2-linux-50bd645b3a21a374dbd0fa8273a5f4e98001fb05.tar.gz
kernel-qcow2-linux-50bd645b3a21a374dbd0fa8273a5f4e98001fb05.tar.xz
kernel-qcow2-linux-50bd645b3a21a374dbd0fa8273a5f4e98001fb05.zip
libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
In commit da11b417583e ("libbpf: teach libbpf about log_level bit 2"), the BPF_LOG_BUF_SIZE was increased to 16M. The XDP socket part of libbpf allocated the log_buf on the stack, but for the new 16M buffer size this is not going to work. Change the code so it uses a 16K buffer instead. Fixes: da11b417583e ("libbpf: teach libbpf about log_level bit 2") Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions