[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318162105.378239-1-ztong0001@gmail.com>
Date: Thu, 18 Mar 2021 12:21:03 -0400
From: Tong Zhang <ztong0001@...il.com>
To: Giovanni Cabiddu <giovanni.cabiddu@...el.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Tong Zhang <ztong0001@...il.com>,
Fiona Trahe <fiona.trahe@...el.com>,
Tadeusz Struk <tadeusz.struk@...el.com>, qat-linux@...el.com,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
Wojciech Ziemba <wojciech.ziemba@...el.com>
Subject: [PATCH v4 0/2] crypto: qat: fix couple crashes duing error handling
There are a couple of issues in qat error handling. Those drivers tries to
release resources that is not initialized. This patch series tries to fix
crashes caused by incorrect error handling.
v2: removed excessive dump in commit log as suggested by Andy Shevchenko <andy.shevchenko@...il.com>
v3: collect tags as suggested by Andy Shevchenko <andy.shevchenko@...il.com>
v4: fix commit log typos
Tong Zhang (2):
crypto: qat - dont release uninitialized resources
crypto: qat: ADF_STATUS_PF_RUNNING should be set after adf_dev_init
drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 4 ++--
drivers/crypto/qat/qat_c62xvf/adf_drv.c | 4 ++--
drivers/crypto/qat/qat_common/adf_vf_isr.c | 17 +++++++++++++----
drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 4 ++--
4 files changed, 19 insertions(+), 10 deletions(-)
--
2.25.1
Powered by blists - more mailing lists