Bug 42967
Summary: | kmalloc_node crashes when it tries to allocate memory on a node that doesn't have memory | ||
---|---|---|---|
Product: | Memory Management | Reporter: | mario.nicolas |
Component: | NUMA/discontigmem | Assignee: | Vikram Dhillon (dhillonv10) |
Status: | NEW --- | ||
Severity: | normal | CC: | atomlin, dhillonv10 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.1.0-7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | crash log |
Description
mario.nicolas
2012-03-20 11:26:10 UTC
Created attachment 72657 [details]
crash log
(In reply to comment #1) > Created an attachment (id=72657) [details] > crash log Submitted a patch [1] to assert, if nodeid > num_online_nodes() is true, under the -debug kernel, since ____cache_alloc_node() is a "hot code" path. --- [1]: http://marc.info/?l=linux-mm&m=136181270727758&w=1 (In reply to Aaron Tomlin from comment #2) > (In reply to comment #1) > > Created an attachment (id=72657) [details] > > crash log > > Submitted a patch [1] to assert, if nodeid > num_online_nodes() > is true, under the -debug kernel, since ____cache_alloc_node() > is a "hot code" path. > > --- > [1]: http://marc.info/?l=linux-mm&m=136181270727758&w=1 A patch been committed since v3.11-rc1 [1] can this BUG be marked as closed? --- [1]: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=14e50c6a9bc2b283bb4021026226268312ceefdd |