From patchwork Wed Feb 5 05:18:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ayush Sawal X-Patchwork-Id: 11365779 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D36F0138D for ; Wed, 5 Feb 2020 05:19:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BBCAC217F4 for ; Wed, 5 Feb 2020 05:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725468AbgBEFTU (ORCPT ); Wed, 5 Feb 2020 00:19:20 -0500 Received: from stargate.chelsio.com ([12.32.117.8]:61343 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725385AbgBEFTU (ORCPT ); Wed, 5 Feb 2020 00:19:20 -0500 Received: from chumthang.blr.asicdesigners.com (chumthang.blr.asicdesigners.com [10.193.186.96]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id 0155J7iR019895; Tue, 4 Feb 2020 21:19:08 -0800 From: Ayush Sawal To: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org Cc: manojmalviya@chelsio.com, Ayush Sawal Subject: [PATCH crypto/chcr 0/2] Bug fixes for libkcapi's fail tests Date: Wed, 5 Feb 2020 10:48:40 +0530 Message-Id: <20200205051842.29324-1-ayush.sawal@chelsio.com> X-Mailer: git-send-email 2.25.0.114.g5b0ca87 MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Patch1: This fixes the libkcapi's cbc(aes) aio fail case. Patch2: This fixes the kernel panic which occurs during aead asynchronous vmsplice multiple test. Ayush Sawal (2): This fixes the libkcapi's cbc(aes) aio fail test cases This fixes the kernel panic which occurs during a libkcapi test drivers/crypto/chelsio/chcr_algo.c | 25 ++++++++++++++++++++++--- drivers/crypto/chelsio/chcr_crypto.h | 1 + 2 files changed, 23 insertions(+), 3 deletions(-)