On Tue, Feb 5, 2019 at 4:23 AM Daniel Borkmann wrote:
>
> On 02/04/2019 06:35 PM, Alexei Starovoitov wrote:
> > On Sun, Feb 03, 2019 at 04:15:07PM +0800, Yafang Shao wrote:
> >> Then we can enable/disable socket debugging without modifying user code.
> >> That is more convenient for debugging.
> >
On Tue, Feb 5, 2019 at 1:35 AM Alexei Starovoitov
wrote:
>
> On Sun, Feb 03, 2019 at 04:15:07PM +0800, Yafang Shao wrote:
> > Then we can enable/disable socket debugging without modifying user code.
> > That is more convenient for debugging.
> >
> > Signed-off-by: Yafang Shao
> > ---
> > include
On 02/04/2019 06:35 PM, Alexei Starovoitov wrote:
> On Sun, Feb 03, 2019 at 04:15:07PM +0800, Yafang Shao wrote:
>> Then we can enable/disable socket debugging without modifying user code.
>> That is more convenient for debugging.
>>
>> Signed-off-by: Yafang Shao
>> ---
>> include/net/sock.h | 8
On Sun, Feb 03, 2019 at 04:15:07PM +0800, Yafang Shao wrote:
> Then we can enable/disable socket debugging without modifying user code.
> That is more convenient for debugging.
>
> Signed-off-by: Yafang Shao
> ---
> include/net/sock.h | 8
> net/core/filter.c | 3 +++
> net/core/sock.c
2019-02-03 16:15 UTC+0800 ~ Yafang Shao
> Then we can enable/disable socket debugging without modifying user code.
> That is more convenient for debugging.
>
> Signed-off-by: Yafang Shao
Hi Yafang,
The list of socketopts supported by bpf_setsockopt() is described in the
documentation for this
On 2/3/19, 12:15 AM, "Yafang Shao" wrote:
Then we can enable/disable socket debugging without modifying user code.
That is more convenient for debugging.
Signed-off-by: Yafang Shao
Acked-by: Lawrence Brakmo
---
include/net/sock.h | 8
net/core/filter.c
On Sun, Feb 3, 2019 at 12:18 AM Yafang Shao wrote:
>
> Then we can enable/disable socket debugging without modifying user code.
> That is more convenient for debugging.
>
> Signed-off-by: Yafang Shao
Acked-by: Yonghong Song
> ---
> include/net/sock.h | 8
> net/core/filter.c | 3 +++
Then we can enable/disable socket debugging without modifying user code.
That is more convenient for debugging.
Signed-off-by: Yafang Shao
---
include/net/sock.h | 8
net/core/filter.c | 3 +++
net/core/sock.c| 8
3 files changed, 11 insertions(+), 8 deletions(-)
diff --g