CyberRota Analysis
AI-GeneratedA vulnerability exists in the Linux kernel's airoha driver, specifically in the airoha_qdma_cleanup_tx_queue function, where DMA TX descriptors are not properly reset. This oversight can lead to potential data corruption or improper handling of network traffic, impacting the integrity and performance of affected systems. Organizations utilizing the Linux kernel with the airoha driver should prioritize applying the relevant patches to mitigate any risks associated with this vulnerability.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue() Similar to airoha_qdma_cleanup_rx_queue(), reset DMA TX descriptors in airoha_qdma_cleanup_tx_queue routine. Moreover, reset TX_DMA_IDX to TX_CPU_IDX to notify the NIC the QDMA TX ring is empty.