Comment 3 for bug 1059496

Revision history for this message
Ike Panhc (ikepanhc) wrote : Re: highbank kernel oops with pktgen script

(gdb) list *kfree+0x18c
0xc011c8a4 is in kfree (/home/ikepanhc/linux-armadaxp-3.5.0/mm/slub.c:3477).
3472 page = virt_to_head_page(x);
3473 if (unlikely(!PageSlab(page))) {
3474 BUG_ON(!PageCompound(page));
3475 kmemleak_free(x);
3476 put_page(page);
3477 return;
3478 }
3479 slab_free(page->slab, page, object, _RET_IP_);
3480 }
3481 EXPORT_SYMBOL(kfree);

oops at return? stack broken?