Sunday, October 11, 2020

Project C v5.9-r0 release

Project C v5.9-r0 is released at https://gitlab.com/alfredchen/linux-prjc/-/releases/v5.9-prjc-r0

5 comments:

  1. Thank you very much.

    ReplyDelete
  2. I get a couple errors on x64 with BMQ:
    kernel/sched/pelt.c: In function ‘update_irq_load_avg’:
    kernel/sched/pelt.c:445:12: error: implicit declaration of function ‘cap_scale’ [-Werror=implicit-function-declaration]
    445 | running = cap_scale(running, arch_scale_freq_capacity(cpu_of(rq)));
    [^~[point to "cap_scale"]
    kernel/sched/pelt.c:470:3: error: implicit declaration of function ‘trace_pelt_irq_tp’ [-Werror=implicit-function-declaration]
    470 | trace_pelt_irq_tp(rq);
    [^~points to "trace_pelt_irq_tp"]

    ReplyDelete
    Replies
    1. x86-UP BMQ built fine though ;-)

      Delete
    2. It has been fixed at https://gitlab.com/alfredchen/linux-prjc/-/issues/16

      Delete
    3. And fixed with:
      https://gitlab.com/alfredchen/linux-prjc/-/commit/12a53f3186.patch
      ;-) Thanks Alfred!

      Delete