git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc4adc
)
tcp: handle tcp_net_metrics_init() order-5 memory allocation failures
author
Eric Dumazet
<eric.dumazet@gmail.com>
Fri, 16 Nov 2012 05:31:53 +0000
(
05:31
+0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 16 Nov 2012 18:36:27 +0000
(13:36 -0500)
order-5 allocations can fail with current kernels, we should
try vmalloc() as well.
Reported-by: Julien Tinnes <jln@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found