From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 2/2] tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path Date: Wed, 27 Dec 2017 10:56:55 -0500 (EST) Message-ID: <20171227.105655.1006854891893372575.davem@davemloft.net> References: <20171222073517.8773-1-tommi.t.rantala@nokia.com> <20171222073517.8773-2-tommi.t.rantala@nokia.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jon.maloy@ericsson.com, ying.xue@windriver.com, tipc-discussion@lists.sourceforge.net To: tommi.t.rantala@nokia.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:38046 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004AbdL0P44 (ORCPT ); Wed, 27 Dec 2017 10:56:56 -0500 In-Reply-To: <20171222073517.8773-2-tommi.t.rantala@nokia.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tommi Rantala Date: Fri, 22 Dec 2017 09:35:17 +0200 > Calling tipc_mon_delete() before the monitor has been created will oops. > This can happen in tipc_enable_bearer() error path if tipc_disc_create() > fails. ... > Acked-by: Ying Xue > Acked-by: Jon Maloy > Signed-off-by: Tommi Rantala Applied.