[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1368055825.13473.31.camel@edumazet-glaptop>
Date: Wed, 08 May 2013 16:30:25 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>
Subject: net-next currently not in good shape
Hi David
net-next is currently lacking following patch and dies at boot time (at
leat on my machines)
This message might help others.
Thanks !
commit 956e46efb2478ebff7a871138458fa8124fd18dd
Author: Chris Mason <clmason@...ionio.com>
Date: Wed May 8 15:56:28 2013 -0400
mm/slab: Fix crash during slab init
Commit 8a965b3baa89 ("mm, slab_common: Fix bootstrap creation of kmalloc
caches") introduced a regression that caused us to crash early during
boot. The commit was introducing ordering of slab creation, making sure
two odd-sized slabs were created after specific powers of two sizes.
But, if any of the power of two slabs were created earlier during boot,
slabs at index 1 or 2 might not get created at all. This patch makes
sure none of the slabs get skipped.
Tony Lindgren bisected this down to the offending commit, which really
helped because bisect kept bringing me to almost but not quite this one.
Signed-off-by: Chris Mason <chris.mason@...ionio.com>
Acked-by: Christoph Lameter <cl@...ux.com>
Acked-by: Tony Lindgren <tony@...mide.com>
Acked-by: Soren Brinkmann <soren.brinkmann@...inx.com>
Tested-by: Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists