Re: [v3] powerpc/pseries: Export raw per-CPU VPA data via debugfs

2018-10-22 Thread Michael Ellerman
On Tue, 2018-10-16 at 11:50:05 UTC, Aravinda Prasad wrote: > This patch exports the raw per-CPU VPA data via debugfs. > A per-CPU file is created which exports the VPA data of > that CPU to help debug some of the VPA related issues or > to analyze the per-CPU VPA related statistics. > > v3: Remove

[PATCH v3] powerpc/pseries: Export raw per-CPU VPA data via debugfs

2018-10-16 Thread Aravinda Prasad
This patch exports the raw per-CPU VPA data via debugfs. A per-CPU file is created which exports the VPA data of that CPU to help debug some of the VPA related issues or to analyze the per-CPU VPA related statistics. v3: Removed offline CPU check. v2: Included offline CPU check and other review c