[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1002221559510.3281@localhost.localdomain>
Date: Mon, 22 Feb 2010 16:00:20 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Dan Carpenter <error27@...il.com>
cc: LKML <linux-kernel@...r.kernel.org>,
rt-users <linux-rt-users@...r.kernel.org>,
Ingo Molnar <mingo@...e.hu>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>,
Carsten Emde <ce@...g.ch>,
Clark Williams <williams@...hat.com>,
Frank Rowand <frank.rowand@...sony.com>,
Robin Gareus <robin@...eus.org>,
Gregory Haskins <ghaskins@...ell.com>,
Philippe Reynes <philippe.reynes@...smpp.fr>,
Fernando Lopez-Lezcano <nando@...ma.Stanford.EDU>,
Will Schmidt <will_schmidt@...t.ibm.com>,
Darren Hart <dvhltc@...ibm.com>, Jan Blunck <jblunck@...e.de>,
Sven-Thorsten Dietrich <sdietrich@...ell.com>,
Jon Masters <jcm@...hat.com>,
Mark Knecht <markknecht@...il.com>,
John Kacur <jkacur@...hat.com>,
Nick Piggin <nickpiggin@...oo.com.au>
Subject: Re: [ANNOUNCE] 2.6.33-rc8-rt1
On Mon, 22 Feb 2010, Dan Carpenter wrote:
> mm/slab.c
> 2117 kmem_freepages(cachep, addr, *this_cpu);
> 2118 if (OFF_SLAB(cachep)) {
> 2119 if (this_cpu)
>
> We already dereferenced "this_cpu" two lines earlier.
>
> 2120 __cache_free(cachep->slabp_cache, slabp, this_cpu);
> 2121 else
> 2122 kmem_cache_free(cachep->slabp_cache, slabp);
>
Good catch. Thanks,
tglx
--
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