[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180713171249.11510-1-yu-cheng.yu@intel.com>
Date: Fri, 13 Jul 2018 10:12:49 -0700
From: Yu-cheng Yu <yu-cheng.yu@...el.com>
To: linux-kernel@...r.kernel.org, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>
Cc: Yu-cheng Yu <yu-cheng.yu@...el.com>
Subject: [PATCH] x86/ptrace: Add comments to x86_regset about empty slots
find_regset() goes through regsets sequentially. Empty slots
in regset arrays causes mismatch. Add comments to x86_regset
enum.
Signed-off-by: Yu-cheng Yu <yu-cheng.yu@...el.com>
---
arch/x86/kernel/ptrace.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c
index e2ee403865eb..130ca4f27a17 100644
--- a/arch/x86/kernel/ptrace.c
+++ b/arch/x86/kernel/ptrace.c
@@ -42,6 +42,11 @@
#include "tls.h"
+/*
+ * find_regset() goes through regsets sequentially.
+ * Do not create empty slots in x86_64_regsets[] or
+ * x86_32_regsets[] below.
+ */
enum x86_regset {
REGSET_GENERAL,
REGSET_FP,
--
2.17.1
Powered by blists - more mailing lists