4.18 regression: dvb-usb-v2: General Protection Fault shortly after boot

2018-09-19 Thread Dan Ziemba
I reported this on bugzilla also a few days ago, but I'm not sure if that is actually the right place to report, so copying to the mailing list... Starting with the first 4.18 RC kernel, my system experiences general protection faults leading to kernel panic shortly after the login prompt

cron job: media_tree daily build: OK

2018-09-19 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: Thu Sep 20 04:00:17 CEST 2018 media-tree git hash:985cdcb08a0488558d1005139596b64d73bee267 media_build

RE: [PATCH v6 06/12] intel-ipu3: css: Add support for firmware management

2018-09-19 Thread Zhi, Yong
Hi, Tomasz, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Tomasz Figa > Sent: Monday, July 2, 2018 2:05 AM > To: Zhi, Yong > Cc: Linux Media Mailing List ; Sakari Ailus > ; Mani, Rajmohan > ; Toivonen, Tuukka > ;

Re: [PATCH 3/5] media: v4l2-common: add v4l2_find_closest_fract()

2018-09-19 Thread Akinobu Mita
2018年9月19日(水) 20:18 Sakari Ailus : > > Hi Mita-san, > > On Tue, Sep 18, 2018 at 01:03:09AM +0900, Akinobu Mita wrote: > > Add a function to locate the closest element in a sorted v4l2_fract array. > > > > The implementation is based on find_closest() macro in linux/util_macros.h > > and the way to

Re: [PATCH 1/5] media: video-i2c: avoid accessing released memory area when removing driver

2018-09-19 Thread Akinobu Mita
2018年9月19日(水) 19:35 Sakari Ailus : > > Hi Mita-san, > > On Tue, Sep 18, 2018 at 01:03:07AM +0900, Akinobu Mita wrote: > > The struct video_i2c_data is released when video_unregister_device() is > > called, but it will still be accessed after calling > > video_unregister_device(). > > > > Use

PAL60 not working

2018-09-19 Thread mrpewpew
Hello, I am using v4l2 with my Hauppauge USB-Live2 and it works with NTSC or PAL but not with PAL60. I have a few NTSC tapes I need to digitalize but my european VCR only output PAL60 with them. As described here: https://github.com/b-rad-NDi/Ubuntu-media-tree-kernel-builder/issues/48, I don't

Re: [PATCH v3 6/9] media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency

2018-09-19 Thread Marco Felsch
Hi Sakari, On 18-09-19 13:45, Sakari Ailus wrote: > Hi Marco, > > On Tue, Sep 18, 2018 at 03:14:50PM +0200, Marco Felsch wrote: > > These helpers make us of the media-controller entity which is only > > available if the CONFIG_MEDIA_CONTROLLER is enabled. > > > > Signed-off-by: Marco Felsch >

MIPI-CSI on Tegra124

2018-09-19 Thread philippe gislard
Hello, I would like to use a baseline kernel on a TegraK1 board with a MIPI CSI video camera. I have seen this patch regarding a tegra-vi driver https://patchwork.kernel.org/patch/7246881/ Cqn someone tell me if there is a chance (or not) to make it work with tegra124 chip on kernel 4.17 ?

Re: [PATCH 3/5] media: v4l2-common: add v4l2_find_closest_fract()

2018-09-19 Thread Sakari Ailus
Hi Mita-san, On Tue, Sep 18, 2018 at 01:03:09AM +0900, Akinobu Mita wrote: > Add a function to locate the closest element in a sorted v4l2_fract array. > > The implementation is based on find_closest() macro in linux/util_macros.h > and the way to compare two v4l2_fract in vivid_vid_cap_s_parm

[RFP] Key signing party at the media summit

2018-09-19 Thread Mauro Carvalho Chehab
As we're now using signed tags for media pull request, let's reserve some space for a key signing party. Regards, Mauro

Re: [PATCH v3 6/9] media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency

2018-09-19 Thread Sakari Ailus
Hi Marco, On Tue, Sep 18, 2018 at 03:14:50PM +0200, Marco Felsch wrote: > These helpers make us of the media-controller entity which is only > available if the CONFIG_MEDIA_CONTROLLER is enabled. > > Signed-off-by: Marco Felsch > --- > Changelog: > > v3: > - add CONFIG_MEDIA_CONTROLLER switch

Re: [PATCH 1/5] media: video-i2c: avoid accessing released memory area when removing driver

2018-09-19 Thread Sakari Ailus
Hi Mita-san, On Tue, Sep 18, 2018 at 01:03:07AM +0900, Akinobu Mita wrote: > The struct video_i2c_data is released when video_unregister_device() is > called, but it will still be accessed after calling > video_unregister_device(). > > Use devm_kzalloc() and let the memory be automatically

Re: RFC: stop support for 2.6 kernel in the daily build

2018-09-19 Thread Hans Verkuil
On 09/13/2018 08:49 AM, Hans Verkuil wrote: > SUSE Linux Enterprise Server 12 is on kernel 3.12, and version 11 SP2 or up > is on kernel 3.0. > > Red Hat's RHEL 7 is on kernel 3.10. > > I'm inclined to drop support for 2.6 altogether. If nothing else it > simplifies the kernel version handling