From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [Patch net-next v3] net_sched: change tcf_del_walker() to take idrinfo->lock Date: Fri, 28 Sep 2018 18:08:51 +0300 Message-ID: <20180928150851.GA18873@splinter> References: <20180919233729.10951-1-xiyou.wangcong@gmail.com> <20180928145900.GA17640@splinter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, jiri@resnulli.us, jhs@mojatatu.com, Vlad Buslov To: Cong Wang Return-path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51211 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbeI1VdI (ORCPT ); Fri, 28 Sep 2018 17:33:08 -0400 Content-Disposition: inline In-Reply-To: <20180928145900.GA17640@splinter> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Sep 28, 2018 at 05:59:00PM +0300, Ido Schimmel wrote: > I'm getting a use-after-free when running tc_chains.sh selftest and I > believe it's caused by this patch. BTW, I can't reproduce the issue after reverting the patch.