Re: [PATCH v4 0/3] Move recovery/coredump configuration to sysfs

2020-09-18 Thread rishabhb
On 2020-09-17 16:40, Randy Dunlap wrote: On 9/17/20 11:56 AM, Rishabh Bhatnagar wrote: From Android R onwards Google has restricted access to debugfs in user and user-debug builds. This restricts access to most of the features exposed through debugfs. This patch series removes the recovery/core

Re: [PATCH v4 0/3] Move recovery/coredump configuration to sysfs

2020-09-17 Thread Randy Dunlap
On 9/17/20 11:56 AM, Rishabh Bhatnagar wrote: > From Android R onwards Google has restricted access to debugfs in user > and user-debug builds. This restricts access to most of the features > exposed through debugfs. This patch series removes the recovery/coredump > entries from debugfs and moves t

[PATCH v4 0/3] Move recovery/coredump configuration to sysfs

2020-09-17 Thread Rishabh Bhatnagar
>From Android R onwards Google has restricted access to debugfs in user and user-debug builds. This restricts access to most of the features exposed through debugfs. This patch series removes the recovery/coredump entries from debugfs and moves them to sysfs. 'Coredump' and 'Recovery' are critical