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

contrib/irq: fix for v6.5 and later kernels. #389

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

imran-kn
Copy link
Contributor

v6.5 moved irq descriptors into a maple tree,
earlier they used to exist in a radix tree.
Change contrib/irq.py to accomodate this change.

v6.5 moved irq descriptors into a maple tree,
earlier they used to exist in a radix tree.
Change contrib/irq.py to accomodate this change.

Signed-off-by: Imran Khan <[email protected]>
@osandov osandov merged commit a6b2506 into osandov:main Mar 21, 2024
38 checks passed
@osandov
Copy link
Owner

osandov commented Mar 21, 2024

Ran it on 6.6 and it worked, thanks!

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