]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
UBUNTU: SAUCE: binder: give binder_alloc its own debug mask file
authorChristian Brauner <christian@brauner.io>
Wed, 23 Jan 2019 20:54:23 +0000 (21:54 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 9 Mar 2023 14:57:16 +0000 (15:57 +0100)
commitdaf9e91e8e40fe7327d1ef5f6d5f3613e0d35e0a
tree12655f298c216b54ca571abc6beb42facfc9ef74
parent0170bd6b4407be1f0255fcd0df46dcd8efb0d673
UBUNTU: SAUCE: binder: give binder_alloc its own debug mask file

Currently both binder.c and binder_alloc.c both register the
/sys/module/binder_linux/paramters/debug_mask file which leads to conflicts
in sysfs. This commit gives binder_alloc.c its own
/sys/module/binder_linux/paramters/alloc_debug_mask file.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/android/binder_alloc.c