Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion 7.2/sched/0001-prjc-cachy.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3270,6 +3270,11 @@ index d309809ec..bf5c9a01c 100644
- nr = cpuset_num_cpus(cgrp);
- }
-
- /*
- * An empty cpuset would propagate a 0 shares_max into
- * __calc_smp_shares(), where clamp() yields hi when hi < lo and so
- * defeats the MIN_SHARES floor. Match tg_tasks(), which floors at 1.
- */
- return nr;
-}
-
Expand Down Expand Up @@ -16442,4 +16447,3 @@ index 78068ae8f..46fe4a20b 100644
worker->current_color = get_work_color(work_data);
--
2.55.0