[driver-core:driver-core-testing] BUILD SUCCESS 2f465b921bb8ff97025017e05f6c7a7a1f6a5749

2022-11-10 Thread kernel test robot
defconfig powerpc randconfig-c003-20221110 i386 debian-10.3-kvm i386debian-10.3-kunit i386 debian-10.3-func clang tested configs: hexagon randconfig-r041-2022 hexagon

[driver-core:kobject-const2] BUILD SUCCESS 9383fa6e79ea7c65a064ead098e9f8772b4c47f1

2022-11-10 Thread kernel test robot
iss_defconfig powerpc mpc834x_mds_defconfig arm64allyesconfig arm defconfig arm allyesconfig i386 randconfig-c001 powerpc randconfig-c003-20221110 x86_64

[driver-core:readfile] BUILD SUCCESS d4070bd45260d853ba09895efaa6b203fa4b6cb8

2022-11-10 Thread kernel test robot
powerpc mpc834x_mds_defconfig arm64allyesconfig arm defconfig arm allyesconfig i386 randconfig-c001 powerpc randconfig-c003-20221110 x86_64

[driver-core:kobject-const] BUILD SUCCESS 72b45464d4722e7448e93dbe9117f68400a6e953

2022-11-10 Thread kernel test robot
randconfig-a016 i386 randconfig-c001 powerpc randconfig-c003-20221110 clang tested configs: x86_64randconfig-a012 x86_64randconfig-a014 x86_64randconfig-a016 i386

[driver-core:driver-core-next] BUILD SUCCESS fa627348cfc7fb174468d88756b83c2d97890b07

2022-11-10 Thread kernel test robot
rhel-8.3 powerpc randconfig-c003-20221110 x86_64randconfig-a006 x86_64randconfig-a004 x86_64randconfig-a002 x86_64randconfig-a011 x86_64

[PATCH v2 1/1] binder: return pending info for frozen async txns

2022-11-10 Thread Li Li
From: Li Li An async transaction to a frozen process will still be successfully put in the queue. But this pending async transaction won't be processed until the target process is unfrozen at an unspecified time in the future. Pass this important information back to the user space caller by retur

[PATCH v2 0/1] binder: return pending info for frozen async txns

2022-11-10 Thread Li Li
From: Li Li User applications need to know if their binder transactions reach a frozen process or not. For sync binder calls, Linux kernel already has a dedicated return value BR_FROZEN_REPLY, indicating this sync binder transaction will be rejected (similar to BR_DEAD_REPLY) as the target proces

Re: [PATCH v1 1/1] binder: return pending info for frozen async txns

2022-11-10 Thread Li Li
On Wed, Nov 9, 2022 at 2:43 PM Carlos Llamas wrote: > > On Thu, Nov 03, 2022 at 12:05:49PM -0700, Li Li wrote: > > From: Li Li > > > > An async transaction to a frozen process will still be successsfully > > nit: sucessfully typo Nice catch! Will remove the extra 's' in v2. > > > put in the que