Re: [RFC][PATCH] ALSA: Remove subsystem-specific malloc (0/8)

From: Takashi Iwai
Date: Wed Jun 09 2004 - 04:01:21 EST


At Wed, 9 Jun 2004 00:24:53 +0300,
Pekka J Enberg wrote:
>
> This patch introduces a kcalloc() and replaces ALSA magic allocator
> snd_kcalloc() and snd_magic_kcalloc() with it. I also fixed a memory
> leak in the arm sa11xx driver and added a BUG() in seq_oss_synth to
> catch failing allocations.
>
> I kept the snd_magic_cast macro in place just in case someone wants to
> add a generic type checking facility in the kernel and convert the users
> to use it.
>
> The patch is against 2.6.6 and was compile-tested with allyesconfig.

no, this patch breaks when CONFIG_SND_DEBUG=y. the compile is ok but
it won't work, as long as you leave snd_magic_cast.


Takashi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/