]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d461dde09a3e37b63494bc1811473956adeb1ea
tree98c0c42c9095aae34d12a4b8c555176698b7202a
parentc3ad2a711cdf0c700a54c238963ea685e06e2df5
parent5351558b9da3b7c4de1ba6aaf8d19d8d83dfefe3
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