[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1912021939320.2675@www.lameter.com>
Date: Mon, 2 Dec 2019 19:42:21 +0000 (UTC)
From: Christopher Lameter <cl@...ux.com>
To: Dennis Zhou <dennis@...nel.org>
cc: Luc Van Oostenryck <luc.vanoostenryck@...il.com>,
Ben Dooks <ben.dooks@...ethink.co.uk>,
linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
Tejun Heo <tj@...nel.org>, Nicholas Piggin <npiggin@...il.com>,
Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH] fix __percpu annotation in asm-generic
On Mon, 2 Dec 2019, Dennis Zhou wrote:
> I think typeof_cast_kernel() or typeof_force_kernel() are reasonable
> names. I kind of like the idea of cast/force over strip because we're
> really still moving address spaces even if it is moving it back.
I vote for typeof_cast_kernel()...
percpu addresses are more like an alias.... or more precisely an offset to
a base pointer (that already belongs to a certain "address space") and we
use the notion of a distinctly different "address space" in the linker to
categorize these references.
Powered by blists - more mailing lists