Skip to content

Commit

Permalink
Merge commit '7caf4d33531cc92b826b093d16624f2fc11ddd5e' into merge_la…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
Byte-Lab committed Feb 13, 2024
2 parents 3d3b78d + 7caf4d3 commit a8314d3
Show file tree
Hide file tree
Showing 51 changed files with 658 additions and 9,219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-kernel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test-kernel
run-name: ${{ github.actor }} PR run
on: [pull_request, push]
on: [pull_request]
jobs:
test-schedulers:
runs-on: ubuntu-22.04
Expand Down
5 changes: 5 additions & 0 deletions include/linux/sched/ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ struct scx_init_task_args {
/* the cgroup the task is joining */
struct cgroup *cgroup;
#endif
/*
* Set if ops.init_task() is being invoked on the fork path, as opposed
* to the scheduler transition path.
*/
bool fork;
};

/* argument container for ops.exit_task() */
Expand Down
Loading

0 comments on commit a8314d3

Please sign in to comment.