akgrummer
Results
1
comments of
akgrummer
Using AlmaLInux9.5, and `/usr/src/kernels/5.14.0-503.22.1.el9_5.x86_64` `make` failed at this [line](https://github.com/Xilinx/dma_ip_drivers/blob/31a4a12ad30fd1aaf1567ed1396f08c24b9ed7b2/XDMA/linux-kernel/xdma/cdev_ctrl.c#L239) now: ``` 239. vma->vm_flags |= VMEM_FLAGS; ``` using [this](https://github.com/Xilinx/dma_ip_drivers/blob/31a4a12ad30fd1aaf1567ed1396f08c24b9ed7b2/XDMA/linux-kernel/xdma/cdev_ctrl.c#L237) instead: `vm_flags_set(vma, VMEM_FLAGS);` seems to have worked.