public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Mark Rutland <mark.rutland@arm•com>
To: Tong Tiangen <tongtiangen@huawei•com>
Cc: Kefeng Wang <wangkefeng.wang@huawei•com>,
	Dave Hansen <dave.hansen@linux•intel.com>,
	linux-mm@kvack•org, Paul Mackerras <paulus@samba•org>,
	Guohanjun <guohanjun@huawei•com>, Will Deacon <will@kernel•org>,
	"H . Peter Anvin" <hpa@zytor•com>,
	x86@kernel•org, Ingo Molnar <mingo@redhat•com>,
	Catalin Marinas <catalin.marinas@arm•com>,
	Xie XiuQi <xiexiuqi@huawei•com>, Borislav Petkov <bp@alien8•de>,
	Alexander Viro <viro@zeniv•linux.org.uk>,
	Thomas Gleixner <tglx@linutronix•de>,
	linux-arm-kernel@lists•infradead.org,
	Robin Murphy <robin.murphy@arm•com>,
	linux-kernel@vger•kernel.org, James Morse <james.morse@arm•com>,
	Andrew Morton <akpm@linux-foundation•org>,
	linuxppc-dev@lists•ozlabs.org
Subject: Re: [PATCH -next v5 2/8] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO
Date: Mon, 20 Jun 2022 15:26:37 +0100	[thread overview]
Message-ID: <YrCDnc8ZjgbHAhGU@FVFF77S0Q05N> (raw)
In-Reply-To: <908f4c14-b9cb-71f8-7a3c-7569f7c89033@huawei.com>

On Mon, Jun 20, 2022 at 10:13:41PM +0800, Tong Tiangen wrote:
> 
> 
> 在 2022/6/20 17:10, Mark Rutland 写道:
> > On Mon, Jun 20, 2022 at 10:59:12AM +0800, Tong Tiangen wrote:
> > > 在 2022/6/18 20:40, Mark Rutland 写道:
> > > The following errors are reported during compilation:
> > > [...]
> > > arch/arm64/lib/clear_user.S:45: Error: invalid operands (*ABS* and *UND*
> > > sections) for `<<'
> > > [...]
> > 
> > As above, I'm not seeing this.
> > 
> > This suggests that the EX_DATA_REG() macro is going wrong somehow. Assuming the
> > operand types correspond to the LHS and RHS of the expression, this would mean
> > the GPR number is defined, but the REG value is not, and I can't currently see
> > how that can happen.
 
> Now I can compile success, both versions 9.4.0 and 11.2.0.
> 
> I should have made a mistake. There is no problem using your implementation.
> I will send a new version these days.

No problem; thanks for confirming!

Mark.

  reply	other threads:[~2022-06-20 14:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-28  6:50 [PATCH -next v5 0/8]arm64: add machine check safe support Tong Tiangen
2022-05-28  6:50 ` [PATCH -next v5 1/8] arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support Tong Tiangen
2022-06-17  8:23   ` Mark Rutland
2022-06-18  2:44     ` Tong Tiangen
2022-05-28  6:50 ` [PATCH -next v5 2/8] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO Tong Tiangen
2022-06-17  8:24   ` Mark Rutland
2022-06-18  3:26     ` Tong Tiangen
2022-06-18  8:42       ` Tong Tiangen
2022-06-18 12:40         ` Mark Rutland
2022-06-20  2:59           ` Tong Tiangen
2022-06-20  9:10             ` Mark Rutland
2022-06-20 13:32               ` Tong Tiangen
2022-06-20 14:13               ` Tong Tiangen
2022-06-20 14:26                 ` Mark Rutland [this message]
2022-05-28  6:50 ` [PATCH -next v5 3/8] arm64: extable: move _cond_extable to _cond_uaccess_extable Tong Tiangen
2022-06-17  8:31   ` Mark Rutland
2022-05-28  6:50 ` [PATCH -next v5 4/8] arm64: extable: cleanup redundant extable type EX_TYPE_FIXUP Tong Tiangen
2022-06-17  8:43   ` Mark Rutland
2022-05-28  6:50 ` [PATCH -next v5 5/8] Add generic fallback version of copy_mc_to_user() Tong Tiangen
2022-05-28  6:50 ` [PATCH -next v5 6/8] arm64: add support for machine check error safe Tong Tiangen
2022-06-17  8:55   ` Mark Rutland
2022-06-18  9:18     ` Tong Tiangen
2022-06-18 12:52       ` Mark Rutland
2022-06-20  1:53         ` Tong Tiangen
2022-05-28  6:50 ` [PATCH -next v5 7/8] arm64: add uaccess to machine check safe Tong Tiangen
2022-06-17  9:06   ` Mark Rutland
2022-06-18  9:27     ` Tong Tiangen
2022-06-18 11:35       ` Mark Rutland
2022-06-20  2:04         ` Tong Tiangen
2022-05-28  6:50 ` [PATCH -next v5 8/8] arm64: add cow " Tong Tiangen

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=YrCDnc8ZjgbHAhGU@FVFF77S0Q05N \
    --to=mark.rutland@arm$(echo .)com \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=bp@alien8$(echo .)de \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=dave.hansen@linux$(echo .)intel.com \
    --cc=guohanjun@huawei$(echo .)com \
    --cc=hpa@zytor$(echo .)com \
    --cc=james.morse@arm$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=mingo@redhat$(echo .)com \
    --cc=paulus@samba$(echo .)org \
    --cc=robin.murphy@arm$(echo .)com \
    --cc=tglx@linutronix$(echo .)de \
    --cc=tongtiangen@huawei$(echo .)com \
    --cc=viro@zeniv$(echo .)linux.org.uk \
    --cc=wangkefeng.wang@huawei$(echo .)com \
    --cc=will@kernel$(echo .)org \
    --cc=x86@kernel$(echo .)org \
    --cc=xiexiuqi@huawei$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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