login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
17
Re: kfree(0) - ok?
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Satyam Sharma <satyam@...>
To: Arjan van de Ven <arjan@...>
Cc: Andrew Morton <akpm@...>, Tim Bird <tim.bird@...>, linux kernel <linux-kernel@...>, Christoph Lameter <clameter@...>
Subject:
Re: kfree(0) - ok?
Date: Friday, August 17, 2007 - 2:50 pm
On Fri, 17 Aug 2007, Arjan van de Ven wrote:
quoted text
> > On Fri, 2007-08-17 at 11:22 -0700, Andrew Morton wrote: > > On Wed, 15 Aug 2007 05:12:41 +0530 (IST) > > Satyam Sharma <satyam@infradead.org> wrote: > > > > > [PATCH] {slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check > > > > > > Considering kfree(NULL) would normally occur only in error paths and > > > kfree(ZERO_SIZE_PTR) is uncommon as well, so let's use unlikely() for > > > the condition check in SLUB's and SLOB's kfree() to optimize for the > > > common case. SLAB has this already. > > > > I went through my current versions of slab/slub/slub and came up with this: > > > > diff -puN mm/slob.c~slub-slob-use-unlikely-for-kfreezero_or_null_ptr-check mm/slob.c > > --- a/mm/slob.c~slub-slob-use-unlikely-for-kfreezero_or_null_ptr-check > > +++ a/mm/slob.c > > @@ -360,7 +360,7 @@ static void slob_free(void *block, int s > > slobidx_t units; > > unsigned long flags; > > > > - if (ZERO_OR_NULL_PTR(block)) > > + if (unlikely(ZERO_OR_NULL_PTR(block))) > > > > btw this makes NO sense at all; gcc already defaults to assuming > unlikely if you check a pointer for NULL....
ZERO_OR_NULL_PTR() is not a check for NULL. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
kfree(0) - ok?
, Tim Bird
, (Tue Aug 14, 6:59 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Tue Aug 14, 7:13 pm)
Re: kfree(0) - ok?
, Arjan van de Ven
, (Tue Aug 14, 6:55 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Tue Aug 14, 7:42 pm)
Re: kfree(0) - ok?
, Andrew Morton
, (Fri Aug 17, 2:22 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 5:13 pm)
Re: kfree(0) - ok?
, Christoph Lameter
, (Fri Aug 17, 5:14 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 5:46 pm)
Re: kfree(0) - ok?
, Pekka Enberg
, (Fri Aug 17, 5:42 pm)
Re: kfree(0) - ok?
, Thomas Gleixner
, (Fri Aug 17, 7:40 pm)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Sat Aug 18, 4:21 am)
Re: kfree(0) - ok?
, Pekka Enberg
, (Sat Aug 18, 4:10 am)
Re: kfree(0) - ok?
, Christoph Lameter
, (Fri Aug 17, 9:03 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 8:02 pm)
Re: kfree(0) - ok?
, Christoph Lameter
, (Fri Aug 17, 7:22 pm)
Re: kfree(0) - ok?
, Christoph Lameter
, (Fri Aug 17, 4:43 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 5:17 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 5:32 pm)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Fri Aug 17, 2:37 pm)
Re: kfree(0) - ok?
, Arjan van de Ven
, (Fri Aug 17, 2:31 pm)
Re: kfree(0) - ok?
, Satyam Sharma
, (Fri Aug 17, 2:50 pm)
Re: kfree(0) - ok?
, Christoph Lameter
, (Tue Aug 14, 8:19 pm)
Re: kfree(0) - ok?
, Jason Uhlenkott
, (Tue Aug 14, 7:21 pm)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Wed Aug 15, 3:28 am)
Re: kfree(0) - ok?
, Giacomo A. Catenazzi
, (Wed Aug 15, 5:32 am)
Re: kfree(0) - ok?
, Andreas Schwab
, (Wed Aug 15, 5:18 am)
Re: kfree(0) - ok?
, Jason Uhlenkott
, (Wed Aug 15, 4:52 am)
Re: kfree(0) - ok?
, Rene Herman
, (Wed Aug 15, 4:37 am)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Wed Aug 15, 5:20 am)
Re: kfree(0) - ok?
, Rene Herman
, (Wed Aug 15, 5:58 am)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Wed Aug 15, 6:20 am)
Re: kfree(0) - ok?
, H. Peter Anvin
, (Wed Aug 15, 12:01 pm)
Re: kfree(0) - ok?
, Kyle Moffett
, (Wed Aug 15, 9:58 am)
Re: kfree(0) - ok?
, Jan Engelhardt
, (Wed Aug 15, 10:06 am)
Re: kfree(0) - ok?
, Kyle Moffett
, (Wed Aug 15, 10:34 am)
Re: kfree(0) - ok?
, Rene Herman
, (Wed Aug 15, 6:27 am)
Re: kfree(0) - ok?
, Jason Uhlenkott
, (Wed Aug 15, 5:43 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
Eric Sandeen
Re: [RFC] Heads up on sys_fallocate()
git
:
linux-netdev
:
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
David Miller
[GIT]: Networking
Antonio Almeida
HTB accuracy for high speed
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
534 guests
online.
Online users
henrywatson
iamhealthy101
Syndicate