From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934962AbcJQLGu (ORCPT ); Mon, 17 Oct 2016 07:06:50 -0400 Received: from foss.arm.com ([217.140.101.70]:58706 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934965AbcJQLGm (ORCPT ); Mon, 17 Oct 2016 07:06:42 -0400 Date: Mon, 17 Oct 2016 12:05:54 +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 3/4] arm64: dump: Remove max_addr Message-ID: <20161017110553.GD29095@leverpostej> References: <1476311522-15381-1-git-send-email-labbott@redhat.com> <1476311522-15381-4-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-4-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:01PM -0700, Laura Abbott wrote: > > max_addr was added as part of struct ptdump_info but has never actually > been used. Remove it. > > Signed-off-by: Laura Abbott Reviewed-by: Mark Rutland Tested-by: Mark Rutland Thanks, Mark. > --- > New for v2 of the series > --- > arch/arm64/include/asm/ptdump.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/include/asm/ptdump.h b/arch/arm64/include/asm/ptdump.h > index 7c35689..8fc0957 100644 > --- a/arch/arm64/include/asm/ptdump.h > +++ b/arch/arm64/include/asm/ptdump.h > @@ -30,7 +30,6 @@ struct ptdump_info { > struct mm_struct *mm; > const struct addr_marker *markers; > unsigned long base_addr; > - unsigned long max_addr; > }; > > void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info); > -- > 2.7.4 >