From: Tiwei Bie <tiwei.bie@linux.dev>
To: arnd@arndb.de
Cc: richard@nod.at, anton.ivanov@cambridgegreys.com,
johannes@sipsolutions.net, benjamin@sipsolutions.net,
linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-um@lists.infradead.org, tiwei.btw@antgroup.com,
tiwei.bie@linux.dev
Subject: Re: [PATCH v3 6/7] asm-generic: percpu: Add assembly guard
Date: Mon, 15 Sep 2025 23:29:30 +0800 [thread overview]
Message-ID: <20250915152930.2654981-1-tiwei.bie@linux.dev> (raw)
In-Reply-To: <a10395f7-6666-4bdb-9aa0-bdd873029cc9@app.fastmail.com>
On Mon, 15 Sep 2025 09:40:35 +0200, Arnd Bergmann wrote:
> On Sun, Sep 14, 2025, at 17:56, Tiwei Bie wrote:
> > From: Tiwei Bie <tiwei.btw@antgroup.com>
> >
> > Currently, asm/percpu.h is directly or indirectly included by
> > some assembly files on x86. Some of them (e.g., checksum_32.S)
> > are also used on um. But x86 and um provide different versions
> > of asm/percpu.h -- um uses asm-generic/percpu.h directly.
> >
> > When SMP is enabled, asm-generic/percpu.h will introduce C code
> > that cannot be assembled. Since asm-generic/percpu.h currently
> > is not designed for use in assembly, and these assembly files
> > do not actually need asm/percpu.h on um, let's add the assembly
> > guard in asm-generic/percpu.h to fix this issue.
> >
> > Cc: Arnd Bergmann <arnd@arndb.de>
> > Cc: linux-arch@vger.kernel.org
> > Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
>
> Have you tried if you can remove the percpu.h dependency from
> the files that currently include it? In many cases it should
> be enough to use percpu-defs.h.
It doesn't seem to work. The indirect inclusion of asm/percpu.h
comes from asm/nospec-branch.h, which expands DECLARE_PER_CPU()
and thus requires asm/percpu.h.
>
> If that doesn't work, I have no objections to this patch either.
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks! :)
Regards,
Tiwei
next prev parent reply other threads:[~2025-09-15 15:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-14 15:56 [PATCH v3 0/7] um: Add SMP support Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 1/7] um: Turn signals_* into thread-local variables Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 2/7] um: Determine sleep based on need_resched() Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 3/7] um: Define timers on a per-CPU basis Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 4/7] um: Add initial SMP support Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 5/7] um: vdso: Remove getcpu support on x86 Tiwei Bie
2025-09-14 15:56 ` [PATCH v3 6/7] asm-generic: percpu: Add assembly guard Tiwei Bie
2025-09-15 7:40 ` Arnd Bergmann
2025-09-15 15:29 ` Tiwei Bie [this message]
2025-09-14 15:56 ` [PATCH v3 7/7] um: Enable SMP support on x86 Tiwei Bie
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=20250915152930.2654981-1-tiwei.bie@linux.dev \
--to=tiwei.bie@linux.dev \
--cc=anton.ivanov@cambridgegreys.com \
--cc=arnd@arndb.de \
--cc=benjamin@sipsolutions.net \
--cc=johannes@sipsolutions.net \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-um@lists.infradead.org \
--cc=richard@nod.at \
--cc=tiwei.btw@antgroup.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 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.