Re: [PATCH] ANDROID: binder: rename parameter to resolve name collision.

2018-05-30 Thread kuangrufan
> Why is this needed? These don't collide in the namespace: Sorry, I check it again, you’re right. my bad. PS: I need to change the binder API between 32bit & 64bit dynamically. So I was trying to compile binder as a “.ko”. I compiled the 2 files into the same kernel module, which causes problem.

[PATCH] ANDROID: binder: rename parameter to resolve name collision.

2018-05-29 Thread kuangrufan
From: Kuang Rufan both bind.c & binder_alloc.c define the same kernel parameter 'debug_mask', rename the one in binder_alloc.c to 'alloc_debug_mask'. Signed-off-by: Kuang Rufan --- drivers/android/binder_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git