]> asedeno.scripts.mit.edu Git - linux.git/commit
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 2 May 2017 12:31:50 +0000 (14:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 May 2017 13:30:23 +0000 (09:30 -0400)
commit55de170382a92d6da6fc9f23efc21eb2f3d25126
treefcb84ec0ae4fac1fcc8e40f0e68be42dba784868
parent89c9fea3c8034cdb2fd745f551cde0b507fd6893
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4

Needed to adjust max locked memory RLIMIT_MEMLOCK for testing these bpf samples
as these are using more and larger maps than can fit in distro default 64Kbytes limit.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/tracex2_user.c
samples/bpf/tracex3_user.c
samples/bpf/tracex4_user.c