Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751449AbbHATRr (ORCPT ); Sat, 1 Aug 2015 15:17:47 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:34779 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbbHATRp (ORCPT ); Sat, 1 Aug 2015 15:17:45 -0400 Date: Sat, 1 Aug 2015 21:17:41 +0200 From: Thomas Graf To: Joe Stringer Cc: Hannes Frederic Sowa , Linux Netdev List , Linux Kernel , Pablo Neira Ayuso , Patrick McHardy , Justin Pettit , Pravin Shelar , Andy Zhou , Jesse Gross , Florian Westphal Subject: Re: [PATCH net-next 1/9] openvswitch: Scrub packet in ovs_vport_receive() Message-ID: <20150801191741.GA13837@pox.localdomain> References: <1438279963-29563-1-git-send-email-joestringer@nicira.com> <1438279963-29563-2-git-send-email-joestringer@nicira.com> <1438353294.20479.7.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 22 On 07/31/15 at 10:51am, Joe Stringer wrote: > On 31 July 2015 at 07:34, Hannes Frederic Sowa wrote: > > In general, this shouldn't be necessary as the packet should already be > > scrubbed before they arrive here. > > > > Could you maybe add a WARN_ON and check how those skbs with conntrack > > data traverse the stack? I also didn't understand why make it dependent > > on the socket. > > OK, sure. One case I could think of is with an OVS internal port in > another namespace, directly attached to the bridge. I'll have a play > around with WARN_ON and see if I can come up with something more > trimmed down. The OVS internal port will definitely pass through an unscrubbed packet across namespaces. I think the proper thing to do would be to scrub but conditionally keep metadata. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/