]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.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)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 2 Nov 2021 07:24:44 +0000 (08:24 +0100)
commit52e614f61e906033fd2b42ebfc1a91dc0d0e86e6
tree18fbaac38cbd90e41b68a69dcb8265a12fdedb1c
parentebafbcf7f32d17c4f8f888a83b043871b4bfda2c
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