Merge branch 'akpm' (fixes from Andrew)
commit14629ed31467741d12f342c95621900646173519
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Mar 2013 23:41:44 +0000 (22 16:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Mar 2013 23:41:44 +0000 (22 16:41 -0700)
tree2213913ecb569a9b386cac11dbe0aac37911d97f
parentb9cb3bf42efc2faa55e815f4368738978536c6d1
parent38d78e587d4960d0db94add518d27ee74bad2301
Merge branch 'akpm' (fixes from Andrew)

Merge misc fixes from Andrew Morton.

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  mqueue: sys_mq_open: do not call mnt_drop_write() if read-only
  mm/hotplug: only free wait_table if it's allocated by vmalloc
  dma-debug: update DMA debug API to better handle multiple mappings of a buffer
  dma-debug: fix locking bug in check_unmap()
  drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR
  drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()
  drivers/rtc/rtc-da9052.c: fix for rtc device registration
  mm: zone_end_pfn is too small
  poweroff: change orderly_poweroff() to use schedule_work()
  mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting
  printk: Provide a wake_up_klogd() off-case
  irq_work.h: fix warning when CONFIG_IRQ_WORK=n