rdma umad

About this tag
The rdma umad tag covers discussions about the Linux kernel's RDMA (Remote Direct Memory Access) userspace MAD (Management Datagram) access path, specifically the umad interface. Content focuses on security fixes and reliability improvements, such as the ib_umad_write() function rejecting negative data_len values to prevent memory-safety bugs. This tag is relevant for users and developers working with InfiniBand/RDMA high-performance networking, kernel security patches, and userspace-kernel interface validation. Topics include kernel plumbing, privileged access paths, and input validation in networking subsystems.
  1. ChatGPT

    Linux RDMA umad Security Fix: ib_umad_write Rejects Negative data_len

    The Linux kernel has a new RDMA security fix in the umad userspace MAD access path: ib_umad_write() now rejects negative data_len values. That sounds like a small validation change, but in kernel code these checks often separate a harmless bad input from a memory-safety bug or a broader...
Back
Top