Re: [PATCH] soc: qcom: socinfo: Open read access to all for debugfs

2021-01-12 Thread Doug Anderson
Hi, On Mon, Jan 11, 2021 at 6:04 PM Stephen Boyd wrote: > > Quoting Doug Anderson (2021-01-05 15:06:35) > > Hi, > > > > On Tue, Dec 15, 2020 at 11:19 PM Stephen Boyd wrote: > > > > > > There doesn't seem to be any reason to limit this to only root user > > > readable. Let's make it readable by

Re: [PATCH] soc: qcom: socinfo: Open read access to all for debugfs

2021-01-11 Thread Stephen Boyd
Quoting Doug Anderson (2021-01-05 15:06:35) > Hi, > > On Tue, Dec 15, 2020 at 11:19 PM Stephen Boyd wrote: > > > > There doesn't seem to be any reason to limit this to only root user > > readable. Let's make it readable by all so that random programs can > > read the debugfs files in here

Re: [PATCH] soc: qcom: socinfo: Open read access to all for debugfs

2021-01-05 Thread Doug Anderson
Hi, On Tue, Dec 15, 2020 at 11:19 PM Stephen Boyd wrote: > > There doesn't seem to be any reason to limit this to only root user > readable. Let's make it readable by all so that random programs can > read the debugfs files in here instead of just root. The information is > just that,

Re: [PATCH] soc: qcom: socinfo: Open read access to all for debugfs

2020-12-20 Thread Sai Prakash Ranjan
On 2020-12-16 12:49, Stephen Boyd wrote: There doesn't seem to be any reason to limit this to only root user readable. Let's make it readable by all so that random programs can read the debugfs files in here instead of just root. The information is just that, informational, so this is fine. Cc:

[PATCH] soc: qcom: socinfo: Open read access to all for debugfs

2020-12-15 Thread Stephen Boyd
There doesn't seem to be any reason to limit this to only root user readable. Let's make it readable by all so that random programs can read the debugfs files in here instead of just root. The information is just that, informational, so this is fine. Cc: Sai Prakash Ranjan Cc: Douglas Anderson