linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] sound: use memdup_user()
@ 2009-04-10  1:42 Li Zefan
  2009-04-10  1:43 ` [PATCH 1/4] sound/core: " Li Zefan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Li Zefan @ 2009-04-10  1:42 UTC (permalink / raw)
  To: tiwai; +Cc: perex, LKML

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(-)
---

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-14 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-10  1:42 [PATCH 0/4] sound: use memdup_user() Li Zefan
2009-04-10  1:43 ` [PATCH 1/4] sound/core: " 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

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).