Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1510457 > unrolled thread

[PATCHv4 3/4] arm64: dump: Remove max_addr

Started byLaura Abbott <labbott@redhat.com>
First post2016-10-27 18:30 +0200
Last post2016-10-27 18:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCHv4 3/4] arm64: dump: Remove max_addr Laura Abbott <labbott@redhat.com> - 2016-10-27 18:30 +0200

#1510457 — [PATCHv4 3/4] arm64: dump: Remove max_addr

FromLaura Abbott <labbott@redhat.com>
Date2016-10-27 18:30 +0200
Subject[PATCHv4 3/4] arm64: dump: Remove max_addr
Message-ID<swVIZ-4ii-21@gated-at.bofh.it>
max_addr was added as part of struct ptdump_info but has never actually
been used. Remove it.

Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
---
v4: No changes
---
 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 16335da..f72ee69 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web