Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile error for linux 6.10.4 #486

Closed
wants to merge 1 commit into from

Conversation

Michael-Wigham
Copy link

Commit 76505e9 adds support for the change to the platform_driver struct.

However, the change to modify .remove has only been added in v6.11-rc1 See commit in platform_device.h

Closes #481

@Michael-Wigham
Copy link
Author

One silly question, why from 6.10.4? Debian Testing is default on 6.10.3 (as long as it lasts).

I do not know much about linux versioning and releases past what is available on kernel.org. However, my understanding is that 6.10.4 will be the last 6.10 release prior to 6.11, which as of 6.11-rc1 contains the changes to the platform_driver struct.

Debian testing may be on 6.10.3 however personally I use archlinux which uses the latest stable release. Only going from 6.10.3 would not allow support for those in a similar situation and would leave 6.10.4 unable to use this repo.

Support should work across all versions regardless of select distro testing.

Hope I have answered your question. :)

@wvdakker
Copy link

wvdakker commented Aug 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6.10.3: .remove = evdi_platform_device_remove
2 participants