[PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init for HW_TAGS
Andrey Konovalov
andreyknvl at gmail.com
Thu Dec 30 11:11:37 PST 2021
On Tue, Dec 21, 2021 at 1:30 PM Marco Elver <elver at google.com> wrote:
>
> On Mon, Dec 20, 2021 at 11:02PM +0100, andrey.konovalov at linux.dev wrote:
> [...]
> > /* Room for N __GFP_FOO bits */
> > #define __GFP_BITS_SHIFT (24 + \
> > + IS_ENABLED(CONFIG_KASAN_HW_TAGS) + \
> > IS_ENABLED(CONFIG_KASAN_HW_TAGS) + \
> > IS_ENABLED(CONFIG_KASAN_HW_TAGS) + \
> > IS_ENABLED(CONFIG_LOCKDEP))
>
> Does '3 * IS_ENABLED(CONFIG_KASAN_HW_TAGS)' work?
Yes, will do in v5.
More information about the linux-arm-kernel
mailing list