Merge branch 'akpm' (fixes from Andrew Morton)
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Oct 2013 21:27:10 +0000 (14:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Oct 2013 21:27:10 +0000 (14:27 -0700)
commit12aee278b50c4a94a93fa0b4d201ae35d792c696
tree98c0c42c9095aae34d12a4b8c555176698b7202a
parentc56b097af26cb11c1f49a4311ba538c825666fed
parent5e8cfc3c75b3e43497389896c0ecda62fc311ce9
Merge branch 'akpm' (fixes from Andrew Morton)

Merge three fixes from Andrew Morton.

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting
  percpu: fix this_cpu_sub() subtrahend casting for unsigneds
  mm/pagewalk.c: fix walk_page_range() access of wrong PTEs