diff options
| author | Hugh Dickins <[email protected]> | 2009-06-16 15:31:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-06-16 19:47:31 -0700 |
| commit | 6c0db4664b49417d80988953e69c323721353227 (patch) | |
| tree | 83ec1fcf3607b06c8c3cc2d39b5d10a61289cdd6 /tools/perf/scripts/python | |
| parent | 58568d2a8215cb6f55caf2332017d7bdff954e1c (diff) | |
mm: alloc_large_system_hash check order
On an x86_64 with 4GB ram, tcp_init()'s call to alloc_large_system_hash(),
to allocate tcp_hashinfo.ehash, is now triggering an mmotm WARN_ON_ONCE on
order >= MAX_ORDER - it's hoping for order 11. alloc_large_system_hash()
had better make its own check on the order.
Signed-off-by: Hugh Dickins <[email protected]>
Cc: David Miller <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions