On 03/09/19 4:40 PM, Michael Ellerman wrote: > Hari Bathini <hbath...@linux.ibm.com> writes: >> Make RTAS calls to register and un-register for FADump. Also, update >> how fadump_region contents are diplayed to provide more information. > > That sounds like two independent changes, so can this be split into two > patches? Yeah. On splitting, the below hunk would look a bit different in this patch and the split patch would change it to how it looks now: > + seq_printf(m, "DUMP: Src: %#016llx, Dest: %#016llx, ", > + be64_to_cpu(fdm_ptr->rmr_region.source_address), > + be64_to_cpu(fdm_ptr->rmr_region.destination_address)); > + seq_printf(m, "Size: %#llx, Dumped: %#llx bytes\n", > + be64_to_cpu(fdm_ptr->rmr_region.source_len), > + be64_to_cpu(fdm_ptr->rmr_region.bytes_dumped)); - Hari
- Re: [PATCH v5 02/31] powerpc/fadump: move... Michael Ellerman
- Re: [PATCH v5 02/31] powerpc/fadump: ... Hari Bathini
- Re: [PATCH v5 02/31] powerpc/fadu... Mahesh Jagannath Salgaonkar
- [PATCH v5 03/31] powerpc/fadump: Improve fadum... Hari Bathini
- [PATCH v5 04/31] pseries/fadump: move rtas spe... Hari Bathini
- [PATCH v5 05/31] pseries/fadump: introduce cal... Hari Bathini
- Re: [PATCH v5 05/31] pseries/fadump: intr... Michael Ellerman
- Re: [PATCH v5 05/31] pseries/fadump: ... Hari Bathini
- [PATCH v5 06/31] pseries/fadump: define regist... Hari Bathini
- Re: [PATCH v5 06/31] pseries/fadump: defi... Michael Ellerman
- Re: [PATCH v5 06/31] pseries/fadump: ... Hari Bathini
- [PATCH v5 07/31] powerpc/fadump: release all t... Hari Bathini
- Re: [PATCH v5 07/31] powerpc/fadump: rele... Michael Ellerman
- Re: [PATCH v5 07/31] powerpc/fadump: ... Hari Bathini
- [PATCH v5 08/31] pseries/fadump: move out plat... Hari Bathini
- [PATCH v5 09/31] powerpc/fadump: use FADump in... Hari Bathini
- [PATCH v5 10/31] opal: add MPIPL interface def... Hari Bathini
- Re: [PATCH v5 10/31] opal: add MPIPL inte... Michael Ellerman
- Re: [PATCH v5 10/31] opal: add MPIPL ... Hari Bathini
- Re: [PATCH v5 10/31] opal: add MP... Michael Ellerman
- Re: [PATCH v5 10/31] opal: add MPIPL inte... Michael Ellerman