https://github.com/torvalds/linux
Revision 6830c8db58c2616d8ba2bf45e7d98dca5f69b07f authored by Linus Torvalds on 26 November 2017, 21:43:25 UTC, committed by Linus Torvalds on 26 November 2017, 21:43:25 UTC
Pull scheduler fixes from Ingo Molnar:
 "Misc fixes: a documentation fix, a Sparse warning fix and a debugging
  fix"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/debug: Fix task state recording/printout
  sched/deadline: Don't use dubious signed bitfields
  sched/deadline: Fix the description of runtime accounting in the documentation
2 parent s 580e3d5 + 3f5fe9f
Raw File
Tip revision: 6830c8db58c2616d8ba2bf45e7d98dca5f69b07f authored by Linus Torvalds on 26 November 2017, 21:43:25 UTC
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: 6830c8d
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top