tree/branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
driver-core-testing
branch HEAD: 9f041c5d8296b3a04cf3ead473a124fb538490dc driver core: pass a
const * into of_device_uevent()
elapsed time: 1024m
configs tested: 99
configs skipped: 3
The following configs ha
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-testing
branch HEAD: 9dadff066244543780e5d9ee406b3ec7af19e22c staging: iio: ade7854:
Convert to i2c's .probe_new()
elapsed time: 1527m
configs tested: 78
configs skipped: 2
The following configs have been
On Thu, Nov 10, 2022 at 12:34:05PM -0800, Li Li wrote:
> 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. Pas
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
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
On Wed, Nov 23, 2022 at 10:58 AM Carlos Llamas wrote:
>
> This looks good. Could you rename the new op to signify the frozen
> scenario though? We might have some other instances of pending
> transactions in the future so might as well be specific here.
Done [1].
v3: rename BR_TRANSACTION_PENDIN
tree/branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
kobject-const2
branch HEAD: a24f87696c63e8564c4e04b8715daaca5e2144c9 driver core:
device_get_devnode() should take a const *
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202211240329.4vy3qrmn-.
On Wed, Nov 23, 2022 at 12:16:54PM -0800, Li Li wrote:
> 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. Pas
tree/branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
kobject-const
branch HEAD: d07be11e5af511b121ca7fb623a356fab1349c65 kobject:
kset_uevent_ops: make uevent() callback take a const *
elapsed time: 914m
configs tested: 79
configs skipped: 2
The following confi