uxen-virt / uxen

28 stars 7 forks source link

uxen vm-support Linux driver is failing to build with Linux 5.10 kernel #1

Open dozylynx opened 3 years ago

dozylynx commented 3 years ago

I have encountered several compile errors in attempting to build the 4.1.7, 4.1.8 and tip of ascara branch with Linux 5.10 linux-yocto kernel. I am using OpenEmbedded/Yocto tools.

We need a way to resolve these in order to support the uxen-guest-tools recipe in the meta-virtualization layer of OpenEmbedded / Yocto.

HinTak commented 2 months ago

FWIW, I was about to post my 6.x compatibility changes (#2), and found that most of the work was already done a few years ago:

https://git.yoctoproject.org/meta-virtualization/tree/recipes-extended/uxen/uxen-guest-tools/0001-vm-support-fix-build-for-kernel-s-5.4.patch?h=master-next

https://git.yoctoproject.org/meta-virtualization/tree/recipes-extended/uxen/uxen-guest-tools/0003-vm-support-fix-build-for-kernel-s-5.14.patch?h=master-next

https://git.yoctoproject.org/meta-virtualization/tree/recipes-extended/uxen/uxen-guest-tools/0002-vm-support-fix-build-for-kernel-s-5.15.patch?h=master-next

That said, since I am building against 6.x, I have gone beyond those (and inclusive of them) already.