commit | 9a99d4a50cb8ce516adf0f2436138d4c8e6e4535 | [log] [tgz] |
---|---|---|
author | Cong Wang <amwang@redhat.com> | Sun Jun 02 15:00:52 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 00:28:44 2013 -0700 |
tree | f8854a80373f9288f1ee27a8d0ab54d46b256a57 | |
parent | 08578d8d4eb76b7afe314fa03abe167761462fe4 [diff] |
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 <eric.dumazet@gmail.com> Cc: Joe Perches <joe@perches.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>