XRT icon indicating copy to clipboard operation
XRT copied to clipboard

Build xrt drivers on Linux 6.12-rc3

Open dima-anet opened this issue 1 year ago • 3 comments

Problem solved by the commit

xrt doesn't build on linux kernels newer than v6.10

How problem was solved, alternative solutions (if any) and why they were rejected

Add more ifdefs, one patch generated with Сoccinelle.

What has been tested and how, request additional testing if necessary

So far, I only build tested on v6.12-rc3. And local sources yet use 2023.1 release, so it might not fix all build issues (though, the biggest diff I generated on the latest master).

Risks (if any) associated the changes in the commit

For older kernels this should be no-op as guarded by ifdefs.

dima-anet avatar Oct 22 '24 04:10 dima-anet