[driver-core:driver-core-testing] BUILD SUCCESS 049d1693db78144c979b34e2084287ada912cf7f

2021-08-31 Thread kernel test robot
-a005-20210831 i386 randconfig-a002-20210831 i386 randconfig-a003-20210831 i386 randconfig-a006-20210831 i386 randconfig-a004-20210831 i386 randconfig-a001-20210831 x86_64 randconfig-a016-20210829 x86_64

Re: [PATCH v2] drm/bridge: anx7625: enable DSI EOTP

2021-08-31 Thread Robert Foss
On Thu, 19 Aug 2021 at 08:01, Xin Ji wrote: > > Enable DSI EOTP feature for fixing some panel screen constant shift issue. > Removing MIPI flag MIPI_DSI_MODE_NO_EOT_PACKET to enable DSI EOTP. > > Reviewed-by: Robert Foss > Signed-off-by: Xin Ji > --- > drivers/gpu/drm/bridge/analogix/anx7625.c

Re: [PATCH] binder: make sure fd closes complete

2021-08-31 Thread Martijn Coenen
On Mon, Aug 30, 2021 at 9:51 PM 'Todd Kjos' via kernel-team wrote: > > During BC_FREE_BUFFER processing, the BINDER_TYPE_FDA object > cleanup may close 1 or more fds. The close operations are > completed using the task work mechanism -- which means the thread > needs to return to userspace or the

Re: [PATCH] staging: rtl8723bs: fix memory leak error

2021-08-31 Thread Dan Carpenter
On Tue, Aug 31, 2021 at 01:03:55AM +0530, F.A.Sulaiman wrote: > Smatch reported memory leak bug in rtl8723b_FirmwareDownload function. > The problem is pFirmware memory is not released in release_fw1. > Instead of redirecting to release_fw1 we can turn it into exit > and free the memory. > >

Re: [PATCH] binder: make sure fd closes complete

2021-08-31 Thread Christian Brauner
On Mon, Aug 30, 2021 at 12:51:46PM -0700, Todd Kjos wrote: > During BC_FREE_BUFFER processing, the BINDER_TYPE_FDA object > cleanup may close 1 or more fds. The close operations are > completed using the task work mechanism -- which means the thread > needs to return to userspace or the file