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

Cannot change IRQ affinity #336

Open
ghost opened this issue Dec 17, 2024 · 3 comments
Open

Cannot change IRQ affinity #336

ghost opened this issue Dec 17, 2024 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 17, 2024

In kernel 6.12.x I get a lot of such warnings:

Cannot change IRQ XX affinity: Success
IRQ 60 affinity is now unmanaged
Cannot change IRQ XX affinity: Permission denied
IRQ 59 affinity is now unmanaged

Is this a problem?

@nhorman
Copy link
Member

nhorman commented Dec 17, 2024

Its a bit of a misnomer, It means that for some reason you were unable to write to the kerenel affinity control file for that irq. causes include:

  • failure to open the file
  • failure to format the string properly for writing to the affinity file
  • failure to close or flush the file
    Based on your output:
Cannot change IRQ XX affinity: Success

It would seem that somehow "xx" has been parsed from your /proc/interrupts file which seems very odd

@ghost
Copy link
Author

ghost commented Dec 17, 2024

Doing a search I found this: https://techpatterns.com/forums/about3097.html

It's exactly the same problem, is there a kernel patch to wait for then?

@nhorman
Copy link
Member

nhorman commented Dec 17, 2024

seems like, though theres no indication of what the underlying problem is. regardless, if on kernel 6.12 opening an irq affinity file has started failing, that will likely be a kernel problem to fix

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

No branches or pull requests

1 participant