Hi,
> Just upgraded a production node from 1.4.18 to 1.5-dev22. > Ran fine for a couple of minutes then crashed with the following kernel > messages: > > WARNING: at mm/page_alloc.c:2107 __alloc_pages_nodemask+0x1fd/0x790() > Hardware name: X9SRE/X9SRE-3F/X9SRi/X9SRi-3F > Pid: 23190, comm: haproxy Not tainted 3.2.13-grsec-xxxx-grs-ipv6-64 #1 > Call Trace: > [<ffffffff810f1ded>] ? __alloc_pages_nodemask+0x1fd/0x790 > [<ffffffff81089f3b>] warn_slowpath_common+0x7b/0xc0 > [<ffffffff81089f95>] warn_slowpath_null+0x15/0x20 > [<ffffffff810f1ded>] __alloc_pages_nodemask+0x1fd/0x790 Thats definitely a kernel issue. Are you building your own kernel? That doesn't look like the default Ubuntu kernel. I would suggest to upgrade your kernel to 3.2.55 (of course use an updated grsec patch as well). If that doesn't fix the issue, try vanilla 3.2.55 (no grsec). If the issue persists, report it upstream (either to lkml/netdev or grsec, depending whether the vanilla 3.2.55 has the issue or not). Regards, Lukas

