summaryrefslogtreecommitdiff
path: root/drivers/android/Makefile
diff options
context:
space:
mode:
authorLi Li <dualli@google.com>2025-07-27 21:29:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-08-19 13:53:01 +0300
commit63740349eba78f242bcbf60d5244d7f2b2600853 (patch)
tree6e04694e7703c607c093f5a1fb09725bf2c1b2e3 /drivers/android/Makefile
parent5cd0645b43c7edf55518272a6c69230a5c631729 (diff)
downloadlinux-63740349eba78f242bcbf60d5244d7f2b2600853.tar.xz
binder: introduce transaction reports via netlink
Introduce a generic netlink multicast event to report binder transaction failures to userspace. This allows subscribers to monitor these events and take appropriate actions, such as stopping a misbehaving application that is spamming a service with huge amount of transactions. The multicast event contains full details of the failed transactions, including the sender/target PIDs, payload size and specific error code. This interface is defined using a YAML spec, from which the UAPI and kernel headers and source are auto-generated. Signed-off-by: Li Li <dualli@google.com> Signed-off-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20250727182932.2499194-4-cmllamas@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android/Makefile')
-rw-r--r--drivers/android/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/Makefile b/drivers/android/Makefile
index c5d47be0276c..f422f91e026b 100644
--- a/drivers/android/Makefile
+++ b/drivers/android/Makefile
@@ -2,5 +2,5 @@
ccflags-y += -I$(src) # needed for trace events
obj-$(CONFIG_ANDROID_BINDERFS) += binderfs.o
-obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
+obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o binder_netlink.o
obj-$(CONFIG_ANDROID_BINDER_ALLOC_KUNIT_TEST) += tests/