Re: [PATCH v2 0/3] ARM: Support KFENCE feature

From: Kefeng Wang
Date: Thu Nov 04 2021 - 03:17:39 EST




On 2021/11/4 15:00, Marco Elver wrote:
On Wed, 3 Nov 2021 at 14:26, Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> wrote:

This patchset supports Kfence feature, tested the kfence_test on ARM QEMU
with or without ARM_LPAE and all passed.

V2:
- drop patch4 in v1, which is used a new way to skip kfence test
see commit c40c6e593bf9 ("kfence: test: fail fast if disabled at boot")
- fix some issue about NO MMU
- drop useless set_memory_valid() under no mmu
- fix implicit declaration of function ‘is_write_fault’ if no mmu
- make KFENCE depends on !XIP_KERNEL, no tested with xip

v1:
https://lore.kernel.org/linux-arm-kernel/20210825092116.149975-1-wangkefeng.wang@xxxxxxxxxx/

Kefeng Wang (3):
ARM: mm: Provide set_memory_valid()
ARM: mm: Provide is_write_fault()
ARM: Support KFENCE for ARM

Looks good to me.

Acked-by: Marco Elver <elver@xxxxxxxxxx>

Thanks Marco.