79575489

Date: 2025-04-15 15:09:50
Score: 1.5
Natty:
Report link

Don't allocate DMA buffers in user space. Only use kernel-allocated, DMA-safe memory for PCIe DMA. User space can access the data after the transfer, but not as the primary buffer.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Alon Alush