-
Notifications
You must be signed in to change notification settings - Fork 506
Add kernelCTF CVE-2025-21703_lts_cos #282
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi, please let us know when you've made all the changes to the PR and it's ready to be reviewed. |
|
Hi, this PR is ready for review. I am currently addressing an issue with success rates in the repro environment. |
|
Hey @mingi Could you also check those magic numbers, and add a cit of clarity on how they're calculated or why the're selected in code comments: |
|
Hi @artmetla
Objects are allocated in the
This is calculated as
Waiting for qdisc_put(). 50 ms is enough time to wait for call_rcu().
The freed object is reclaimed immediately. So, spraying a small number of objects is enough.
|
No description provided.