Re: [PATCH net-next v7 0/2] bpf: add bpf_probe_write_user helper & example

2016-07-25 Thread David Miller
From: Sargun Dhillon Date: Mon, 25 Jul 2016 05:54:29 -0700 > This patch series contains two patches that add support for a probe_write > helper to BPF programs. This allows them to manipulate user memory during > the course of tracing. The second patch in the series has an example that > uses it,

[PATCH net-next v7 0/2] bpf: add bpf_probe_write_user helper & example

2016-07-25 Thread Sargun Dhillon
This patch series contains two patches that add support for a probe_write helper to BPF programs. This allows them to manipulate user memory during the course of tracing. The second patch in the series has an example that uses it, in one the intended ways to divert execution. Thanks to Alexei Star