update new os patch for new kernel adapt
What type of PR is this? /kind feature
What this PR does / why we need it: The old kernel modification scheme has two problems:
- There are many intrusive modifications to the kernel;
- The parameters of the helper function are not verified, and the security is limited. On this basis, a new kernel modification scheme was launched to reduce intrusive modifications to the kernel, and the use of helper functions was modified to provide better security.
Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign nlgwcy for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.68%. Comparing base (
f243598) to head (4cc6930). Report is 14 commits behind head on main.
see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update e368968...4cc6930. Read the comment docs.
@nlgwcy @supercharge-xsy @bitcoffeeiux please take a look
Please add a more detailed PR description