linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Li Zefan <lizf@cn.fujitsu.com>
To: tiwai@suse.de
Cc: perex@perex.cz, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/4] sound: use memdup_user()
Date: Fri, 10 Apr 2009 09:42:29 +0800	[thread overview]
Message-ID: <49DEA405.3070900@cn.fujitsu.com> (raw)

Remove open-coded memdup_user() in sound/

   text    data     bss     dec     hex filename
5206937  929788 5320496 11457221         aed2c5 vmlinux.o.orig
   text    data     bss     dec     hex filename
5205277  929788 5320496 11455561         aecc49 vmlinux.o

 sound/core/control.c                  |   35 +++++--------
 sound/core/pcm_compat.c               |   11 ++---
 sound/core/pcm_native.c               |   93 ++++++++++++--------------------
 sound/core/seq/seq_compat.c           |    9 ++--
 sound/core/timer.c                    |   11 ++---
 sound/isa/sb/sb16_csp.c               |   19 ++++---
 sound/isa/wavefront/wavefront_fx.c    |   14 ++---
 sound/isa/wavefront/wavefront_synth.c |   11 ++--
 sound/pci/emu10k1/emufx.c             |   41 +++++----------
 sound/usb/usx2y/us122l.c              |   10 +---
 sound/usb/usx2y/usX2Yhwdep.c          |   13 ++---
 11 files changed, 102 insertions(+), 165 deletions(-)
---

             reply	other threads:[~2009-04-10  1:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10  1:42 Li Zefan [this message]
2009-04-10  1:43 ` [PATCH 1/4] sound/core: use memdup_user() Li Zefan
2009-04-10  1:43 ` [PATCH 2/4] sound/isa: " Li Zefan
2009-04-10  1:43 ` [PATCH] sound/usb: " Li Zefan
2009-04-10  1:44 ` [PATCH 4/4] sound/pci: " Li Zefan
2009-04-14 12:06 ` [PATCH 0/4] sound: " Takashi Iwai

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=49DEA405.3070900@cn.fujitsu.com \
    --to=lizf@cn.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.de \
    /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).