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 Jul 29 05:00:09 CEST 2018
media-tree git hash:4faeaf9c0f4581667ce5826f9c90c4fd463ef086
media_build gi
Fixes: f52e85dbaa91 ("media: rc: read out of bounds if bpf reports high
protocol number")
Signed-off-by: kbuild test robot
---
rc-main.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c
index a24850b..ca68e1d 100644
Hi Sean,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v4.18-rc6 next-20180727]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci
From: Jasmin Jessich
This fixes the "'idx' may be used uninitialized in this function"
warning.
Cc: Jacopo Mondi
Signed-off-by: Jasmin Jessich
---
drivers/media/i2c/mt9v111.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/m
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere
Informationen
Do you need a loan of any kind? If Yes email us now for more info
Brauchen Sie einen Kredit? Wenn ja, mailen Sie uns jetzt für weitere
Informationen
Do you need a loan of any kind? If Yes email us now for more info
Hi Hias,
On Sat, Jul 21, 2018 at 08:13:27PM +0200, Matthias Reichl wrote:
> Hi Sean,
>
> thanks a lot, this is a really nice new feature!
Thank you for testing it and finding all those issues, it has become much
better from your testing.
> On Fri, Jul 13, 2018 at 03:30:06PM +0100, Sean Young wr
--
I am Mavis Wanczyk i know you may not know me but am the latest largest
US Powerball lottery winner of $758.7m just of recent, am currently
helping out people in need of financial assistance, i know it's hard to
believe anything on the internet, so if you don't need my help please
don't rep
The repeat period is read from a static array. If a keydown event is
reported from bpf with a high protocol number, we read out of bounds. This
is unlikely to end up with a reasonable repeat period at the best of times,
in which case no timely key up event is generated.
Signed-off-by: Sean Young