]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Sep 2014 03:10:06 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Sep 2014 03:10:06 +0000 (20:10 -0700)
commitf8f9d7313260bfbbead4a738b8e557434a40ecb4
tree7b29fbf21ee68f0979964b87154ef5538a4cdc8d
parent3e10c2f57e92b9037b064ba1a53a07a33e1a4a06
parent996305028bb2b5677c9219d1615770f185cf9990
Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull percpu fixes from Tejun Heo:
 "One patch to fix a failure path in the alloc path.  The bug is
  dangerous but probably not too likely to actually trigger in the wild
  given that there hasn't been any report yet.

  The other two are low impact fixes"

* 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  percpu: free percpu allocation info for uniprocessor system
  percpu: perform tlb flush after pcpu_map_pages() failure
  percpu: fix pcpu_alloc_pages() failure path