Xilinx / dma_ip_drivers

Xilinx QDMA IP Drivers
https://xilinx.github.io/dma_ip_drivers/
581 stars 421 forks source link

some changes in linux kernel6.5.0/ubuntu22.04 #292

Open 00light00 opened 3 months ago

00light00 commented 3 months ago

1.class_create() only need 1 parameter. struct class __must_check class_create(const char name);

  1. io->iov should be io->__iov
  2. vma->vm_flags is read-only.
pbertoni89 commented 2 months ago

Thanks man you saved my day on a 6.8.0-45-generic kernel.

hellocaoziyi commented 4 weeks ago

make install passed in ubuntu22.04, with 6.8.0-47-generic #47~22.04.1-Ubuntu,everythings seems ok

hinxx commented 3 weeks ago

Hard to tell what went wrong. Can you see a kernel oops? Give us some more info about the error message.