Re: [PATCH 1/3] slqb: Do not use DEFINE_PER_CPU for per-node data

From: Tejun Heo
Date: Sun Sep 20 2009 - 06:01:43 EST


Pekka Enberg wrote:
> On Fri, Sep 18, 2009 at 10:34 PM, Mel Gorman <mel@xxxxxxxxx> wrote:
>> SLQB used a seemingly nice hack to allocate per-node data for the statically
>> initialised caches. Unfortunately, due to some unknown per-cpu
>> optimisation, these regions are being reused by something else as the
>> per-node data is getting randomly scrambled. This patch fixes the
>> problem but it's not fully understood *why* it fixes the problem at the
>> moment.
>
> Ouch, that sounds bad. I guess it's architecture specific bug as x86
> works ok? Lets CC Tejun.

Is the corruption being seen on ppc or s390?

Thanks.

--
tejun
--
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/