summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLi Li <dualli@google.com>2024-12-19 00:29:34 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-08 15:18:09 +0300
commit12d909cac1e1c4147cc3417fee804ee12fc6b984 (patch)
tree4c78ab78b18b92761f6137547d25f3a3971ccdbb /include/linux
parentb3b9b3cccb32a6df2f3f9f3177b06de628939cb7 (diff)
downloadlinux-12d909cac1e1c4147cc3417fee804ee12fc6b984.tar.xz
binderfs: add new binder devices to binder_devices
When binderfs is not enabled, the binder driver parses the kernel config to create all binder devices. All of the new binder devices are stored in the list binder_devices. When binderfs is enabled, the binder driver creates new binder devices dynamically when userspace applications call BINDER_CTL_ADD ioctl. But the devices created in this way are not stored in the same list. This patch fixes that. Signed-off-by: Li Li <dualli@google.com> Acked-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20241218212935.4162907-2-dualli@chromium.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions