Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-04-02 Thread Daniel Borkmann
On 04/02/2019 04:45 AM, Andrey Ignatov wrote: > Daniel Borkmann [Mon, 2019-04-01 11:58 -0700]: >> On 04/01/2019 07:23 PM, Alexei Starovoitov wrote: >>> On 4/1/19 9:09 AM, Daniel Borkmann wrote: On 03/29/2019 08:10 PM, Alexei Starovoitov wrote: > On Thu, Mar 28, 2019 at 6:02 PM Andrey Igna

Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-04-01 Thread Andrey Ignatov
Daniel Borkmann [Mon, 2019-04-01 11:58 -0700]: > On 04/01/2019 07:23 PM, Alexei Starovoitov wrote: > > On 4/1/19 9:09 AM, Daniel Borkmann wrote: > >> On 03/29/2019 08:10 PM, Alexei Starovoitov wrote: > >>> On Thu, Mar 28, 2019 at 6:02 PM Andrey Ignatov wrote: > > The patch set adds supp

Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-04-01 Thread Daniel Borkmann
On 04/01/2019 07:23 PM, Alexei Starovoitov wrote: > On 4/1/19 9:09 AM, Daniel Borkmann wrote: >> On 03/29/2019 08:10 PM, Alexei Starovoitov wrote: >>> On Thu, Mar 28, 2019 at 6:02 PM Andrey Ignatov wrote: The patch set adds support for stack access with variable offset from helpers

Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-04-01 Thread Alexei Starovoitov
On 4/1/19 9:09 AM, Daniel Borkmann wrote: > On 03/29/2019 08:10 PM, Alexei Starovoitov wrote: >> On Thu, Mar 28, 2019 at 6:02 PM Andrey Ignatov wrote: >>> >>> The patch set adds support for stack access with variable offset from >>> helpers. >>> >>> Patch 1 is the main patch in the set and provid

Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-04-01 Thread Daniel Borkmann
On 03/29/2019 08:10 PM, Alexei Starovoitov wrote: > On Thu, Mar 28, 2019 at 6:02 PM Andrey Ignatov wrote: >> >> The patch set adds support for stack access with variable offset from >> helpers. >> >> Patch 1 is the main patch in the set and provides more details. >> Patch 2 adds selftests for new

Re: [PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-03-29 Thread Alexei Starovoitov
On Thu, Mar 28, 2019 at 6:02 PM Andrey Ignatov wrote: > > The patch set adds support for stack access with variable offset from helpers. > > Patch 1 is the main patch in the set and provides more details. > Patch 2 adds selftests for new functionality. Applied. Thanks

[PATCH bpf-next 0/2] bpf: Support variable offset stack access from helpers

2019-03-28 Thread Andrey Ignatov
The patch set adds support for stack access with variable offset from helpers. Patch 1 is the main patch in the set and provides more details. Patch 2 adds selftests for new functionality. Andrey Ignatov (2): bpf: Support variable offset stack access from helpers selftests/bpf: Test variable