]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'akpm'
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jan 2012 17:27:54 +0000 (09:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jan 2012 17:27:54 +0000 (09:27 -0800)
commit0d3ca06b19262942ad26cc6bb7f2070f8d236c0f
treeac3cf5abdc3ce4b5c051f03c682f8b0668d66caf
parent0aac4ede1659aba53e278c0f9312fd425c4c5c6f
parent356b05b95f873f6e67aa38ea123aafcc88e6155f
Merge branch 'akpm'

Quoth Andrew:
  "Random fixes.  And a simple new LED driver which I'm trying to sneak
   in while you're not looking."

Sneaking successful.

* akpm:
  score: fix off-by-one index into syscall table
  mm: fix rss count leakage during migration
  SHM_UNLOCK: fix Unevictable pages stranded after swap
  SHM_UNLOCK: fix long unpreemptible section
  kdump: define KEXEC_NOTE_BYTES arch specific for s390x
  mm/hugetlb.c: undo change to page mapcount in fault handler
  mm: memcg: update the correct soft limit tree during migration
  proc: clear_refs: do not clear reserved pages
  drivers/video/backlight/l4f00242t03.c: return proper error in l4f00242t03_probe if regulator_get() fails
  drivers/video/backlight/adp88x0_bl.c: fix bit testing logic
  kprobes: initialize before using a hlist
  ipc/mqueue: simplify reading msgqueue limit
  leds: add led driver for Bachmann's ot200
  mm: __count_immobile_pages(): make sure the node is online
  mm: fix NULL ptr dereference in __count_immobile_pages
  mm: fix warnings regarding enum migrate_mode