Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Thomas Gleixner: "The scheduler pull request comes with the following updates: - Prevent a divide by zero issue by validating the input value of sysctl_sched_time_avg - Make task state printing consistent all over the place and have explicit state characters for IDLE and PARKED so they wont be displayed as 'D' state which confuses tools" * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/sysctl: Check user input value of sysctl_sched_time_avg sched/debug: Add explicit TASK_PARKED printing sched/debug: Ignore TASK_IDLE for SysRq-W sched/debug: Add explicit TASK_IDLE printing sched/tracing: Use common task-state helpers sched/tracing: Fix trace_sched_switch task-state printing sched/debug: Remove unused variable sched/debug: Convert TASK_state to hex sched/debug: Implement consistent task-state printing
No related branches found
No related tags found
Showing
- fs/proc/array.c 15 additions, 20 deletionsfs/proc/array.c
- include/linux/sched.h 40 additions, 24 deletionsinclude/linux/sched.h
- include/trace/events/sched.h 12 additions, 7 deletionsinclude/trace/events/sched.h
- kernel/sched/core.c 23 additions, 1 deletionkernel/sched/core.c
- kernel/sched/debug.c 0 additions, 2 deletionskernel/sched/debug.c
- kernel/sysctl.c 2 additions, 1 deletionkernel/sysctl.c
- kernel/trace/trace_output.c 6 additions, 15 deletionskernel/trace/trace_output.c
- kernel/trace/trace_sched_wakeup.c 4 additions, 4 deletionskernel/trace/trace_sched_wakeup.c
Loading
Please register or sign in to comment