This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Mon Apr 24 05:00:16 CEST 2017
media-tree git hash:9eb9db3a0f92b75ec710066202e0b2accb45afa9
media_build gi
This patch adds support for the Real U8 format to the V4L2 SDR framework.
This will be used for a piece of hardware we are developing.
Signed-off-by: Bertold Van den Bergh
---
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/videodev2.h | 1 +
2 files changed, 2 insertions(+)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
master
head: 26e01a6fde2542bb020aa303787f8a57c49f5f37
commit: a463ea990d2138ca93027b006be96a0324b77fe4 [10537/11560] [media] ov2640:
make GPIOLIB an optional dependency
config: x86_64-randconfig-s1-04240509 (attached as
We should ensure that 'plane_no' is '< vb->num_planes' as done in
'vb2_plane_cookie' just a few lines below.
Signed-off-by: Christophe JAILLET
---
drivers/media/v4l2-core/videobuf2-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/v4l2-core/videobuf2-core.c
'call_ptr_memop' can return NULL, so we must test its return value with
'IS_ERR_OR_NULL'. Otherwise, the test 'if (mem_priv)' is meaningless.
Signed-off-by: Christophe JAILLET
---
Note that error checking after 'call_ptr_memop' calls is not consistent
in this file. I guess that 'IS_ERR_OR_NULL' s
From: Pan Bian
In functions cx25840_initialize(), cx231xx_initialize(), and
cx23885_initialize(), the return value of create_singlethread_workqueue()
is used without validation. This may result in NULL dereference and cause
kernel crash. This patch fixes it.
Signed-off-by: Pan Bian
---
drivers
On Sun, 23 Apr 2017 15:19:21 +0300
Antti Palosaari wrote:
> On 03/16/2017 12:22 AM, Andreas Kemnade wrote:
> > If the si2157 is behind a e.g. si2168, the si2157 will
> > at least in some situations not be readable after the si268
> > got the command 0101. It still accepts commands but the answer
On 03/16/2017 12:22 AM, Andreas Kemnade wrote:
If the si2157 is behind a e.g. si2168, the si2157 will
at least in some situations not be readable after the si268
got the command 0101. It still accepts commands but the answer
is just ff. So read the chip id before that so the
information is no
From: Pan Bian
Function pci_find_ext_capability() may return 0, which is an invalid
address. In function cobalt_pcie_status_show(), its return value is used
without validation. This patch adds checks to validate the return
address.
Signed-off-by: Pan Bian
---
drivers/media/pci/cobalt/cobalt-dr
Hi Maximiliano,
Em Sun, 23 Apr 2017 11:39:29 +0200
Maximiliano Curia escreveu:
> Hi,
>
> I've received a patch for xawtv made by David Fries (I maintain xawtv in
> Debian) that I think it would be nice to include in the xawtv3 [1] git
> repository and in
> the next bug fix release. Currently
Hi,
I've received a patch for xawtv made by David Fries (I maintain xawtv in
Debian) that I think it would be nice to include in the xawtv3 [1] git repository and in
the next bug fix release. Currently I don't have commit access and I'm
not subscribed to the linux-media mailing list because I
From: Pan Bian
Function kthread_create() returns an ERR_PTR on error. However, in
function s5k83a_start(), its return value is used without validation.
This may result in a bad memory access bug. This patch fixes the bug.
Signed-off-by: Pan Bian
---
drivers/media/usb/gspca/m5602/m5602_s5k83a.c
12 matches
Mail list logo