cron job: media_tree daily build: ERRORS

2018-11-03 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 4 05:00:11 CET 2018 media-tree git hash:dafb7f9aef2fd44991ff1691721ff765a23be27b media_build git

Re: linux-next: Tree for Nov 2 (compiler-gcc.h)

2018-11-03 Thread Miguel Ojeda
On Sun, Nov 4, 2018 at 12:01 AM Randy Dunlap wrote: > > Thanks for digging into this. :) You're welcome! You startled me a bit when I saw compiler-gcc.h/compiler_types.h there ;) Cheers, Miguel

Re: linux-next: Tree for Nov 2 (compiler-gcc.h)

2018-11-03 Thread Randy Dunlap
On 11/3/18 3:58 PM, Miguel Ojeda wrote: > On Sat, Nov 3, 2018 at 5:10 PM Randy Dunlap wrote: >> >> No plugins are enabled. >> The failing randconfig file (for x86_64) is attached. > > Confirmed with a built-from-sources 4.8.5 on current master > (d2ff0ff2c23f). The ICE also happens with 4.6.4. Wi

Re: linux-next: Tree for Nov 2 (compiler-gcc.h)

2018-11-03 Thread Miguel Ojeda
On Sat, Nov 3, 2018 at 5:10 PM Randy Dunlap wrote: > > No plugins are enabled. > The failing randconfig file (for x86_64) is attached. Confirmed with a built-from-sources 4.8.5 on current master (d2ff0ff2c23f). The ICE also happens with 4.6.4. With 8.1.0, however, we get an error instead: In fil

Re: [PATCH 2/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx I2C bridge

2018-11-03 Thread Vladimir Zapolskiy
Hi Luca, On 11/03/2018 11:00 PM, Luca Ceresoli wrote: > Hi Vladimir, > > On 31/10/18 21:12, Vladimir Zapolskiy wrote: >> Hi Luca, >> >> thank you for review. >> >> On 10/30/2018 06:43 PM, Luca Ceresoli wrote: >>> Hi Vladimir, >>> >>> On 08/10/18 23:12, Vladimir Zapolskiy wrote: From: Vladimi

Re: [PATCH 2/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx I2C bridge

2018-11-03 Thread Luca Ceresoli
Hi Vladimir, On 31/10/18 21:12, Vladimir Zapolskiy wrote: > Hi Luca, > > thank you for review. > > On 10/30/2018 06:43 PM, Luca Ceresoli wrote: >> Hi Vladimir, >> >> On 08/10/18 23:12, Vladimir Zapolskiy wrote: >>> From: Vladimir Zapolskiy >>> >>> TI DS90Ux9xx de-/serializers are capable to rou

Re: BUG: pagefault on kernel address ADDR in non-whitelisted uaccess

2018-11-03 Thread syzbot
syzbot has found a reproducer for the following crash on: HEAD commit:5f21585384a4 Merge tag 'for-linus-20181102' of git://git.k.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=103c982540 kernel config: https://syzkaller.appspot.com/x/.config?x=9384ec

Re: [Outreachy kernel] [PATCH] staging:media:Add SPDX-License-Identifier

2018-11-03 Thread Himanshu Jha
On Sat, Nov 03, 2018 at 11:16:48AM +, Irenge Jules Bashizi wrote: > Add SPDX-License-Identifier to fix missing license tag checkpatch warning > > Signed-off-by: Irenge Jules Bashizi > --- > drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h | 4 +--- > 1 file changed, 1 insertion(+), 3 d

[PATCH v2] Input: Add missing event codes for common IR remote buttons

2018-11-03 Thread Derek Kelly
The following patch adds event codes for common buttons found on various provider and universal remote controls. They represent functions not covered by existing event codes. Once added, rc_keymaps can be updated accordingly where applicable. v2 changes: Renamed KEY_SYSTEM to KEY_SYSTEM_MENU to av

[PATCH] staging:media:Add SPDX-License-Identifier

2018-11-03 Thread Irenge Jules Bashizi
Add SPDX-License-Identifier to fix missing license tag checkpatch warning Signed-off-by: Irenge Jules Bashizi --- drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/media/davinci_vpfe/davinci_vpfe_user.h

Mygica T230 DVB-T/T2/C usb fails constantly with bulk errors

2018-11-03 Thread daggs
Greetings, I ave a Mygica T230 DVB-T/T2/C usb dongle which I use to view dvb broadcasting. it seems that after a sometime, the device stops working and fills dmesg with the following errors: bulk message failed: -110 (1/0) only tvheadend stop + device removal resets the device but the issue resu

Re: [PATCH] Input: Add missing event codes for common IR remote buttons

2018-11-03 Thread kbuild test robot
/commits/Derek-Kelly/Input-Add-missing-event-codes-for-common-IR-remote-buttons/20181103-135217 base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next config: powerpc-defconfig (attached as .config) compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce