2021-01-15 17:45:09

by Andrey Konovalov

[permalink] [raw]
Subject: [PATCH v3 0/2] kasan: fixes for 5.11-rc

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


2021-01-18 18:40:19

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] kasan: fixes for 5.11-rc

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