Re: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-17 Thread Archit Taneja
ATCH] omap_vout: Added check in reqbuf& mmap for buf_size allocation Hi, On Friday 17 June 2011 01:44 AM, Hiremath, Vaibhav wrote: From: Vaibhav Hiremath The usecase where, user allocates small size of buffer through bootargs (video1_bufsize/video2_bufsize) and later from application trie

RE: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-17 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Friday, June 17, 2011 3:57 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; mche...@redhat.com; hverk...@xs4all.nl > Subject: Re: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size > al

Re: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-17 Thread Archit Taneja
Hi, On Friday 17 June 2011 03:33 PM, Hiremath, Vaibhav wrote: -Original Message- From: Taneja, Archit Sent: Friday, June 17, 2011 2:16 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org; mche...@redhat.com; hverk...@xs4all.nl Subject: Re: [PATCH] omap_vout: Added check in reqbuf

RE: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-17 Thread Hiremath, Vaibhav
> -Original Message- > From: Taneja, Archit > Sent: Friday, June 17, 2011 2:16 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; mche...@redhat.com; hverk...@xs4all.nl > Subject: Re: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size > al

Re: [PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-17 Thread Archit Taneja
Hi, On Friday 17 June 2011 01:44 AM, Hiremath, Vaibhav wrote: From: Vaibhav Hiremath The usecase where, user allocates small size of buffer through bootargs (video1_bufsize/video2_bufsize) and later from application tries to set the format which requires larger buffer size, driver doesn't check

[PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation

2011-06-16 Thread hvaibhav
From: Vaibhav Hiremath The usecase where, user allocates small size of buffer through bootargs (video1_bufsize/video2_bufsize) and later from application tries to set the format which requires larger buffer size, driver doesn't check for insufficient buffer size and allows application to map extr