[driver-core:driver-core-testing] BUILD SUCCESS 0de7511695680425aa1e6e1e1c7a7c24e6250491

2020-09-10 Thread kernel test robot
-a003-20200911 i386 randconfig-a002-20200911 i386 randconfig-a005-20200911 i386 randconfig-a004-20200910 i386 randconfig-a006-20200910 i386 randconfig-a001-20200910 i386 randconfig-a003-20200910 i386

[driver-core:driver-core-linus] BUILD SUCCESS baaabecfc80fad255f866563b53b8c7a3eec176e

2020-09-10 Thread kernel test robot
allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig powerpc defconfig x86_64 randconfig-a004-20200910 x86_64

Re: [PATCH v3 7/7] crypto: arc4 - mark ecb(arc4) skcipher as obsolete

2020-09-10 Thread Herbert Xu
On Mon, Aug 31, 2020 at 06:16:49PM +0300, Ard Biesheuvel wrote: > > @@ -12,6 +12,7 @@ > #include > #include > #include > +#include This needs kernel.h too for the pr_warn_ratelimited. I'll add it when I apply the series. Thanks, -- Email: Herbert Xu Home Page:

Distribuidor de GPS para Devel

2020-09-10 Thread CarTrack GPS
Estimado Devel, Agradecemos a clientes y amigos por todo su apoyo durante este período de transición. Le saluda Mario de la empresa Car Track GPS desarrolladores de software y GPS para localización. Estamos buscando distribuidores en su país. Comience un nuevo negocio y ofrezca localización

Hi,

2020-09-10 Thread Crystal Gloria
Hi, How are you doing Did you receive the message i sent you.from Crystal Gloria thanks, ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH][next] binder: remove redundant assignment to pointer n

2020-09-10 Thread Colin King
From: Colin Ian King The pointer n is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/android/binder_alloc.c | 2

Re: [PATCH 0/6] ARM: dts: sun8i: v3s: Enable video decoder

2020-09-10 Thread Maxime Ripard
On Tue, Sep 08, 2020 at 06:44:06PM +0200, Martin Cerveny wrote: > Hello. > > On Tue, 8 Sep 2020, Maxime Ripard wrote: > > On Fri, Sep 04, 2020 at 10:01:06PM +0200, Martin Cerveny wrote: > > > First patch extends cedrus capability to all decoders > > > because V3s missing MPEG2 decoder. > > > > >

Hi,

2020-09-10 Thread Crystal Gloria
Hi, How are you doing Did you receive the message i sent you.from Crystal Gloria thanks, ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH -next] staging: regulator: hi6421v600-regulator: Remove unused including

2020-09-10 Thread Mauro Carvalho Chehab
Em Thu, 10 Sep 2020 14:17:56 +0800 YueHaibing escreveu: > Remove including that don't need it. > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Reviewed-by: Mauro Carvalho Chehab > --- > drivers/staging/hikey9xx/hi6421v600-regulator.c | 1 - > 1 file changed, 1 deletion(-) > >

[PATCH -next] staging: regulator: hi6421v600-regulator: Remove unused including

2020-09-10 Thread YueHaibing
Remove including that don't need it. Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/staging/hikey9xx/hi6421v600-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/hikey9xx/hi6421v600-regulator.c b/drivers/staging/hikey9xx/hi6421v600-regulator.c