]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'bpf-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 18 Dec 2016 02:27:45 +0000 (21:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Dec 2016 02:27:45 +0000 (21:27 -0500)
commit6219d05506b66e3157efa48b1b39042b04280ce1
treea7804ff7b6e06cb1f7356183b1e7092bf3702e7d
parent40e972ab652f3e9b84a8f24f517345b460962c29
parent6760bf2ddde8ad64f8205a651223a93de3a35494
Merge branch 'bpf-fixes'

Daniel Borkmann says:

====================
Couple of BPF fixes

This set contains three BPF fixes for net, one that addresses the
complaint from Geert wrt static allocations, and the other is a fix
wrt mem accounting that I found recently during testing and there's
still one more fix on the map value marking.

Thanks!

v1 -> v2:
  - Patch 1 as is.
  - Fixed kbuild bot issue by letting charging helpers stay in the
    syscall.c, since there locked_vm is valid and only export the
    ones needed by bpf_prog_realloc(). Add empty stubs in case the
    bpf syscall is not enabled.
  - Added patch 3 that addresses one more issue in map val marking.
====================

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