Re: [PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-11-06 Thread Naresh Kamboju
On 7 September 2017 at 14:50, Daniel Borkmann wrote: > On 09/07/2017 10:19 AM, naresh.kamb...@linaro.org wrote: >> >> From: Naresh Kamboju >> >> on ARM and ARM64 devices kernel source tree is not available so >> insmod "$SRC_TREE/lib/test_bpf.ko"

Re: [PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-11-06 Thread Naresh Kamboju
On 7 September 2017 at 14:50, Daniel Borkmann wrote: > On 09/07/2017 10:19 AM, naresh.kamb...@linaro.org wrote: >> >> From: Naresh Kamboju >> >> on ARM and ARM64 devices kernel source tree is not available so >> insmod "$SRC_TREE/lib/test_bpf.ko" is not working. >> >> on these target devices the

Re: [PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-09-07 Thread Daniel Borkmann
On 09/07/2017 10:19 AM, naresh.kamb...@linaro.org wrote: From: Naresh Kamboju on ARM and ARM64 devices kernel source tree is not available so insmod "$SRC_TREE/lib/test_bpf.ko" is not working. on these target devices the test_bpf.ko is installed under

Re: [PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-09-07 Thread Daniel Borkmann
On 09/07/2017 10:19 AM, naresh.kamb...@linaro.org wrote: From: Naresh Kamboju on ARM and ARM64 devices kernel source tree is not available so insmod "$SRC_TREE/lib/test_bpf.ko" is not working. on these target devices the test_bpf.ko is installed under /lib/modules/`uname -r`/kernel/lib/ so

[PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-09-07 Thread naresh . kamboju
From: Naresh Kamboju on ARM and ARM64 devices kernel source tree is not available so insmod "$SRC_TREE/lib/test_bpf.ko" is not working. on these target devices the test_bpf.ko is installed under /lib/modules/`uname -r`/kernel/lib/ so use modprobe dry run to check for

[PATCH v2 2/2] selftests: bpf: test_kmod.sh: use modprobe on target device

2017-09-07 Thread naresh . kamboju
From: Naresh Kamboju on ARM and ARM64 devices kernel source tree is not available so insmod "$SRC_TREE/lib/test_bpf.ko" is not working. on these target devices the test_bpf.ko is installed under /lib/modules/`uname -r`/kernel/lib/ so use modprobe dry run to check for missing test_bpf.ko module