Re: [BUG] 2.6.3 Slab corruption: errors are triggered when memoryexceeds 2.5GB (correction)

From: Manfred Spraul
Date: Wed Feb 25 2004 - 12:22:23 EST


Andrew Morton wrote:

Ah-hah.

This should find it:


I think we should first check that skb->dataref is really the problem: what about adding an unused field before the dataref? Something like

struct skb_shared_info {
+ int unused;
atomic_t dataref;
int debug;

If the dataref decrease causes the problem, then the affected offset should change to 0x628.

--
Manfred


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/