Netdev List
 help / color / mirror / Atom feed
* net-next currently not in good shape
@ 2013-05-08 23:30 Eric Dumazet
  2013-05-09  0:57 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Dumazet @ 2013-05-08 23:30 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

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@fusionio.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@fusionio.com>
    Acked-by: Christoph Lameter <cl@linux.com>
    Acked-by: Tony Lindgren <tony@atomide.com>
    Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
    Tested-by: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
    Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-09  0:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 23:30 net-next currently not in good shape Eric Dumazet
2013-05-09  0:57 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox