kernel_samsung_a53x/drivers/crypto
Damian Muszynski a05c23d242 crypto: qat - resolve race condition during AER recovery
[ Upstream commit 7d42e097607c4d246d99225bf2b195b6167a210c ]

During the PCI AER system's error recovery process, the kernel driver
may encounter a race condition with freeing the reset_data structure's
memory. If the device restart will take more than 10 seconds the function
scheduling that restart will exit due to a timeout, and the reset_data
structure will be freed. However, this data structure is used for
completion notification after the restart is completed, which leads
to a UAF bug.

This results in a KFENCE bug notice.

  BUG: KFENCE: use-after-free read in adf_device_reset_worker+0x38/0xa0 [intel_qat]
  Use-after-free read at 0x00000000bc56fddf (in kfence-#142):
  adf_device_reset_worker+0x38/0xa0 [intel_qat]
  process_one_work+0x173/0x340

To resolve this race condition, the memory associated to the container
of the work_struct is freed on the worker if the timeout expired,
otherwise on the function that schedules the worker.
The timeout detection can be done by checking if the caller is
still waiting for completion or not by using completion_done() function.

Fixes: d8cba25d2c68 ("crypto: qat - Intel(R) QAT driver framework")
Cc: <stable@vger.kernel.org>
Signed-off-by: Damian Muszynski <damian.muszynski@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 09:22:15 +01:00
..
allwinner Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
amcc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
amlogic Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axis Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
caam crypto: caam/jr - fix Chacha20 + Poly1305 self test failure 2024-11-18 11:43:03 +01:00
cavium Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ccp crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked 2024-11-18 12:13:32 +01:00
ccree Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chelsio Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fmp drivers: fmp: remove failing command 2024-06-15 16:28:48 -03:00
fmp_simulator Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hisilicon crypto: hisilicon/hpre - Fix a erroneous check after snprintf() 2024-11-18 11:43:02 +01:00
inside-secure Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
marvell Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mediatek Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nx Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qat crypto: qat - resolve race condition during AER recovery 2024-11-19 09:22:15 +01:00
qce Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rockchip Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stm32 crypto: stm32/crc32 - fix parsing list of devices 2024-11-18 12:13:10 +01:00
ux500 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio crypto: virtio/akcipher - Fix stack overflow on memcpy 2024-11-18 23:18:28 +01:00
vmx Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xilinx crypto: xilinx - call finalize with bh disabled 2024-11-19 08:44:52 +01:00
atmel-aes-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-authenc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-ecc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-i2c.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-sha204a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-tdes-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmel-tdes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
exynos-rng.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
geode-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
geode-aes.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hifn_795x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
img-hash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ixp4xx_crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mxs-dcp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_asm.S Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n2_core.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes-gcm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-aes.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-crypto.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-des.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap-sham.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
padlock-aes.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
padlock-sha.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
picoxcell_crypto.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
picoxcell_crypto_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qcom-rng.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5p-sss.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sa2ul.c crypto: sa2ul - Return crypto_aead_setkey to transfer the error 2024-11-18 12:12:26 +01:00
sa2ul.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sahara.c crypto: sahara - do not resize req->src when doing hash operations 2024-11-18 12:12:27 +01:00
talitos.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
talitos.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00