From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from abb.hmeau.com (abb.hmeau.com [144.6.53.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DABD52115; Fri, 22 Dec 2023 04:35:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gondor.apana.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gondor.apana.org.au Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1rGXFb-00DhNz-P6; Fri, 22 Dec 2023 12:35:08 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Fri, 22 Dec 2023 12:35:18 +0800 Date: Fri, 22 Dec 2023 12:35:18 +0800 From: Herbert Xu To: Gonglei Cc: linux-crypto@vger.kernel.org, mst@redhat.com, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, lixiao91@huawei.com, wangyangxin Subject: Re: [PATCH 1/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove Message-ID: References: <1702294936-61080-1-git-send-email-arei.gonglei@huawei.com> <1702294936-61080-2-git-send-email-arei.gonglei@huawei.com> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1702294936-61080-2-git-send-email-arei.gonglei@huawei.com> On Mon, Dec 11, 2023 at 07:42:15PM +0800, Gonglei wrote: > From: wangyangxin > > The scheduled tasklet needs to be executed on device remove. > > Fixes: fed93fb62e05 ("crypto: virtio - Handle dataq logic with tasklet") > Signed-off-by: wangyangxin > Signed-off-by: Gonglei > --- > drivers/crypto/virtio/virtio_crypto_core.c | 3 +++ > 1 file changed, 3 insertions(+) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt