]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2015 17:57:16 +0000 (09:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Feb 2015 17:57:16 +0000 (09:57 -0800)
commit1f4e7b9dbd5f70333ab35eed565965e81f1117de
tree336d27967f7b2143b4c9bc0ab798e323850babca
parent42a95f12542fc6b5c926acb17e465d00bdb32230
parent9b9a2cececf0a1ad98412574c29b179ac4fec89b
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm

Pull ARM fix from Russell King:
 "Just one fix this time around.  __iommu_alloc_buffer() can cause a
  BUG() if dma_alloc_coherent() is called with either __GFP_DMA32 or
  __GFP_HIGHMEM set.  The patch from Alexandre addresses this"

* 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
  ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()
arch/arm/mm/dma-mapping.c