From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Mon, 17 Oct 2016 12:02:30 +0100 Subject: [PATCHv2 2/4] arm64: dump: Make the page table dumping seq_file optional In-Reply-To: <1476311522-15381-3-git-send-email-labbott@redhat.com> References: <1476311522-15381-1-git-send-email-labbott@redhat.com> <1476311522-15381-3-git-send-email-labbott@redhat.com> Message-ID: <20161017110229.GC29095@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 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 Tested-by: Mark Rutland Thanks, Mark.