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 compilation for Kernel 6.11 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MOVZX
Copy link

@MOVZX MOVZX commented Sep 17, 2024

No description provided.

Copy link

@SteavenGamerYT SteavenGamerYT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works
if anyone want to try this patch on arch linux use my pkgbuild: https://raw.githubusercontent.com/SteavenLinux/PKGBUILDS/main/zenergy-dkms-git/PKGBUILD

@Derppening
Copy link

Derppening commented Sep 18, 2024

Right now this change will fix compilation for Kernel 6.11 but break older kernel versions.

I think it is better to use ifdef to limit these changes to Linux 6.11+ so that the module can be built against multiple kernel versions (e.g. 6.6 LTS and 6.11).

@Etaash-mathamsetty
Copy link

Right now this change will fix compilation for Kernel 6.11 but break older kernel versions.

I think it is better to use ifdef to limit these changes to Linux 6.11+ so that the module can be built against multiple kernel versions (e.g. 6.6 LTS and 6.11).

ill make my own PR since this one has been dead for a lil while

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.

4 participants