Neil Horman
Neil Horman
we generally pin actions to a specific release to avoid unexpected breakages. I don't see anything immediately earth shaking in the coveralls release notes that would mandate an update, but...
I will make an effort, but I'm away from my desk for a few days
merged
* or setting Standard output=journal in your unit file I believe:)
Its probably just simpler to map IRQ_OTHER to the cache level universally, you can try with this patch: ``` --- a/classify.c +++ b/classify.c @@ -26,7 +26,7 @@ char *classes[] =...
right, what you need is some mechanism to identify the type of device that interrupt is connected to, and platform devices on arm give you nothing or very little to...
because setting affinity for irqs that don't need to be balanced to as fine grained a level takes up space the apic table for lots of architectures. Lots of systems...
yes, on your system. Irqbalance runs on a wide range of systems, so I'm really hesitant to do thing like this that will work for you, but may have a...
yeah, theres not a lot we can do about this situation. It was discovered a few years ago, And theres no real fix for it. See: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=743dac494d61d991967ebcfab92e4f80dc7583b3 Setting affinity returns...