]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
binder: add transaction_report feature entry
authorLi Li <dualli@google.com>
Sun, 27 Jul 2025 18:29:07 +0000 (18:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Aug 2025 10:53:01 +0000 (12:53 +0200)
commitf37b55ded8ed35424ebb91a4d012527071e1f601
tree3bc5046db926086f6bf97d89f2fdaddd6cda5131
parent63740349eba78f242bcbf60d5244d7f2b2600853
binder: add transaction_report feature entry

Add "transaction_report" to the binderfs feature list, to help userspace
determine if the "BINDER_CMD_REPORT" generic netlink api is supported by
the binder driver.

Signed-off-by: Li Li <dualli@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20250727182932.2499194-5-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c
tools/testing/selftests/filesystems/binderfs/binderfs_test.c