From: Gianluca Borello <g.bore...@gmail.com> Date: Wed, 18 Jan 2017 17:55:49 +0000
> Provide a simple helper with the same semantics of strncpy_from_unsafe(): > > int bpf_probe_read_str(void *dst, int size, const void *unsafe_addr) > > This gives more flexibility to a bpf program. ... > Signed-off-by: Gianluca Borello <g.bore...@gmail.com> > Acked-by: Alexei Starovoitov <a...@kernel.org> > Acked-by: Daniel Borkmann <dan...@iogearbox.net> Applied, thank you.