[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55A97416.60709@plumgrid.com>
Date: Fri, 17 Jul 2015 14:31:02 -0700
From: Alexei Starovoitov <ast@...mgrid.com>
To: John Fastabend <john.fastabend@...il.com>,
Daniel Borkmann <daniel@...earbox.net>, davem@...emloft.net
Cc: jiri@...nulli.us, jhs@...atatu.com, edumazet@...gle.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net 1/3] sched: cls_bpf: fix panic on filter replace
On 7/17/15 2:05 PM, John Fastabend wrote:
> On 15-07-17 01:38 PM, Daniel Borkmann wrote:
>> >The following test case causes a NULL pointer dereference in cls_bpf:
>> >
>> > FOO="1,6 0 0 4294967295,"
>> > tc filter add dev foo parent 1: bpf bytecode "$FOO" flowid 1:1 action ok
>> > tc filter replace dev foo parent 1: pref 49152 handle 0x1 \
>> > bpf bytecode "$FOO" flowid 1:1 action drop
>> >
>> >The problem is that commit 1f947bf151e9 ("net: sched: rcu'ify cls_bpf")
>> >accidentally swapped the arguments of list_replace_rcu(), the old
>> >element needs to be the first argument and the new element the second.
>> >
>> >Fixes: 1f947bf151e9 ("net: sched: rcu'ify cls_bpf")
>> >Signed-off-by: Daniel Borkmann<daniel@...earbox.net>
>> >---
> Thanks Daniel. Apparently I got this right in cls_basic but botched it
> here and in cls_flow.
>
> FWIW,
>
> Acked-by: John Fastabend<john.r.fastabend@...el.com>
Thanks for the quick fix.
Acked-by: Alexei Starovoitov <ast@...mgrid.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists