From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: Re: [PATCH] xfrm: fix gro_cells leak when remove virtual xfrm interfaces Date: Wed, 3 Oct 2018 09:27:50 +0200 Message-ID: <20181003072749.GB30955@gauss3.secunet.de> References: <1538291166-14645-1-git-send-email-lirongqing@baidu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: To: Li RongQing Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:50576 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726679AbeJCOPA (ORCPT ); Wed, 3 Oct 2018 10:15:00 -0400 Content-Disposition: inline In-Reply-To: <1538291166-14645-1-git-send-email-lirongqing@baidu.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Sep 30, 2018 at 03:06:06PM +0800, Li RongQing wrote: > The device gro_cells has been initialized, it should be freed, > otherwise it will be leaked > > Fixes: f203b76d78092faf2 ("xfrm: Add virtual xfrm interfaces") > Signed-off-by: Zhang Yu > Signed-off-by: Li RongQing Applied, thanks a lot!