[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=BiYsoMJzzphh=ddpq=jkAMafnB0WdRkMXsd8L@mail.gmail.com>
Date: Tue, 9 Nov 2010 20:46:42 +0200
From: Pekka Enberg <penberg@...nel.org>
To: Kees Cook <kees.cook@...onical.com>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] x86: rename verify_cpu_64.S to verify_cpu.S
On Tue, Nov 9, 2010 at 8:14 PM, Kees Cook <kees.cook@...onical.com> wrote:
> This file does not need the _64 extension since the code is 32bit already,
> and can be used in 32bit routines.
>
> Signed-off-by: Kees Cook <kees.cook@...onical.com>
> ---
> arch/x86/boot/compressed/head_64.S | 2 +-
> arch/x86/kernel/trampoline_64.S | 2 +-
> arch/x86/kernel/verify_cpu.S | 106 ++++++++++++++++++++++++++++++++++++
> arch/x86/kernel/verify_cpu_64.S | 106 ------------------------------------
> 4 files changed, 108 insertions(+), 108 deletions(-)
> create mode 100644 arch/x86/kernel/verify_cpu.S
> delete mode 100644 arch/x86/kernel/verify_cpu_64.S
Please use "git format-patch -M" to detect renames when preparing patches.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists