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

mrf kernel driver updates for kernels 6.3+ #166

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

hinxx
Copy link

@hinxx hinxx commented Jun 18, 2024

From Linux kernel version 6.3 onward the vma->vm_flags are private; vm_flags_set() should be used instead.

After compilation I see mrf.mod that was not in .gitignore; added.

Tested on a local crate running Linux kernel version 6.7.

@jerzyjamroz jerzyjamroz self-requested a review June 20, 2024 09:13
@jerzyjamroz jerzyjamroz self-assigned this Jun 20, 2024
@jerzyjamroz
Copy link
Contributor

@hinxx , I realized that I did the same commit (without testing): jerzyjamroz@242c56b
I understand it is tested now.

@jerzyjamroz jerzyjamroz merged commit 72d1610 into epics-modules:master Jun 20, 2024
3 checks passed
@gabrielfedel
Copy link
Contributor

gabrielfedel commented Jun 20, 2024

@jerzyjamroz wouldn't be useful to include the newer kernels on the CD/CI ? I was checking that but had some issues

@jerzyjamroz
Copy link
Contributor

@hinxx , It looks like there is an issue for 6.9.5: https://github.com/epics-modules/mrfioc2/actions/runs/9595910063/job/26461644798
but it passes 6.5.0.

@hinxx
Copy link
Author

hinxx commented Jun 20, 2024

It looks like there is an issue for 6.9.5:

I don't think those errors are related to this PR.

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

Successfully merging this pull request may close these issues.

3 participants