Re: [PATCH] binder: fix log spam for existing debugfs file creation.

2020-01-14 Thread Greg Kroah-Hartman
On Fri, Jan 10, 2020 at 04:44:01PM +0100, Martin Fuzzey wrote: > Since commit 43e23b6c0b01 ("debugfs: log errors when something goes wrong") > debugfs logs attempts to create existing files. > > However binder attempts to create multiple debugfs files with > the same name when a single PID has mul

[PATCH] binder: fix log spam for existing debugfs file creation.

2020-01-10 Thread Martin Fuzzey
Since commit 43e23b6c0b01 ("debugfs: log errors when something goes wrong") debugfs logs attempts to create existing files. However binder attempts to create multiple debugfs files with the same name when a single PID has multiple contexts, this leads to log spamming during an Android boot (17 suc