Re: [PATCH v2 3/7] powerpc/eeh_cache: Add a way to dump the EEH address cache

2019-02-14 Thread Sam Bobroff
On Fri, Feb 15, 2019 at 11:48:13AM +1100, Oliver O'Halloran wrote: > Adds a debugfs file that can be read to view the contents of the EEH > address cache. This is pretty similar to the existing > eeh_addr_cache_print() function, but that function is intended to debug > issues inside of the kernel s

[PATCH v2 3/7] powerpc/eeh_cache: Add a way to dump the EEH address cache

2019-02-14 Thread Oliver O'Halloran
Adds a debugfs file that can be read to view the contents of the EEH address cache. This is pretty similar to the existing eeh_addr_cache_print() function, but that function is intended to debug issues inside of the kernel since it's #ifdef`ed out by default, and writes into the kernel log. Signed