https://github.com/torvalds/linux
Revision c091c71ad2218fc50a07b3d1dab85783f3b77efd authored by Marek Szyprowski on 24 January 2014, 13:49:58 UTC, committed by Marek Szyprowski on 11 February 2014, 08:40:15 UTC
GFP_ATOMIC is not a single gfp flag, but a macro which expands to the other
flags, where meaningful is the LACK of __GFP_WAIT flag. To check if caller
wants to perform an atomic allocation, the code must test for a lack of the
__GFP_WAIT flag. This patch fixes the issue introduced in v3.5-rc1.

CC: stable@vger.kernel.org
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
1 parent 10c8562
History
Tip revision: c091c71ad2218fc50a07b3d1dab85783f3b77efd authored by Marek Szyprowski on 24 January 2014, 13:49:58 UTC
x86: dma-mapping: fix GFP_ATOMIC macro usage
Tip revision: c091c71
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.3 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 266.4 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top