Skip to content

Introduce a new workflow which simplifies backporting #207

Description

@ampresent

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

FeatureNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions