From: Cong Wang Date: Sun, 2 Jun 2013 15:00:52 +0000 (+0000) Subject: icmp: avoid allocating large struct on stack X-Git-Tag: v3.11-rc1~16^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a99d4a50cb8ce516adf0f2436138d4c8e6e4535;p=pandora-kernel.git icmp: avoid allocating large struct on stack struct icmp_bxm is a large struct, reduce stack usage by allocating it on heap. Cc: Eric Dumazet Cc: Joe Perches Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed