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

Fixing breakage for kernel version 6.10 or above #19

Merged
merged 6 commits into from
Aug 30, 2024
Merged

Conversation

M-Allahham
Copy link
Contributor

Here's a brief commit message on the kernel change this PR is accounting for:

"Recently the get_unmapped_area() pointer on mm_struct was removed in
favor of direct callable function that can determines which of two
handlers to call based on an mm flag. This function,
mm_get_unmapped_area(), checks the flag of the mm passed as an argument."

https://patchwork.kernel.org/project/linux-mm/patch/20240506160747.1321726-1-rick.p.edgecombe@intel.com/

@ko1N ko1N self-assigned this Aug 30, 2024
@ko1N ko1N merged commit c7d72fd into memflow:main Aug 30, 2024
3 checks passed
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.

2 participants