[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1244813895.7172.157.camel@pasglop>
Date: Fri, 12 Jun 2009 23:38:15 +1000
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
To: Pekka J Enberg <penberg@...helsinki.fi>
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, cl@...ux-foundation.org,
kamezawa.hiroyu@...fujitsu.com, lizf@...fujitsu.com, mingo@...e.hu,
npiggin@...e.de, yinghai@...nel.org
Subject: Re: [GIT PULL] Early SLAB fixes for 2.6.31
On Fri, 2009-06-12 at 16:25 +0300, Pekka J Enberg wrote:
> + /* Lets avoid crashing in early boot code. */
> + if (WARN_ON_ONCE((local_flags & ~slab_gfp_mask) != 0))
> + local_flags &= slab_gfp_mask;
> +
I still object to the WARN_ON, see all the previous discussions on that
subject...
Cheers,
Ben.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists