Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/amd-iommu: Fix 3 possible endless loops
The driver contains several loops counting on an u16 value where the exit-condition is checked against variables that can have values up to 0xffff. In this case the loops will never exit. This patch fixed 3 such loops. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
- Loading branch information