On Wed, Oct 12, 2016 at 03:32:00PM -0700, Laura Abbott wrote: > > The page table dumping code always assumes it will be dumping to a > seq_file to userspace. Future code will be taking advantage of > the page table dumping code but will not need the seq_file. Make > the seq_file optional for these cases. > > Acked-by: Mark Rutland <[email protected]>
Now that I'm back in the office with access to hardware, I've been able to give this a spin. FWIW, feel free to upgrade the above to: Reviewed-by: Mark Rutland <[email protected]> Tested-by: Mark Rutland <[email protected]> Thanks, Mark.

