From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels
Date: Fri, 15 Apr 2016 14:55:13 +0100 [thread overview]
Message-ID: <20160415135513.GJ22906@arm.com> (raw)
In-Reply-To: <570F931A.7020103@arm.com>
On Thu, Apr 14, 2016 at 01:54:50PM +0100, Suzuki K Poulose wrote:
> On 14/04/16 13:19, Christoffer Dall wrote:
> >On Wed, Apr 13, 2016 at 02:41:33PM +0100, Suzuki K Poulose wrote:
>
> >>diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
> >>index b2d5f4e..e97af155 100644
> >>--- a/arch/arm64/kernel/smp.c
> >>+++ b/arch/arm64/kernel/smp.c
> >>@@ -75,6 +75,43 @@ enum ipi_msg_type {
> >> IPI_WAKEUP
> >> };
> >>
> >>+#ifdef CONFIG_ARM64_VHE
> >>+
> >>+/* Whether the boot CPU is running in HYP mode or not*/
> >>+bool boot_cpu_hyp_mode;
> >
> >you can make this static now.
>
> Ah ! Good catch.
>
>
> >
> >Otherwise,
> >
> >Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Thanks. I'll queue both of those with the static change and
Christoffer's ack.
Will
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: Suzuki K Poulose <Suzuki.Poulose@arm.com>
Cc: Christoffer Dall <christoffer.dall@linaro.org>,
linux-arm-kernel@lists.infradead.org, marc.zyngier@arm.com,
catalin.marinas@arm.com, linux-kernel@vger.kernel.org,
mark.rutland@arm.com
Subject: Re: [PATCH v2 2/2] arm64: vhe: Verify CPU Exception Levels
Date: Fri, 15 Apr 2016 14:55:13 +0100 [thread overview]
Message-ID: <20160415135513.GJ22906@arm.com> (raw)
In-Reply-To: <570F931A.7020103@arm.com>
On Thu, Apr 14, 2016 at 01:54:50PM +0100, Suzuki K Poulose wrote:
> On 14/04/16 13:19, Christoffer Dall wrote:
> >On Wed, Apr 13, 2016 at 02:41:33PM +0100, Suzuki K Poulose wrote:
>
> >>diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
> >>index b2d5f4e..e97af155 100644
> >>--- a/arch/arm64/kernel/smp.c
> >>+++ b/arch/arm64/kernel/smp.c
> >>@@ -75,6 +75,43 @@ enum ipi_msg_type {
> >> IPI_WAKEUP
> >> };
> >>
> >>+#ifdef CONFIG_ARM64_VHE
> >>+
> >>+/* Whether the boot CPU is running in HYP mode or not*/
> >>+bool boot_cpu_hyp_mode;
> >
> >you can make this static now.
>
> Ah ! Good catch.
>
>
> >
> >Otherwise,
> >
> >Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Thanks. I'll queue both of those with the static change and
Christoffer's ack.
Will
next prev parent reply other threads:[~2016-04-15 13:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-12 14:46 [PATCH 1/2] arm64: Add cpu_panic_kernel helper Suzuki K Poulose
2016-04-12 14:46 ` Suzuki K Poulose
2016-04-12 14:46 ` [PATCH 2/2] arm64: vhe: Verify CPU Exception Levels Suzuki K Poulose
2016-04-12 14:46 ` Suzuki K Poulose
2016-04-13 11:14 ` Christoffer Dall
2016-04-13 11:14 ` Christoffer Dall
2016-04-13 11:16 ` Suzuki K Poulose
2016-04-13 11:16 ` Suzuki K Poulose
2016-04-13 13:41 ` [PATCH v2 " Suzuki K Poulose
2016-04-13 13:41 ` Suzuki K Poulose
2016-04-14 12:19 ` Christoffer Dall
2016-04-14 12:19 ` Christoffer Dall
2016-04-14 12:54 ` Suzuki K Poulose
2016-04-14 12:54 ` Suzuki K Poulose
2016-04-15 13:55 ` Will Deacon [this message]
2016-04-15 13:55 ` Will Deacon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160415135513.GJ22906@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.