[linux-dvb] Patch: USBVision - Replacement of vmalloc_32 with vmalloc_32_user

2007-01-15 Thread Dwaine Garden
This patch replaces vmalloc_32 with vmalloc_32_user. Allocating virtually contiguous memory (32bit addressable) which is zeroed so it can be mapped to userspace without leaking data. Signed-off-by: Dwaine P. Garden [EMAIL PROTECTED] diff -U 3 -H -d -r -N --

[linux-dvb] Patch: USBVision - Replacement of vmalloc_32 with vmalloc_32_user

2007-01-15 Thread Dwaine Garden
Please ignore the first submitted patch. I forgot to remove the memset(mem, 0, size); statement. Please use this patch instead. Sorry about that This patch replaces vmalloc_32 with vmalloc_32_user. Allocating virtually contiguous memory (32bit addressable) which is zeroed so it can be