On Thu, Aug 15, 2024 at 04:47:23PM +0100, Giovanni Cabiddu wrote: > From: Svyatoslav Pankratov <svyatoslav.pankratov@xxxxxxxxx> > > The macro `ADF_RP_INT_SRC_SEL_F_RISE_MASK` is currently set to the value > `0100b` which means "Empty Going False". This might cause an incorrect > restore of the bank state during live migration. > > Fix the definition of the macro to properly represent the "Full Going > True" state which is encoded as `0011b`. > > Fixes: bbfdde7d195f ("crypto: qat - add bank save and restore flows") > Signed-off-by: Svyatoslav Pankratov <svyatoslav.pankratov@xxxxxxxxx> > Reviewed-by: Xin Zeng <xin.zeng@xxxxxxxxx> > Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> > --- > drivers/crypto/intel/qat/qat_common/adf_gen4_hw_data.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt