netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: takis@lumumba.uhasselt.be
Cc: linux-kernel@vger.kernel.org, acme@conectiva.com.br,
	patrick@tykepenguin.com, per.liden@ericsson.com,
	mitch@sfgoth.com, samuel@sortiz.org, eis@baty.hanse.de,
	ralf@linux-mips.org, netdev@vger.kernel.org
Subject: Re: [PATCH] net: Conversions from kmalloc+memset to k(z|c)alloc.
Date: Tue, 18 Jul 2006 21:11:49 -0700 (PDT)	[thread overview]
Message-ID: <20060718.211149.132925536.davem@davemloft.net> (raw)
In-Reply-To: <20060719010343.GC30823@lumumba.uhasselt.be>

From: takis@lumumba.uhasselt.be (Panagiotis Issaris)
Date: Wed, 19 Jul 2006 03:03:43 +0200

> From: Panagiotis Issaris <takis@issaris.org>
> 
> net: Conversions from kmalloc+memset to kzalloc.
> 
> Signed-off-by: Panagiotis Issaris <takis@issaris.org>

Applied, thanks a lot.

One of the ieee80211 cases is even a bug fix because it
was memset()'ing without checking if kmalloc() returned
NULL.

      reply	other threads:[~2006-07-19  4:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-19  1:03 [PATCH] net: Conversions from kmalloc+memset to k(z|c)alloc Panagiotis Issaris
2006-07-19  4:11 ` David Miller [this message]

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=20060718.211149.132925536.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=acme@conectiva.com.br \
    --cc=eis@baty.hanse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitch@sfgoth.com \
    --cc=netdev@vger.kernel.org \
    --cc=patrick@tykepenguin.com \
    --cc=per.liden@ericsson.com \
    --cc=ralf@linux-mips.org \
    --cc=samuel@sortiz.org \
    --cc=takis@lumumba.uhasselt.be \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).