[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ppv942ad.fsf@xmission.com>
Date: Wed, 26 Jun 2013 03:03:22 -0700
From: ebiederm@...ssion.com (Eric W. Biederman)
To: David Miller <davem@...emloft.net>
Cc: nicolas.dichtel@...nd.com, netdev@...r.kernel.org, bcrl@...ck.org,
ravi.mlists@...il.com, bhutchings@...arflare.com
Subject: Re: [PATCH v2 net-next 2/2] sit: add support of x-netns
David Miller <davem@...emloft.net> writes:
> From: ebiederm@...ssion.com (Eric W. Biederman)
> Date: Tue, 25 Jun 2013 18:35:30 -0700
>
>> David Miller <davem@...emloft.net> writes:
>>
>>> From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
>>> Date: Tue, 25 Jun 2013 16:24:55 +0200
>>>
>>>> @@ -453,6 +454,8 @@ int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
>>>> tstats->rx_bytes += skb->len;
>>>> u64_stats_update_end(&tstats->syncp);
>>>>
>>>> + skb_scrub_packet(skb);
>>>> +
>>>> if (tunnel->dev->type == ARPHRD_ETHER) {
>>>> skb->protocol = eth_type_trans(skb, tunnel->dev);
>>>> skb_postpull_rcsum(skb, eth_hdr(skb), ETH_HLEN);
>>>
>>> I can't see how this can be ok.
>>>
>>> If something in netfilter depends upon the state you are clearing out
>>> here, someone's packet filtering setup is going to break.
>>>
>>> I'm not applying these patches, sorry.
>>
>> How can netfilter depend on the state of a packet inside of a tunnel?
>>
>> How can it even make sense?
>>
>> Or is your concern that we unintentionally allowed this in the past so
>> to avoid breaking binary compatibility we should continue in case
>> someone somewhere cares?
>>
>> I really can't see how this could possibly be an intentional feature.
>
> You can make all of these issues go away by only clearing the SKB
> meta state when namespaces are actually changing as we go through
> the tunnel.
I have spent some time thinking about the cases where I have had an
opportunity to use the marks on packets and it turns out that if I had
been using a tunnel with any of those configurations leaving the marks
on would have either broken my configuration or at the very least have
required me to make certain I changed those marks.
So I really think this is a bug fix, for a long standing bug in a rare
corner case of kernel behavior that people just haven't noticed. Which
is why I suggested to Nicolas Ditchtel that he remove the test to see if
we were changing network namespaces before scrubbing the packet.
That said I won't object if Nocolas Ditchel resends his patches with
that test put back in. I just think it is silly and when someone
finally gets bit by the bug and complains we will have to go through and
remove the test.
Eric
--
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