update zen_workaround for kernels > 6.16 and C23#4006
Merged
rocallahan merged 1 commit intorr-debugger:masterfrom Aug 23, 2025
Merged
update zen_workaround for kernels > 6.16 and C23#4006rocallahan merged 1 commit intorr-debugger:masterfrom
rocallahan merged 1 commit intorr-debugger:masterfrom
Conversation
|
it does not build I think you forgot to replace the |
Contributor
Author
|
can you please note what the error in the patch is? |
Contributor
|
You added |
|
To gain time I opened another PR #4007 |
* follow kernel function rename * use defines for old names with old kernels * include appropriate headers and explicit mark static functions kernel functions renamed in 7cbc2ba7c107a1a537524ae505e192f4f88cc209 and 6fe22abacd40e259fffec744a02d5ca3febccd68 which both arrived with 6.16. rc1 fixes rr-debugger#4004 co-authored by @symphorien Guillaume Girol
Contributor
Author
|
Thanks,. I've rebased and force-pushed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kernel functions renamed in 7cbc2ba7c107a1a537524ae505e192f4f88cc209 and 6fe22abacd40e259fffec744a02d5ca3febccd68 which both arrived with 6.16. rc1
fixes #4004
co-authored by @symphorien