dma_ip_drivers icon indicating copy to clipboard operation
dma_ip_drivers copied to clipboard

some changes in linux kernel6.5.0/ubuntu22.04

Open 00light00 opened this issue 1 year ago • 3 comments

1.class_create() only need 1 parameter. struct class * __must_check class_create(const char *name); 2. io->iov should be io->__iov 3. vma->vm_flags is read-only.

00light00 avatar Aug 06 '24 16:08 00light00

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

pbertoni89 avatar Sep 20 '24 11:09 pbertoni89

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

hellocaoziyi avatar Oct 29 '24 09:10 hellocaoziyi

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

hinxx avatar Oct 31 '24 18:10 hinxx