Staging
v0.5.1
Revision 6c538e1adbfc696ac4747fb10d63e704344f763d authored by Linus Torvalds on 16 April 2023, 17:33:43 UTC, committed by Linus Torvalds on 16 April 2023, 17:33:43 UTC
Pull scheduler fix from Borislav Petkov:

 - Do not pull tasks to the local scheduling group if its average load
   is higher than the average system load

* tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/fair: Fix imbalance overflow
2 parent s e623175 + 91dcf1e
Raw File
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top