[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMEtUuxHp5QzWQ+DhMPiNWDH6LxWPjgincK=Sk8xeJjivieY0w@mail.gmail.com>
Date: Thu, 24 Jul 2014 16:26:54 -0700
From: Alexei Starovoitov <ast@...mgrid.com>
To: Daniel Borkmann <dborkman@...hat.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Network Development <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next] net: filter: rename 'struct sock_filter_int'
into 'struct bpf_insn'
On Thu, Jul 24, 2014 at 4:21 PM, Daniel Borkmann <dborkman@...hat.com> wrote:
> On 07/24/2014 11:26 PM, Alexei Starovoitov wrote:
>>
>> eBPF is used by socket filtering, seccomp and soon by tracing and
>> exposed to userspace, therefore 'sock_filter_int' name is not accurate.
>> Rename it to 'bpf_insn'
>>
>> Signed-off-by: Alexei Starovoitov <ast@...mgrid.com>
>> ---
>
> ...
>
>> #define BPF_ALU64_REG(OP, DST, SRC) \
>> - ((struct sock_filter_int) { \
>> + ((struct bpf_insn) { \
>
>
> ^^^ Please also fix up whitespacing here
> and all the other sections below.
you mean to align last \ with other lines?
sure. good point.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists