From: "Mark-PK Tsai (蔡沛剛)" <Mark-PK.Tsai@mediatek.com>
To: "linux@armlinux.org.uk" <linux@armlinux.org.uk>,
"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
"angelogioacchino.delregno@collabora.com"
<angelogioacchino.delregno@collabora.com>
Cc: "robin.murphy@arm.com" <robin.murphy@arm.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"xuewen.yan@unisoc.com" <xuewen.yan@unisoc.com>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"YJ Chiang (江英杰)" <yj.chiang@mediatek.com>
Subject: Re: [PATCH v2] ARM: vfp: Add missing VFP instructions to neon_support_hook
Date: Wed, 11 Oct 2023 02:49:44 +0000 [thread overview]
Message-ID: <7e68377e780a2f4312a69ce8afda0cda8ad84568.camel@mediatek.com> (raw)
In-Reply-To: <20230925131720.7672-1-mark-pk.tsai@mediatek.com>
On Mon, 2023-09-25 at 21:17 +0800, Mark-PK Tsai wrote:
> Add the missing "Unconditional Advanced SIMD and floating-point
> instructions" in [1] to the VFP undef hook.
>
> This commit addresses the issue reported in [2], where
> executing the vudot instruction on a platform with FEAT_DotProd
> support resulted in an undefined instruction error.
>
> Link:
> https://developer.arm.com/documentation/ddi0597/2023-06/?lang=en [1]
> Link:
> https://lore.kernel.org/lkml/20230920083907.30479-1-mark-pk.tsai@mediatek.com/
> [2]
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
> ---
> arch/arm/vfp/vfpmodule.c | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c
> index 7e8773a2d99d..b68efe643a12 100644
> --- a/arch/arm/vfp/vfpmodule.c
> +++ b/arch/arm/vfp/vfpmodule.c
> @@ -800,6 +800,24 @@ static struct undef_hook neon_support_hook[] =
> {{
> .cpsr_mask = PSR_T_BIT,
> .cpsr_val = PSR_T_BIT,
> .fn = vfp_support_entry,
> +}, {
> + .instr_mask = 0xff000800,
> + .instr_val = 0xfc000800,
> + .cpsr_mask = 0,
> + .cpsr_val = 0,
> + .fn = vfp_support_entry,
> +}, {
> + .instr_mask = 0xff000800,
> + .instr_val = 0xfd000800,
> + .cpsr_mask = 0,
> + .cpsr_val = 0,
> + .fn = vfp_support_entry,
> +}, {
> + .instr_mask = 0xff000800,
> + .instr_val = 0xfe000800,
> + .cpsr_mask = 0,
> + .cpsr_val = 0,
> + .fn = vfp_support_entry,
> }};
Could someone please kindly review this patch?
Thanks.
next prev parent reply other threads:[~2023-10-11 2:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 13:17 Mark-PK Tsai
2023-10-11 2:49 ` Mark-PK Tsai (蔡沛剛) [this message]
2023-10-19 6:27 ` Xuewen Yan
2023-10-19 7:12 ` Russell King (Oracle)
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=7e68377e780a2f4312a69ce8afda0cda8ad84568.camel@mediatek.com \
--to=mark-pk.tsai@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=matthias.bgg@gmail.com \
--cc=robin.murphy@arm.com \
--cc=xuewen.yan@unisoc.com \
--cc=yj.chiang@mediatek.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®