Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751854AbdIMDi4 (ORCPT ); Tue, 12 Sep 2017 23:38:56 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:37124 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbdIMDiz (ORCPT ); Tue, 12 Sep 2017 23:38:55 -0400 Date: Tue, 12 Sep 2017 20:38:54 -0700 (PDT) Message-Id: <20170912.203854.934620252544016023.davem@davemloft.net> To: christophe.jaillet@wanadoo.fr Cc: pshelar@nicira.com, xiangxia.m.yue@gmail.com, netdev@vger.kernel.org, dev@openvswitch.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH v2] openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()' From: David Miller In-Reply-To: <20170911195620.17931-1-christophe.jaillet@wanadoo.fr> References: <20170911195620.17931-1-christophe.jaillet@wanadoo.fr> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 12 Sep 2017 20:38:54 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 360 Lines: 10 From: Christophe JAILLET Date: Mon, 11 Sep 2017 21:56:20 +0200 > All other error handling paths in this function go through the 'error' > label. This one should do the same. > > Fixes: 9cc9a5cb176c ("datapath: Avoid using stack larger than 1024.") > Signed-off-by: Christophe JAILLET Applied.