]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jul 2012 18:16:24 +0000 (11:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Jul 2012 18:16:24 +0000 (11:16 -0700)
commit889bace9591b80b38143e7c076b889ad68e09ea5
tree3f486fcafc51d2dceae44dfb2b9b261aeecaafb5
parent49d266f6abcd49883dafa7915b7d20f8e07530b5
parent53170798495871d55a7c495f7ab8a6e75fa0c0c2
parent32a1bc785122aaa684ef98aefd0dc997dc6c0656
parent48b4b72d2d35ee680b2a7e35ae7364b21cf40aad
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull RCU, perf, and scheduler fixes from Ingo Molnar.

The RCU fix is a revert for an optimization that could cause deadlocks.

One of the scheduler commits (3fb4468bd402 "sched: Fix fork() error path
to not crash") is correct but not complete (some architectures like Tile
are not covered yet) - the resulting additional fixes are still WIP and
Ingo did not want to delay these pending fixes.  See this thread on
lkml:

  [PATCH] fork: fix error handling in dup_task()

The perf fixes are just trivial oneliners.

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf kvm: Fix segfault with report and mixed guestmount use
  perf kvm: Fix regression with guest machine creation
  perf script: Fix format regression due to libtraceevent merge
  ring-buffer: Fix accounting of entries when removing pages
  ring-buffer: Fix crash due to uninitialized new_pages list head

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  MAINTAINERS/sched: Update scheduler file pattern
  sched/nohz: Rewrite and fix load-avg computation -- again
  sched: Fix fork() error path to not crash
MAINTAINERS
include/linux/sched.h
kernel/sched/core.c