[PATCH] usb: dvb: check status of mxl111sf_read_reg

2018-12-25 Thread Kangjie Lu
When mxl111sf_read_reg fails, we shouldn't use "mode". The fix checks its return value using mxl_fail Signed-off-by: Kangjie Lu --- drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c b/dri

cron job: media_tree daily build: OK

2018-12-25 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: Wed Dec 26 05:00:15 CET 2018 media-tree git hash:4bd46aa0353e022c2401a258e93b107880a66533 media_build git

[RFC PATCH] media: rcar-vin: Allow independent VIN link enablement

2018-12-25 Thread Steve Longerbeam
There is a block of code in rvin_group_link_notify() that prevents enabling a link to a VIN node if any entity in the media graph is in use. This prevents enabling a VIN link even if there is an in-use entity somewhere in the graph that is independent of the link's pipeline. For example, the code

Re: [GIT PULL for v4.21] second set of media patches: ipu3 driver

2018-12-25 Thread pr-tracker-bot
The pull request you sent on Thu, 20 Dec 2018 10:45:44 -0200: > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > tags/media/v4.20-7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/996680d461f8f759082e64f2395c1f7c25d9d549 Thank you! -- Deet-doot-do

Re: [GIT PULL for v4.21] First part of media patches

2018-12-25 Thread pr-tracker-bot
The pull request you sent on Thu, 20 Dec 2018 10:32:23 -0200: > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > tags/media/v4.20-6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5813540b584c3b1a507d1c61896bec164cad0905 Thank you! -- Deet-doot-do

Re: [GIT PULL for v4.21] second set of media patches: ipu3 driver

2018-12-25 Thread Linus Torvalds
On Thu, Dec 20, 2018 at 4:45 AM Mauro Carvalho Chehab wrote: > > Also, it would be good if you merge first the docs-next pull request from > Jon, as otherwise, you'll see some warnings when building documentation, > due to an issue at scripts/kernel-doc, whose fix is at documentation tree. I don'

Re: BUG: unable to handle kernel paging request in tpg_fill_plane_buffer

2018-12-25 Thread syzbot
syzbot has found a reproducer for the following crash on: HEAD commit:6a1d293238c1 Add linux-next specific files for 20181224 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=17afe9c740 kernel config: https://syzkaller.appspot.com/x/.config?x=f9369d117

[PATCH] usb: gspca: add a missed check for goto_low_power

2018-12-25 Thread Kangjie Lu
The fix checks if goto_low_power() fails, and if so, issues an error message. Signed-off-by: Kangjie Lu --- drivers/media/usb/gspca/cpia1.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/gspca/cpia1.c b/drivers/media/usb/gspca/cpia1.c index 23fbda56fc9

[PATCH] media: drxk: add a missed check of the return value of write16

2018-12-25 Thread Kangjie Lu
write16() could fail. The fix inserts a check for its return value in case it fails. Signed-off-by: Kangjie Lu --- drivers/media/dvb-frontends/drxk_hard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/drxk_hard.c b/drivers/media/dvb-frontends