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 linux-6.12 support #268

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ol-alexandra
Copy link
Contributor

Using Onload with Linux-6.12 results in crash with NULL pointer dereference. It happens in many tests in Socket Tester, in nginx, in other cases. In the git log I see that linux-6.12 support was added under ON-16108, but it definitely was not tested properly.

With these patches I see some basic tests passing on Linux-6.12.

F_SETOWN_EX exists from linux-2.6.32; we do not support older kernels.

OL-Redmine-Id: 14184
Signed-off-by: Alexandra Kossovsky <[email protected]>
OL-Redmine-Id: 14184
Fixes: af4d93c ("ON-16108: kernel compat for f_owner type on 6.12")
Signed-off-by: Alexandra Kossovsky <[email protected]>
@ol-alexandra ol-alexandra requested a review from a team as a code owner February 28, 2025 11:21
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.

1 participant