From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934913AbcJQLDI (ORCPT ); Mon, 17 Oct 2016 07:03:08 -0400 Received: from foss.arm.com ([217.140.101.70]:58608 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932761AbcJQLDA (ORCPT ); Mon, 17 Oct 2016 07:03:00 -0400 Date: Mon, 17 Oct 2016 12:02:30 +0100 From: Mark Rutland To: Laura Abbott Cc: AKASHI Takahiro , Ard Biesheuvel , David Brown , Will Deacon , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kees Cook , kernel-hardening@lists.openwall.com Subject: Re: [PATCHv2 2/4] arm64: dump: Make the page table dumping seq_file optional Message-ID: <20161017110229.GC29095@leverpostej> References: <1476311522-15381-1-git-send-email-labbott@redhat.com> <1476311522-15381-3-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476311522-15381-3-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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.