]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
samples/bpf: Check the result of system()
authorTaeung Song <treeze.taeung@gmail.com>
Wed, 4 Jul 2018 13:36:37 +0000 (22:36 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 5 Jul 2018 07:58:52 +0000 (09:58 +0200)
commit492b7e894587c151be681f86d4d1d086375f7b45
tree20f39b54a83769caa0867f5898ef4521b21d16d5
parent4d5d33a085335ef469c9a87792bcaaaa8e64d8c4
samples/bpf: Check the result of system()

To avoid the below build warning message,
use new generate_load() checking the return value.

  ignoring return value of â€˜system’, declared with attribute warn_unused_result

And it also refactors the duplicate code of both
test_perf_event_all_cpu() and test_perf_event_task()

Cc: Teng Qin <qinteng@fb.com>
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/trace_event_user.c