summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
diff options
context:
space:
mode:
authorDaniel T. Lee <danieltimlee@gmail.com>2019-12-05 17:01:14 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-12 12:21:26 +0100
commit865d218756beb75ff7dacf7e7367ecc723bf6471 (patch)
tree4a27ee6bbfb57d17f2dae727a920a264dfaf72b5 /arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
parentf687855ab9095c26809b512a2057042822f9088b (diff)
samples: bpf: fix syscall_tp due to unused syscall
[ Upstream commit fe3300897cbfd76c6cb825776e5ac0ca50a91ca4 ] Currently, open() is called from the user program and it calls the syscall 'sys_openat', not the 'sys_open'. This leads to an error of the program of user side, due to the fact that the counter maps are zero since no function such 'sys_open' is called. This commit adds the kernel bpf program which are attached to the tracepoint 'sys_enter_openat' and 'sys_enter_openat'. Fixes: 1da236b6be963 ("bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints") Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi')
0 files changed, 0 insertions, 0 deletions