summaryrefslogtreecommitdiff
path: root/drivers/misc/mchp_pci1xxxx
diff options
context:
space:
mode:
authorAleksandr Mishin <amishin@t-argos.ru>2024-06-11 11:25:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-06-21 15:38:36 +0300
commitca6660c956242623b4cfe9be2a1abc67907c44bf (patch)
tree4aa1eff729967496211291f8f53bc8e7295e2256 /drivers/misc/mchp_pci1xxxx
parent185c72f6b9ebd87f609380614145c58a9dc22a36 (diff)
downloadlinux-ca6660c956242623b4cfe9be2a1abc67907c44bf.tar.xz
bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
[ Upstream commit a9b9741854a9fe9df948af49ca5514e0ed0429df ] In case of token is released due to token->state == BNXT_HWRM_DEFERRED, released token (set to NULL) is used in log messages. This issue is expected to be prevented by HWRM_ERR_CODE_PF_UNAVAILABLE error code. But this error code is returned by recent firmware. So some firmware may not return it. This may lead to NULL pointer dereference. Adjust this issue by adding token pointer check. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 8fa4219dba8e ("bnxt_en: add dynamic debug support for HWRM messages") Suggested-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: Aleksandr Mishin <amishin@t-argos.ru> Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com> Reviewed-by: Michael Chan <michael.chan@broadcom.com> Link: https://lore.kernel.org/r/20240611082547.12178-1-amishin@t-argos.ru Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/misc/mchp_pci1xxxx')
0 files changed, 0 insertions, 0 deletions