hinxx
hinxx
Take a look at https://github.com/Xilinx/dma_ip_drivers/issues/262. You will need to change the code after clone yourself..
If you used that commit as-is its code changes are likely not kicking in because they pertain kernel versions 6.x and are guarded by the #defines. Looking at your compile...
Sorry, I meant #if/#ifdef blocks.
Progress. If you take a look at the same commit, where you took the code from, there are couple of more files you might need to change.
There are 4-5 lines of code you need to change across three files. I think that is a really small patch to do manually. Nevertheless, this post https://stackoverflow.com/questions/6188591/download-github-pull-request-as-unified-diff#6188624 explains how...
I thougt you were after the patch out of commit. That is what the link I provided shows 
Failing at this line: > 239 | vm_flags_set(vma, VMEM_FLAGS); makes me think that this part of the 6.x kernel code was not not backported to your kernel version. What happens...
I guess what you're seeing is similar to issues observed as so far: a) the kernel 6.x code was ported to your kernel (you need to take the code changes...
Hard to tell what went wrong. Can you see a kernel oops? Give us some more info about the error message.
How did you measure this? I've just tried your code and looked at the `VmSize:` line of the `/proc//status` and this is what I saw: ``` no plots : 95432...