On Wed, Nov 04, 2015 at 03:46:54PM -0800, Ani Sinha wrote:
> (removed a bunch of people from CC list)
>
> On Mon, Oct 26, 2015 at 1:06 PM, Pablo Neira Ayuso
> wrote:
>
> > Then we can review and, if no major concerns, I can submit this to
> > -stable.
>
> Now that Neal has sufficiently tested
(removed a bunch of people from CC list)
On Mon, Oct 26, 2015 at 1:06 PM, Pablo Neira Ayuso wrote:
> Then we can review and, if no major concerns, I can submit this to
> -stable.
Now that Neal has sufficiently tested the patches, is it OK to apply
to -stable or do you guys want me to do anythin
> On Thu, Oct 29, 2015 at 6:21 PM, Neal P. Murphy
> wrote:
> > On Thu, 29 Oct 2015 17:01:24 -0700
> > Ani Sinha wrote:
> >
> >> On Wed, Oct 28, 2015 at 11:40 PM, Neal P. Murphy
> >> wrote:
> >> > On Wed, 28 Oct 2015 02:36:50 -0400
> >> > "Neal P. Murphy" wrote:
> >> >
> >> >> On Mon, 26 Oct 201
On Thu, Oct 29, 2015 at 6:21 PM, Neal P. Murphy
wrote:
> On Thu, 29 Oct 2015 17:01:24 -0700
> Ani Sinha wrote:
>
>> On Wed, Oct 28, 2015 at 11:40 PM, Neal P. Murphy
>> wrote:
>> > On Wed, 28 Oct 2015 02:36:50 -0400
>> > "Neal P. Murphy" wrote:
>> >
>> >> On Mon, 26 Oct 2015 21:06:33 +0100
>> >>
On Thu, 29 Oct 2015 17:01:24 -0700
Ani Sinha wrote:
> On Wed, Oct 28, 2015 at 11:40 PM, Neal P. Murphy
> wrote:
> > On Wed, 28 Oct 2015 02:36:50 -0400
> > "Neal P. Murphy" wrote:
> >
> >> On Mon, 26 Oct 2015 21:06:33 +0100
> >> Pablo Neira Ayuso wrote:
> >>
> >> > Hi,
> >> >
> >> > On Mon, Oct
On Wed, Oct 28, 2015 at 11:40 PM, Neal P. Murphy
wrote:
> On Wed, 28 Oct 2015 02:36:50 -0400
> "Neal P. Murphy" wrote:
>
>> On Mon, 26 Oct 2015 21:06:33 +0100
>> Pablo Neira Ayuso wrote:
>>
>> > Hi,
>> >
>> > On Mon, Oct 26, 2015 at 11:55:39AM -0700, Ani Sinha wrote:
>> > > netfilter: nf_conntra
On Wed, 28 Oct 2015 02:36:50 -0400
"Neal P. Murphy" wrote:
> On Mon, 26 Oct 2015 21:06:33 +0100
> Pablo Neira Ayuso wrote:
>
> > Hi,
> >
> > On Mon, Oct 26, 2015 at 11:55:39AM -0700, Ani Sinha wrote:
> > > netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
> >
> > Please, no need
On Mon, 26 Oct 2015 21:06:33 +0100
Pablo Neira Ayuso wrote:
> Hi,
>
> On Mon, Oct 26, 2015 at 11:55:39AM -0700, Ani Sinha wrote:
> > netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
>
> Please, no need to Cc everyone here. Please, submit your Netfilter
> patches to netfilter-de...
Hi,
On Mon, Oct 26, 2015 at 11:55:39AM -0700, Ani Sinha wrote:
> netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Please, no need to Cc everyone here. Please, submit your Netfilter
patches to netfilter-de...@vger.kernel.org.
Moreover, it would be great if the subject includes somet
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Lets look at destroy_conntrack:
hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
...
nf_conntrack_free(ct)
kmem_cache_free(net->ct.nf_conntrack_cachep, ct);
net->ct.nf_conntrack_cachep is created with SLAB_DEST
Please refer to the thread "linux 3.4.43 : kernel crash at
__nf_conntrack_confirm" on netdev for context.
thanks
On Sat, Oct 24, 2015 at 11:27 AM, Ani Sinha wrote:
> netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
>
> Lets look at destroy_conntrack:
>
> hlist_nulls_del_rcu(&ct->tu
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Lets look at destroy_conntrack:
hlist_nulls_del_rcu(&ct->tuplehash[IP_CT_DIR_ORIGINAL].hnnode);
...
nf_conntrack_free(ct)
kmem_cache_free(net->ct.nf_conntrack_cachep, ct);
net->ct.nf_conntrack_cachep is created with SLAB_DEST
12 matches
Mail list logo