Avraham Hollander

Results 2 issues of Avraham Hollander

I tested the main ECHO patch with Linux 6.9.0 upstream and it applies cleanly, builds and boots. The other two patches apply cleanly but I didn't test them. Some more...

The kernel fails to build with CONFIG_HZ_PERIODIC. It seems that ECHO expects CONFIG_NO_HZ_COMMON: `kernel/sched/bs.c:879:30: error: use of undeclared identifier 'run_rebalance_domains' 879 | open_softirq(SCHED_SOFTIRQ, run_rebalance_domains); | ^` This is easily fixed...