Bug 2334828 (CVE-2024-56722) - CVE-2024-56722 kernel: RDMA/hns: Fix cpu stuck caused by printings during reset
Summary: CVE-2024-56722 kernel: RDMA/hns: Fix cpu stuck caused by printings during reset
Keywords:
Status: NEW
Alias: CVE-2024-56722
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-29 12:02 UTC by OSIDB Bzimport
Modified: 2024-12-30 03:51 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-29 12:02:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

RDMA/hns: Fix cpu stuck caused by printings during reset

During reset, cmd to destroy resources such as qp, cq, and mr may fail,
and error logs will be printed. When a large number of resources are
destroyed, there will be lots of printings, and it may lead to a cpu
stuck.

Delete some unnecessary printings and replace other printing functions
in these paths with the ratelimited version.

Comment 1 Avinash Hanwate 2024-12-30 03:46:45 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122923-CVE-2024-56722-5594@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.