plugsched icon indicating copy to clipboard operation
plugsched copied to clipboard

Introduce a new workflow which simplifies backporting

Open ampresent opened this issue 1 year ago • 0 comments

The traditional workflow of Plugsched is,

  • Generate scheduler module source code from a kernel binary A.
  • Develop upon the generated scheduler module source.
  • Building scheduler module.
  • Install scheduler module onto a system running kernel binary A.

But @dtcccc comes up with another workflow,

  • Given two kernel binaries A & B.
  • Check scheduler module compatibility between A & B.
  • Generate scheduler module source code from a kernel binary A.
  • Building scheduler module.
  • Install scheduler module onto a system running kernel binary B.

This new workflow largely simplifies backporting.

ampresent avatar May 17 '23 02:05 ampresent