[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <37872cba-5cdf-2e28-df45-70df4e8ef5af@gmail.com>
Date: Sat, 14 Dec 2019 08:37:20 +1100
From: Balbir Singh <bsingharora@...il.com>
To: Daniel Axtens <dja@...ens.net>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, linuxppc-dev@...ts.ozlabs.org,
kasan-dev@...glegroups.com, christophe.leroy@....fr,
aneesh.kumar@...ux.ibm.com
Subject: Re: [PATCH v3 1/3] kasan: define and use MAX_PTRS_PER_* for early
shadow tables
On 13/12/19 2:16 am, Daniel Axtens wrote:
> powerpc has a variable number of PTRS_PER_*, set at runtime based
> on the MMU that the kernel is booted under.
>
> This means the PTRS_PER_* are no longer constants, and therefore
> breaks the build.
>
> Define default MAX_PTRS_PER_*s in the same style as MAX_PTRS_PER_P4D.
> As KASAN is the only user at the moment, just define them in the kasan
> header, and have them default to PTRS_PER_* unless overridden in arch
> code.
>
> Suggested-by: Christophe Leroy <christophe.leroy@....fr>
> Suggested-by: Balbir Singh <bsingharora@...il.com>
> Signed-off-by: Daniel Axtens <dja@...ens.net>
> ---
Reviewed-by: Balbir Singh <bsingharora@...il.com>
Balbir
Powered by blists - more mailing lists