On 05/13/2019 09:04 PM, Stanislav Fomichev wrote:
> Both of them are not declared in the headers and not used outside
> of bpf_trace.c file.
>
> Fixes: a38d1107f937c ("bpf: support raw tracepoints in modules")
> Signed-off-by: Stanislav Fomichev
Applied, thanks!
Both of them are not declared in the headers and not used outside
of bpf_trace.c file.
Fixes: a38d1107f937c ("bpf: support raw tracepoints in modules")
Signed-off-by: Stanislav Fomichev
---
kernel/trace/bpf_trace.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/t