https://github.com/torvalds/linux
Revision db38c179a759a9c4722525e8c9f09ac80e372377 authored by Larry Woodman on 04 November 2006, 00:05:45 UTC, committed by David S. Miller on 05 November 2006, 22:11:32 UTC
We have seen a couple of __alloc_pages() failures due to
fragmentation, there is plenty of free memory but no large order pages
available.  I think the problem is in sock_alloc_send_pskb(), the
gfp_mask includes __GFP_REPEAT but its never used/passed to the page
allocator.  Shouldnt the gfp_mask be passed to alloc_skb() ?

Signed-off-by: Larry Woodman <lwoodman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0f37c60
History
Tip revision: db38c179a759a9c4722525e8c9f09ac80e372377 authored by Larry Woodman on 04 November 2006, 00:05:45 UTC
[NET]: __alloc_pages() failures reported due to fragmentation
Tip revision: db38c17
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 542 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.2 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 73.8 KB
Makefile -rw-r--r-- 49.0 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top