Re: [REBASE PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-13 Thread Kees Cook
On Wed, Sep 13, 2023 at 04:30:04PM -0700, Kees Cook wrote: > On Mon, Sep 11, 2023 at 04:23:53PM +0530, Mukesh Ojha wrote: > > Register all the pstore frontend with minidump, so that they can > > be dumped as default Linux minidump region to be collected on > > SoC where minidump is enabled. > > >

Re: [REBASE PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-13 Thread Kees Cook
On Mon, Sep 11, 2023 at 04:23:53PM +0530, Mukesh Ojha wrote: > Register all the pstore frontend with minidump, so that they can > be dumped as default Linux minidump region to be collected on > SoC where minidump is enabled. > > Helper functions is written in separate file and built along with > t

Re: [PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-11 Thread Krzysztof Kozlowski
On 09/09/2023 22:16, Mukesh Ojha wrote: > Register all the pstore frontend with minidump, so that they can > be dumped as default Linux minidump region to be collected on > SoC where minidump is enabled. > ... > + > + record.type = type; > + record.id = 0; > + max_dump_cnt = 0; > +

[REBASE PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-11 Thread Mukesh Ojha
Register all the pstore frontend with minidump, so that they can be dumped as default Linux minidump region to be collected on SoC where minidump is enabled. Helper functions is written in separate file and built along with the minidump driver, since it is client of minidump and also call it at ap

Re: [PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-11 Thread Mukesh Ojha
On 9/11/2023 11:31 AM, Pavan Kondeti wrote: On Sun, Sep 10, 2023 at 01:46:12AM +0530, Mukesh Ojha wrote: Register all the pstore frontend with minidump, so that they can be dumped as default Linux minidump region to be collected on SoC where minidump is enabled. Helper functions is written i

Re: [PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-10 Thread Pavan Kondeti
On Sun, Sep 10, 2023 at 01:46:12AM +0530, Mukesh Ojha wrote: > Register all the pstore frontend with minidump, so that they can > be dumped as default Linux minidump region to be collected on > SoC where minidump is enabled. > > Helper functions is written in separate file and built along with > t

[PATCH v5 11/17] qcom_minidump: Register ramoops region with minidump

2023-09-09 Thread Mukesh Ojha
Register all the pstore frontend with minidump, so that they can be dumped as default Linux minidump region to be collected on SoC where minidump is enabled. Helper functions is written in separate file and built along with the minidump driver, since it is client of minidump and also call it at ap