<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/media/video/omap3isp/ispqueue.c, branch v3.4.67</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[media] omap3isp: queue: fail QBUF if user buffer is too small</title>
<updated>2011-09-11T12:49:27+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michael.jones@matrix-vision.de</email>
</author>
<published>2011-08-09T06:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=61e6561fae573c3c618118a71ff966ddb14299da'/>
<id>61e6561fae573c3c618118a71ff966ddb14299da</id>
<content type='text'>
Add buffer length check to sanity checks for USERPTR QBUF.

Signed-off-by: Michael Jones &lt;michael.jones@matrix-vision.de&gt;
Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add buffer length check to sanity checks for USERPTR QBUF.

Signed-off-by: Michael Jones &lt;michael.jones@matrix-vision.de&gt;
Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] omap3isp: queue: Don't corrupt buf-&gt;npages when get_user_pages() fails</title>
<updated>2011-04-19T14:29:56+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2011-04-07T16:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2578dfb7f767076baf04eaf5fbf35a75afb9a1a7'/>
<id>2578dfb7f767076baf04eaf5fbf35a75afb9a1a7</id>
<content type='text'>
get_user_pages() can return a negative error code when it fails. Set
buf-&gt;npages to 0 in that case, to prevent isp_video_buffer_cleanup()
from releasing invalid pages.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_user_pages() can return a negative error code when it fails. Set
buf-&gt;npages to 0 in that case, to prevent isp_video_buffer_cleanup()
from releasing invalid pages.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] omap3isp: Fix trivial typos</title>
<updated>2011-04-17T10:42:57+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michael.jones@matrix-vision.de</email>
</author>
<published>2011-02-28T11:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2d4e9d1db22117ebcd4f3353cb45292a8704d511'/>
<id>2d4e9d1db22117ebcd4f3353cb45292a8704d511</id>
<content type='text'>
It doesn't get more trivial than these.

Signed-off-by: Michael Jones &lt;michael.jones@matrix-vision.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't get more trivial than these.

Signed-off-by: Michael Jones &lt;michael.jones@matrix-vision.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] omap3isp: Video devices and buffers queue</title>
<updated>2011-03-22T07:53:47+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2011-02-12T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ad614acb7eca429891313f57bafbe5b3924a5aae'/>
<id>ad614acb7eca429891313f57bafbe5b3924a5aae</id>
<content type='text'>
The OMAP3 ISP video devices and buffers queue modules implement the V4L2
API on all the ISP video nodes.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Sakari Ailus &lt;sakari.ailus@iki.fi&gt;
Signed-off-by: David Cohen &lt;dacohen@gmail.com&gt;
Signed-off-by: Stanimir Varbanov &lt;svarbanov@mm-sol.com&gt;
Signed-off-by: Vimarsh Zutshi &lt;vimarsh.zutshi@gmail.com&gt;
Signed-off-by: Tuukka Toivonen &lt;tuukkat76@gmail.com&gt;
Signed-off-by: Sergio Aguirre &lt;saaguirre@ti.com&gt;
Signed-off-by: Antti Koskipaa &lt;akoskipa@gmail.com&gt;
Signed-off-by: Ivan T. Ivanov &lt;iivanov@mm-sol.com&gt;
Signed-off-by: RaniSuneela &lt;r-m@ti.com&gt;
Signed-off-by: Atanas Filipov &lt;afilipov@mm-sol.com&gt;
Signed-off-by: Gjorgji Rosikopulos &lt;grosikopulos@mm-sol.com&gt;
Signed-off-by: Hiroshi DOYU &lt;Hiroshi.DOYU@nokia.com&gt;
Signed-off-by: Nayden Kanchev &lt;nkanchev@mm-sol.com&gt;
Signed-off-by: Phil Carmody &lt;ext-phil.2.carmody@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: Dominic Curran &lt;dcurran@ti.com&gt;
Signed-off-by: Ilkka Myllyperkio &lt;ilkka.myllyperkio@sofica.fi&gt;
Signed-off-by: Pallavi Kulkarni &lt;p-kulkarni@ti.com&gt;
Signed-off-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Acked-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OMAP3 ISP video devices and buffers queue modules implement the V4L2
API on all the ISP video nodes.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Sakari Ailus &lt;sakari.ailus@iki.fi&gt;
Signed-off-by: David Cohen &lt;dacohen@gmail.com&gt;
Signed-off-by: Stanimir Varbanov &lt;svarbanov@mm-sol.com&gt;
Signed-off-by: Vimarsh Zutshi &lt;vimarsh.zutshi@gmail.com&gt;
Signed-off-by: Tuukka Toivonen &lt;tuukkat76@gmail.com&gt;
Signed-off-by: Sergio Aguirre &lt;saaguirre@ti.com&gt;
Signed-off-by: Antti Koskipaa &lt;akoskipa@gmail.com&gt;
Signed-off-by: Ivan T. Ivanov &lt;iivanov@mm-sol.com&gt;
Signed-off-by: RaniSuneela &lt;r-m@ti.com&gt;
Signed-off-by: Atanas Filipov &lt;afilipov@mm-sol.com&gt;
Signed-off-by: Gjorgji Rosikopulos &lt;grosikopulos@mm-sol.com&gt;
Signed-off-by: Hiroshi DOYU &lt;Hiroshi.DOYU@nokia.com&gt;
Signed-off-by: Nayden Kanchev &lt;nkanchev@mm-sol.com&gt;
Signed-off-by: Phil Carmody &lt;ext-phil.2.carmody@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
Signed-off-by: Dominic Curran &lt;dcurran@ti.com&gt;
Signed-off-by: Ilkka Myllyperkio &lt;ilkka.myllyperkio@sofica.fi&gt;
Signed-off-by: Pallavi Kulkarni &lt;p-kulkarni@ti.com&gt;
Signed-off-by: Vaibhav Hiremath &lt;hvaibhav@ti.com&gt;
Acked-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
