All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Joe Perches <joe@perches.com>
Cc: "sangjung.woo" <sangjung.woo@samsung.com>,
	Alessandro Rubini <rubini@gnudd.com>,
	Russell King <rmk+kernel@arm.linux.org.uk>,
	rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org,
	Tejun Heo <tj@kernel.org>, Greg KH <greg@kroah.com>
Subject: Re: [PATCH] rtc: pl030: Use devm_kzalloc() instead of kmalloc()
Date: Thu, 10 Oct 2013 16:46:30 -0700	[thread overview]
Message-ID: <20131010164630.63cedf60.akpm@linux-foundation.org> (raw)
In-Reply-To: <1381446840.14017.21.camel@joe-AO722>

On Thu, 10 Oct 2013 16:14:00 -0700 Joe Perches <joe@perches.com> wrote:

> On Thu, 2013-10-10 at 16:06 -0700, Andrew Morton wrote:
> > On Tue, 08 Oct 2013 21:59:27 -0700 Joe Perches <joe@perches.com> wrote:
> > 
> > > I was a bit surprised to find there isn't a devm_kmalloc.
> > 
> > Yes, the unconditional memset is silly.  Especially when the
> > function has a handy gfp_t and could be passed __GFP_ZERO.
> > 
> > The comment says "managed kzalloc/kfree for device drivers, no kmalloc,
> > always use kzalloc".  There's no explanation for this - it looks like
> > some ideological thing.
> 
> Try this patch instead:
> https://lkml.org/lkml/2013/10/9/14
> 

That looks rather better.

Apart from forcing a needless memset, the current code will defeat
kmemcheck used-uninitialized checking.

  reply	other threads:[~2013-10-10 23:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09  4:00 [PATCH] rtc: pl030: Use devm_kzalloc() instead of kmalloc() Sangjung Woo
2013-10-09  4:07 ` Joe Perches
2013-10-09  4:36   ` sangjung.woo
2013-10-09  4:59     ` Joe Perches
2013-10-09  5:32       ` sangjung.woo
2013-10-10 23:06       ` Andrew Morton
2013-10-10 23:14         ` Joe Perches
2013-10-10 23:46           ` Andrew Morton [this message]
2013-10-10 23:18         ` Tejun Heo
2013-10-10 23:25           ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131010164630.63cedf60.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=greg@kroah.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+kernel@arm.linux.org.uk \
    --cc=rtc-linux@googlegroups.com \
    --cc=rubini@gnudd.com \
    --cc=sangjung.woo@samsung.com \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.