Re: [PATCH v5 08/17] arm64: mm: Add dynamic ramoops region support through command line

2023-09-10 Thread Pavan Kondeti
On Sun, Sep 10, 2023 at 01:46:09AM +0530, Mukesh Ojha wrote: > The reserved memory region for ramoops is assumed to be at a fixed > and known location when read from the devicetree. This may not be > required for something like Qualcomm's minidump which is interested > in knowing addresses of ramoo

Re: [PATCH v5 09/17] pstore/ram: Use dynamic ramoops reserve resource

2023-09-10 Thread Pavan Kondeti
On Sun, Sep 10, 2023 at 01:46:10AM +0530, Mukesh Ojha wrote: > As dynamic ramoops command line parsing is now added, so > lets add the support in ramoops driver to get the resource > structure and add it during platform device registration. > > Signed-off-by: Mukesh Ojha > --- > fs/pstore/ram.c

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

Re: [PATCH v5 09/17] pstore/ram: Use dynamic ramoops reserve resource

2023-09-11 Thread Pavan Kondeti
On Mon, Sep 11, 2023 at 04:21:44PM +0530, Mukesh Ojha wrote: > > > On 9/11/2023 11:03 AM, Pavan Kondeti wrote: > > On Sun, Sep 10, 2023 at 01:46:10AM +0530, Mukesh Ojha wrote: > > > As dynamic ramoops command line parsing is now added, so > > > lets add the sup

Re: [REBASE PATCH v5 08/17] arm64: mm: Add dynamic ramoops region support through command line

2023-10-05 Thread Pavan Kondeti
On Thu, Oct 05, 2023 at 04:52:20PM +0530, Mukesh Ojha wrote: > Sorry for the late reply, was on a long vacation. > > On 9/14/2023 4:47 AM, Kees Cook wrote: > > On Tue, Sep 12, 2023 at 11:18:20AM +0100, Will Deacon wrote: > > > On Mon, Sep 11, 2023 at 04:23:50PM +0530, Mukesh Ojha wrote: > > > > Th

Re: [REBASE PATCH v5 08/17] arm64: mm: Add dynamic ramoops region support through command line

2023-10-05 Thread Pavan Kondeti
On Thu, Oct 05, 2023 at 09:12:25PM +0530, Mukesh Ojha wrote: > > > On 10/5/2023 5:14 PM, Pavan Kondeti wrote: > > On Thu, Oct 05, 2023 at 04:52:20PM +0530, Mukesh Ojha wrote: > > > Sorry for the late reply, was on a long vacation. > > > > > > On 9/14

Re: [Patch v6 11/12] pstore/ram: Add ramoops ready notifier support

2023-11-27 Thread Pavan Kondeti
On Sat, Nov 25, 2023 at 03:49:54AM +0530, Mukesh Ojha wrote: > Client like minidump, is only interested in ramoops > region addresses/size so that it could register them > with its table and also it is only deals with ram > backend and does not use pstorefs to read the records. > Let's introduce a

Re: [Patch v6 10/12] pstore/ram: Add dynamic ramoops region support through commandline

2023-11-27 Thread Pavan Kondeti
On Sat, Nov 25, 2023 at 03:49:53AM +0530, Mukesh Ojha wrote: > The reserved memory region for ramoops is assumed to be at a fixed > and known location when read from the devicetree. This may not be > required for something like Qualcomm's minidump which is interested > in knowing addresses of ramoo

Re: [Patch v6 10/12] pstore/ram: Add dynamic ramoops region support through commandline

2023-11-28 Thread Pavan Kondeti
On Tue, Nov 28, 2023 at 04:02:33PM +0530, Mukesh Ojha wrote: > > > static int ramoops_pstore_open(struct pstore_info *psi) > > > { > > > @@ -915,14 +965,18 @@ static void __init ramoops_register_dummy(void) > > > /* > > >* Prepare a dummy platform data structure to carry t