Changes v2->v3:
- Fix up kernel pointer tag in do_tag_check_fault() instead of
report_tag_fault().
Andrey Konovalov (2):
kasan, mm: fix conflicts with init_on_alloc/free
kasan, arm64: fix pointer tags in KASAN reports
arch/arm64/mm/fault.c | 7 ++++---
mm/slub.c | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
--
2.30.0.284.gd98b1dd5eaa7-goog
On Fri, 15 Jan 2021 18:41:51 +0100, Andrey Konovalov wrote:
> Changes v2->v3:
> - Fix up kernel pointer tag in do_tag_check_fault() instead of
> report_tag_fault().
>
> Andrey Konovalov (2):
> kasan, mm: fix conflicts with init_on_alloc/free
> kasan, arm64: fix pointer tags in KASAN reports
>
> [...]
Applied to arm64 (for-next/fixes), thanks!
[2/2] kasan, arm64: fix pointer tags in KASAN reports
https://git.kernel.org/arm64/c/3ed86b9a7140
--
Catalin