Alexander van der Grinten
Alexander van der Grinten
Searching the entire namespace is not enough. Secondary busses are identified by `_ADR`, not by their EISA ID.
Pairing heaps have a bad O(n) worst case (might be relevant for real-time applications).
Is there an alternative that works?
It would be good to add comments to the code that indicate why we need to add these exclusion regexps. For example, why do we need to exclude names starting/ending...
LGTM now. AFAICS the PR also enables the check (which was previously disabled), right?
This can work as follows: * Attach a "policy group" to each thread. The policy group should determine whether threads can still allocate when the system is near its physical...
clocktracker already supprts CLOCK_REALTIME but so far, this functionality is inaccessible to other drivers. We need to add a helper library to make it accessible.
LGTM but the fix-up commits should be squashed.
We'll need the AML bytecode to debug this issue.
> This can cause conflicts if the kernel has already declared these functions. What kind of conflicts? AFAICT lai declares these functions but it does not provide definitions.