From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gross Subject: Re: [GIT net] Open vSwitch Date: Wed, 5 Feb 2014 23:32:19 -0800 Message-ID: References: <1391583561-25399-1-git-send-email-jesse@nicira.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org" , "netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , David Miller , Dan Carpenter To: Or Gerlitz Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org List-Id: netdev.vger.kernel.org On Wed, Feb 5, 2014 at 11:09 PM, Or Gerlitz wrote: > On Wed, Feb 5, 2014 at 8:59 AM, Jesse Gross wrote: >> >> A handful of bug fixes for net/3.14. High level fixes are: >> * Regressions introduced by the zerocopy changes, particularly with >> old userspaces. > > Hi, so this post was the 2nd version of the five patches you posted > earlier, right? it would be very helpful if you > denote that on the subject line (e.g just use --subject-prefix="PATCH > net V1" for git format-patch) and provide > crash diff listing from V0. Also, on a related note to the patch that > deals with locking, I see these two smatch > complaints, which might be false-positives, what's your thinking? > > net/openvswitch/flow.c:127 ovs_flow_stats_get() warn: returning with > unbalanced local_bh_disable > net/openvswitch/flow.c:160 ovs_flow_stats_clear() warn: returning with > unbalanced local_bh_disable Yes, it looks like a false positive to me.