cron job: media_tree daily build: ERRORS

2018-11-10 Thread Hans Verkuil
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: Sun Nov 11 05:00:11 CET 2018 media-tree git hash:fbe57dde7126d1b2712ab5ea93fb9d15f89de708 media_build git

RE,

2018-11-10 Thread Miss Juliet Muhammad
I have a deal for you, in your region.

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2018-11-10 Thread Tomasz Figa
On Sat, Nov 10, 2018 at 6:06 AM Nicolas Dufresne wrote: > > Le jeudi 08 novembre 2018 à 16:45 +0900, Tomasz Figa a écrit : > > > In this patch we should consider a way to tell userspace that this has > > > been opt in, otherwise existing userspace will have to remain using > > > sub-optimal copy b

general protection fault in vb2_mmap

2018-11-10 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:ab6e1f378f54 Merge tag 'for-linus-4.20a-rc2-tag' of git://.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=1293722540 kernel config: https://syzkaller.appspot.com/x/.config?x=8f215f21f041a0d7 da

Re: [PATCH v6 08/10] media: uvcvideo: Split uvc_video_enable into two

2018-11-10 Thread Kieran Bingham
Hi Laurent, I see that you made changes to this patch before accepting it last time. I'm afraid I haven't made those changes here, so please just cherry-pick your previous incarnation. There are no changes here from me between v5, and v6. Regards -- Kieran On 09/11/2018 17:05, Kieran Bingham w

TechnoTrend CT2-4500 remote not working

2018-11-10 Thread martin.kono...@mknetz.de
Hi all, the remote on my TechnoTrend CT2-4500 is not working with kernel 4.18. The TV-card itself works fine: cx25840 6-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) cx23885: cx23885_dvb_register() allocating 1 frontend(s) cx23885: cx23885[0]: cx23885 based dvb card i2c i2c-5: Adde

TechnoTrend CT2-4500 remote not working

2018-11-10 Thread martin.kono...@mknetz.de
Hi all, the remote on my TechnoTrend CT2-4500 is not working with kernel 4.18. The TV-card itself works fine: cx25840 6-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) cx23885: cx23885_dvb_register() allocating 1 frontend(s) cx23885: cx23885[0]: cx23885 based dvb card i2c i2c-5: Adde

Re: VIVID/VIMC and media fuzzing

2018-11-10 Thread Dmitry Vyukov
On Sat, Nov 10, 2018 at 2:01 AM, Hans Verkuil wrote: > On 11/09/2018 10:34 PM, Dmitry Vyukov wrote: What would be a good improvement is if you add this to the kernel command options: "vivid.n_devs=2 vivid.multiplanar=1,2" This will create two vivid instances, one using th

SPENDE

2018-11-10 Thread info
Sehr geehrter Herr/Frau, Wir freuen uns, Ihnen mitzuteilen, dass Sie ausgewählt wurden, um die Summe zu erhalten €2,000,000.00 Euro aus Mitteln der Mavis Wanczyk Hilfe. Mein Name ist Mavis Wanczyk der Gewinner des 758,7 Millionen US-Dollar in der Power Ball Lotterie Jackpot als der größte Preis

Re: [PATCH v6 05/10] media: uvcvideo: queue: Support asynchronous buffer handling

2018-11-10 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Friday, 9 November 2018 19:05:28 EET Kieran Bingham wrote: > The buffer queue interface currently operates sequentially, processing > buffers after they have fully completed. > > In preparation for supporting parallel tasks operating on the buffers, > we wi

My Greetings

2018-11-10 Thread Mrs. Marianne Jeanne
Beloved, I am writing this mail to you with heavy tears in my eyes and great sorrow in my heart. As I informed you earlier, I am (Mrs.)Marianne Jeanne, suffering from long time Cancer. From all indications my condition is really deteriorating and it's quite obvious that I won't live more than

Re: [RFC v2 1/4] media: Introduce helpers to fill pixel format structs

2018-11-10 Thread Ezequiel Garcia
On Fri, 2018-11-02 at 12:52 -0300, Ezequiel Garcia wrote: > Add two new API helpers, v4l2_fill_pixfmt and v4l2_fill_pixfmt_mp, > to be used by drivers to calculate plane sizes and bytes per lines. > > Note that driver-specific paddig and alignment are not yet > taken into account. > > Signed-off-

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Ezequiel Garcia
On Sat, 2018-11-10 at 12:09 +0100, Hans Verkuil wrote: > On 11/10/2018 12:01 PM, Ezequiel Garcia wrote: > > On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: > > > On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > > > > This tool allows to find a device by driver name, > > > > this is useful fo

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Hans Verkuil
On 11/10/2018 12:01 PM, Ezequiel Garcia wrote: > On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: >> On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: >>> This tool allows to find a device by driver name, >>> this is useful for scripts to be written in a generic way. >> >> Why not add support fo

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Ezequiel Garcia
On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: > On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > > This tool allows to find a device by driver name, > > this is useful for scripts to be written in a generic way. > > Why not add support for this to v4l2-sysfs-path? And improve it at the sa

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Hans Verkuil
On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > This tool allows to find a device by driver name, > this is useful for scripts to be written in a generic way. Why not add support for this to v4l2-sysfs-path? And improve it at the same time (swradio devices do not show up when I run v4l2-sysfs-pat

Re: VIVID/VIMC and media fuzzing

2018-11-10 Thread Hans Verkuil
On 11/09/2018 10:34 PM, Dmitry Vyukov wrote: >>> What would be a good improvement is if you add this to the kernel command >>> options: >>> "vivid.n_devs=2 vivid.multiplanar=1,2" >>> >>> This will create two vivid instances, one using the single planar API and >>> one using >>> the multiplanar AP